@charset "UTF-8";
/* Sass Document */

/* Step Wizard */
.step {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.step::before {
  content: " ";
  position: absolute;
  top: 27px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #eee;
  border-radius: 3px;
  z-index: 4;
}
.stepItem {
  position: relative;
  text-align: center;
  flex: 1 1 auto;
  z-index: 5;
  color: #999;
}
.stepFeature {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 10px solid #fff;
  background-color: #999;
  text-decoration: none;
  color: #fff;
}
.stepItem.active {
  color: #428bca;
}
.stepItem.active .stepFeature {
  background-color: #428bca;
}
.stepTitle {
  margin-top: 0.5rem;
  margin-bottom: 0.375rem;
}
.stepSubtitle {
  margin: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Arimo", sans-serif; }

html {
  -webkit-text-size-adjust: 100%; }

div, h1, h2, h3, h4, h5, p, ol, form, input, textarea, img, html, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

body {
  background: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #b3b3b3; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, audio, video {
  display: block; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  display: block; }

blockquote, q {
  quotes: none; }

table {
  border-spacing: 0;
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

audio, canvas, video {
  display: block; }

audio:not([controls]) {
  display: none; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0; }

sub {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small {
  font-size: smaller; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

li {
  padding: 0;
  margin: 0; }

h2 {
  background: transparent;
  padding: 0;
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 400; }

h3 {
  background-color: inherit;
  padding: 0;
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6, p {
  font-family: "Arimo", sans-serif; }

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  outline: none;
  text-decoration: none; }
  a:hover {
    background-color: transparent; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

input[disabled],
submit[disabled] {
  cursor: default; }

button[type="submit"], button[type="reset"], button[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0; }
  button[type="submit"].linkBtn, button[type="reset"].linkBtn, button[type="button"].linkBtn {
    font-size: 22px !important;
    background-color: transparent !important;
    color: #0082ff !important;
    box-shadow: 0 0 10px #e0dede;
    padding: 0 40px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px; }
    button[type="submit"].linkBtn:hover, button[type="reset"].linkBtn:hover, button[type="button"].linkBtn:hover {
      color: #ffffff !important;
      background-color: #1b1464 !important; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="url"] {
  padding: 0 8px;
  height: 35px;
  line-height: 30px;
  outline: none;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  width: 100%;
  color: #7c7c7c;
  border: 1px solid #b3b3b3;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
input[type="submit"], input[type="button"], input[type="reset"] {
  padding: 0 20px;
  border: none;
  cursor: pointer;
  outline: none;
  height: 30px;
  line-height: 30px;
  font-family: "Arimo", sans-serif;
  background-color: #00c900;
  color: #ffffff;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  input[type="submit"].linkBtn, input[type="button"].linkBtn, input[type="reset"].linkBtn {
    font-size: 22px !important;
    background-color: transparent !important;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    color: #0082ff !important;
    box-shadow: 0 0 10px #e0dede;
    height: 60px;
    line-height: 60px;
    padding: 0 50px; }
    input[type="submit"].linkBtn:hover, input[type="button"].linkBtn:hover, input[type="reset"].linkBtn:hover {
      color: #ffffff !important;
      background-color: #1b1464 !important; }
  input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
    background-color: #1b1464; }
  input[type="submit"].lightBlueBtnAll, input[type="button"].lightBlueBtnAll, input[type="reset"].lightBlueBtnAll {
    background-color: #0095ff; }
    input[type="submit"].lightBlueBtnAll:hover, input[type="button"].lightBlueBtnAll:hover, input[type="reset"].lightBlueBtnAll:hover {
      background-color: #1b1464; }
input[disabled] {
  cursor: default; }

select {
  outline: none;
  font-family: "Arimo", sans-serif;
  background: url(../images/select-arrow.png) no-repeat 95% center #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #7c7c7c;
  border: 1px solid #bfbfbf;
  height: 35px;
  width: 100%;
  padding: 0 8px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  select::-ms-expand {
    display: none; }

textarea {
  color: #b3b3b3;
  font-size: 15px;
  padding: 8px;
  height: 100px;
  outline: none;
  font-family: "Arimo", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  display: block;
  resize: vertical;
  border: 1px solid #b3b3b3; }

::-webkit-input-placeholder {
  color: #b3b3b3; }

:-moz-placeholder {
  color: #b3b3b3; }

::-moz-placeholder {
  color: #b3b3b3; }

:-ms-input-placeholder {
  color: #b3b3b3; }

.error {
  color: #ed1c24; }

.success {
  color: #04B800; }

.leftalign {
  text-align: left; }

.rightalign {
  text-align: right; }

.centeralign {
  text-align: center; }

.justifyalign {
  text-align: justify; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 7px; }
  p:empty {
    display: none; }
  p:last-child {
    margin-bottom: 0 !important; }

a {
  color: #0082ff; }
  a:hover {
    color: #1b1464; }

.flex, .contentWidth, .breadcrumbs ul, header .container, header .logo, header .headerLinks, .PagenationAll .itemPageArea, .goSecArea, .goSecArea .goToArea, .itemPageArea, .mainSection .membershipSection, .codeDetailsContent .codeDetailsTop, .codeDetailsContent .codeDetailsTop .selectCodeSec, .loginContent .loginSec .loginLinks ul, .companyTop, .contentSec, .companyContent .companyList, .companyContent .companyList .companyBox, .formBlock .formBlockHeader, .formBlock .formBox, .formBlock .formGroup.formDoubleGroup, .formBlock .formGroup.formSubmitGroup, .formBlock .formRow, .formBlock .multipleRowGroup, .formBlock .listUploadImg, .formSubmitBlock, .submitBlock.myECPagesListingSubmit, .profileContent .profileTop, .productGallery .detailsSlider, .blogSection .blogContent, .blogSection .blogBox .imgLink {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }

.middle, .PagenationAll, .PagenationAll .itemPageArea ul, .mainSection .formSec, .loginContent .container, .companyTop .viewType, .formBlock .imagesUpload {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.flex-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.justify-content-end, header .headerLinks, .PagenationAll .itemPageArea, .formSubmitBlock, .submitBlock.myECPagesListingSubmit, .blogSection .blogBox .imgLink {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-content-between, header .container, .PagenationAll, .codeDetailsContent .codeDetailsTop, .loginContent .loginSec .loginLinks ul, .formBlock .formBlockHeader, .formBlock .imagesUpload {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-items-end, header .container, header .logo, .formBlock .formGroup.formSubmitGroup {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.clear:after, header ul:after, .pagenation ul:after, .codeDetailsContent .codeDetailsTop .selectCodeSec ul:after, footer .footerLinks:after, .myECpagesSec:after, .myECPagesTable table th .caret:after, .productGallery ul.thumbs:after, .productGallery .detailsSlider:after {
  content: "";
  display: table;
  clear: both; }

.padding60 {
  padding: 60px 0; }

.paddingLR {
  padding: 0 40px; }

.paddingLR1 {
  padding: 0 55px; }

.contentWidth {
  margin: 10px auto;
  gap: 10px; }

.errorMessage {
  color: #ed1c24; }

.successMessage {
  color: #0fa50f; }

/****** */
.wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px; }

label {
  padding-right: 16px;
  color: #333333; }

.btnAll {
  display: inline-block;
  font-size: 15px;
  height: 25px;
  padding: 0 16px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  color: #0095ff;
  line-height: 25px; }
  .btnAll:hover {
    background-color: #0095ff;
    color: #ffffff; }
  .btnAll.active {
    background-color: #0095ff;
    color: #ffffff; }

.active .btnAll {
  background-color: #0095ff;
  color: #ffffff; }

.msgNo {
  background-color: #ed1c24;
  color: #ffffff;
  margin-left: 16px;
  display: inline-block;
  padding: 0 8px;
  border-radius: 15px;
  line-height: 21px;
  height: 20px;
  font-size: 13px; }

.checkboxCustom {
  position: relative;
  z-index: 0;
  padding-left: 30px;
  padding-right: 0 !important;
  cursor: pointer;
  display: block;
  width: auto !important;
  margin-right: 30px; }
  .checkboxCustom:last-child {
    margin-right: 0; }
  .checkboxCustom.viewCheckCustom {
    cursor: auto; }
    .checkboxCustom.viewCheckCustom .checkmark:before {
      opacity: 1; }
  .checkboxCustom input {
    display: none; }
    .checkboxCustom input:checked + .checkmark:before {
      opacity: 1; }
  .checkboxCustom .checkmark {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #b3b3b3;
    background-color: #ffffff;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .checkboxCustom .checkmark:before {
      content: "";
      position: absolute;
      left: 2px;
      top: -5px;
      background-image: url(../images/tick-img.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
      width: 15px;
      height: 15px;
      opacity: 0; }

.radioCustom {
  position: relative;
  z-index: 0;
  padding-left: 5px;
  cursor: pointer;
  display: block;
  color: #1b1464; }
  .radioCustom:hover, .radioCustom.active {
    color: #1b1464; }
  .radioCustom.viewradioCustom {
    cursor: auto; }
    .radioCustom.viewradioCustom .radiomark:before {
      opacity: 1; }
  .radioCustom input {
    display: none; }
    .radioCustom input:checked + .radiomark:before {
      opacity: 1; }
  .radioCustom .radiomark {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #b3b3b3;
    background-color: #ffffff;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .radioCustom .radiomark:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #1b1464;
      opacity: 0;
      right: 0;
      margin: auto;
      bottom: 0; }

.active a.checkboxCustom {
  color: #333333; }
  .active a.checkboxCustom .checkmark:before {
    opacity: 1; }

.arrowDropDown {
  display: inline-block;
  margin-left: 2px;
  height: 12px; }
  .arrowDropDown a {
    position: relative;
    z-index: 0;
    display: block;
    margin-bottom: 4px; }
    .arrowDropDown a:last-child {
      margin-bottom: 0; }
    .arrowDropDown a:hover.upArrow {
      border-color: transparent transparent #1b1464 transparent; }
    .arrowDropDown a:hover.downArrow {
      border-color: #1b1464 transparent transparent transparent; }
    .arrowDropDown a.upArrow {
      width: 0;
      border-style: solid;
      border-width: 0 4px 6px 4px;
      border-color: transparent transparent #8f8f8f transparent;
      display: block; }
    .arrowDropDown a.downArrow {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 4px 0 4px;
      border-color: #8f8f8f transparent transparent transparent;
      display: block; }

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-size: 0;
  background-image: url(../images/sliderArrow.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 52px;
  cursor: pointer;
  background-position: 0 -52px; }
  .slick-arrow:focus {
    outline: none; }
  .slick-arrow.slick-disabled {
    background-position: 0 0; }
  .slick-arrow:hover {
    background-position: 0 -104px; }
    .slick-arrow:hover.slick-disabled {
      background-position: 0 0; }
  .slick-arrow.slick-prev {
    left: -30px; }
  .slick-arrow.slick-next {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    right: -30px; }

.slick-slide {
  outline: none; }

.mb-40 {
  margin-bottom: 40px; }

.pt-20 {
  padding-top: 20px; }

.breadcrumbs ul li {
  position: relative;
  z-index: 0;
  padding: 0 8px 0 12px;
  color: #0082ff;
  letter-spacing: 1px; }
  .breadcrumbs ul li:last-child {
    padding-right: 0; }
  .breadcrumbs ul li:first-child {
    padding-left: 0; }
    .breadcrumbs ul li:first-child:before {
      content: normal; }
  .breadcrumbs ul li.active a, .breadcrumbs ul li:hover a {
    color: #0082ff; }
  .breadcrumbs ul li:before {
    content: "/";
    position: absolute;
    z-index: -1;
    left: 0;
    top: -2px;
    width: 100%;
    font-size: 16px; }
  .breadcrumbs ul li a {
    color: #0082ff; }

.title {
  padding: 16px 52px;
  color: #ffffff;
  position: relative;
  z-index: 0;
  margin-bottom: 20px; }

.accordianTitle {
  cursor: pointer; }
  .accordianTitle:before {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 0;
    left: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 12px;
    background-color: #000000; }
  .accordianTitle:after {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 0;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    background-color: #000000; }
  .accordianTitle.active:before {
    content: normal; }
  .accordianTitle.active:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 2px;
    background-color: #000000; }

.AccordionClose .accordionDetails {
  display: none; }

.stickyDiv {
  position: sticky;
  top: 120px; }
  
.adBox {
  margin-top: 30px; 
  width: 100%;
  height: auto;  
  display: flex; 
  justify-content: center;
}

header {
  background-color: #0095ff;
  color: #ffffff;
  padding: 22px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../images/logoBook.png);
  background-position-x: center;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position-y: calc(-100% - 22px);
  height: auto; }
  header.fixedHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 90px;
    background-position-y: center;
    z-index: 4;
    padding: 0; }
    header.fixedHeader > div {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
  header .headerRight {
    padding-left: 25px;
    display: flex; 
    justify-content: end; 
    align-items: center; }
  header .logo .logoIn {
    width: 130px; }
  header .logo .logofirstPart {
    font-size: 28px;
    font-weight: 400; }
    header .logo .logofirstPart strong {
      font-size: 35px; }
  header .logo .logoLastPart {
    margin-left: 18px;
    font-style: italic;
    font-size: 15px; }
  header a {
    display: block;
    color: #ffffff; }
  header ul li {
    float: left;
    margin-left: 24px;
    font-size: 15px; }
    header ul li.active a {
      color: #1b1464; }
    header ul li a:hover {
      color: #1b1464; }
  header .headerLinks {
    margin-bottom: 40px; }
    header .headerLinks ul li a {
      color: #0095ff;
      background-color: #ffffff; }
      header .headerLinks ul li a:hover {
        background-color: #1b1464;
        color: #ffffff; }

.PagenationForm {
  width: calc(100% - 400px); }

.PagenationAll ul li {
  margin-bottom: 0 !important; }
.PagenationAll .pageSecArea {
  text-align: center;
  width: auto;
  padding-right: 0; }
.PagenationAll .pagenation {
  padding: 0 5px;
  text-align: center; }
  .PagenationAll .pagenation ul {
    display: inline-block;
    vertical-align: middle; }
.PagenationAll .goSecArea {
  /*flex-grow: 1;*/ }
.PagenationAll .itemPageArea {
  width: 170px;
  padding-left: 10px; }
  .PagenationAll .itemPageArea span {
    margin-right: 5px; }
  .PagenationAll .itemPageArea ul li {
    line-height: 1;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #333333; }
    .PagenationAll .itemPageArea ul li:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }

.pageSecArea span {
  font-size: 14px;
  color: #000000; }
  .pageSecArea span strong {
    font-weight: 400; }

.pagenation {
  color: #4d4d4d; }
  .pagenation ul li {
    float: left;
    margin-right: 5px; }
    .pagenation ul li:last-child {
      margin-right: 0; }
    .pagenation ul li.active a, .pagenation ul li:hover a {
      background-color: #0095ff;
      color: #ffffff; }
    .pagenation ul li.no_border:first-child, .pagenation ul li.no_border:nth-child(2) {
      /*margin-right: 15px;*/ }
    .pagenation ul li.no_border:last-child, .pagenation ul li.no_border:nth-last-child(2) {
      /*margin-left: 15px;*/ }
    .pagenation ul li.no_border .arrowleftright {
      color: #0095ff; }
    .pagenation ul li.no_border a {
      border: none;
      color: #0095ff !important;
      width: auto;
      background-color: transparent;
      color: #333333; }
    .pagenation ul li.no_border .arrowleftright {
      color: #808080;
      font-size: 20px;
      line-height: 1.2; }
    .pagenation ul li a {
      width: 30px;
      border: 1px solid #0095ff;
      display: block;
      text-align: center;
      line-height: 27px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      color: #4d4d4d;
      height: 25px; }

.goSecArea span {
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #000000;
  font-size: 13px; }
.goSecArea .goToArea {
  /*width: calc(100% - 65px);*/
  padding-left: 8px;
  flex-wrap: nowrap; }
  .goSecArea .goToArea input {
    width: calc(100% - 37px);
    margin-right: 5px;
    height: 25px;
    line-height: 25px;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #000000;
    text-align: center; }
    .goSecArea .goToArea input[type='text'] {
      width: 50px; }
    .goSecArea .goToArea input[type='submit'] {
      width: 30px;
      font-size: 13px;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; }
  .goSecArea .goToArea button {
    width: 37px;
    height: 22px;
    border: 1px solid #b3b3b3;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: transparent; }
    .goSecArea .goToArea button:hover {
      background-color: #0095ff;
      color: #ffffff; }
    .goSecArea .goToArea button:focus {
      outline: none; }

.itemPageArea span {
  color: #000000; }

.customWidthContent {
  width: 925px;
  margin: 0 auto;
  max-width: 100%; }

.profileCustomWidthContent {
  width: 1040px;
  margin: 0 auto;
  max-width: 100%; }

.memberContentWidth {
  width: 950px;
  max-width: 100%;
  margin: 0 auto; }

.memberECPagesCustomWidth {
  width: 950px;
  max-width: 100%; }

.customWidthContentPage {
  width: calc(100% - 370px);
  margin: 0 auto;
  max-width: 100%; }

.middleContent {
  padding: 20px 0 85px; }

.black {
  color: #000000 !important; }

.red {
  color: #ed1c24 !important; }

.blue {
  color: #1b1464 !important; }

.whiteBG {
  background-color: #ffffff !important; }

.required {
  color: #ed1c24 !important; }

.mainSection .smallContent {
  width: 510px;
  margin: 0 auto;
  max-width: 100%; }
.mainSection .fullContent {
  margin-bottom: 80px;
  color: #808080; }
.mainSection p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px; }
  .mainSection p:last-child {
    margin-bottom: 0; }
  .mainSection p em {
    color: #0082ff;
    font-style: normal; }
  .mainSection p a {
    color: #0095ff; }
    .mainSection p a:hover {
      color: #1b1464; }
.mainSection .membershipSection {
  color: #4d4d4d;
  margin: 0;
  margin-bottom: 80px; }
  .mainSection .membershipSection input[type="radio"] {
    display: none; }
  .mainSection .membershipSection .membershipBlock {
    width: calc(33.33% - 42px);
    margin-right: 63px;
    padding: 0; }
    .mainSection .membershipSection .membershipBlock:nth-child(3) {
      margin-right: 0; }
    .mainSection .membershipSection .membershipBlock:nth-child(2) .membershipBox.active {
      border-color: rgba(0, 130, 255, 0.6); }
    .mainSection .membershipSection .membershipBlock:nth-child(2) .membershipBox .logoPos img {
      -webkit-filter: grayscale(50%);
      -moz-filter: grayscale(50%);
      -ms-filter: grayscale(50%);
      -o-filter: grayscale(50%);
      filter: grayscale(50%);
      opacity: 0.6; }
    .mainSection .membershipSection .membershipBlock:nth-child(3) .membershipBox.active {
      border-color: #0082ff; }
    .mainSection .membershipSection .membershipBlock:nth-child(3) .membershipBox .logoPos img {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
      opacity: 1; }
  .mainSection .membershipSection .membershipBox {
    padding: 25px;
    border: 2px solid transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 15px #cccccc;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .mainSection .membershipSection .membershipBox.active {
      box-shadow: 0 0 15px #057dd2; }
  .mainSection .membershipSection h3 {
    font-size: 25px;
    color: #4d4d4d;
    margin-bottom: 20px; }
  .mainSection .membershipSection p {
    margin-bottom: 18px; }
  .mainSection .membershipSection .logoPos {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px; }
    .mainSection .membershipSection .logoPos a {
      display: block; }
    .mainSection .membershipSection .logoPos img {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.3; }

.searchSection {
  margin-bottom: 40px; }
  .searchSection ::-webkit-input-placeholder {
    color: #808080; }
  .searchSection :-moz-placeholder {
    color: #808080; }
  .searchSection ::-moz-placeholder {
    color: #808080; }
  .searchSection :-ms-input-placeholder {
    color: #808080; }
  .searchSection .searchLabel,
  .searchSection .searchSubmit {
    /*width: 125px;*/ }
  .searchSection input,
  .searchSection select {
    font-size: 13px;
    color: #808080; }
  .searchSection .formRow {
    width: 152px; }
    .searchSection .formRow.textRow {
      width: calc(100% - 486px); }
    .searchSection .formRow:last-child {
      margin-right: 0; }
  .searchSection .submitRow {
    width: 85px;
    margin-left: 10px; }
    .searchSection .submitRow input,
    .searchSection .submitRow button {
      width: 100%;
      color: #ffffff; }

.topContent {
  color: #333333;
  margin-bottom: 80px; }
  .topContent.blueHead h2 {
    font-size: 32px;
    color: #1b148f; }

.contentTabDetails {
  display: none; }
  .contentTabDetails:first-child {
    display: block; }

.aboutSection .topContent {
  color: #808080; }
.aboutSection .aboutContent {
  margin-bottom: 45px; }
  .aboutSection .aboutContent:last-child {
    margin-bottom: 0; }
.aboutSection h2 {
  color: #4d4d4d;
  line-height: 1;
  margin-bottom: 34px;
  padding-top: 50px; }
  .aboutSection h2:first-child {
    padding-top: 0; }
.aboutSection p {
  font-size: 18px;
  padding: 0 125px; }

.codeDetailsContent {
  padding: 0 30px; }
  .codeDetailsContent .codeDetailsTop {
    padding-bottom: 22px;
    margin-bottom: 35px;
    border-bottom: 2px solid #ebebeb;
    display: flex;
    flex-wrap: nowrap; }
    .codeDetailsContent .codeDetailsTop.selectTop .formSec {
      width: calc((100% - 88px)/2);
      padding: 0 20px; }
      .codeDetailsContent .codeDetailsTop.selectTop .formSec label {
        width: 140px; }
      .codeDetailsContent .codeDetailsTop.selectTop .formSec .formRow {
        width: calc(100% - 140px); }
    .codeDetailsContent .codeDetailsTop .selectCodeSec span {
      line-height: 25px;
      margin-right: 10px;
      color: #333333; }
    .codeDetailsContent .codeDetailsTop .selectCodeSec ul li {
      margin-right: 16px;
      float: left; }
      .codeDetailsContent .codeDetailsTop .selectCodeSec ul li:last-child {
        margin-right: 0; }
  .codeDetailsContent .codeDetailsIn h3 {
    color: #1a1a1a;
    margin-bottom: 40px; }
  .codeDetailsContent .codeDetailsIn .accordionBlock {
    border-bottom: 1px solid #d8d8d8; }
  .codeDetailsContent .codeDetailsIn .accordionBlock:last-child {
    border-bottom: none; }
  .codeDetailsContent .allCountryDetails .allCountryLink {
    margin-bottom: 20px;
    display: block; }
  .codeDetailsContent .allCountryDetails table {
    border-bottom: 2px solid #e7e7e7; }
    .codeDetailsContent .allCountryDetails table th {
      padding: 25px 10px;
      border-bottom: 2px solid #e7e7e7;
      text-align: center;
      color: #666666;
      font-size: 15px; }
      .codeDetailsContent .allCountryDetails table th.country {
        text-align: left;
        padding-left: 50px; }
    .codeDetailsContent .allCountryDetails table td {
      padding: 20px 10px;
      text-align: center;
      color: #000000;
      font-size: 15px; }
      .codeDetailsContent .allCountryDetails table td.country {
        text-align: left;
        position: relative;
        padding-left: 50px; }
      .codeDetailsContent .allCountryDetails table td .flag-icon {
        margin-right: 15px;
        display: inline-block; }
    .codeDetailsContent .allCountryDetails table tr.subCity {
      display: none;
      background-color: #f9f9f9; }
      .codeDetailsContent .allCountryDetails table tr.subCity td {
        border-top: 2px solid #e7e7e7; }

.rightSearchSec .formRow {
  width: 300px;
  margin-right: 15px; }

footer {
  background-color: #1b1464;
  color: #ffffff;
  padding: 28px 0; }
  footer ul li.active a {
    color: #0095ff; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #0095ff; }
  footer .footerWidth {
    width: 732px;
    max-width: 100%;
    margin: 0 auto; }
  footer .footerLogo {
    margin-bottom: 30px;
    text-align: center; }
    footer .footerLogo a {
      display: inline-block; }
    footer .footerLogo img {
      display: inline-block;
      width: 165px; }
  footer .footerLinks {
    margin-bottom: 50px; }
    footer .footerLinks .footerLinkBox {
      width: 33.33%;
      float: left;
      padding-right: 20px; }
      footer .footerLinks .footerLinkBox ul li {
        margin-bottom: 15px; }
        footer .footerLinks .footerLinkBox ul li:last-child {
          margin-bottom: 0; }
  footer .footerBottom {
    text-align: center; }

.loginContent {
  padding: 40px 0;
  height: 100vh; }
  .loginContent .container {
    height: 100%; }
  .loginContent .loginSec {
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
    .loginContent .loginSec span {
      font-size: 17px;
      color: #808080; }
    .loginContent .loginSec .logo {
      margin-bottom: 60px; }
      .loginContent .loginSec .logo {
        display: block;
        width: 260px;
        margin: 0 auto 20px; }
      .loginContent .loginSec .logo img {
        margin: 0 auto;
        width: 100%; }
    .loginContent .loginSec .loginBox {
      margin-bottom: 60px; }
    .loginContent .loginSec .formRow {
      margin-bottom: 35px; }
      .loginContent .loginSec .formRow:last-child {
        margin-bottom: 0; }
    .loginContent .loginSec label {
      margin-bottom: 8px;
      display: block;
      text-align: center;
      font-size: 17px;
      padding-right: 0;
      color: #808080; }
    .loginContent .loginSec input[type="text"], .loginContent .loginSec input[type="email"], .loginContent .loginSec input[type="tel"], .loginContent .loginSec input[type="password"], .loginContent .loginSec input[type="url"] {
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      -ms-border-radius: 18px;
      -o-border-radius: 18px;
      border-radius: 18px;
      height: 35px;
      line-height: 35px;
      font-size: 17px;
      padding: 0 15px;
      color: #808080; }
    .loginContent .loginSec .submitRow {
      text-align: center; }
      .loginContent .loginSec .submitRow input[type="submit"], .loginContent .loginSec .submitRow input[type="button"], .loginContent .loginSec .submitRow input[type="reset"] {
        font-weight: 700;
        padding: 0 40px;
        background-color: #cccccc;
        height: 35px;
        line-height: 35px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        border-radius: 18px; }
        .loginContent .loginSec .submitRow input[type="submit"]:hover, .loginContent .loginSec .submitRow input[type="button"]:hover, .loginContent .loginSec .submitRow input[type="reset"]:hover {
          background-color: #1b1464; }
    .loginContent .loginSec .loginLinks ul {
      padding: 0 25px; }
      .loginContent .loginSec .loginLinks ul li {
        padding-right: 10px;
        color: #808080;
        font-size: 17px; }
        .loginContent .loginSec .loginLinks ul li:last-child {
          padding-right: 0; }
      .loginContent .loginSec .loginLinks ul a {
        color: #0095ff; }
        .loginContent .loginSec .loginLinks ul a:hover {
          color: #1b1464; }

.lightBlueContent {
  background-color: #0095ff;
  color: #ffffff; }
  .lightBlueContent h2 {
    font-size: 32px;
    text-align: center; }
  .lightBlueContent .smallBlueContent {
    width: 570px;
    margin: 0 auto;
    max-width: 100%; }

.toggleCityBtn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  left: 10px; }
  .toggleCityBtn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    background-image: url(../images/collaps2.png);
    background-position: center 8%; }
  .toggleCityBtn.active:before {
    background-position: center 87%; }

.boxAccordion {
  margin-bottom: 20px; }
  .boxAccordion:last-child {
    margin-bottom: 0; }
  /*.accordionBlock:first-child .boxAccordion .title {
    border-top: 1px solid currentColor; }*/
  .boxAccordion:nth-child(odd) .title {
    background-color: #f9f9f9; }
  .boxAccordion .title {
    padding: 16px 35px;
    color: #0082ff;
    position: relative;
    z-index: 0;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    /*border-bottom: 1px solid currentColor;*/ }
    .boxAccordion .title.accordionTitle {
      cursor: pointer; }
      .boxAccordion .title.accordionTitle:before {
        content: "+";
        position: absolute;
        left: 10px;
        top: 12px;
        font-size: 20px;
        color: #4d4d4d;
        font-weight: 700; }
      .boxAccordion .title.accordionTitle.active:before {
        left: 11px;
        top: 25px;
        width: 10px;
        overflow: hidden;
        content: "";
        height: 2px;
        background-color: #4d4d4d; }
    .boxAccordion .title em {
      font-style: normal;
      margin-right: 17px; }
  .boxAccordion .contentDetails em {
    font-style: normal;
    margin-right: 17px; }
  .boxAccordion .contentDetails ul {
    border-top: 1px solid #d8d8d8;
    padding: 10px 0px 10px 25px; }
    .boxAccordion .contentDetails ul li {
      list-style: none;
      padding: 16px 10px;
      border-bottom: 1px solid #d8d8d8;
      color: #0082ff; }
      .boxAccordion .contentDetails ul li:last-child {
        border-bottom: none; }
  .boxAccordion .contentDetails.accordionDetails {
    display: none; }

.codeModal {
  overflow-y: auto; 
  max-height: 400px;
}
.codeModal .title {
  padding-left: 10px;
  padding-right: 10px;
}

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

.spin::before {
  animation: 1.5s linear infinite spinner;
  animation-play-state: inherit;
  border: solid 5px #cfd0d1;
  border-bottom-color: #1c87c9;
  border-radius: 50%;
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}

.loadBtn .linkBtn {
  position: relative;
}

.loadBtn .textBtn {
  margin-left: 30px;
}

.loadBtn .linkBtn .spin::before {
  top: 50%;
  left: 20%;
}

.carouselListingSwiper .swiper-button-prev {
  top: auto;
  bottom: -10px;
  left: 20px;
}

.carouselListingSwiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

.carouselListingSwiper .swiper-button-next {
  top: auto;
  bottom: -10px;
  right: 20px;
}

.carouselListingSwiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

.leftContent {
  width: 185px;
  padding-right: 5px; }
  .leftContent .registerBox {
    margin-bottom: 30px;
    background-color: #00b6ff; }
    .leftContent .registerBox:last-child {
      margin-bottom: 0; }
    .leftContent .registerBox:after {
      right: 10px;
      bottom: 0;
      width: 66px;
      height: 68px;
      background-image: url(../images/logoLight.png);
      background-size: contain; }
    .leftContent .registerBox a {
      color: #ffffff;
      font-size: 19px; }
      .leftContent .registerBox a:hover {
        color: #1b1464; }
    .leftContent .registerBox h2 {
      color: #ffffff; }

.rightContent {
  width: 185px;
  padding-left: 5px; }
  .rightContent .registerCard:after {
    right: 10px;
    bottom: 10px;
    width: 66px;
    height: 68px;
    background-image: url(../images/logoGray.png);
    background-size: contain; }
  .rightContent .registerBox:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 108px;
    height: 43px;
    background-image: url(../images/1comLight.png);
    background-size: contain; }

.registerBox, .registerCard {
  padding: 20px;
  box-shadow: 0 0 10px #e0dede;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  min-height: 180px;
  position: relative;
  z-index: 0; }
  .registerBox:after, .registerCard:after {
    position: absolute;
    content: "";
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    z-index: -1; }
  .registerCard a {
    display: block;
    margin-top: 30px;
    font-weight: bold;
  }

.spaceBox {
  padding: 20px;
  box-shadow: 0 0 10px #e0dede;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  min-height: 180px;
  position: relative;
  z-index: 0; }
  .spaceBox:after {
    position: absolute;
    content: "";
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    z-index: -1; }
  .spaceBox a {
    display: block;
    margin-top: 30px;
    font-weight: bold;
  }

.productLeftSideBar .gridScroll {
  height: 476px; }
.productLeftSideBar .productLeftGrid {
  padding-right: 15px; }

.companyTop {
  margin-bottom: 40px;
  max-width: 100%;
  padding: 0 20px; }
  .companyTop span {
    color: #808080; }
  .companyTop .viewType li {
    margin-right: 16px;
    width: 45px;
    position: relative;
    cursor: pointer; }
    .companyTop .viewType li:after {
      position: absolute;
      content: "";
      right: -9px;
      top: 0;
      background-color: #8f8f8f;
      height: 100%;
      width: 2px; }
    .companyTop .viewType li.active img.inActive {
      display: none; }
    .companyTop .viewType li.active img.active {
      display: block; }
    .companyTop .viewType li img.active {
      display: none; }
    .companyTop .viewType li:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }
      .companyTop .viewType li:last-child:after {
        content: normal; }

.companyListingSection .listingSec {
  width: calc(100% - 400px);
  margin-bottom: 40px; }
  .companyListingSection .listingSec .boxAccordion .title {
    padding: 12px 30px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 1px;
    background-color: #ffffff; }
    .companyListingSection .listingSec .boxAccordion .title.accordionTitle:before {
      top: 10px;
      font-size: 17px;
      color: #0082ff; }
    .companyListingSection .listingSec .boxAccordion .title.accordionTitle.active:before {
      top: 18px;
      width: 8px;
      left: 11px;
      overflow: hidden;
      content: "";
      height: 2px;
      background-color: #0082ff; }
  .companyListingSection .listingSec .boxAccordion ul {
    background-color: #f7f7f7;
    padding: 20px 0 20px 40px; }
    .companyListingSection .listingSec .boxAccordion ul li {
      margin-bottom: 15px;
      letter-spacing: 1px; }
      .companyListingSection .listingSec .boxAccordion ul li:last-child {
        margin-bottom: 0; }
  .companyListingSection .listingSec .listingDet {
    margin-bottom: 30px; }
    .companyListingSection .listingSec .listingDet .radioCustom .radiomark {
      left: -22px; }
  .companyListingSection .listingSec .companyTop {
    width: 100%;
    margin-bottom: 0; }
  .companyListingSection .listingSec .breadcrumbs {
    margin-bottom: 20px; }

.blankWidth {
  width: calc((100% - 950px)/2);
  padding-right: 20px;
  min-width: 200px; }

.grid .companyContent {
  padding: 0 10px; }
  .grid .companyContent .companyList {
    margin: 0; }
    .grid .companyContent .companyList .companyBlock {
      width: 100%;
      margin-bottom: 0;
      border-bottom: 2px solid #d2d2d2;
      padding: 0 5px; }
      .grid .companyContent .companyList .companyBlock.companyHeaderBlock {
        display: block;
        background-color: #ffffff; }
        .grid .companyContent .companyList .companyBlock.companyHeaderBlock.companyHeaderBlockHome {
          position: sticky;
          top: 90px;
          z-index: 2; }
        .grid .companyContent .companyList .companyBlock.companyHeaderBlock .tableRow,
        .grid .companyContent .companyList .companyBlock.companyHeaderBlock span,
        .grid .companyContent .companyList .companyBlock.companyHeaderBlock p,
        .grid .companyContent .companyList .companyBlock.companyHeaderBlock h3 {
          color: #2e3192 !important;
          font-weight: 700; }
    .grid .companyContent .companyList .companyBox {
      box-shadow: none !important;
      padding: 0;
      min-height: auto; }
      .grid .companyContent .companyList .companyBox .companyText {
        display: table;
        padding: 0;
        width: 100%; }
        .grid .companyContent .companyList .companyBox .companyText span {
          margin-bottom: 0;
          position: inherit; }
      .grid .companyContent .companyList .companyBox .companyBoxImg {
        display: none; }
      .grid .companyContent .companyList .companyBox .tableRow {
        display: table-cell;
        margin: 0;
        vertical-align: middle;
        padding: 10px;
        color: #4d4d4d; }
        .grid .companyContent .companyList .companyBox .tableRow span {
          color: #4d4d4d; }
        .grid .companyContent .companyList .companyBox .tableRow p {
          margin-bottom: 0;
          color: #4d4d4d; }
        .grid .companyContent .companyList .companyBox .tableRow.flags {
          width: 160px; }
        .grid .companyContent .companyList .companyBox .tableRow.cityName {
          width: 145px;
          padding-left: 0;
          background: none;
          margin-left: 0; }
        .grid .companyContent .companyList .companyBox .tableRow.businessType {
          width: 120px;
          position: relative;
          bottom: auto; }
        .grid .companyContent .companyList .companyBox .tableRow.date {
          width: 155px; }
        .grid .companyContent .companyList .companyBox .tableRow.companyRating {
          width: 45px;
          color: #b3b3b3; }
        .grid .companyContent .companyList .companyBox .tableRow.logoPos {
          width: 50px; }
      .grid .companyContent .companyList .companyBox h3.tableRow {
        width: calc(100% - 410px); }
      .grid .companyContent .companyList .companyBox .flag-icon {
        display: none; }
      .grid .companyContent .companyList .companyBox .businessType em {
        display: none; }
      .grid .companyContent .companyList .companyBox .logoPos img {
        width: 27px; }

.companyContent {
  padding: 0 15px;
  width: 100%; }
  .companyContent p {
    color: #808080;
    font-size: 13px; }
  .companyContent .companyListInside {
    margin-bottom: 40px; }
  .companyContent .companyList {
    padding: 0 20px;
    margin: 0 -30px -30px; }
    .companyContent .companyList .companyBlock {
      width: 50%;
      margin-bottom: 30px;
      padding: 0 15px; }
      /*.companyContent .companyList .companyBlock:nth-child(2) .companyBox, 
      .companyContent .companyList .companyBlock:nth-child(3) .companyBox, 
      .companyContent .companyList .companyBlock:nth-child(4) .companyBox, 
      .companyContent .companyList .companyBlock:nth-child(5) .companyBox,*/
      .companyContent .companyList .companyBlock .companyBox.companyPremium:hover {
        box-shadow: 0 0 10px #0095ff; }
        /*.companyContent .companyList .companyBlock:nth-child(2) .companyBox .logoPos img, 
        .companyContent .companyList .companyBlock:nth-child(3) .companyBox .logoPos img, 
        .companyContent .companyList .companyBlock:nth-child(4) .companyBox .logoPos img, 
        .companyContent .companyList .companyBlock:nth-child(5) .companyBox .logoPos img,*/ 
        .companyContent .companyList .companyBlock .companyBox.companyPremium .logoPos img {
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -ms-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          filter: grayscale(0%);
          opacity: 1; }
      /*.companyContent .companyList .companyBlock:nth-child(6) .companyBox, 
      .companyContent .companyList .companyBlock:nth-child(7) .companyBox, 
      .companyContent .companyList .companyBlock:nth-child(8) .companyBox, 
      .companyContent .companyList .companyBlock:nth-child(9) .companyBox*/
      .companyContent .companyList .companyBlock .companyBox.companyEnhanced:hover {
        box-shadow: 0 0 10px #88c3ec; }
        /*.companyContent .companyList .companyBlock:nth-child(6) .companyBox .logoPos img, 
        .companyContent .companyList .companyBlock:nth-child(7) .companyBox .logoPos img, 
        .companyContent .companyList .companyBlock:nth-child(8) .companyBox .logoPos img, 
        .companyContent .companyList .companyBlock:nth-child(9) .companyBox .logoPos img*/
        .companyContent .companyList .companyBlock .companyBox.companyEnhanced .logoPos img {
          -webkit-filter: grayscale(50%);
          -moz-filter: grayscale(50%);
          -ms-filter: grayscale(50%);
          -o-filter: grayscale(50%);
          filter: grayscale(50%);
          opacity: 0.5; }
      .companyContent .companyList .companyBlock.companyHeaderBlock {
        display: none; }
    .companyContent .companyList .companyBox {
      padding: 20px 15px;
      position: relative;
      box-shadow: 0 0 10px #b3b3b3;
      min-height: 210px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
      .companyContent .companyList .companyBox .flags {
        margin-bottom: 8px; }
        .companyContent .companyList .companyBox .flags span {
          display: inline-block;
          vertical-align: middle;
          line-height: 1; }
          .companyContent .companyList .companyBox .flags span.countryName {
            width: calc(100% - 42px); }
      .companyContent .companyList .companyBox .companyBoxImg {
        width: 150px;
        height: 170px; }
        .companyContent .companyList .companyBox .companyBoxImg figure {
          height: 150px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
        .companyContent .companyList .companyBox .companyBoxImg img {
          width: 100%;
          height: 100%;
          border-radius: 20px;
          object-fit: cover; }
      .companyContent .companyList .companyBox .companyText {
        width: calc(100% - 150px);
        padding-left: 10px;
        padding-top: 8px;
        padding-right: 45px; }
      .companyContent .companyList .companyBox .logoPos {
        position: absolute;
        right: 12px;
        top: 12px;
        width: 40px; }
        .companyContent .companyList .companyBox .logoPos img {
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -ms-filter: grayscale(100%);
          -o-filter: grayscale(100%);
          filter: grayscale(100%);
          opacity: 0.4; }
        .companyContent .companyList .companyBox .logoPos a {
          display: block; }
      .companyContent .companyList .companyBox .businessType {
        margin-bottom: 0;
        position: absolute;
        bottom: 15px; }
        .companyContent .companyList .companyBox .businessType em {
          color: #808080;
          font-style: normal; }
      .companyContent .companyList .companyBox .companyRating {
        font-size: 26px;
        position: absolute;
        right: 12px;
        bottom: 35px;
        width: 26px;
        height: 26px; }
        .companyContent .companyList .companyBox .companyRating .fa {
          color: #b3b3b3;
          cursor: pointer;
          font-size: 28px; }
        .companyContent .companyList .companyBox .companyRating .fa-star {
          display: none; }
        .companyContent .companyList .companyBox .companyRating.rated .fa-star-o {
          display: none; }
        .companyContent .companyList .companyBox .companyRating.rated .fa-star {
          display: block;
          color: #fccc00; }
      .companyContent .companyList .companyBox .cityName {
        color: #808080;
        margin-bottom: 12px;
        display: block;
        padding-left: 16px;
        margin-left: 11px;
        background-image: url(../images/list-style.png);
        background-position: left center;
        background-repeat: no-repeat; }
    .companyContent .companyList h3 {
      font-size: 16px;
      color: #4d4d4d;
      margin-bottom: 13px;
      min-height: 45px; }
    .companyContent .companyList p {
      margin-bottom: 10px; }
    .companyContent .companyList ul {
      margin-bottom: 10px; }
  .companyContent .flag-icon {
    margin-right: 10px;
    line-height: 1;
    font-size: 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; }
  .companyContent .slick-list {
    margin-bottom: 20px; }
  .companyContent .slick-arrow {
    position: absolute;
    background-image: url(../images/sliderArrowSmall.png);
    height: 10px;
    width: 7px;
    top: auto;
    background-position: 0;
    left: 0;
    right: 0;
    background-size: contain; }
    .companyContent .slick-arrow.slick-prev {
      left: -30px; }
    .companyContent .slick-arrow.slick-next {
      right: -30px; }

.leftContent h2,
.rightContent h2 {
  font-size: 19px;
  color: #4d4d4d; }

.customWidthContentPage h2 {
  margin-bottom: 25px; }

.leftContent h3 {
  margin-bottom: 10px;
  font-size: 13px;
  color: #808080; }
.leftContent ul li {
  margin-bottom: 8px; }
  .leftContent ul li a {
    color: #b3b3b3; }
.leftContent h4 {
  margin-bottom: 5px;
  font-weight: 400;
  color: #808080; }
.leftContent .grid {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 0 10px #e0dede;
  padding: 15px;
  margin-bottom: 30px; }
  .leftContent .grid:last-child {
    margin-bottom: 0; }
  .leftContent .grid.open .title:before {
    content: normal !important; }
  .leftContent .grid.open .title:after {
    content: "" !important;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 2px;
    background-color: #0095ff; }
  .leftContent .grid.open .title.active:after {
    content: "" !important;
    position: absolute;
    z-index: 0;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 11px;
    background-color: #0095ff; }
  .leftContent .grid.open .title.active:before {
    content: "" !important;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 2px;
    background-color: #0095ff; }
  .leftContent .grid img {
    margin: 0 auto; }
  .leftContent .grid .tabNav {
    margin-bottom: 15px; }
  .leftContent .grid .tabCnnt .tabPanes {
    display: none; }
    .leftContent .grid .tabCnnt .tabPanes:first-child {
      display: block; }
  .leftContent .grid .tabCnnt .tabBox {
    margin-bottom: 20px; }
    .leftContent .grid .tabCnnt .tabBox:last-child {
      margin-bottom: 0; }
  .leftContent .grid .tabCnnt .boxDesc {
    border: 2px solid #bfbfbf;
    border-top: none;
    height: 230px;
    overflow: hidden;
    outline: none;
    display: none; }
    .leftContent .grid .tabCnnt .boxDesc .boxScroll {
      padding: 10px;
      height: 100%; }
      .leftContent .grid .tabCnnt .boxDesc .boxScroll ul {
        padding: 10px; }
    .leftContent .grid .tabCnnt .boxDesc .boxSearchBtn {
      position: sticky;
      left: 100%;
      bottom: 0;
      width: 100%;
      text-align: center;
      z-index: 2;
      padding: 10px; }
      .leftContent .grid .tabCnnt .boxDesc .boxSearchBtn .btnAll {
        width: calc(50% - 5px);
        margin-right: 6px;
        display: inline-block; }
        .leftContent .grid .tabCnnt .boxDesc .boxSearchBtn .btnAll:last-child {
          margin-right: 0; }
      .leftContent .grid .tabCnnt .boxDesc .boxSearchBtn .applyBtn {
        height: 28px;
        line-height: 27px;
        font-size: 13px;
        padding: 0 8px;
        background-color: #0095ff;
        color: #ffffff;
        margin-bottom: 2px;
        border: 1px solid transparent; }
        .leftContent .grid .tabCnnt .boxDesc .boxSearchBtn .applyBtn:hover {
          background-color: #1b1464; }
    .leftContent .grid .tabCnnt .boxDesc ul li {
      font-size: 12px;
      border-bottom: 1px solid #333333;
      padding: 8px 0;
      color: #000000;
      margin-bottom: 0; }
      .leftContent .grid .tabCnnt .boxDesc ul li.hasSub {
        position: relative;
        z-index: 0; }
        .leftContent .grid .tabCnnt .boxDesc ul li.hasSub:after {
          content: "";
          position: absolute;
          z-index: 0;
          right: 4px;
          top: 9px;
          margin: auto;
          width: 12px;
          height: 12px;
          background-image: url(../images/plusSign.png);
          background-repeat: no-repeat;
          background-position: center center; }
        .leftContent .grid .tabCnnt .boxDesc ul li.hasSub.subActive:after {
          background-image: url(../images/minusSign.png); }
      .leftContent .grid .tabCnnt .boxDesc ul li:last-child {
        border-bottom: none;
        padding-bottom: 0; }
      .leftContent .grid .tabCnnt .boxDesc ul li a {
        color: #000000;
        display: block; }
    .leftContent .grid .tabCnnt .boxDesc .checkboxCustom,
    .leftContent .grid .tabCnnt .boxDesc .radioCustom {
      padding-left: 16px;
      color: #000000; }
      .leftContent .grid .tabCnnt .boxDesc .checkboxCustom .checkmark,
      .leftContent .grid .tabCnnt .boxDesc .checkboxCustom .radiomark,
      .leftContent .grid .tabCnnt .boxDesc .radioCustom .checkmark,
      .leftContent .grid .tabCnnt .boxDesc .radioCustom .radiomark {
        width: 9px;
        height: 9px;
        top: 3px; }
      .leftContent .grid .tabCnnt .boxDesc .checkboxCustom .checkmark:before,
      .leftContent .grid .tabCnnt .boxDesc .radioCustom .checkmark:before {
        background-size: 77%;
        left: 0;
        top: -7px; }
  .leftContent .grid .tabCnnt .title {
    font-size: 14px;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    margin-bottom: 0; }
    .leftContent .grid .tabCnnt .title:before {
      content: "";
      position: absolute;
      z-index: 0;
      right: 4px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 16px;
      height: 16px;
      background-image: url("../images/select-arrow.png");
      background-repeat: no-repeat;
      background-position: center center; }
    .leftContent .grid .tabCnnt .title.active:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.allCountryDetailsTable {
  margin-bottom: 50px; }
  .allCountryDetailsTable:last-child {
    margin-bottom: 0; }

.formWidthContent {
  color: #666666;
  padding: 0 50px;
  font-size: 15px; }

.fullWidthContent {
  width: 1190px;
  max-width: 100%;
  margin: 0 auto; }

.companyListingWidth {
  width: 1348px;
  max-width: 100%;
  margin: 0 auto; }

.formBlock {
  margin-bottom: 60px; }
  .formBlock:last-child {
    margin-bottom: 0; }
  .formBlock h3 {
    color: #0082ff;
    font-size: 20px;
    margin-bottom: 35px; }
    .formBlock h3.formTitle {
      padding: 10px 20px;
      background-color: #f5f5f5;
      border-left: 5px solid #b0cfee
    }
  .formBlock p {
    color: #000000; }
  .formBlock ol li,
  .formBlock ul li {
    color: #000000;
    margin-bottom: 15px; }
  .formBlock .formBox {
    margin: 0 -35px;
    margin-bottom: 35px; }
    .formBlock .formBox:last-child {
      margin-bottom: 0; }
    .formBlock .formBox.formBoxBrdr {
      padding-bottom: 35px;
      border-bottom: 1px solid #ededed; }
      .formBlock .formBox.formBoxBrdr:last-child {
        padding-bottom: 0;
        border-bottom: none; }
  .formBlock .formText {
    margin-top: 35px;
    width: 380px;
    max-width: 100%;
    padding-left: 40px; }
    .formBlock .formText p {
      margin-bottom: 25px; }
  .formBlock label {
    width: 190px;
    padding-right: 12px;
    text-align: right;
    line-height: 30px; }
    .formBlock label.checkboxCustom {
      padding: 0px 19px;
      height: 22px; }
      .formBlock label.checkboxCustom .checkmark {
        height: 22px;
        width: 22px; }
        .formBlock label.checkboxCustom .checkmark:before {
          height: 22px;
          width: 22px; }
    .formBlock label .linkable {
      text-decoration: underline; }
  .formBlock .formInput {
    width: calc(100% - 190px); }
    .formBlock .formInput p {
      line-height: 30px; }
  .formBlock .formGroup {
    margin-bottom: 35px;
    width: 100%;
    padding: 0 35px; }
    .formBlock .formGroup.formHalfGroup {
      width: 50%;
      margin-bottom: 0; }
    .formBlock .formGroup.formDoubleGroup {
      padding: 0; }
      .formBlock .formGroup.formDoubleGroup:last-child {
        margin-bottom: 0; }
      .formBlock .formGroup.formDoubleGroup .formRow {
        width: 50%;
        padding: 0 35px; }
        .formBlock .formGroup.formDoubleGroup .formRow:nth-last-child(2) {
          margin-bottom: 0; }
    .formBlock .formGroup.formImageGroup {
      width: 30%; }
      .formBlock .formGroup.formImageGroup:nth-child(2) {
        width: 40%; }
    .formBlock .formGroup.formSubmitGroup .submitLink {
      margin: 0 auto; }
    .formBlock .formGroup p {
      color: #666666; }
      .formBlock .formGroup p em {
        color: #0082ff;
        font-style: normal; }
  .formBlock .formRow {
    margin-bottom: 35px; }
    .formBlock .formRow:last-child {
      margin-bottom: 0; }
    .formBlock .formRow .submitLink {
      margin: 0 auto; }
  .formBlock .multipleRowGroup {
    margin: 0 -3px; }
  .formBlock .multipleRow {
    padding: 0 3px;
    width: 33.33%; }
  .formBlock .formCol.upload {
    width: 100%;
    text-align: center; }
  .formBlock .formCol label {
    margin-bottom: 16px;
    display: block;
    width: 100%;
    text-align: left; }
  .formBlock .txtFld {
    text-align: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .formBlock .txtFld .imgContainer {
      position: relative;
      height: 275px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #f5f5f5; }
      .formBlock .txtFld .imgContainer img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 100%;
        opacity: 0; }
      .formBlock .txtFld .imgContainer .closeBtn {
        position: absolute;
        right: 10px;
        top: 10px;
        background-color: #ed1c24;
        width: 20px;
        height: 20px;
        line-height: 20px;
        cursor: pointer; }
        .formBlock .txtFld .imgContainer .closeBtn span {
          line-height: 1;
          color: #ffffff; }
    .formBlock .txtFld input {
      position: absolute;
      top: 0;
      bottom: 0;
      height: auto;
      width: auto;
      width: 100%;
      left: 0;
      right: 0;
      opacity: 0;
      cursor: pointer;
      z-index: 1; }
    .formBlock .txtFld img {
      margin: auto; }
  .formBlock .listUploadImg {
    width: 100%; display: flex; flex-wrap: wrap; }
    .formBlock .listUploadImg .listUploadFigure {
      width: 20%;
      padding: 0 3%;
      margin-bottom: 35px; }
    .formBlock .listUploadImg .imageList {
      height: 100%; }
    .formBlock .listUploadImg figure {
      width: 100%;
      height: 100%;
      position: relative;
      border: 1px solid #ffffff;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .formBlock .listUploadImg figure img {
        opacity: 0;
        width: 100%; }
      .formBlock .listUploadImg figure .closeBtn {
        position: absolute;
        top: -12px;
        right: -12px;
        width: 38px;
        height: 38px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        line-height: 46px;
        font-weight: 600;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 3;
        background-color: #ed1c24;
        text-align: center; }
        .formBlock .listUploadImg figure .closeBtn i {
          color: #ffffff;
          font-size: 26px; }
        .formBlock .listUploadImg figure .closeBtn span {
          color: #ffffff;
          font-size: 20px;
          font-family: "Arimo", sans-serif;
          line-height: 20px; }
    .formBlock .listUploadImg .imgNo {
      display: block;
      text-align: center;
      margin-top: 10px;
      color: #b3b3b3; }
  .formBlock #preview {
    width: 100%;
    margin-bottom: 60px; }
    .formBlock #preview:last-child {
      margin-bottom: 0; }
  .formBlock .imagesUpload {
    max-width: 100%;
    width: 800px;
    padding: 0 150px;
    margin-bottom: 60px; }
    .formBlock .imagesUpload.registrationImageUpload {
      width: auto;
      padding: 0; }
      .formBlock .imagesUpload.registrationImageUpload .formCol {
        margin: 0 auto; }
      .formBlock .imagesUpload.registrationImageUpload .txtFld {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
    .formBlock .imagesUpload:last-child {
      margin-bottom: 0; }
    .formBlock .imagesUpload input[type="submit"], .formBlock .imagesUpload input[type="button"], .formBlock .imagesUpload input[type="reset"] {
      width: 370px; }
    .formBlock .imagesUpload span {
      display: block; }
    .formBlock .imagesUpload .imgDet {
      color: #b3b3b3;
      margin-bottom: 15px; }
    .formBlock .imagesUpload .formCol.upload {
      width: auto; }
    .formBlock .imagesUpload .formCol a {
      font-size: 22px; }
    .formBlock .imagesUpload .uploadBtn {
      margin-bottom: 40px; }
      .formBlock .imagesUpload .uploadBtn .uploadImg img {
        width: 30px;
        margin: 0 auto;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%); }

.formSubmitBlock .btnAll {
  min-width: 85px; }

.bottomContent {
  padding: 0px 0 0px;
  color: #666666;
  border-top: 1px solid #d9d9d9; }
  .bottomContent .submitBlock a {
    display: inline-block; }

.submitBlock {
  margin-bottom: 45px; }
  .submitBlock:last-child {
    margin-bottom: 0; }
  .submitBlock.myECPagesListingSubmit {
    padding-right: 40px; }
  .submitBlock a {
    color: #0082ff;
    display: block;
    font-size: 22px; }
    .submitBlock a:last-child {
      margin-bottom: 0; }
    .submitBlock a:hover {
      color: #1b1464; }

.myECpagesSec {
  font-size: 15px;
  color: #333333; }
  .myECpagesSec .sideBarSec {
    float: left;
    width: 175px;
    margin-right: 60px;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 0 10px #e0dede; }
    .myECpagesSec .sideBarSec h2 {
      font-size: 16px;
      color: #4d4d4d;
      margin-bottom: 15px;
      font-weight: bold; }
    .myECpagesSec .sideBarSec ul li {
      margin-bottom: 20px; }
      .myECpagesSec .sideBarSec ul li.active a {
        color: #0082ff; }
      .myECpagesSec .sideBarSec ul li a {
        font-size: 15px;
        color: #808080; }
        .myECpagesSec .sideBarSec ul li a:hover {
          color: #0082ff; }
  .myECpagesSec .myECpagesContent {
    float: left;
    width: calc(100% - 235px); }
    .myECpagesSec .myECpagesContent .myECpagesContentHead {
      margin-bottom: 45px; }
    .myECpagesSec .myECpagesContent h2 {
      font-size: 32px;
      color: #1b148f;
      margin-bottom: 25px; }
      .myECpagesSec .myECpagesContent h2:last-child {
        margin-bottom: 0; }
    .myECpagesSec .myECpagesContent p {
      margin-bottom: 15px; }
      .myECpagesSec .myECpagesContent p:last-child {
        margin-bottom: 0; }
  .myECpagesSec .myECPagesCompanyList {
    margin-bottom: 50px; }
    .myECpagesSec .myECPagesCompanyList:last-child {
      margin-bottom: 0; }
    .myECpagesSec .myECPagesCompanyList .submitBlock a {
      font-size: 19px; }

.blankSpace {
  width: 190px; }

.optiscroll-vtrack {
  width: 7px;
  color: #4d4d4d; }

.myECPagesCustomWidth {
  width: 820px;
  max-width: 100%; }

.myECPagesTableSec {
  margin-bottom: 40px; }
  .myECPagesTableSec:last-child {
    margin-bottom: 0; }
  .myECPagesTableSec .tableDataDiv {
    margin-bottom: 20px; }
    .myECPagesTableSec .tableDataDiv h4 {
      font-size: 13px;
      color: #808080;
      font-weight: 400;
      margin-bottom: 10px; }
      .myECPagesTableSec .tableDataDiv h4:last-child {
        margin-bottom: 0; }
    .myECPagesTableSec .tableDataDiv .tableDataBrdr {
      border: 1px solid #d5d5d5;
      padding: 18px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
      .myECPagesTableSec .tableDataDiv .tableDataBrdr p {
        color: #383838; }

.myECPagesTable {
  /*height: 610px;*/
  border: 1px solid #d2d2d2;
  overflow: hidden;
  border-radius: 20px; }
  .myECPagesTable.messagesTable {
    /*min-height: 600px;*/
    border: none;
    border-bottom: 1px solid #d2d2d2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; 
    overflow-y: visible; 
    overflow-x: auto; }

@media screen and (min-width: 1200px) {
  .myECPagesTable.messagesTable {
    overflow-y: visible; 
    overflow-x: visible;
  }
}

    .myECPagesTable.messagesTable th {
      padding-top: 0; }
    .myECPagesTable.messagesTable td {
      border-bottom: 6px solid #ffffff;
      border-top: 6px solid #ffffff;
      background-color: #f5f5f5; }
  .myECPagesTable .textareaTableData textarea {
    border: 1px solid #d5d5d5;
    padding: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }
  .myECPagesTable table {
    position: relative;
    z-index: 1; }
    .myECPagesTable table tr:last-child td {
      border-bottom: none; }
    .myECPagesTable table th,
    .myECPagesTable table td {
      padding: 12px;
      border-bottom: 1px solid #e7e7e7;
      vertical-align: middle; }
      .myECPagesTable table th.country, .myECPagesTable table th.country_code, .myECPagesTable table th.city, .myECPagesTable table th.city_code, .myECPagesTable table th.red-date, .myECPagesTable table th.exp-date,
      .myECPagesTable table td.country,
      .myECPagesTable table td.country_code,
      .myECPagesTable table td.city,
      .myECPagesTable table td.city_code,
      .myECPagesTable table td.red-date,
      .myECPagesTable table td.exp-date {
        text-align: center; }
    .myECPagesTable table th {
      background-color: #ffffff;
      position: sticky;
      color: #1b148f;
      font-weight: 700;
      top: 0;
      z-index: 2; }
      .myECPagesTable table th a {
        color: #1b148f; }
      .myECPagesTable table th .caret {
        width: 10px;
        display: inline-block; }
        .myECPagesTable table th .caret .fa {
          float: left;
          width: 100%;
          height: 13px; }
    .myECPagesTable table td.member_id {
      color: #0082ff; }
    .myECPagesTable table td.action .fa {
      color: #666666;
      margin-right: 8px;
      font-size: 22px; }
      .myECPagesTable table td.action .fa:last-child {
        margin-right: 0; }
    .myECPagesTable table td a {
      margin-right: 8px; }
      .myECPagesTable table td a:last-child {
        margin-right: 0; }
    .myECPagesTable table label.checkboxCustom {
      height: 20px;
      padding-left: 20px; }
      .myECPagesTable table label.checkboxCustom .checkmark {
        width: 20px;
        height: 20px; }
        .myECPagesTable table label.checkboxCustom .checkmark:before {
          width: 20px;
          height: 20px; }

.profileContent .formBlock p {
  color: #999999; }
  .profileContent .formBlock p em {
    color: #4d4d4d;
    font-style: normal;
    margin-right: 8px; }
.profileContent .formBlock label {
  text-align: left; }
.profileContent textarea {
  height: 150px; }
.profileContent .textareaDiv {
  font-size: 15px;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #b3b3b3; }
  .profileContent .textareaDiv p {
    color: #333333;
    margin-bottom: 15px; }
.profileContent .profileTop {
  margin-bottom: 60px; }
  .profileContent .profileTop .profileLeft {
    width: 195px; }
    .profileContent .profileTop .profileLeft img {
      width: 100%; }
    .profileContent .profileTop .profileLeft figure {
      margin-bottom: 22px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      overflow: hidden; }
    .profileContent .profileTop .profileLeft p {
      color: #4d4d4d; }
    .profileContent .profileTop .profileLeft .profileDetails {
      margin-bottom: 22px;
      padding: 0 20px; }
      .profileContent .profileTop .profileLeft .profileDetails p {
        margin-bottom: 7px; }
    .profileContent .profileTop .profileLeft .profileBtmBox {
      padding: 20px 25px 80px 25px;
      background-color: #f2f2f2;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px;
      position: relative;
      z-index: 0; }
      .profileContent .profileTop .profileLeft .profileBtmBox:after {
        position: absolute;
        content: "";
        right: 10px;
        bottom: 10px;
        background-image: url(../images/arrowStyle.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 105px;
        height: 84px;
        z-index: 1; }
  .profileContent .profileTop .profileRight {
    width: calc(100% - 195px);
    padding-left: 50px; }
    .profileContent .profileTop .profileRight table th {
      text-align: right;
      padding: 6px 55px 6px 10px;
      color: #333333;
      font-weight: 700; }
    .profileContent .profileTop .profileRight table td {
      color: #808080;
      padding: 6px 10px 6px 0; }

.productGallery ul.thumbs img {
  height: 100%;
  width: 100%; }
.productGallery .inner {
  padding: 0 44px; }
.productGallery .leargeImage {
  width: 500px; }
  .productGallery .leargeImage .slideshow-container {
    position: relative;
    z-index: 0;
    overflow: hidden; }
  .productGallery .leargeImage .slideshow span.image-wrapper {
    position: relative;
    display: block;
    top: 0;
    left: 0; }
  .productGallery .leargeImage .slideshow span .advance-link {
    width: 100%;
    height: 520px;
    line-height: 0;
    display: block; }
  .productGallery .leargeImage .slideshow img {
    width: 100%;
    height: 100%; }
.productGallery .thumbList {
  width: calc(100% - 500px);
  padding-left: 20px; }
  .productGallery .thumbList ul li {
    width: calc(25% - 15px);
    float: left;
    margin: 0px 15px 15px 0;
    list-style: none;
    padding: 0 0;
    height: 88px;
    overflow: hidden;
    border: 1px solid #ededed;
    position: relative; }
    .productGallery .thumbList ul li.selected a:before {
      opacity: 0.5; }
    .productGallery .thumbList ul li a {
      display: block;
      width: 100%;
      height: 100%; }
      .productGallery .thumbList ul li a:before {
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        background: #ededed;
        opacity: 0;
        position: absolute;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
.productGallery .controls {
  height: auto;
  position: relative;
  text-align: center; }
  .productGallery .controls .ss-controls {
    position: absolute;
    height: 35px;
    width: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 18px; }
    .productGallery .controls .ss-controls a {
      font-size: 0;
      position: relative;
      padding: 0;
      width: 100%;
      height: 100%;
      display: block; }
      .productGallery .controls .ss-controls a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        font-family: FontAwesome;
        line-height: 35px;
        height: 35px;
        font-size: 18px; }
      .productGallery .controls .ss-controls a.play:before {
        content: ""; }
      .productGallery .controls .ss-controls a.pause:before {
        content: ""; }
  .productGallery .controls .nav-controls {
    float: none;
    width: auto;
    display: inline-block;
    text-align: center; }
    .productGallery .controls .nav-controls a {
      position: relative;
      z-index: 0;
      font-size: 0;
      display: inline-block;
      width: 20px;
      height: 38px;
      margin-right: 50px;
      padding: 0; }
      .productGallery .controls .nav-controls a:last-child {
        margin-right: 0; }
      .productGallery .controls .nav-controls a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        font-family: FontAwesome;
        font-size: 55px;
        color: #d9d9d9;
        line-height: 35px;
        height: 38px; }
      .productGallery .controls .nav-controls a.prev:before {
        content: ""; }
      .productGallery .controls .nav-controls a.next:before {
        content: ""; }

.blogSection h2 {
  color: #4d4d4d; }
.blogSection .blogContent {
  margin: 0 -40px; }
.blogSection .blogBlock {
  width: 33.33%;
  padding: 0 40px;
  margin-bottom: 60px; }
.blogSection .blogBox {
  padding: 25px;
  box-shadow: 0 0 15px #d2d2d2;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }
  .blogSection .blogBox figure {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px; }
    .blogSection .blogBox figure img {
      opacity: 0; }
  .blogSection .blogBox h3 {
    font-size: 20px;
    color: #141414;
    margin-bottom: 15px; }
    .blogSection .blogBox h3 a {
      color: #141414; }
      .blogSection .blogBox h3 a:hover {
        color: #0082ff; }
  .blogSection .blogBox p {
    color: #4d4d4d;
    font-size: 14px;
    margin-bottom: 0; }
  .blogSection .blogBox .date {
    margin-bottom: 8px;
    color: #999999;
    display: block; }

.codeWrapper.hsCodeWrapper {
  display: none;
  overflow: hidden; }
  
header .headerBar {
  margin-left: auto;
  display: none;
}

.viewFilterBar {
  display: none;
}

header .headerBox,
.viewFilterBox {
  display: block;
}

.companyBoxImg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grid .companyBoxImg {
  display: none;
}

.contactUsForm {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 1338px) {
  .logoLastPart {
    display: none;
  }
}

@media screen and (max-width: 1140px) {
  header .headerRight {
    display: none;
    position: absolute;
    top: 70px;
    right: 20px;
    width: 240px;
    background-color: #fff;
    border-radius: 0.25rem;
    color: #0082ff;
    z-index: 30;
    padding: 10px;
  }
  
  header .menuSec ul {
    display: flex;
    flex-direction: column;
  }
  
  header .menuSec ul li {
    float: none;
    margin: 5px 10px;
    font-size: 15px;
  }
  
  .linkAdmin,
  header a:not(.btnAll) {
    color: #0082ff !important;
  }
  
  header .headerLinks {
    margin: 10px;
    justify-content: start;
    width: 100%;
  }
  
  header .headerLinks ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  
  header .headerLinks ul li {
    margin-left: 0px;
    width: 50%;
  }
  
  header .headerLinks ul li .btnAll {
    background-color: #0082ff;
    color: #fff;
  }
  
  header .headerBar {
    display: inline-block;
  }
  
  .companyListingSection .listingSec {
    width: 100%;
  }
  
  .blankWidth,
  .sideBarSec {
    display: none;
  }
  
  .sideBarSec {
    position: absolute;
    background-color: #fff;
  }
  
  .viewFilterBar {
    display: inline-block;
  }
  
  .rightContent,
  .viewMoreInfo {
    display: none;
  }
  
  .leftContent {
    display: none;
    position: absolute;
    z-index: 29;
  }
  
  .leftContent .productLeftSideBar,
  .leftContent .spaceBox {
    background-color: #fff;
  }
  
  .customWidthContentPage {
    width: 100%;
  }
  
  header .headerBox,
  .viewFilterBox {
    display: block;
  }
  
  .aboutSection p,
  .formBlock .formGroup {
    padding: 0;
  }
  
  .formBlock .formRow {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
  }
  .formBlock label {
    text-align: left;
    width: 100%;
  }
  .formBlock .formInput {
    width: 100%;
  }
  
  .codeDetailsContent .codeDetailsTop {
    display: flex;
    flex-direction: column;
  }
  .codeDetailsContent .codeDetailsTop.selectTop .formSec,
  .formWidthContent {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .codeDetailsContent .codeDetailsTop.selectTop .formSec .formRow,
  .fullWidthContent {
    width: 100%;
  }
  
  .stepItem:not(.active) .stepBody {
    visibility: hidden;
    width: 60px;
    height: 60px;
    overflow: auto;
  }
  
  .pricingCardInfo p {
    display: none;
  }
  
  .formBlock .formBox {
    margin: 0;
  }
  .formBlock .formGroup.formHalfGroup {
    width: 100%;
  }
  .formBlock .formText.cardBox {
    display: none;
  }
  .formBlock .formRow {
    margin-bottom: 20px;
  }
  .formBlock .formGroup.formImageGroup,
  .formBlock .formGroup.formImageGroup:nth-child(2),
  .myECpagesSec .myECpagesContent {
    width: 100%;
  }
}

@media screen and (max-width: 908px) {
  .companyListingWidth {
    width: 100%;
    max-width: 908px;
  }
  .formSec {
    flex-direction: column;
  }
  .searchSection .formRow {
    width: 48%;
  }
  
  .viewPagination,
  .viewBottom {
    display: none;
  }
  
  .companyContent .companyList .companyBlock {
    width: 100%;
  }
  
  .contactUsForm {
    max-width: 100%;
  }
  .formBlock .formBox {
    margin: 0;
    width: 100%;
  }
  
  .mainSection .membershipSection .membershipBlock {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .stepItem.active .stepBody {
    visibility: hidden;
    width: 60px;
    height: 60px;
    overflow: auto;
  }
}

@media screen and (max-width: 480px) {
  .searchSection .formRow {
    width: 100%;
  }
  
  .formBlock .formGroup.formDoubleGroup {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .formBlock .formGroup.formDoubleGroup .formRow,
  .formBlock .formGroup.formDoubleGroup .formRow:nth-last-child(2),
  .formBlock .formRow:last-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .bottomContent {
    padding: 0;
  }
}

.lightBox {
  position: fixed;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.closeLightBox {
  position: absolute;
  top: 20px;
  right: 20px;
}

.lightBoxImage {
  position: relative;
  max-width: 100%;
  max-height: 90vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.addButton {
  background-color: #0095ff;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 9999px;
}

/*# sourceMappingURL=style.css.map */
