@charset "UTF-8";
/* Sass Document */
/* 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; }

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: #666666;
  font-family: "AvenirNext-Regular";
  overflow-x: hidden; }

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%; }
  table.sticky thead th {
    position: sticky !important;
    z-index: 2;
    top: 0;
    border-bottom: none !important; }
  table.sticky thead tr:nth-child(2) th {
    top: 61px; }
  table.sticky tbody td {
    z-index: 1 !important; }
  table.sticky tbody tr:first-child td {
    border-top: 10px solid #ffffff; }

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: 18px;
  font-weight: 400; }

h3 {
  background-color: inherit;
  padding: 0;
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 400; }

h1, h2, h3, h4 {
  font-family: "AvenirNext-Regular"; }

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;
  color: #0098ff; }
  a:hover {
    background-color: transparent; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-10 {
  margin-top: 10px !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.mlr-auto {
  margin: 0 auto !important; }

.p-0 {
  padding: 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-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0;
  outline: none !important; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="url"], input[type="search"] {
  padding: 0 6px;
  height: 42px;
  outline: none;
  font-size: 14px;
  width: 100%;
  color: #c8c8c8;
  border: 1px solid #c8c8c8;
  background: #c8c8c8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -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"] {
  cursor: pointer;
  outline: none;
  -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-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  input[type="submit"][disabled], input[type="button"][disabled], input[type="reset"][disabled] {
    background-color: #cecece !important;
    color: #ffffff !important; }
input[disabled] {
  cursor: default; }

select {
  outline: none;
  background: url(../images/select-arrow.png) no-repeat 100% center #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #333333; }
  select:disabled {
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 0 3px; }
    select:disabled::-ms-expand {
      display: none; }

textarea {
  color: #c8c8c8;
  padding: 9px 10px;
  height: 86px;
  outline: none;
  font-family: "Myriad Pro";
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  display: block;
  resize: vertical;
  color: #c8c8c8;
  border: 1px solid #c8c8c8;
  background: #c8c8c8; }

::-webkit-input-placeholder {
  color: #c8c8c8; }

:-moz-placeholder {
  color: #c8c8c8; }

::-moz-placeholder {
  color: #c8c8c8; }

:-ms-input-placeholder {
  color: #c8c8c8; }

.error {
  color: #ed1c24; }

.success {
  color: #00d02c; }

.blue {
  color: #0098ff; }

.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; }

.clear:after, .headerArea .navArea ul:after, .headerArea .navArea .bottom:after, .testimonialsSec .testimonials:after, .buyAndSuppliersSec:after, .buyAndSuppliersSec .buyRowArea .step .stepContent:after, .membershipOpationArea:after, .productMenuList ul:after, .productSaleSec.searchAccordion .saleBottomWrap .grid .leftUl ul:after, .pagenation ul:after, .productDetailsSec .companyName_produtList ul:after, .productDetailsSec .productGallery ul.thumbs:after, .productDetailsSec .productGallery .detailsSlider:after, .registrationStandardPage .boxAccordion:after, .registrationStandardPage .boxAccordion .fullRow:after, .memberDesSuppliersSecArea .buyerAndSuppliersSec .buyerListArea ul:after, .compareProductsSection .compareProductsList .comapareProductSlider:after, .viewAssociatesSecArea .associatesProfessionalGrid .associatesProfessionalBlock .associatesProfessionalBox .servicesboxArea:after, .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow .formRow:after, .ethicsContent.industrialCode .codeAcc .codemenu ul:after, .pagemain .tableMeta:after, .pagemain .dataWrap ul li .smallData:after, .contactPage .contactInner:after, .contactPage .contactInner .col2:after, .dateAdd .inner:after, .checkRole:after, .btnBtm.serviceBtn:after, .additionalInformationSec .infoWrap:after {
  content: "";
  display: table;
  clear: both; }

p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 7px;
  font-family: "Myriad Pro"; }
  p:empty {
    display: none; }
  p:last-child {
    margin-bottom: 0 !important; }
  p a {
    color: #1fa5ff; }
    p a:hover {
      color: #000000; }

.flex, .headerArea .logoAndMenuWrap, .headerArea .navArea .afterLogin, .headerArea .navArea .afterLogin ul li, .headerArea .navArea .beforeLogin, .headerArea .menuArea .menuAreaForm, .headerArea .menuArea .leftMenu, .mainBanner .bannerWrap, .networkSec .gridListWrap, .networkSec .grid .cnnt .row, .buyAndSuppliersSec .buyRowArea .step.step002 .stepContent, .buyAndSuppliersSec .buyRowArea .step.step003 .stepContent, .buyAndSuppliersSec .buyRowArea .step.step004 .stepContent, .buyAndSuppliersSec .buyRowArea .step.step005 .stepContent, .buyAndSuppliersSec .buyRowArea .step .stepContent .iconList, .buyAndSuppliersSec .buyRowArea .step .stepContent .iconList .border_img, .membershipOpationArea .membershipWrap, .footerArea .footerMenuListWrap, .productSaleSec .saleTopSec .saleTopWrap, .productSaleSec .saleBottomWrap, .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl ul, .productSaleSec .productDescription table tbody tr td .imgBoxArea, .productSaleSec .productDescription table tbody tr td .imgBoxArea .top, .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc .flags, .productSaleSec .addBanner .addBannerWrap, .coloredTable table tbody td .imgBoxArea .top, .coloredTable table tbody td .imgBoxArea .top .desc .flags, .boxAccordionDetails .compareSec, .boxAccordionDetails .compareSec .leftCnt, .breadcrumbs ul, .goSecArea, .goSecArea .goToArea, .itemPageArea, .innerPageDesgin, .innerPageDesgin ul, .productDetailsSec .productDescriptionArea, .productDetailsSec .productDetailsAccordian .companyFlex, .productDetailsSec .negotiateSecArea .negotiateWrap, .productDetailsSec .negotiateSecArea .negotiateSecLeft, .productDetailsSec .negotiateSecArea .negotiateFormSec .imgAndFlagArae, .productDetailsSec .negotiateSecArea .negotiateFormSec .imgAndFlagArae .negoCnt .flags, .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea, .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup.formGroupTwo, .productDetailsSec .productInformationSec .formArea .formGroup .formList, .productDetailsSec .productInformationSec .formArea .formGroup.formGroupTwo, .productDetailsSec .addSection, .productDetailsSec .productGallery .detailsSlider, .productDetailsSec .productGallery .controls, .productDetailsSec .productGallery .controls .ss-controls, .loginPage .registerPartList ul, .registrationStandardPage .membershipOptionsSec .memberWrap, .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .accordianGrid, .registrationStandardPage .boxAccordion.choosePadd7 .boxAccordionDetails .formRow .textFld, .registrationStandardPage .boxAccordion .boxAccordionDetails, .registrationStandardPage .boxAccordion .formGroup.formGroupTwo, .registrationStandardPage .formRow, .registrationStandardPage .formRow.col2 .col, .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd2 .boxAccordionDetails .formGroup:last-child, .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow .checkSelect, .registrationStandardPage .registrationStandardNew .boxAccordion .formGroupArea,
.registrationStandardPage .registrationStandardNew .boxAccordion .formWrapper, .registrationStandardPage .registrationStandardNew .formRow .multipleRowArea .multipleRowWrap, .memberDesSuppliersSecArea .suppliersSecArea .suppliersSecAreaWrap, .buyersArea .buyersAreaWrap, .aboutUsArea .aboutUsContent .contentBlock, .compareProductsSection .compareProductsHeading, .compareProductsSection .compareProductTableList .comparePage .compareTableHeader, .associationGroupSec.newAssociateGroupSec .associationGroupTop, .associationGroupSec.newAssociateGroupSec .associationGroupInside, .associationGroupSec .associateNetworkSec .associateNetworkGrid, .associationGroupSec.tradersGroupSec .associationGroupBox, .associationGroupSec.tradersGroupSec .tradersGroupInBlock .tradersGroupInr, .associationGroupSec.tradersGroupSec .tradersGroupInside ul, .associationGroupSec.representativeGroupSec .representativeEssentialSec .representativeEssentialWrap, .associationGroupSec.representativeGroupSec .representativeEssentialSec .representativeEssentialInside, .viewAssociatesSecArea .associatesProfessionalGrid .associatesProfessionalBlock, .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow, .viewAssociatesSecArea .allContinentDetails ul, .viewAssociatesSecArea .allProductDetails ul, .formArea, .productSaleSec.agencyResultSec .searchKeywordSection .searchKeywordForm, .productSaleSec.agencyResultSec .searchKeywordSection .formRow, .productSaleSec .modifiedMessage .innerModifiedMsg, .ethicsContent .codeAcc .codelist .searchNaic .searchCustom, .registrationStandardPage.membersProfilePage, .registrationStandardPage.membersProfilePage .updateSubmitSec .inputSubmitList, .registrationStandardPage.membersProfilePage .bottomAlignedRow, .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop, .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop .associatesCountriesTopLeft, .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop .associatesCountriesInfo, .membersProfileHeader .container, .associateContentSec .container, .associateContentSec .associateDetails, .associateCompanyDetails .container, .sendMessageBtmSec .companyFormLabel, .sendMessageBtmSec .companyFormLabel .formLabel, .registrationStandardPage .listUploadImg, .registrationStandardPage.associateProfilePage .updateSubmitSec, .registrationStandardPage.associateProfilePage .updateSubmitSec .updateSubmitLeft .container, .registrationStandardPage.addProdcutsForSalePage .viewAssociatesSecArea .formTopRow, .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .checkBoxRow, .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formGroupAll, .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .modifiMessageSec .senderMessage, .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.modifyMessage .senderMessage, .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .imgBoxArea .top, .registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .informationTable, .registrationStandardPage.negotiationCompleteViewPage .negotiationTopImageSec ul.codeList, .registrationStandardPage.myProductsPage .productSaleSec .boxAccordion .productPageTitle, .registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .btmBtnSec, .msgArea, .presentOpportunitySec .presentOpportunityInside, .greenBlueSec, .onlineAffilatesSec .onlineAffilatesRight, .potentialEarningsSec .potentialEarningsSecImg, .membershipGreenSec .membershipGreenInr, .expandEarningSec .expandEarningSecInr .expandEarningSecContent, .whatsNewAll .whatsNewBtmGrid, .whatsNewAll .whatsNewBtmGrid .whatsNewBtmBlock .btmRead, .contactPage .cardBox, .contactPage .contactInner, .membersPage .associatesCountriesTopLeft.findMemberBtn #findMember, .updateBtnRight .updateSubmitSec, .createMarketingToolsWrap, .bannerShow, .uploadRow, .strategicPartnersArea .strategicPartnersWrap, .videoAdditionalSec .serachGroup, .videoSearchArea .serachGroup, .additionalInformationSec .infoWrap .rightInfoArea .inner, .additionalInformationSec .listInfo ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }

.middle, .mainHeading.comingSoon, .headerArea .logoArea, .buyAndSuppliersSec .buyRowArea .step.step001 .stepContent, .productSaleSec .saleTopSec .saleTopWrap, .productSaleSec .productDescription table tbody tr td .imgBoxArea, .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc .flags, .coloredTable table tbody td .imgBoxArea, .coloredTable table tbody td .imgBoxArea .top .desc .flags, .boxAccordionDetails .compareSec .leftCnt, .PagenationAll, .innerPageDesgin, .productDetailsSec .productAllSec .container, .productDetailsSec .negotiateSecArea .makeOfferSec .title, .productDetailsSec .negotiateSecArea .negotiateFormSec .imgAndFlagArae .negoCnt .flags, .productDetailsSec .productInformationSec .formArea .formGroup .formList, .productDetailsSec .productGallery .noImgInner, .loginPage .loginCnnt, .loginPage .loginForm, .loginPage .registerPartList, .registrationStandardPage .formRow, .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow .leftcheck, .memberDesSuppliersSecArea .solutionBottomSec .solutionRows, .compareProductsSection .compareProductTableList .comparePage .compareTableHeader.companyMiddle, .associationGroupSec .associateNetworkSec .associateNetworkGrid .associateNetworkBlock, .associationGroupSec.tradersGroupSec .tradersGroupInside ul li .tradersBlue, .associationGroupSec.representativeGroupSec .representativeGroupInside, .viewAssociatesSecArea .associatesCountries .associatesCountriesHeader, .viewAssociatesSecArea .coloredTable table tbody td .actionData, .productSaleSec.agencyResultSec .searchKeywordSection .formRow, .productSaleSec .modifiedMessage .innerModifiedMsg, .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop ul.representativeLink, .membersProfileHeader .profileDetails, .registrationStandardPage.associateProfilePage .updateSubmitSec .updateSubmitLeft, .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .senderMessage.subject, .registrationStandardPage.generateReceiptsPage .formRow .leftcheck, .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .imgBoxArea .top .desc .flags, .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec, .slidingSec, .msgArea, .onlineAffilatesSec .onlineAffilatesInr, .onlineAffilatesSec .onlineAffilatesCard, .potentialEarningsSec .addTotalSec, .subscriptionDetailsSec .subscriptionDetailsInside, .contactPage .cardBox, .imageBox, .ournetworkSec .ournetworkInside, .profileAccorNew {
  -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, .networkSec .grid .cnnt .row {
  -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; }

.flex-start, .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formRow {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.noMid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }

.justify-content-md-center, .loginPage .registerPartList ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-self-center, .buyAndSuppliersSec .buyRowArea .step .stepContent .iconList .border_img {
  -ms-flex-item-align: center;
  align-self: center; }

.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-column-reverse, .uploadRow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-content-between, .headerArea .logoAndMenuWrap, .networkSec .grid .cnnt .row, .membersPage .associatesCountriesTopLeft.findMemberBtn #findMember, .profileAccorNew {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-content-end, .headerArea .navArea .afterLogin, .headerArea .navArea .beforeLogin, .updateBtnRight .updateSubmitSec {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.orangeTxt {
  color: #f7931e !important;
  font-weight: bold; }

.blackTxt {
  color: #000000 !important;
  font-weight: bold; }

.blueTxt {
  color: #083ba2 !important;
  font-weight: bold; }

.lightBlueTxt {
  color: #0098ff !important; }

.bldTxt {
  font-weight: bold; }

.grayTxt {
  color: #666666; }

.grayTxt a,
.grayTxt p {
  color: #666666; }

.whiteTxt a,
.whiteTxt p {
  color: #ffffff; }

.blueClrBtn {
  background-color: #0098ff !important;
  color: #ffffff !important; }
  .blueClrBtn:hover {
    background-color: #083ba2 !important;
    color: #ffffff !important; }

.txtCenter {
  text-align: center !important; }

.autoWidthBtn a,
.autoWidthBtn .btnAll {
  display: inline-block;
  margin-right: 6px; }
  .autoWidthBtn a:last-child,
  .autoWidthBtn .btnAll:last-child {
    margin-right: 0; }
.autoWidthBtn input[type='submit'], .autoWidthBtn input[type='button'], .autoWidthBtn input[type='reset'] {
  display: inline-block;
  margin-right: 6px; }
  .autoWidthBtn input[type='submit']:last-child, .autoWidthBtn input[type='button']:last-child, .autoWidthBtn input[type='reset']:last-child {
    margin-right: 0; }

a.autoWidthBtn {
  display: inline-block; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 10px;
  margin-bottom: 10px; }
  .alert-success:last-child {
    margin-bottom: 0; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 10px;
  margin-bottom: 10px; }
  .alert-info:last-child {
    margin-bottom: 0; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 10px;
  margin-bottom: 10px; }
  .alert-warning:last-child {
    margin-bottom: 0; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 10px;
  margin-bottom: 10px; }
  .alert-danger:last-child {
    margin-bottom: 0; }

.dissableAll input[type="text"], .dissableAll input[type="email"], .dissableAll input[type="tel"], .dissableAll input[type="password"], .dissableAll input[type="url"] {
  pointer-events: none;
  background-color: #e7e7e7 !important; }
.dissableAll select,
.dissableAll button {
  pointer-events: none;
  background-color: #e7e7e7 !important; }

.registrationStandardPage .formRow.dissableAll input[type="text"], .registrationStandardPage .formRow.dissableAll input[type="email"], .registrationStandardPage .formRow.dissableAll input[type="tel"], .registrationStandardPage .formRow.dissableAll input[type="password"], .registrationStandardPage .formRow.dissableAll input[type="url"] {
  pointer-events: none;
  background-color: #e7e7e7 !important; }
.registrationStandardPage .formRow.dissableAll select,
.registrationStandardPage .formRow.dissableAll button {
  pointer-events: none;
  background-color: #e7e7e7 !important; }

/****** */
.wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 45px; }

.loader {
  border: 5px solid #416db6;
  border-radius: 50%;
  border-top: 5px solid #7db01b;
  width: 50px;
  height: 50px;
  -webkit-animation: spint 1s linear infinite;
  animation: spint 1s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  margin: auto; }

.padd-tb {
  padding: 60px 0; }

.padd40 {
  padding: 40px 0; }

.padd80 {
  padding: 80px 0; }

.mainHeading h2 {
  font-size: 52px;
  color: #003ac1;
  font-family: "AvenirNext-DemiBold"; }
.mainHeading.comingSoon {
  min-height: calc(100vh - 326px); }
  .mainHeading.comingSoon h3 {
    margin-bottom: 0; }

.pb40 {
  padding-bottom: 40px !important; }

.pl210 {
  padding-left: 210px; }

.membershipTypeBColour {
  color: #003ac1; }

.blueLink {
  font-size: 22.27px;
  color: #003ac1; }

.pagecontent {
  color: #333333; }
  .pagecontent table {
    margin: 20px 0;
    border-collapse: collapse; }
  .pagecontent th,
  .pagecontent td {
    color: #333333;
    border: 1px solid #c8c8c8;
    padding: 6px 8px; }

.btnAll {
  height: 32px;
  line-height: 32px;
  padding: 0 35px;
  background-color: #ffd100;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  display: block;
  color: #000000;
  text-align: center;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btnAll:hover {
    background-color: #3978ff;
    color: #ffffff; }
  .btnAll.brdrBtn {
    height: 68px !important;
    line-height: 68px !important;
    font-size: 24.52px !important;
    color: #666666 !important;
    background-color: #ffffff !important;
    font-family: "Myriad Pro" !important;
    font-weight: bold !important;
    display: inline-block !important;
    padding: 0 80px !important;
    border: 6px solid #0098ff !important;
    line-height: 62px !important;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px; }
    .btnAll.brdrBtn:hover {
      background-color: #0098ff !important;
      color: #ffffff !important; }
  .btnAll.brdrBtnBlue {
    height: 68px !important;
    font-size: 24.52px !important;
    color: #0098ff !important;
    background-color: #ffffff !important;
    font-family: "Myriad Pro" !important;
    font-weight: bold !important;
    display: inline-block !important;
    padding: 0 80px !important;
    border: 6px solid #0098ff !important;
    line-height: 62px !important;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px; }
    .btnAll.brdrBtnBlue:hover {
      background-color: #0098ff !important;
      color: #ffffff !important; }
  .btnAll.brdrBtnRed {
    height: 56px !important;
    font-size: 24.52px !important;
    color: #e34e43 !important;
    background-color: #ffffff !important;
    font-family: "Myriad Pro" !important;
    font-weight: bold !important;
    display: inline-block !important;
    padding: 0 30px !important;
    border: 6px solid #e34e43 !important;
    line-height: 50px !important;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px; }
    .btnAll.brdrBtnRed:hover {
      background-color: #e34e43 !important;
      color: #ffffff !important; }
  .btnAll.solidBtn {
    font-family: "Myriad Pro" !important;
    font-weight: bold !important;
    display: inline-block !important;
    height: 56px !important;
    line-height: 56px !important;
    padding: 0 55px !important;
    background-color: #0098ff !important;
    font-size: 25px !important;
    color: #ffffff !important;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px; }
    .btnAll.solidBtn:hover {
      background-color: #083ba2 !important;
      color: #ffffff !important; }
  .btnAll.verifyBtn {
    font-family: "Myriad Pro";
    font-weight: bold !important;
    display: inline-block;
    height: 56px;
    line-height: 62px;
    padding: 0 55px;
    background-color: #0098ff;
    font-size: 25px;
    color: #ffffff;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px; }
    .btnAll.verifyBtn:hover {
      background-color: #083ba2;
      color: #ffffff; }
  .btnAll.purple {
    background-color: #655bbb !important; }
  .btnAll.yellow {
    background-color: #fcbc40 !important; }
  .btnAll.red {
    background-color: #e3474a !important; }
  .btnAll.green {
    background-color: #04B800 !important; }

td .btnAll.brdrBtnBlue {
  height: 40px !important;
  font-size: 17px !important;
  padding: 0 23px !important;
  border-width: 2px !important;
  line-height: 40px !important;
  text-decoration: none !important; }

.errorMessage {
  font-size: 14px;
  color: orange;
  font-family: "AvenirNext-Regular";
  margin-top: 3px;
  font-weight: 700; }

span.success {
  padding-left: 0;
  font-size: 14px;
  color: #04B800;
  font-family: "AvenirNext-Regular";
  margin-top: 3px; }

div.success {
  padding-left: 175px;
  font-size: 14px;
  color: #04B800;
  font-family: "AvenirNext-Regular";
  margin-top: 3px; }

.allAccordionSec {
  margin-bottom: 14px; }
  .allAccordionSec a {
    display: inline-block;
    color: #1fa5ff;
    font-size: 16px;
    cursor: pointer;
    font-family: "Myriad Pro";
    font-weight: bold;
    padding: 0 52px; }
    .allAccordionSec a.active .allBtn span.expandAllBtn {
      display: none; }
    .allAccordionSec a.active .allBtn span.collapseAllBtn {
      display: inline-block; }
    .allAccordionSec a.active.expandAllBtn {
      display: none; }
    .allAccordionSec a.active.collapseAllBtn {
      display: inline-block; }
  .allAccordionSec .allAccordionShowBtn .allBtn span {
    position: relative;
    display: block; }
    .allAccordionSec .allAccordionShowBtn .allBtn span:before {
      content: "";
      position: absolute;
      z-index: 0;
      display: inline-block;
      left: -25px;
      top: 3px;
      width: 14px;
      height: 13px;
      background-image: url("../images/plusBlue.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  .allAccordionSec .allAccordionShowBtn.active .allBtn span:before {
    background-image: url("../images/minusBlue.png"); }
  .allAccordionSec .allAccordionShowBtn.active .allBtn span.expandAllBtn {
    display: none; }
  .allAccordionSec .allAccordionShowBtn.active .allBtn span.collapseAllBtn {
    display: block; }
  .allAccordionSec .allBtn {
    display: inline-block;
    position: relative; }
    .allAccordionSec .allBtn span.collapseAllBtn {
      display: none; }
    .allAccordionSec .allBtn.active {
      color: #083ba2; }

.customPagination {
  margin-top: 60px; }

.formSubmitOnClick {
  width: 30px;
  background: #0098ff !important;
  color: #ffffff !important;
  font-size: 13px;
  height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 22px; }

.headerArea {
  position: relative;
  z-index: 3; }
  .headerArea .headerWrap {
    padding: 15px 0 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px #dadada; }
  .headerArea .logoArea {
    padding-bottom: 16px; }
    .headerArea .logoArea a {
      padding-top: 10px; }
    .headerArea .logoArea img {
      width: 60px;
      display: inline-block;
      vertical-align: middle; }
    .headerArea .logoArea h1 {
      margin-left: 5px;
      display: inline-block;
      vertical-align: middle;
      font-size: 50px;
      font-weight: 400;
      line-height: 1;
      color: #1b148f;
      height: 46px; }
      .headerArea .logoArea h1 span {
        text-align: right;
        color: #000000;
        padding-right: 3px;
        font-size: 13px;
        font-family: "AvenirNext-Italic";
        font-weight: 300;
        display: block;
        padding-top: 2px;
        letter-spacing: 1px; }
  .headerArea .navArea .top {
    margin-bottom: 30px;
    margin-bottom: 37px;
    margin-top: 7px;
    position: relative;
    z-index: 2; }
    .headerArea .navArea .top ul li {
      margin-right: 9px;
      padding-right: 0; }
      .headerArea .navArea .top ul li:hover .subMenuHolder ul {
        margin-top: 13px;
        padding: 0; }
      .headerArea .navArea .top ul li .subMenuHolder ul {
        padding: 0px 12px; }
        .headerArea .navArea .top ul li .subMenuHolder ul li {
          margin-right: 0;
          width: 100%;
          border-bottom: 1px solid #eeeeee; }
          .headerArea .navArea .top ul li .subMenuHolder ul li:last-child {
            margin-right: 0; }
          .headerArea .navArea .top ul li .subMenuHolder ul li:hover a {
            background-color: #0098ff;
            color: #ffffff; }
          .headerArea .navArea .top ul li .subMenuHolder ul li a {
            font-size: 15px;
            width: 100%;
            padding: 10px 14px; }
      .headerArea .navArea .top ul li:last-child {
        margin-right: 0; }
      .headerArea .navArea .top ul li .btnAll {
        border-style: solid;
        border-width: 1px;
        background: #1e3ad7;
        border-color: #1e3ad7;
        color: #ffffff;
        line-height: 30px;
        padding: 0 25px;
        min-width: 113px; }
        .headerArea .navArea .top ul li .btnAll:hover {
          color: #ffffff;
          background: #0098ff;
          border-color: #0098ff; }
        .headerArea .navArea .top ul li .btnAll.loginBtn {
          background: transparent;
          color: #1e3ad7; }
          .headerArea .navArea .top ul li .btnAll.loginBtn:hover {
            background: transparent;
            color: #0098ff;
            border-color: #0098ff; }
  .headerArea .navArea ul li {
    float: left;
    margin-right: 40px;
    position: relative; }
    .headerArea .navArea ul li a {
      font-weight: 400; }
    .headerArea .navArea ul li:last-child {
      margin-right: 0; }
  .headerArea .navArea .afterLogin ul {
    position: relative;
    z-index: 0; }
    .headerArea .navArea .afterLogin ul li {
      font-size: 17px;
      padding-right: 0;
      margin-right: 32px; }
      .headerArea .navArea .afterLogin ul li.blueText a {
        color: #1fa5ff; }
        .headerArea .navArea .afterLogin ul li.blueText a:hover {
          color: #003ac1; }
      .headerArea .navArea .afterLogin ul li .subMenuHolder {
        width: 215px;
        right: 0; }
        .headerArea .navArea .afterLogin ul li .subMenuHolder ul li .menuIcon {
          width: 20px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 8px;
          margin-top: -3px; }
          .headerArea .navArea .afterLogin ul li .subMenuHolder ul li .menuIcon .fa {
            margin-left: 0; }
          .headerArea .navArea .afterLogin ul li .subMenuHolder ul li .menuIcon img {
            width: 18px;
            padding-right: 0; }
        .headerArea .navArea .afterLogin ul li .subMenuHolder ul li a {
          line-height: 1; }
          .headerArea .navArea .afterLogin ul li .subMenuHolder ul li a:before {
            font-family: FontAwesome;
            color: #ffd100;
            margin-right: 10px; }
      .headerArea .navArea .afterLogin ul li img {
        padding-right: 12px; }
      .headerArea .navArea .afterLogin ul li a {
        color: #1b1464;
        line-height: 1.2;
        position: relative;
        z-index: 0; }
        .headerArea .navArea .afterLogin ul li a:hover {
          color: #0098ff; }
      .headerArea .navArea .afterLogin ul li.hasSub .fa {
        margin-left: 10px;
        font-size: 20px; }
  .headerArea .navArea .beforeLogin ul li {
    padding-right: 0; }
    .headerArea .navArea .beforeLogin ul li:last-child {
      padding-right: 0; }
    .headerArea .navArea .beforeLogin ul li a {
      font-size: 15px; }
  .headerArea .navArea .bottom {
    position: relative;
    z-index: 1; }
    .headerArea .navArea .bottom ul {
      float: right; }
      .headerArea .navArea .bottom ul li:last-child .subMenuHolder {
        right: 0; }
      .headerArea .navArea .bottom ul li a {
        color: #1b1464;
        font-size: 17px;
        font-family: "Myriad Pro";
        display: block;
        font-weight: 700; }
        .headerArea .navArea .bottom ul li a:hover {
          color: #0098ff; }
  .headerArea .navArea ul li .subMenuHolder {
    position: absolute;
    top: 100%;
    width: 160px;
    padding: 0;
    z-index: 10;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }
    .headerArea .navArea ul li .subMenuHolder ul {
      width: 100%;
      border: 1px solid #eeeeee;
      background-color: #f2f2f2;
      margin-top: 0;
      padding: 0 25px;
      height: 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border-bottom: none;
      pointer-events: none;
      overflow: hidden; }
      .headerArea .navArea ul li .subMenuHolder ul li {
        color: #ffffff;
        margin-right: 0;
        width: 100%;
        border-bottom: 1px solid #eeeeee; }
        .headerArea .navArea ul li .subMenuHolder ul li a {
          font-size: 15px;
          font-family: "Myriad Pro";
          font-weight: bold;
          color: #1a1a1a;
          padding: 10px 14px; }
        .headerArea .navArea ul li .subMenuHolder ul li:hover a, .headerArea .navArea ul li .subMenuHolder ul li.active a {
          color: #ffffff;
          background-color: #0098ff; }
  .headerArea .navArea ul li:hover .subMenuHolder {
    max-height: 999999px;
    height: inherit;
    opacity: 1;
    padding: 0; }
    .headerArea .navArea ul li:hover .subMenuHolder ul {
      pointer-events: auto;
      height: inherit;
      margin-top: 10px;
      padding: 0;
      opacity: 1; }
  .headerArea .searchContainer {
    padding: 0 90px; }
  .headerArea .menuArea {
    padding: 1px; }
    .headerArea .menuArea input,
    .headerArea .menuArea select {
      font-size: 15px;
      font-family: "Myriad Pro";
      font-weight: 400; }
    .headerArea .menuArea input {
      outline: none;
      background-color: transparent;
      border: none;
      color: #333333;
      height: 40px;
      line-height: 40px;
      padding: 0 12px; }
    .headerArea .menuArea select {
      border: none;
      color: #333333;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-position: 100% right !important; }
    .headerArea .menuArea .menuAreaForm {
      border: 1px solid #0098ff;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px;
      overflow: hidden; }
    .headerArea .menuArea .leftMenu {
      width: calc(100% - 110px);
      border-right: 1px solid #989898;
      padding-left: 20px;
      -moz-placeholder-color: #333333;
      -ms-input-placeholder-color: #333333; }
      .headerArea .menuArea .leftMenu ::-webkit-input-placeholder {
        color: #333333; }
      .headerArea .menuArea .leftMenu ::-moz-placeholder {
        color: #333333; }
      .headerArea .menuArea .leftMenu .box.box02 {
        width: 13%; }
      .headerArea .menuArea .leftMenu .box.box03 {
        width: 20%; }
      .headerArea .menuArea .leftMenu .box.box04 {
        width: 20%; }
      .headerArea .menuArea .leftMenu .box.box05 {
        width: 20%; }
      .headerArea .menuArea .leftMenu .box.box06 {
        width: 27%; }
      .headerArea .menuArea .leftMenu .box select {
        background-position: 96% center;
        height: 40px;
        line-height: 40px;
        width: 100%;
        padding: 0 20px 0 12px;
        border: none;
        border-right: 1px solid #0098ff; }
        .headerArea .menuArea .leftMenu .box select option {
          padding: 5px; }
    .headerArea .menuArea .rightMenu {
      width: 110px;
      text-align: center; }
      .headerArea .menuArea .rightMenu .btnAll {
        height: 40px;
        line-height: 40px;
        padding: 0 40px 0 20px;
        background-color: #0098ff;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
        .headerArea .menuArea .rightMenu .btnAll:hover {
          background-color: #083ba2; }

.homeBodyWrap {
  background-image: url(../images/bg-img.png);
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: 49%; }

.newdesc .productMenuList {
  background: #ebf6ff; }
.newdesc .breadcrumbs ul li {
  padding: 0 7px 0 15px; }

.tooltipIcon {
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  cursor: pointer; }

.tooltipIcon:hover .tooltipDetails,
.countryName:hover .tooltipDetails {
  opacity: 1;
  left: 40px;
  pointer-events: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .tooltipIcon:hover .tooltipDetails:after,
  .countryName:hover .tooltipDetails:after {
    display: block; }

.countryName {
  position: relative; }
  .countryName .tooltipDetails {
    width: auto;
    top: -10px; }
    .countryName .tooltipDetails:after {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

.tooltipDetails {
  position: absolute;
  left: 20px;
  top: -15px;
  width: 250px;
  background-color: #0098ff;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 7px 10px;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .tooltipDetails:after {
    position: absolute;
    content: "";
    right: 100%;
    top: 24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8px 7px 0;
    border-color: transparent #0098ff transparent transparent;
    display: none; }
  .tooltipDetails p {
    font-size: 15px;
    color: #ffffff; }

.mainBanner {
  padding: 35px 0;
  padding-bottom: 90px; }
  .mainBanner .topNewbann h2 {
    font-size: 18.77px;
    line-height: 1;
    margin-bottom: 16px;
    text-align: center;
    color: #666666;
    width: 266px; }
  .mainBanner .bannerWrap h2 {
    font-size: 58.33px;
    font-family: "AvenirNext-Regular";
    font-weight: 400;
    color: #1b148f;
    line-height: 1;
    margin-bottom: 16px; }
  .mainBanner .bannerWrap h3 {
    font-size: 29.2px;
    color: #0098ff;
    font-family: "AvenirNext-Regular";
    margin-bottom: 40px; }
  .mainBanner .bannerWrap p {
    font-size: 27px;
    color: #333333;
    letter-spacing: 1px; }
  .mainBanner .leftSideBar {
    width: 266px; }
    .mainBanner .leftSideBar ul {
      position: relative;
      z-index: 1; }
      .mainBanner .leftSideBar ul li {
        margin-bottom: 10px;
        position: relative;
        z-index: 1; }
        .mainBanner .leftSideBar ul li:last-child {
          margin-bottom: 0; }
        .mainBanner .leftSideBar ul li .tooltipDetails p {
          font-size: 15px;
          color: #ffffff; }
        .mainBanner .leftSideBar ul li:hover a {
          background-color: #d4ecff; }
        .mainBanner .leftSideBar ul li a {
          background-color: #ebf6ff;
          height: 50px;
          line-height: 52px;
          padding: 0 20px;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          -ms-border-radius: 25px;
          -o-border-radius: 25px;
          border-radius: 25px;
          display: block;
          color: #333333;
          font-size: 15px;
          font-family: "AvenirNext-DemiBold"; }
  .mainBanner .rightBannerCnnt {
    width: 1056px;
    margin: 0 auto; }
    .mainBanner .rightBannerCnnt .btnArea {
      margin-top: 40px;
      text-align: center; }
      .mainBanner .rightBannerCnnt .btnArea .btnAll {
        display: inline-block; }
    .mainBanner .rightBannerCnnt .btnAll {
      height: 41px;
      line-height: 38px;
      font-size: 22px;
      padding: 0 18px;
      line-height: 41px;
      color: #ffffff;
      background: #0098ff; }
      .mainBanner .rightBannerCnnt .btnAll:hover {
        background: #083ba2; }
    .mainBanner .rightBannerCnnt .learnLink {
      color: #0098ff;
      font-size: 19px;
      padding-left: 30px; }
      .mainBanner .rightBannerCnnt .learnLink:hover {
        color: #106ead; }
    .mainBanner .rightBannerCnnt .rowBanner {
      margin-bottom: 50px; }
      .mainBanner .rightBannerCnnt .rowBanner:last-child {
        margin-bottom: 0; }
  .mainBanner .downArrow {
    position: relative;
    z-index: 0;
    top: -20px; }
    .mainBanner .downArrow.downArrowHome {
      margin: 0 auto;
      width: 46px;
      display: block;
      top: 50px; }
  .mainBanner .learnMoreLink {
    position: relative;
    z-index: 0;
    top: 30px;
    text-align: center;
    font-size: 17px;
    font-style: italic; }
    .mainBanner .learnMoreLink a {
      color: #999999; }
      .mainBanner .learnMoreLink a:hover {
        color: #083ba2; }

.downArrow img,
.downArrow2 img {
  margin: auto; }

.homeCaptionText {
  margin-bottom: 50px; }

.networkSec {
  padding-top: 0;
  padding-bottom: 0; }
  .networkSec .networkWrap {
    text-align: center;
    padding: 0 25px;
    width: 1260px;
    max-width: 100%;
    margin: 0 auto; }
    .networkSec .networkWrap .homeCaptionText p {
      width: 1020px;
      max-width: 100%;
      margin: 0 auto;
      color: #4d4d4d;
      font-family: "AvenirNext-Regular";
      font-size: 29px;
      line-height: 1.6; }
    .networkSec .networkWrap .homeCaptionText h2 {
      font-family: "AvenirNext-Medium";
      font-size: 45px; }
    .networkSec .networkWrap p {
      color: #1a1a1a;
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 0px; }
  .networkSec .gridListWrap {
    margin-left: -23px;
    margin-right: -23px; }
  .networkSec .grid {
    padding: 0 23px;
    width: 33.333%;
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .networkSec .grid h3 {
      color: #ffffff;
      font-size: 32px;
      text-transform: capitalize;
      margin-top: 27px;
      letter-spacing: 1px;
      font-family: "AvenirNext-Medium";
      font-weight: 700; }
    .networkSec .grid .gridWrap {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      overflow: hidden;
      position: relative; }
      .networkSec .grid .gridWrap:hover .cnnt h3 {
        opacity: 0; }
      .networkSec .grid .gridWrap:hover .hover {
        opacity: 1; }
      .networkSec .grid .gridWrap:hover .inner::before {
        opacity: 0; }
    .networkSec .grid .inner {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
      position: relative;
      z-index: 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .networkSec .grid .inner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #6193ff;
        z-index: 1;
        opacity: 0.5;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .networkSec .grid .inner a {
        display: block;
        color: #ffffff; }
    .networkSec .grid .cnnt {
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 1; }
      .networkSec .grid .cnnt .row {
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0; }
      .networkSec .grid .cnnt .leftPart {
        margin-bottom: -18px;
        margin-left: -18px; }
      .networkSec .grid .cnnt .rightPart {
        margin-right: 15px;
        margin-bottom: 20px; }
    .networkSec .grid .viewMore {
      position: absolute;
      right: 10px;
      bottom: 10px;
      z-index: 3; }
      .networkSec .grid .viewMore a {
        display: block; }
    .networkSec .grid .hover {
      padding: 55px 23px 35px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      overflow: hidden;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .networkSec .grid .hover .innerHover {
        position: relative;
        z-index: 1; }
      .networkSec .grid .hover:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(97, 117, 227, 0.8); }
      .networkSec .grid .hover h3 {
        color: #ffffff;
        margin-bottom: 20px;
        margin-top: 0;
        display: none; }
        .networkSec .grid .hover h3 a {
          color: #ffffff; }
      .networkSec .grid .hover p {
        font-size: 21px;
        color: #ffffff;
        line-height: 1.6;
        margin-bottom: 0; }
        .networkSec .grid .hover p a {
          color: #ffffff; }
      .networkSec .grid .hover .rightPart {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-right: 25px;
        margin-bottom: 16px; }

.testimonialsSec {
  padding: 0 0 70px; }
  .testimonialsSec .testimonials {
    width: 725px;
    margin: 0 auto;
    max-width: 100%; }
    .testimonialsSec .testimonials p {
      margin-bottom: 0; }
  .testimonialsSec p {
    font-size: 21px;
    color: #003ac1;
    line-height: 41px;
    position: relative;
    z-index: -1;
    font-family: "Myriad Pro"; }
    .testimonialsSec p:before {
      content: '"';
      position: absolute;
      z-index: 0;
      font-family: "AvenirNext-DemiBoldItalic";
      font-size: 38px;
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg);
      left: -18px;
      top: -6px; }
    .testimonialsSec p:after {
      content: '"';
      position: absolute;
      z-index: 0;
      font-family: "AvenirNext-DemiBoldItalic";
      font-size: 38px; }
  .testimonialsSec .autherName {
    float: right; }
    .testimonialsSec .autherName h3 {
      font-size: 24px;
      color: #4d4d4d;
      font-family: "Myriad Pro"; }
    .testimonialsSec .autherName a {
      color: #003ac1;
      font-size: 17px;
      text-transform: uppercase;
      text-align: right;
      display: inline-block;
      float: right;
      position: relative;
      z-index: 0;
      font-family: "Myriad Pro"; }
      .testimonialsSec .autherName a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 0;
        width: 100%;
        height: 1px;
        background-color: #003ac1; }
      .testimonialsSec .autherName a:hover {
        color: #333333; }
        .testimonialsSec .autherName a:hover:before {
          background-color: #333333; }

.downArrow {
  display: block; }

.buyAndSuppliersSec {
  background-image: url(../images/bg-img.png);
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: auto;
  padding-top: 0; }
  .buyAndSuppliersSec.downArrowSec2 .buyAndSuppliersWrap {
    width: 1314px;
    margin: 0 auto;
    max-width: 100%; }
  .buyAndSuppliersSec .downArrowNew4 {
    margin-top: 100px; }
  .buyAndSuppliersSec h2 {
    font-size: 50px;
    color: #1b1464;
    margin-bottom: 16px;
    padding-left: 43px; }
  .buyAndSuppliersSec h3 {
    color: #ffd100;
    font-size: 37px;
    font-family: "AvenirNext-DemiBold";
    margin-bottom: 55px;
    padding-left: 72px; }
  .buyAndSuppliersSec .buyRowArea {
    position: relative;
    z-index: 0; }
    .buyAndSuppliersSec .buyRowArea h4 {
      font-size: 25px;
      color: #333333;
      font-family: "AvenirNext-MediumItalic";
      margin-bottom: 38px;
      font-weight: 500; }
    .buyAndSuppliersSec .buyRowArea .leftPartArea {
      width: 252px;
      float: left;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .buyAndSuppliersSec .buyRowArea .leftPartArea.fixed {
        position: fixed;
        left: auto;
        top: 0; }
        .buyAndSuppliersSec .buyRowArea .leftPartArea.fixed.bottom {
          position: absolute;
          z-index: 0;
          bottom: 0;
          left: 0;
          top: auto; }
      .buyAndSuppliersSec .buyRowArea .leftPartArea p {
        color: #ffffff;
        font-size: 17px;
        margin-bottom: 28px;
        line-height: 1.8; }
        .buyAndSuppliersSec .buyRowArea .leftPartArea p:first-child {
          font-family: "Myriad Prob"; }
        .buyAndSuppliersSec .buyRowArea .leftPartArea p:last-child {
          padding-bottom: 35px; }
      .buyAndSuppliersSec .buyRowArea .leftPartArea .inner .leftPartAreaContent {
        padding: 30px 20px 110px 22px;
        background-color: #1fa5ff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        background-image: url(../images/buySec_logo.png);
        background-repeat: no-repeat;
        background-position: -24px 113%; }
    .buyAndSuppliersSec .buyRowArea .rightPartArea {
      width: calc(100% - 252px);
      padding-left: 70px;
      float: right; }
    .buyAndSuppliersSec .buyRowArea .step {
      margin-bottom: 110px; }
      .buyAndSuppliersSec .buyRowArea .step .step005 h4 {
        margin-bottom: 56px; }
      .buyAndSuppliersSec .buyRowArea .step .stepContent {
        max-width: 100%; }
      .buyAndSuppliersSec .buyRowArea .step:last-child {
        margin-bottom: 0; }
      .buyAndSuppliersSec .buyRowArea .step.step001 .stepContent {
        width: 750px;
        max-width: 100%; }
        .buyAndSuppliersSec .buyRowArea .step.step001 .stepContent .step001Text {
          width: calc(100% - 428px); }
        .buyAndSuppliersSec .buyRowArea .step.step001 .stepContent .btnAll {
          height: 76px;
          line-height: 76px;
          text-align: center;
          font-size: 40px;
          padding: 0 20px;
          font-family: "AvenirNext-Regular";
          color: #ffffff;
          background: #0098ff;
          position: relative;
          z-index: 0;
          letter-spacing: 1px; }
          .buyAndSuppliersSec .buyRowArea .step.step001 .stepContent .btnAll:hover {
            background: #083ba2; }
          .buyAndSuppliersSec .buyRowArea .step.step001 .stepContent .btnAll:before {
            content: "";
            position: absolute;
            z-index: 0;
            bottom: -49px;
            right: 14px;
            width: 66px;
            height: 75px;
            background: url(../images/hoverarrow.png) no-repeat 0 0;
            background-size: 100% auto; }
      .buyAndSuppliersSec .buyRowArea .step.step002 .stepContent {
        width: 840px;
        max-width: 100%; }
      .buyAndSuppliersSec .buyRowArea .step p {
        font-size: 19px;
        color: #000000;
        margin-bottom: 28px;
        line-height: 1.4;
        font-family: "Myriad Pro"; }
      .buyAndSuppliersSec .buyRowArea .step .stepContent .buttonArea {
        width: 225px;
        margin-left: 125px; }
      .buyAndSuppliersSec .buyRowArea .step .stepContent .leftStep2 {
        width: 350px;
        padding-right: 25px; }
        .buyAndSuppliersSec .buyRowArea .step .stepContent .leftStep2 p a {
          text-decoration: underline; }
      .buyAndSuppliersSec .buyRowArea .step .stepContent .iconList {
        border-bottom: 2px solid #000000;
        padding-bottom: 20px;
        margin-bottom: 20px;
        padding-left: 12px;
        padding-right: 12px; }
        .buyAndSuppliersSec .buyRowArea .step .stepContent .iconList:last-child {
          border-bottom: 0;
          padding-bottom: 0;
          margin-bottom: 0; }
          .buyAndSuppliersSec .buyRowArea .step .stepContent .iconList:last-child .border_img h5 {
            color: #ff0000; }
        .buyAndSuppliersSec .buyRowArea .step .stepContent .iconList:first-child .border_img h5 {
          color: #ffd100; }
        .buyAndSuppliersSec .buyRowArea .step .stepContent .iconList:nth-child(2) .border_img h5 {
          color: #1e3ad7; }
        .buyAndSuppliersSec .buyRowArea .step .stepContent .iconList .icon_img {
          width: 100px; }
        .buyAndSuppliersSec .buyRowArea .step .stepContent .iconList .border_img {
          width: calc(100% - 100px);
          padding-left: 45px; }
          .buyAndSuppliersSec .buyRowArea .step .stepContent .iconList .border_img figure {
            margin-bottom: 35px; }
          .buyAndSuppliersSec .buyRowArea .step .stepContent .iconList .border_img h5 {
            font-size: 18px;
            font-family: "Myriad Pro";
            letter-spacing: 1px; }
      .buyAndSuppliersSec .buyRowArea .step .stepContent .rightStep2 {
        width: 350px;
        max-width: calc(100% - 350px);
        padding-left: 82px;
        margin-top: -25px; }
        .buyAndSuppliersSec .buyRowArea .step .stepContent .rightStep2 a {
          color: #0098ff; }
          .buyAndSuppliersSec .buyRowArea .step .stepContent .rightStep2 a:hover {
            color: #003ac1; }
          .buyAndSuppliersSec .buyRowArea .step .stepContent .rightStep2 a.bottomBorder {
            position: relative;
            z-index: 0; }
            .buyAndSuppliersSec .buyRowArea .step .stepContent .rightStep2 a.bottomBorder:before {
              content: "";
              position: absolute;
              left: 0;
              top: 100%;
              background-color: #0098ff;
              height: 1px;
              width: 100%; }
            .buyAndSuppliersSec .buyRowArea .step .stepContent .rightStep2 a.bottomBorder:hover:before {
              background-color: #003ac1; }
      .buyAndSuppliersSec .buyRowArea .step .stepContent .leftStep3 {
        width: 365px;
        margin-top: 15px; }
      .buyAndSuppliersSec .buyRowArea .step .stepContent .rightStep3 {
        width: calc(100% - 365px);
        padding-left: 30px; }
      .buyAndSuppliersSec .buyRowArea .step .stepContent .leftStep4 {
        width: 382px;
        margin-top: 15px;
        padding-right: 40px; }
      .buyAndSuppliersSec .buyRowArea .step .stepContent .rightStep4 {
        width: calc(100% - 382px);
        padding: 0 30px; }
      .buyAndSuppliersSec .buyRowArea .step .stepContent .leftStep5 {
        width: 540px;
        text-align: center;
        margin-bottom: 50px; }
        .buyAndSuppliersSec .buyRowArea .step .stepContent .leftStep5 figure {
          width: 71px;
          display: inline-block;
          vertical-align: middle; }
        .buyAndSuppliersSec .buyRowArea .step .stepContent .leftStep5 span {
          display: inline-block;
          vertical-align: middle;
          padding-left: 20px;
          font-size: 41px;
          color: #ffd100;
          font-family: "AvenirNext-DemiBold"; }
      .buyAndSuppliersSec .buyRowArea .step .stepContent .rightStep5 {
        padding: 0;
        float: right;
        margin-right: calc((100% - 895px) / 2);
        padding-left: 20px; }
        .buyAndSuppliersSec .buyRowArea .step .stepContent .rightStep5 p {
          line-height: 1.6; }
        .buyAndSuppliersSec .buyRowArea .step .stepContent .rightStep5 a {
          color: #0098ff; }
          .buyAndSuppliersSec .buyRowArea .step .stepContent .rightStep5 a:hover {
            color: #333333; }
      .buyAndSuppliersSec .buyRowArea .step .tableBuy {
        width: 398px;
        max-width: 100%; }
        .buyAndSuppliersSec .buyRowArea .step .tableBuy thead tr th {
          border-bottom: 1px solid #949494;
          text-align: center;
          font-size: 23px;
          color: #003ac1;
          font-family: "Myriad Pro"; }
          .buyAndSuppliersSec .buyRowArea .step .tableBuy thead tr th:last-child {
            padding-right: 10px;
            text-align: right; }
        .buyAndSuppliersSec .buyRowArea .step .tableBuy tbody tr:last-child td {
          border-bottom: 0;
          padding-bottom: 34px; }
          .buyAndSuppliersSec .buyRowArea .step .tableBuy tbody tr:last-child td .borderArea {
            width: 100%;
            word-spacing: 7px; }
        .buyAndSuppliersSec .buyRowArea .step .tableBuy tbody tr td {
          border-bottom: 1px solid #949494;
          padding: 10px 0 7px 0;
          color: #003ac1;
          font-size: 17px;
          font-family: "Myriad Pro";
          vertical-align: middle; }
          .buyAndSuppliersSec .buyRowArea .step .tableBuy tbody tr td:last-child {
            padding-right: 10px; }
          .buyAndSuppliersSec .buyRowArea .step .tableBuy tbody tr td .borderArea {
            border: 1px solid #003ac1;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
            padding: 0;
            text-align: center;
            color: #4d4d4d;
            font-size: 19px;
            height: 32px;
            line-height: 33px;
            width: 122px;
            float: right;
            max-width: 210px; }
          .buyAndSuppliersSec .buyRowArea .step .tableBuy tbody tr td span {
            display: block;
            padding-left: 27px;
            color: #333333;
            font-size: 13px; }
        .buyAndSuppliersSec .buyRowArea .step .tableBuy tfoot .btnAll {
          height: 27px;
          line-height: 27px;
          background-color: #0098ff;
          font-size: 17px;
          float: right;
          cursor: pointer;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          color: #ffffff;
          margin-right: 10px;
          position: relative;
          z-index: 0;
          width: 194px;
          padding: 0 10px; }
          .buyAndSuppliersSec .buyRowArea .step .tableBuy tfoot .btnAll:hover {
            background-color: #083ba2; }
          .buyAndSuppliersSec .buyRowArea .step .tableBuy tfoot .btnAll:before {
            content: "";
            position: absolute;
            z-index: 0;
            top: 10px;
            right: -24px;
            width: 42px;
            height: 43px;
            background: url(../images/hoverarrow2.png) no-repeat 0 0;
            background-size: 100% auto; }
      .buyAndSuppliersSec .buyRowArea .step .searchCompareTable {
        width: 400px; }
        .buyAndSuppliersSec .buyRowArea .step .searchCompareTable thead tr th {
          border-right: 2px solid #333333;
          padding-bottom: 22px; }
          .buyAndSuppliersSec .buyRowArea .step .searchCompareTable thead tr th:last-child {
            border-right: 0; }
          .buyAndSuppliersSec .buyRowArea .step .searchCompareTable thead tr th img {
            width: 82px;
            margin: auto;
            max-width: 100%; }
        .buyAndSuppliersSec .buyRowArea .step .searchCompareTable tbody tr td {
          padding: 19px 17px;
          border-right: 2px solid #333333; }
          .buyAndSuppliersSec .buyRowArea .step .searchCompareTable tbody tr td img {
            margin: auto; }
          .buyAndSuppliersSec .buyRowArea .step .searchCompareTable tbody tr td:last-child {
            border-right: 0; }
        .buyAndSuppliersSec .buyRowArea .step .searchCompareTable .btnAll {
          width: 100px;
          margin: auto;
          background-color: #0098ff;
          font-size: 16px;
          color: #ffffff;
          padding: 0 8px;
          text-align: center;
          margin-top: 20px;
          position: relative;
          z-index: 0; }
          .buyAndSuppliersSec .buyRowArea .step .searchCompareTable .btnAll:hover {
            background-color: #083ba2; }
          .buyAndSuppliersSec .buyRowArea .step .searchCompareTable .btnAll:before {
            content: "";
            position: absolute;
            z-index: 0;
            bottom: -32px;
            right: -18px;
            width: 42px;
            height: 43px;
            background: url(../images/hoverarrow2.png) no-repeat 0 0;
            background-size: 100% auto; }

.membershipOpationArea {
  margin-top: 80px;
  padding-bottom: 50px;
  padding-top: 20px;
  height: calc(100vh - 80px); }
  .membershipOpationArea .container {
    width: 1228px;
    max-width: 100%;
    margin: 0 auto; }
  .membershipOpationArea h2 {
    background-color: #1fa5ff;
    color: #ffffff;
    text-align: center;
    font-size: 45px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-family: "AvenirNext-DemiBold";
    height: 81px;
    line-height: 81px;
    margin-bottom: 45px; }
  .membershipOpationArea .membershipWrap {
    margin: 0 auto;
    width: 1376px;
    max-width: 100%; }
    .membershipOpationArea .membershipWrap .gridmember {
      width: 33.333%;
      text-align: center;
      padding: 0 52px;
      border-right: 2px solid #b8b8b8;
      position: relative;
      cursor: pointer; }
      .membershipOpationArea .membershipWrap .gridmember:last-child {
        border-right: none; }
      .membershipOpationArea .membershipWrap .gridmember .inner {
        min-height: 100%; }
      .membershipOpationArea .membershipWrap .gridmember .memberName {
        min-height: 75px;
        margin-bottom: 15px; }
      .membershipOpationArea .membershipWrap .gridmember .conditionsName .conditionsTxt {
        font-size: 14px;
        margin-bottom: 0;
        display: inline-block;
        font-family: "Myriad Pro";
        color: #4d4d4d;
        font-size: 15px; }
        .membershipOpationArea .membershipWrap .gridmember .conditionsName .conditionsTxt:hover + .tooltipConditions {
          opacity: 1;
          z-index: 8;
          pointer-events: auto; }
      .membershipOpationArea .membershipWrap .gridmember .conditionsName p {
        font-size: 14px; }
      .membershipOpationArea .membershipWrap .gridmember .conditionsName .tooltipConditions {
        position: absolute;
        background-color: #0098ff;
        width: 94%;
        top: 80px;
        margin: 0 auto;
        left: 0;
        right: 0;
        color: #ffffff;
        padding: 20px;
        opacity: 0;
        pointer-events: none;
        text-align: left;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px; }
        .membershipOpationArea .membershipWrap .gridmember .conditionsName .tooltipConditions span,
        .membershipOpationArea .membershipWrap .gridmember .conditionsName .tooltipConditions p {
          color: #ffffff; }
        .membershipOpationArea .membershipWrap .gridmember .conditionsName .tooltipConditions ol {
          margin-left: 10px; }
          .membershipOpationArea .membershipWrap .gridmember .conditionsName .tooltipConditions ol li {
            padding-left: 10px;
            margin-bottom: 12px;
            font-size: 14px; }
        .membershipOpationArea .membershipWrap .gridmember .conditionsName .tooltipConditions:after {
          top: -2px;
          border-width: 0 7px 8px 7px;
          border-color: transparent transparent #0098ff transparent;
          left: 0;
          right: 0;
          margin: 0 auto; }
      .membershipOpationArea .membershipWrap .gridmember .memberDetails > div {
        margin-bottom: 23px; }
      .membershipOpationArea .membershipWrap .gridmember .memberDetails .memberDetails01,
      .membershipOpationArea .membershipWrap .gridmember .memberDetails .memberDetails02 {
        min-height: 52px; }
      .membershipOpationArea .membershipWrap .gridmember .memberDetails .memberDetails04 {
        margin-bottom: 0; }
      .membershipOpationArea .membershipWrap .gridmember h3 {
        color: #003ac1;
        font-size: 29px;
        font-family: "AvenirNext-Medium"; }
        .membershipOpationArea .membershipWrap .gridmember h3 strong {
          font-family: "AvenirNext-Regular";
          color: #4d4d4d;
          font-size: 17px;
          display: block; }
      .membershipOpationArea .membershipWrap .gridmember p {
        color: #000000;
        font-size: 19px;
        margin-bottom: 33px;
        line-height: 1.4; }
      .membershipOpationArea .membershipWrap .gridmember span {
        margin-bottom: 40px;
        display: block;
        font-size: 22px;
        color: #000000; }
      .membershipOpationArea .membershipWrap .gridmember .learnMore {
        color: #0098ff;
        font-size: 19px;
        display: block;
        margin-bottom: 28px; }
        .membershipOpationArea .membershipWrap .gridmember .learnMore:last-child {
          margin-bottom: 0; }
        .membershipOpationArea .membershipWrap .gridmember .learnMore:hover {
          color: #333333; }
  .membershipOpationArea .downArrowNew3 {
    margin-top: 58px;
    display: block; }

.joinSec {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 55px; }
  .joinSec h2 {
    color: #1b148f;
    font-size: 73px;
    line-height: 1;
    margin-bottom: 0; }
    .joinSec h2 a {
      color: #1b148f; }
      .joinSec h2 a:hover {
        color: #3978ff; }
  .joinSec h3 {
    font-size: 56px;
    color: #0098ff;
    line-height: 1;
    margin-bottom: 28px; }

.footerArea {
  background-color: #0098ff; }
  .footerArea .footerAreaWrap {
    padding: 50px 0 100px; }
  .footerArea .topFooterPart {
    margin-bottom: 60px; }
  .footerArea figure {
    margin-bottom: 10px; }
    .footerArea figure img {
      margin: auto;
      width: 600px; }
  .footerArea .copyRight {
    text-align: center; }
    .footerArea .copyRight p {
      font-size: 14px;
      font-family: "AvenirNext-Italic";
      color: #ffffff; }
      .footerArea .copyRight p a {
        color: #ffffff; }
  .footerArea .footerMenuListWrap {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around; }
    .footerArea .footerMenuListWrap .menuList {
      width: auto;
      padding: 0 15px; }
      .footerArea .footerMenuListWrap .menuList h3 {
        font-size: 22px;
        font-family: "AvenirNext-Medium";
        color: #ffffff;
        margin-bottom: 20px; }
      .footerArea .footerMenuListWrap .menuList a {
        color: #ffffff; }
    .footerArea .footerMenuListWrap ul li {
      font-size: 17px;
      margin-bottom: 10px;
      color: #ffffff;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .footerArea .footerMenuListWrap ul li:last-child {
        margin-bottom: 0; }
      .footerArea .footerMenuListWrap ul li a:hover {
        color: #083ba2; }

.productMenuList {
  margin: 25px 0 15px;
  text-align: center; }
  .productMenuList ul {
    display: inline-block;
    padding: 0 50px;
    text-align: center;
    width: 1260px;
    max-width: 100%;
    margin: 0 auto; }
    .productMenuList ul li {
      font-family: "AvenirNext-DemiBold";
      padding-right: 37px;
      font-size: 15px;
      display: inline-block; }
      .productMenuList ul li:last-child {
        padding-right: 0; }
      .productMenuList ul li a {
        color: #0098ff;
        letter-spacing: 1px; }
        .productMenuList ul li a:hover {
          color: #083ba2; }

.productSaleSec {
  margin-bottom: 48px; }
  .productSaleSec .saleTopSec {
    margin-bottom: 15px; }
    .productSaleSec .saleTopSec h2 {
      color: #1a1a1a;
      font-size: 28px;
      font-family: "AvenirNext-Regular";
      text-align: center;
      margin-bottom: 15px; }
    .productSaleSec .saleTopSec h3 {
      color: #1a1a1a;
      font-size: 18px;
      font-family: "AvenirNext-Regular";
      margin-bottom: 0; }
    .productSaleSec .saleTopSec .productName {
      width: 210px; }
    .productSaleSec .saleTopSec .breadcrumbs {
      width: calc(100% - 210px);
      padding-left: 0; }
      .productSaleSec .saleTopSec .breadcrumbs ul {
        float: left;
        padding: 6px 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        z-index: 0;
        padding-left: 250px; }
        .productSaleSec .saleTopSec .breadcrumbs ul li:nth-child(2):before {
          content: normal; }
        .productSaleSec .saleTopSec .breadcrumbs ul li:first-child {
          padding-left: 0;
          font-size: 20px;
          line-height: 1;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 15px;
          z-index: 0;
          height: 24px;
          line-height: 24px;
          margin: auto; }
  .productSaleSec .saleBottomWrap {
    margin-bottom: 48px; }
    .productSaleSec .saleBottomWrap .productLeftSideBar {
      width: 200px; }
      .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl {
        margin-bottom: 12px; }
        .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl:last-child {
          margin-bottom: 0; }
        .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl.greenBtnArea h4 {
          display: inline-block;
          vertical-align: middle; }
        .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl.greenBtnArea .iconGreen {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 25px;
          margin-left: 20px;
          height: 25px;
          margin-bottom: 10px; }
          .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl.greenBtnArea .iconGreen:hover .tooltipDetails {
            opacity: 1;
            left: 40px;
            text-align: left; }
            .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl.greenBtnArea .iconGreen:hover .tooltipDetails:after {
              display: block; }
            .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl.greenBtnArea .iconGreen:hover .tooltipDetails h3 {
              font-size: 14px;
              margin-bottom: 10px; }
            .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl.greenBtnArea .iconGreen:hover .tooltipDetails ul li {
              width: 100%;
              position: relative;
              font-size: 14px;
              margin-bottom: 5px; }
              .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl.greenBtnArea .iconGreen:hover .tooltipDetails ul li:before {
                content: "-";
                padding-right: 2px; }
        .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl ul li {
          width: 50%; }
        .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl.industrialSearchCheckbox {
          margin-bottom: 0; }
          .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl.industrialSearchCheckbox ul {
            flex-wrap: wrap; }
            .productSaleSec .saleBottomWrap .productLeftSideBar .leftUl.industrialSearchCheckbox ul li {
              width: 100%; }
    .productSaleSec .saleBottomWrap .grid {
      margin-bottom: 30px; }
      .productSaleSec .saleBottomWrap .grid:last-child {
        margin-bottom: 0; }
      .productSaleSec .saleBottomWrap .grid.open .title:before {
        content: normal !important; }
      .productSaleSec .saleBottomWrap .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: #8dd1ff; }
      .productSaleSec .saleBottomWrap .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: #8dd1ff; }
      .productSaleSec .saleBottomWrap .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: #8dd1ff; }
      .productSaleSec .saleBottomWrap .grid img {
        margin: 0 auto; }
      .productSaleSec .saleBottomWrap .grid .tabCnnt {
        margin-bottom: 22px; }
        .productSaleSec .saleBottomWrap .grid .tabCnnt .tabPanes {
          display: none; }
          .productSaleSec .saleBottomWrap .grid .tabCnnt .tabPanes.first-child {
            display: block; }
        .productSaleSec .saleBottomWrap .grid .tabCnnt .tabBox {
          margin-bottom: 20px; }
          .productSaleSec .saleBottomWrap .grid .tabCnnt .tabBox:last-child {
            margin-bottom: 0; }
          .productSaleSec .saleBottomWrap .grid .tabCnnt .tabBox h4 {
            margin-bottom: 5px; }
        .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc {
          border: 2px solid #b8b8b8;
          padding: 15px;
          border-top: none;
          padding-bottom: 0; }
          .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc.nicesc {
            max-height: 230px;
            position: relative;
            overflow: hidden;
            display: none; }
            .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc.nicesc .boxSearchBtn {
              position: sticky;
              left: 0;
              bottom: 0;
              width: 100%;
              text-align: center;
              height: 48px;
              padding: 10px 0;
              background-color: #ffffff; }
              .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc.nicesc .boxSearchBtn .applyBtn {
                height: 28px;
                line-height: 27px;
                font-size: 13px;
                padding: 0 15px;
                width: 45%;
                background-color: #2e3192;
                color: #ffffff;
                display: block;
                margin-bottom: 2px;
                border: 1px solid transparent;
                margin-right: 5%;
                float: left; }
                .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc.nicesc .boxSearchBtn .applyBtn:last-child {
                  margin-right: 0; }
                .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc.nicesc .boxSearchBtn .applyBtn:hover {
                  background-color: #0098ff; }
                .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc.nicesc .boxSearchBtn .applyBtn.reset_btn {
                  background-color: #ffffff;
                  color: #2e3192;
                  border: 1px solid #2e3192; }
                  .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc.nicesc .boxSearchBtn .applyBtn.reset_btn:hover {
                    background-color: #0098ff;
                    color: #ffffff;
                    border: 1px solid #0098ff; }
          .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc ul li {
            font-size: 12px;
            border-bottom: 1px solid #949494;
            padding: 8px 0;
            color: #000000; }
            .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc ul li.hasSub {
              position: relative;
              z-index: 0; }
              .productSaleSec .saleBottomWrap .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; }
              .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc ul li.hasSub.subActive:after {
                background-image: url(../images/minusSign.png); }
            .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc ul li:last-child {
              border-bottom: none;
              padding-bottom: 0; }
            .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc ul li a {
              color: #000000;
              display: block; }
          .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc .checkboxCustom,
          .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc .radioCustom {
            padding-left: 20px;
            color: #000000; }
            .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc .checkboxCustom .checkmark,
            .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc .checkboxCustom .radiomark,
            .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc .radioCustom .checkmark,
            .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc .radioCustom .radiomark {
              width: 10px;
              height: 10px;
              top: 3px; }
            .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc .checkboxCustom .checkmark:before,
            .productSaleSec .saleBottomWrap .grid .tabCnnt .boxDesc .radioCustom .checkmark:before {
              background-size: 77%;
              left: 0;
              top: -7px; }
        .productSaleSec .saleBottomWrap .grid .tabCnnt .title {
          font-size: 16px;
          color: #bebebe;
          border: 1px solid #bebebe;
          -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; }
          .productSaleSec .saleBottomWrap .grid .tabCnnt .title:before {
            content: "";
            position: absolute;
            z-index: 0;
            right: 4px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 12px;
            height: 12px;
            background-image: url("../images/select-arrow.png");
            background-repeat: no-repeat;
            background-position: center center; }
          .productSaleSec .saleBottomWrap .grid .tabCnnt .title.active:before {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
      .productSaleSec .saleBottomWrap .grid .local_globalSec .helpText {
        margin-bottom: 10px; }
        .productSaleSec .saleBottomWrap .grid .local_globalSec .helpText h4 {
          font-size: 20px;
          font-family: "Myriad Prob";
          color: #4d4d4d;
          text-align: center; }
      .productSaleSec .saleBottomWrap .grid .local_globalSec .gridList {
        margin-bottom: 17px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        -ms-border-radius: 42px;
        -o-border-radius: 42px;
        border-radius: 42px;
        overflow: hidden;
        position: relative;
        z-index: 0;
        padding-left: 38px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .productSaleSec .saleBottomWrap .grid .local_globalSec .gridList:last-child {
          margin-bottom: 0; }
        .productSaleSec .saleBottomWrap .grid .local_globalSec .gridList:hover {
          background-color: #1357e8; }
          .productSaleSec .saleBottomWrap .grid .local_globalSec .gridList:hover:before {
            background-image: url(../images/bg02-img.png); }
          .productSaleSec .saleBottomWrap .grid .local_globalSec .gridList:hover h3 {
            color: #ffffff; }
        .productSaleSec .saleBottomWrap .grid .local_globalSec .gridList:before {
          content: "";
          position: absolute;
          left: 14px;
          top: 15px;
          background-image: url(../images/blueLogoSmall1.png);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: cover;
          width: 23px;
          height: 23px; }
        .productSaleSec .saleBottomWrap .grid .local_globalSec .gridList.headingGrid {
          padding-left: 0; }
          .productSaleSec .saleBottomWrap .grid .local_globalSec .gridList.headingGrid:hover {
            background-color: transparent;
            color: #666666; }
            .productSaleSec .saleBottomWrap .grid .local_globalSec .gridList.headingGrid:hover h3 {
              color: #666666; }
          .productSaleSec .saleBottomWrap .grid .local_globalSec .gridList.headingGrid:before {
            content: normal; }
          .productSaleSec .saleBottomWrap .grid .local_globalSec .gridList.headingGrid h3 {
            font-size: 18px;
            padding: 0 18px;
            text-align: center; }
        .productSaleSec .saleBottomWrap .grid .local_globalSec .gridList h3 {
          padding: 15px 13px;
          margin-bottom: 0;
          color: #666666;
          font-size: 18px; }
    .productSaleSec .saleBottomWrap .productRightDetails {
      width: calc(100% - 200px);
      padding-left: 15px; }
      .productSaleSec .saleBottomWrap .productRightDetails .PagenationAll {
        margin: 41px 0; }
  .productSaleSec .productDescription.searchTableHead {
    margin-bottom: 15px; }
  .productSaleSec .productDescription.favoriteProduct table tbody tr td .imgBoxArea .top {
    flex-wrap: wrap; }
  .productSaleSec .productDescription.favoriteProduct table tbody tr td .imgBoxArea .desc {
    width: calc(100% - 150px); }
  .productSaleSec .productDescription table {
    width: 100%; }
    .productSaleSec .productDescription table thead tr:first-child th:first-child {
      -webkit-border-radius: 10px 0 0 0;
      -moz-border-radius: 10px 0 0 0;
      -ms-border-radius: 10px 0 0 0;
      -o-border-radius: 10px 0 0 0;
      border-radius: 10px 0 0 0; }
    .productSaleSec .productDescription table thead tr:first-child th:last-child {
      -webkit-border-radius: 0 10px 0 0;
      -moz-border-radius: 0 10px 0 0;
      -ms-border-radius: 0 10px 0 0;
      -o-border-radius: 0 10px 0 0;
      border-radius: 0 10px 0 0; }
    .productSaleSec .productDescription table thead tr th {
      text-align: center;
      background-color: #4f81cc;
      vertical-align: middle;
      display: table-cell;
      padding: 20px 14px;
      color: #ffffff;
      font-size: 15px;
      font-weight: bold; }
      .productSaleSec .productDescription table thead tr th.productDesc {
        width: 380px; }
        .productSaleSec .productDescription table thead tr th.productDesc .compareSec .leftCnt .btnAll {
          background-color: #ffffff;
          color: #2e3192; }
      .productSaleSec .productDescription table thead tr th a {
        color: #ffffff; }
    .productSaleSec .productDescription table thead tr .arrowDropDown {
      vertical-align: middle;
      padding-left: 2px; }
      .productSaleSec .productDescription table thead tr .arrowDropDown a.upArrow {
        border-bottom-color: #ffffff; }
      .productSaleSec .productDescription table thead tr .arrowDropDown a.downArrow {
        border-top-color: #ffffff; }
    .productSaleSec .productDescription table tbody tr {
      position: relative;
      z-index: 0; }
      .productSaleSec .productDescription table tbody tr:nth-child(even) {
        background-color: #ebf6ff; }
      .productSaleSec .productDescription table tbody tr td {
        text-align: center;
        padding: 13px 16px;
        vertical-align: middle;
        color: #1a1a1a; }
        .productSaleSec .productDescription table tbody tr td.lessPadding {
          padding: 13px 0 13px 16px; }
        .productSaleSec .productDescription table tbody tr td figure {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          width: 150px;
          height: 150px; }
          .productSaleSec .productDescription table tbody tr td figure img {
            opacity: 0;
            width: 100%; }
        .productSaleSec .productDescription table tbody tr td.active span.viewContent img.compressView {
          opacity: 1 !important; }
        .productSaleSec .productDescription table tbody tr td.active span.viewContent img.expandView {
          opacity: 0; }
        .productSaleSec .productDescription table tbody tr td span.viewContent {
          width: 29px;
          height: 29px;
          text-align: center;
          background-color: #0098ff;
          cursor: pointer;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          position: relative;
          display: block;
          margin: 0 auto; }
          .productSaleSec .productDescription table tbody tr td span.viewContent:hover {
            background-color: #083ba2; }
          .productSaleSec .productDescription table tbody tr td span.viewContent.active img.compressView {
            opacity: 1; }
          .productSaleSec .productDescription table tbody tr td span.viewContent.active img.expandView {
            opacity: 0; }
          .productSaleSec .productDescription table tbody tr td span.viewContent img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 13px;
            height: 13px;
            margin: auto; }
            .productSaleSec .productDescription table tbody tr td span.viewContent img.compressView {
              opacity: 0; }
        .productSaleSec .productDescription table tbody tr td .imgBoxArea {
          text-align: left; }
          .productSaleSec .productDescription table tbody tr td .imgBoxArea .top {
            flex-wrap: nowrap;
            margin-bottom: 11px;
            width: calc(100% - 40px); }
            .productSaleSec .productDescription table tbody tr td .imgBoxArea .top figure {
              width: 132px;
              height: 132px;
              background-size: 100%; }
            .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc {
              padding-left: 10px; }
              .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc .flags {
                margin-bottom: 12px; }
                .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc .flags .flag-icon {
                  font-size: 23px; }
                .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc .flags h4 {
                  padding-left: 10px;
                  font-size: 14px;
                  color: #000000;
                  margin-bottom: 0; }
              .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc h4 {
                font-size: 13px;
                margin-bottom: 7px; }
                .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc h4 a {
                  color: #1a1a1a; }
              .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc p {
                font-size: 13px;
                color: #000000; }
        .productSaleSec .productDescription table tbody tr td .bottom {
          width: 40px; }
          .productSaleSec .productDescription table tbody tr td .bottom .checkboxCustom {
            color: #333333;
            margin-right: 0;
            height: 20px;
            width: 20px;
            margin-left: 4px; }
        .productSaleSec .productDescription table tbody tr td .addFav {
          margin-top: 25px;
          width: 22px; }
          .productSaleSec .productDescription table tbody tr td .addFav a {
            color: #333333;
            position: relative;
            z-index: 0;
            padding-left: 30px; }
            .productSaleSec .productDescription table tbody tr td .addFav a.show:before {
              content: ""; }
            .productSaleSec .productDescription table tbody tr td .addFav a:before {
              content: "";
              font-family: FontAwesome;
              position: absolute;
              z-index: 0;
              left: 0;
              top: -9px;
              color: #ffd100; }
  .productSaleSec .addBanner .addBannerWrap {
    margin: 0 -15px; }
  .productSaleSec .addBanner .addList {
    width: 25%;
    padding: 0 15px; }
    .productSaleSec .addBanner .addList .addListInside a {
      display: block;
      height: 100%; }
    .productSaleSec .addBanner .addList figure {
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 100%; }
  .productSaleSec .accordianDetails {
    margin-bottom: 45px; }
    .productSaleSec .accordianDetails ul {
      padding: 0 30px; }
      .productSaleSec .accordianDetails ul li {
        padding: 15px 20px;
        border-bottom: 2px solid #b8b8b8;
        margin-bottom: 4px;
        color: #000000; }
        .productSaleSec .accordianDetails ul li .radioCustom {
          color: #000000;
          padding-left: 0; }
          .productSaleSec .accordianDetails ul li .radioCustom.pl30 {
            padding-left: 30px; }
        .productSaleSec .accordianDetails ul li a {
          font-size: 15px;
          color: #000000; }
  .productSaleSec.searchAccordion .boxAccordion {
    margin-bottom: 0; }
    .productSaleSec.searchAccordion .boxAccordion .title2.catAccordian.active {
      background-color: #4f81cc;
      color: #ffffff; }
      .productSaleSec.searchAccordion .boxAccordion .title2.catAccordian.active:after {
        background-color: #ffffff; }
  .productSaleSec.searchAccordion .boxAccordionDetails .compareSec {
    margin-bottom: 0; }
  .productSaleSec.searchAccordion .boxAccordionDetails .product_list {
    border-left: none; }
  .productSaleSec.searchAccordion .productDescription table thead th {
    border-bottom: 8px solid #ffffff; }
  .productSaleSec.searchAccordion .productDescription table tbody {
    border-top: 1px solid #d9d9d9; }
    .productSaleSec.searchAccordion .productDescription table tbody tr:nth-child(even) {
      background-color: transparent; }
    .productSaleSec.searchAccordion .productDescription table tbody tr:first-child td {
      border-top: 1px solid #d9d9d9; }
      .productSaleSec.searchAccordion .productDescription table tbody tr:first-child td:first-child {
        -webkit-border-radius: 4px 0 0 0;
        -moz-border-radius: 4px 0 0 0;
        -ms-border-radius: 4px 0 0 0;
        -o-border-radius: 4px 0 0 0;
        border-radius: 4px 0 0 0; }
      .productSaleSec.searchAccordion .productDescription table tbody tr:first-child td:last-child {
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
        -ms-border-radius: 0 4px 0 0;
        -o-border-radius: 0 4px 0 0;
        border-radius: 0 4px 0 0; }
    .productSaleSec.searchAccordion .productDescription table tbody tr:last-child td:first-child {
      -webkit-border-radius: 0 0 0 10px;
      -moz-border-radius: 0 0 0 10px;
      -ms-border-radius: 0 0 0 10px;
      -o-border-radius: 0 0 0 10px;
      border-radius: 0 0 0 10px; }
    .productSaleSec.searchAccordion .productDescription table tbody tr:last-child td:last-child {
      -webkit-border-radius: 0 0 10px 0;
      -moz-border-radius: 0 0 10px 0;
      -ms-border-radius: 0 0 10px 0;
      -o-border-radius: 0 0 10px 0;
      border-radius: 0 0 10px 0; }
    .productSaleSec.searchAccordion .productDescription table tbody tr td .imgBoxArea .top {
      margin-bottom: 0; }
    .productSaleSec.searchAccordion .productDescription table tbody td {
      border-bottom: 1px solid #d9d9d9; }
      .productSaleSec.searchAccordion .productDescription table tbody td.agencyCompany {
        max-width: 200px; }
      .productSaleSec.searchAccordion .productDescription table tbody td.agencyCode {
        max-width: 180px; }
      .productSaleSec.searchAccordion .productDescription table tbody td:first-child {
        border-left: 1px solid #d9d9d9; }
      .productSaleSec.searchAccordion .productDescription table tbody td:last-child {
        border-right: 1px solid #d9d9d9; }
  .productSaleSec.searchAccordion .saleTopSec {
    margin-top: 30px; }
    .productSaleSec.searchAccordion .saleTopSec .breadcrumbs ul {
      padding-left: 15px; }
      .productSaleSec.searchAccordion .saleTopSec .breadcrumbs ul li {
        padding: 0 7px 0 10px; }
        .productSaleSec.searchAccordion .saleTopSec .breadcrumbs ul li:first-child {
          position: relative;
          left: auto;
          height: auto;
          line-height: 1.4;
          font-size: 14px;
          top: auto;
          bottom: auto;
          padding-left: 0; }
        .productSaleSec.searchAccordion .saleTopSec .breadcrumbs ul li:nth-child(2):before {
          content: "/"; }
        .productSaleSec.searchAccordion .saleTopSec .breadcrumbs ul li a {
          color: #000000; }
  .productSaleSec.searchAccordion .tabNav h3 {
    color: #1a1a1a;
    font-size: 28px;
    font-family: "AvenirNext-Regular";
    margin-bottom: 25px;
    text-align: center; }
  .productSaleSec.searchAccordion .boxAccordion .title2 {
    color: #0098ff; }
  .productSaleSec.searchAccordion .boxAccordion .accordianTitle:after, .productSaleSec.searchAccordion .boxAccordion .accordianTitle:before {
    background-color: #0098ff; }
  .productSaleSec.searchAccordion .saleBottomWrap .grid {
    margin-bottom: 50px; }
    .productSaleSec.searchAccordion .saleBottomWrap .grid:first-child {
      padding: 15px;
      box-shadow: 0 0 8px #969696;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px; }
    .productSaleSec.searchAccordion .saleBottomWrap .grid .tabNav {
      margin-bottom: 20px; }
    .productSaleSec.searchAccordion .saleBottomWrap .grid .selectBox {
      margin-bottom: 15px; }
      .productSaleSec.searchAccordion .saleBottomWrap .grid .selectBox h4 {
        margin-bottom: 10px; }
      .productSaleSec.searchAccordion .saleBottomWrap .grid .selectBox select {
        width: 100%;
        background-color: transparent;
        border: 1px solid #bebebe;
        height: 30px;
        line-height: 30px;
        color: #333333;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        padding: 0 5px;
        background-image: none; }
    .productSaleSec.searchAccordion .saleBottomWrap .grid .leftUl h4 {
      margin-bottom: 10px; }
    .productSaleSec.searchAccordion .saleBottomWrap .grid .leftUl ul li {
      padding-right: 5px;
      margin-bottom: 10px; }
      .productSaleSec.searchAccordion .saleBottomWrap .grid .leftUl ul li:last-child {
        margin-bottom: 0; }
    .productSaleSec.searchAccordion .saleBottomWrap .grid .local_globalSec .gridList {
      box-shadow: 0 0 8px #c5c5c5; }
      .productSaleSec.searchAccordion .saleBottomWrap .grid .local_globalSec .gridList.headingGrid {
        box-shadow: none;
        margin-bottom: 25px; }
  .productSaleSec.searchAccordion .searchKeywordSection {
    width: 830px;
    margin: 40px auto 0;
    max-width: 100%; }
    .productSaleSec.searchAccordion .searchKeywordSection .searchSubmit {
      padding-left: 8px; }
      .productSaleSec.searchAccordion .searchKeywordSection .searchSubmit .btnAll {
        max-width: 100%;
        height: 30px;
        line-height: 30px; }
    .productSaleSec.searchAccordion .searchKeywordSection input[type="text"], .productSaleSec.searchAccordion .searchKeywordSection input[type="email"], .productSaleSec.searchAccordion .searchKeywordSection input[type="tel"], .productSaleSec.searchAccordion .searchKeywordSection input[type="password"], .productSaleSec.searchAccordion .searchKeywordSection input[type="url"] {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px; }

.coloredTable table tbody td.lessPadding {
  padding: 15px 0 15px 12px !important; }
.coloredTable table tbody td.active span.viewContent img.compressView {
  opacity: 1 !important; }
.coloredTable table tbody td.active span.viewContent img.expandView {
  opacity: 0; }
.coloredTable table tbody td span.viewContent {
  width: 29px;
  height: 29px;
  text-align: center;
  background-color: #0098ff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 0 auto; }
  .coloredTable table tbody td span.viewContent:hover {
    background-color: #083ba2; }
  .coloredTable table tbody td span.viewContent img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 13px;
    height: 13px;
    margin: auto; }
    .coloredTable table tbody td span.viewContent img.compressView {
      opacity: 0; }
.coloredTable table tbody td .addMore {
  background-color: transparent;
  border: none; }
.coloredTable table tbody td .imgBoxArea {
  text-align: left; }
  .coloredTable table tbody td .imgBoxArea .top {
    flex-wrap: nowrap;
    margin-bottom: 11px; }
    .coloredTable table tbody td .imgBoxArea .top figure {
      width: 132px; }
    .coloredTable table tbody td .imgBoxArea .top .desc {
      padding-left: 10px; }
      .coloredTable table tbody td .imgBoxArea .top .desc .flags {
        margin-bottom: 12px; }
        .coloredTable table tbody td .imgBoxArea .top .desc .flags .flag-icon {
          font-size: 23px; }
        .coloredTable table tbody td .imgBoxArea .top .desc .flags h4 {
          padding-left: 10px;
          font-size: 14px;
          color: #000000;
          margin-bottom: 0; }
      .coloredTable table tbody td .imgBoxArea .top .desc h4 {
        font-size: 13px;
        margin-bottom: 7px; }
        .coloredTable table tbody td .imgBoxArea .top .desc h4 a {
          color: #1a1a1a; }
      .coloredTable table tbody td .imgBoxArea .top .desc p {
        font-size: 13px;
        color: #000000; }
.coloredTable table tbody td select {
  width: 100%; }

.boxAccordion {
  margin-bottom: 12px; }
  .boxAccordion:last-child {
    margin-bottom: 0; }
  .boxAccordion .title2 {
    background-color: #4f81cc;
    padding: 16px 52px;
    color: #ffffff;
    position: relative;
    z-index: 0;
    margin-bottom: 20px; }
    .boxAccordion .title2:last-child {
      margin-bottom: 0; }
  .boxAccordion.AccordionClose .boxAccordionDetails,
  .boxAccordion.AccordionClose .accordianDetails {
    display: none; }
  .boxAccordion.AccordionClose .accordianTitle {
    background-color: #ebebeb;
    color: #000000; }
  .boxAccordion .accordianTitle {
    cursor: pointer; }
    .boxAccordion .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; }
    .boxAccordion .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; }
    .boxAccordion .accordianTitle:hover {
      background-color: #4f81cc;
      color: #ffffff; }
      .boxAccordion .accordianTitle:hover:before {
        background-color: #ffffff; }
      .boxAccordion .accordianTitle:hover:after {
        background-color: #ffffff; }
    .boxAccordion .accordianTitle.active:before {
      content: normal; }
    .boxAccordion .accordianTitle.active:after {
      content: "";
      position: absolute;
      z-index: 0;
      left: 30px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 11px;
      height: 2px;
      background-color: #ffffff; }

.boxAccordionDetails .compareSec {
  margin-bottom: 15px; }
  .boxAccordionDetails .compareSec .leftCnt {
    width: calc(100% - 225px); }
    .boxAccordionDetails .compareSec .leftCnt .btnArea {
      width: 145px;
      text-align: center; }
    .boxAccordionDetails .compareSec .leftCnt .btnAll {
      background-color: #0098ff;
      color: #ffffff; }
      .boxAccordionDetails .compareSec .leftCnt .btnAll:hover {
        background-color: #106ead; }
    .boxAccordionDetails .compareSec .leftCnt span {
      float: right;
      padding-left: 15px;
      color: #4d4d4d;
      font-size: 15px; }
    .boxAccordionDetails .compareSec .leftCnt .checkboxCustom {
      display: inline-block;
      padding-left: 0;
      padding-right: 25px; }
      .boxAccordionDetails .compareSec .leftCnt .checkboxCustom .checkmark {
        left: auto;
        right: 0; }
  .boxAccordionDetails .compareSec .rightCnt {
    width: 225px; }
.boxAccordionDetails .product_list {
  border: 2px solid #cecece;
  padding: 0 15px;
  border-right: none;
  border-top: none;
  margin-bottom: 15px; }

.compareSecTop {
  text-align: center;
  margin-bottom: 20px; }
  .compareSecTop .leftCnt {
    display: inline-block; }
  .compareSecTop .checkboxCustom,
  .compareSecTop .addFav {
    display: inline-block; }
  .compareSecTop .addFav a {
    pointer-events: none; }

.addFav a {
  color: #333333;
  position: relative;
  z-index: 0;
  padding-left: 30px; }
  .addFav a.show:before {
    content: ""; }
  .addFav a:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    z-index: 0;
    left: 0;
    top: -9px;
    color: #ffd100;
    font-size: 28px; }

.breadcrumbs ul li {
  position: relative;
  z-index: 0;
  padding: 0 15px 0 20px;
  color: #000000; }
  .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: #0098ff; }
  .breadcrumbs ul li:before {
    content: "/";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 16px; }
  .breadcrumbs ul li a {
    color: #000000; }

.PagenationAll {
  padding: 0 10px; }
  .PagenationAll .pageSecArea {
    text-align: center;
    width: 130px;
    padding-right: 20px; }
  .PagenationAll .pagenation {
    width: calc(100% - 540px);
    text-align: center; }
    .PagenationAll .pagenation ul {
      display: inline-block; }
  .PagenationAll .goSecArea {
    width: 210px;
    padding-left: 20px; }
  .PagenationAll .itemPageArea {
    width: 200px;
    padding-left: 16px; }

.pageSecArea span {
  font-size: 14px;
  color: #000000; }
  .pageSecArea span strong {
    font-weight: 400; }

.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: #0098ff;
    color: #ffffff; }
  .pagenation ul li.active.no_border .arrowleftright, .pagenation ul li:hover.no_border .arrowleftright {
    color: #0098ff; }
  .pagenation ul li.no_border a {
    border: none;
    width: 14px;
    background-color: transparent;
    color: #080808; }
  .pagenation ul li.no_border .arrowleftright {
    color: #969696;
    font-size: 20px;
    line-height: 1.2; }
  .pagenation ul li a {
    width: 30px;
    border: 1px solid #0098ff;
    display: block;
    text-align: center;
    line-height: 24px;
    -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 {
  width: 85px;
  color: #000000;
  text-align: center;
  height: 22px;
  line-height: 22px;
  background: #0098ff;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px; }
.goSecArea .goToArea {
  width: calc(100% - 85px);
  padding-left: 12px;
  flex-wrap: nowrap; }
  .goSecArea .goToArea input {
    width: calc(100% - 37px);
    margin-right: 5px;
    height: 22px;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .goSecArea .goToArea input[type='text'] {
      width: 65px; }
    .goSecArea .goToArea input[type='submit'] {
      width: 30px;
      background: #0098ff;
      color: #ffffff;
      font-size: 13px;
      margin-right: 0; }
  .goSecArea .goToArea button {
    width: 37px;
    height: 22px;
    border: 1px solid #dfdfdf;
    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: #1fa5ff;
      color: #ffffff; }
    .goSecArea .goToArea button:focus {
      outline: none; }

.itemPageArea span {
  color: #000000; }

.recentlyViewProductSec {
  border-top: 2px solid #cecece;
  border-bottom: 2px solid #cecece;
  padding: 20px 70px;
  position: relative; }
  .recentlyViewProductSec h2 {
    font-size: 21px;
    color: #000000;
    font-family: "AvenirNext-DemiBold";
    margin-bottom: 25px !important; }
  .recentlyViewProductSec .recentProductSlider {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    z-index: 0; }
    .recentlyViewProductSec .recentProductSlider.slick-slider .slick-track {
      float: left; }
    .recentlyViewProductSec .recentProductSlider .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; }
      .recentlyViewProductSec .recentProductSlider .slick-arrow:focus {
        outline: none; }
      .recentlyViewProductSec .recentProductSlider .slick-arrow.slick-disabled {
        background-position: 0 0; }
      .recentlyViewProductSec .recentProductSlider .slick-arrow:hover {
        background-position: 0 -104px; }
        .recentlyViewProductSec .recentProductSlider .slick-arrow:hover.slick-disabled {
          background-position: 0 0; }
      .recentlyViewProductSec .recentProductSlider .slick-arrow.slick-prev {
        left: -30px; }
      .recentlyViewProductSec .recentProductSlider .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; }
  .recentlyViewProductSec .recentProductList {
    padding: 0 15px; }
    .recentlyViewProductSec .recentProductList h4 {
      color: #1a1a1a;
      font-size: 13px; }
    .recentlyViewProductSec .recentProductList figure {
      margin-bottom: 5px;
      height: 130px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center center; }
      .recentlyViewProductSec .recentProductList figure img {
        width: 100%;
        display: none; }

.innerPageDesgin span {
  color: #000000;
  font-size: 15px; }
.innerPageDesgin ul {
  padding: 0 0 !important; }
  .innerPageDesgin ul li {
    float: left;
    font-size: 15px;
    position: relative;
    z-index: 0;
    padding: 0 5px 0 5px !important;
    margin-bottom: 0 !important;
    border: none !important; }
    .innerPageDesgin ul li:last-child {
      padding-right: 0 !important; }
      .innerPageDesgin ul li:last-child:before {
        content: ""; }
    .innerPageDesgin ul li:before {
      content: "|";
      position: absolute;
      right: -2px;
      top: -2px;
      color: #000000; }
    .innerPageDesgin ul li a {
      color: #003ac1; }
      .innerPageDesgin ul li a:hover {
        color: #1fa5ff; }

.checkboxCustom {
  position: relative;
  z-index: 0;
  padding-left: 30px;
  cursor: pointer;
  display: block;
  width: auto !important;
  padding-right: 0 !important;
  margin-right: 30px; }
  .checkboxCustom.compareCheckClass {
    padding-right: 25px !important; }
  .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: 19px;
    height: 19px;
    border: 1px solid #abafb2;
    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: 19px;
      height: 19px;
      opacity: 0; }

a.checkboxCustom {
  color: #666666; }
  a.checkboxCustom.active .checkmark:before {
    opacity: 1; }

.radioCustom {
  position: relative;
  z-index: 0;
  padding-left: 5px;
  cursor: pointer;
  display: block;
  color: #083ba2; }
  .radioCustom:hover, .radioCustom.active {
    color: #1fa5ff; }
  .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: 19px;
    height: 19px;
    border: 1px solid #abafb2;
    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: 9px;
      height: 9px;
      border-radius: 50%;
      background-color: #1fa5ff;
      opacity: 0;
      right: 0;
      margin: auto;
      bottom: 0; }

.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 #0098ff transparent; }
    .arrowDropDown a:hover.downArrow {
      border-color: #0098ff transparent transparent transparent; }
    .arrowDropDown a.upArrow {
      width: 0;
      border-style: solid;
      border-width: 0 4px 6px 4px;
      border-color: transparent transparent #ffffff transparent;
      display: block; }
    .arrowDropDown a.downArrow {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 4px 0 4px;
      border-color: #ffffff transparent transparent transparent;
      display: block; }

.nicescroll-rails {
  left: 247px !important; }

.productDetailsSec {
  margin-bottom: 43px; }
  .productDetailsSec .breadcrumbs {
    padding: 10px 0 20px;
    border-bottom: 1px solid #cbcbcb; }
  .productDetailsSec .productAllSec {
    margin-bottom: 25px;
    padding-top: 42px; }
    .productDetailsSec .productAllSec .container {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
  .productDetailsSec .productDescriptionArea {
    padding: 0 19px; }
    .productDetailsSec .productDescriptionArea .details {
      width: calc(100% - 185px); }
      .productDetailsSec .productDescriptionArea .details h3 {
        font-size: 16px;
        color: #1a1a1a; }
    .productDetailsSec .productDescriptionArea .detailsBtn {
      width: 185px;
      padding-right: 45px; }
      .productDetailsSec .productDescriptionArea .detailsBtn .addFav {
        margin-bottom: 15px; }
      .productDetailsSec .productDescriptionArea .detailsBtn .btnAll {
        background-color: #1fa5ff;
        color: #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        height: 35px;
        line-height: 34px;
        font-size: 19px;
        padding: 0 22px;
        background-image: url(../images/bg05-img.png);
        background-repeat: no-repeat;
        background-position: 103% 10px; }
        .productDetailsSec .productDescriptionArea .detailsBtn .btnAll:hover {
          background-color: #083ba2; }
  .productDetailsSec .companyName_produtList {
    padding: 0 18px; }
    .productDetailsSec .companyName_produtList .details h3 {
      color: #000000;
      font-size: 21px; }
    .productDetailsSec .companyName_produtList ul {
      margin-bottom: 22px; }
      .productDetailsSec .companyName_produtList ul li {
        float: left;
        font-size: 21px;
        padding-right: 42px;
        color: #999999; }
        .productDetailsSec .companyName_produtList ul li:last-child {
          padding-right: 0; }
        .productDetailsSec .companyName_produtList ul li a {
          color: #0098ff;
          font-size: 16px; }
  .productDetailsSec .productsDetailsTable {
    margin-bottom: 35px; }
    .productDetailsSec .productsDetailsTable.newblueBg table tr th {
      background-color: #4f81cc;
      color: #ffffff; }
    .productDetailsSec .productsDetailsTable table tr td {
      text-align: center; }
      .productDetailsSec .productsDetailsTable table tr td .flag-icon {
        margin-right: 10px; }
  .productDetailsSec .details-row .container {
    padding: 0 60px; }
  .productDetailsSec .details-row .row {
    margin-bottom: 50px; }
  .productDetailsSec .typeTable table tr td {
    text-align: center; }
  .productDetailsSec .boxAccordion:last-child {
    margin-bottom: 127px; }
  .productDetailsSec .productDetailsAccordian h3 {
    padding-left: 70px;
    color: #000000;
    font-size: 24px;
    margin-bottom: 10px; }
  .productDetailsSec .productDetailsAccordian .companyFlex {
    margin-bottom: 50px; }
  .productDetailsSec .productDetailsAccordian .campanyTable {
    position: relative;
    z-index: 0; }
    .productDetailsSec .productDetailsAccordian .campanyTable a {
      color: #1fa5ff; }
      .productDetailsSec .productDetailsAccordian .campanyTable a:hover {
        color: #1b148f; }
    .productDetailsSec .productDetailsAccordian .campanyTable:before {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: -114px;
      left: 324px;
      background-image: url(../images/bg-img001.png);
      background-repeat: no-repeat;
      width: 458px;
      height: 456px; }
    .productDetailsSec .productDetailsAccordian .campanyTable:after {
      position: absolute;
      content: "";
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #f5f5f5;
      z-index: -1; }
  .productDetailsSec .productDetailsAccordian .companyInfo {
    width: calc(100% - 370px);
    padding-right: 45px; }
  .productDetailsSec .productDetailsAccordian .comoanyLogoAndBusinessInfo {
    width: 370px; }
    .productDetailsSec .productDetailsAccordian .comoanyLogoAndBusinessInfo .imageBox.boxCard {
      height: 258px; }
    .productDetailsSec .productDetailsAccordian .comoanyLogoAndBusinessInfo .box {
      text-align: center;
      margin-bottom: 30px; }
      .productDetailsSec .productDetailsAccordian .comoanyLogoAndBusinessInfo .box:first-child {
        margin: 0 auto 20px; }
      .productDetailsSec .productDetailsAccordian .comoanyLogoAndBusinessInfo .box:last-child {
        margin-bottom: 0; }
      .productDetailsSec .productDetailsAccordian .comoanyLogoAndBusinessInfo .box .inner {
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        overflow: hidden; }
      .productDetailsSec .productDetailsAccordian .comoanyLogoAndBusinessInfo .box h4 {
        color: #4d4d4d;
        font-size: 14px;
        margin-bottom: 5px; }
    .productDetailsSec .productDetailsAccordian .comoanyLogoAndBusinessInfo .boxPlace {
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      z-index: 0;
      background-size: cover; }
      .productDetailsSec .productDetailsAccordian .comoanyLogoAndBusinessInfo .boxPlace img {
        margin: auto;
        opacity: 0; }
  .productDetailsSec .boxAccordionDetails {
    padding: 0 70px;
    padding-top: 30px; }
  .productDetailsSec .negotiateSecArea .btnAreaSec {
    width: 535px;
    max-width: 100%;
    margin: 0 auto 37px; }
    .productDetailsSec .negotiateSecArea .btnAreaSec .btnAll {
      height: 72px;
      line-height: 70px;
      padding: 0 10px;
      font-size: 38px;
      font-family: "AvenirNext-Bold";
      background-color: #1fa5ff;
      color: #ffffff; }
  .productDetailsSec .negotiateSecArea .negotiateWrap {
    margin-bottom: 60px; }
  .productDetailsSec .negotiateSecArea .negotiateSecLeft {
    width: calc(100% - 300px);
    margin-right: 30px;
    border: 2px solid #1fa5ff;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    padding: 35px 0; }
  .productDetailsSec .negotiateSecArea .makeOfferSec {
    width: 395px;
    padding: 0 70px;
    text-align: left; }
    .productDetailsSec .negotiateSecArea .makeOfferSec .title {
      height: 138px;
      width: 100%;
      margin-bottom: 20px; }
      .productDetailsSec .negotiateSecArea .makeOfferSec .title h2 {
        font-family: "Myriad Prob";
        font-size: 50px;
        line-height: 1;
        color: #0098ff;
        margin: 0 0;
        width: 100%; }
    .productDetailsSec .negotiateSecArea .makeOfferSec figure {
      margin-bottom: 30px; }
      .productDetailsSec .negotiateSecArea .makeOfferSec figure img {
        margin: 0 auto; }
    .productDetailsSec .negotiateSecArea .makeOfferSec h3 {
      margin-bottom: 25px; }
    .productDetailsSec .negotiateSecArea .makeOfferSec p {
      font-size: 18px;
      line-height: 1.4;
      margin-bottom: 25px; }
    .productDetailsSec .negotiateSecArea .makeOfferSec h3,
    .productDetailsSec .negotiateSecArea .makeOfferSec p {
      color: #333333; }
  .productDetailsSec .negotiateSecArea .negotiateFormSec {
    width: calc(100% - 395px);
    padding: 0 70px 0 0; }
    .productDetailsSec .negotiateSecArea .negotiateFormSec .imgAndFlagArae {
      margin-bottom: 20px; }
      .productDetailsSec .negotiateSecArea .negotiateFormSec .imgAndFlagArae .imageBoxNew {
        width: 138px; }
        .productDetailsSec .negotiateSecArea .negotiateFormSec .imgAndFlagArae .imageBoxNew figure {
          height: 138px;
          overflow: hidden;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center; }
          .productDetailsSec .negotiateSecArea .negotiateFormSec .imgAndFlagArae .imageBoxNew figure img {
            opacity: 0; }
      .productDetailsSec .negotiateSecArea .negotiateFormSec .imgAndFlagArae .negoCnt {
        width: calc(100% - 138px);
        padding-left: 18px; }
        .productDetailsSec .negotiateSecArea .negotiateFormSec .imgAndFlagArae .negoCnt .flags {
          margin-bottom: 19px; }
          .productDetailsSec .negotiateSecArea .negotiateFormSec .imgAndFlagArae .negoCnt .flags .flag-icon {
            width: 42px;
            font-size: 30px;
            margin-right: 12px; }
          .productDetailsSec .negotiateSecArea .negotiateFormSec .imgAndFlagArae .negoCnt .flags h4 {
            color: #000000;
            font-size: 15px; }
        .productDetailsSec .negotiateSecArea .negotiateFormSec .imgAndFlagArae .negoCnt p {
          color: #1a1a1a;
          font-size: 18px; }
    .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea {
      margin-left: -25px;
      margin-right: -25px; }
      .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup {
        padding: 0 25px;
        -moz-placeholder-color: #333333;
        -ms-input-placeholder-color: #333333; }
        .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup.formGroupTwo {
          width: 100%;
          margin-bottom: 18px;
          padding: 0 !important; }
          .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup.formGroupTwo:last-child {
            margin-bottom: 0; }
          .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup.formGroupTwo .formGroup .formList {
            width: 100%;
            padding: 0; }
            .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup.formGroupTwo .formGroup .formList.bottomspace {
              margin-bottom: 18px; }
          .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup.formGroupTwo .formList {
            width: 50%;
            padding: 0 25px; }
        .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup .formList {
          margin-bottom: 0; }
        .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup input,
        .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup textarea {
          background-color: transparent; }
        .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup input {
          height: 31px;
          border: 1px solid #a7a7a7;
          color: #333333; }
        .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup label {
          color: #333333;
          display: block;
          margin-bottom: 6px; }
        .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup textarea {
          height: 212px;
          color: #333333;
          border: 1px solid #a7a7a7; }
        .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup ::-webkit-input-placeholder {
          color: #333333; }
        .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup ::-moz-placeholder {
          color: #333333; }
        .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup .btnAll {
          background-color: #0098ff;
          border: none;
          -webkit-border-radius: 37px;
          -moz-border-radius: 37px;
          -ms-border-radius: 37px;
          -o-border-radius: 37px;
          border-radius: 37px;
          height: 66px;
          line-height: 68px;
          color: #ffffff;
          font-size: 24px;
          font-family: "Myriad Prob";
          margin-top: 41px;
          width: 100%;
          padding: 0 10px; }
          .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup .btnAll:hover {
            background-color: #106ead;
            color: #ffffff; }
          .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup .btnAll.negotiateBtn {
            z-index: 0;
            height: 57px;
            line-height: 57px;
            font-size: 21px;
            font-family: "AvenirNext-Bold";
            color: #ffffff;
            padding: 0 20px;
            background-color: #0098ff;
            border: none; }
            .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup .btnAll.negotiateBtn:hover {
              background-color: #106ead; }
  .productDetailsSec .negotiateSecArea .negotiateInfo {
    width: 270px;
    background-color: #1fa5ff;
    padding: 50px 36px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .productDetailsSec .negotiateSecArea .negotiateInfo:before {
      content: "";
      position: absolute;
      z-index: 0;
      right: -20px;
      bottom: -20px;
      background-image: url(../images/bg03-img.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 132px;
      height: 130px; }
    .productDetailsSec .negotiateSecArea .negotiateInfo p {
      color: #ffffff;
      font-size: 18px;
      line-height: 1.4;
      margin-bottom: 25px;
      letter-spacing: 1px; }
      .productDetailsSec .negotiateSecArea .negotiateInfo p a {
        color: #ffffff;
        text-decoration: underline; }
  .productDetailsSec .productInformationSec {
    overflow: hidden;
    margin-bottom: 65px; }
    .productDetailsSec .productInformationSec .container {
      padding: 0 0; }
    .productDetailsSec .productInformationSec .title {
      background-color: #ebf6ff;
      padding: 15px 60px;
      color: #1a1a1a;
      font-size: 20px;
      margin-bottom: 40px; }
    .productDetailsSec .productInformationSec .formSecInside {
      width: 100%;
      padding: 0 35px; }
    .productDetailsSec .productInformationSec .formArea .formGroup {
      padding: 0 50px; }
      .productDetailsSec .productInformationSec .formArea .formGroup .formList {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end; }
        .productDetailsSec .productInformationSec .formArea .formGroup .formList .errorMessage {
          padding-left: 180px; }
        .productDetailsSec .productInformationSec .formArea .formGroup .formList label {
          display: inline-block;
          width: 180px;
          padding-right: 48px;
          margin-bottom: 0; }
        .productDetailsSec .productInformationSec .formArea .formGroup .formList .txtFld {
          width: calc(100% - 180px); }
          .productDetailsSec .productInformationSec .formArea .formGroup .formList .txtFld input {
            width: 100% !important; }
        .productDetailsSec .productInformationSec .formArea .formGroup .formList input[type="text"], .productDetailsSec .productInformationSec .formArea .formGroup .formList input[type="email"], .productDetailsSec .productInformationSec .formArea .formGroup .formList input[type="tel"], .productDetailsSec .productInformationSec .formArea .formGroup .formList input[type="password"], .productDetailsSec .productInformationSec .formArea .formGroup .formList input[type="url"] {
          width: calc(100% - 180px); }
      .productDetailsSec .productInformationSec .formArea .formGroup .btnAll {
        margin-top: 0;
        padding: 0 123px;
        width: calc(100% - 180px);
        background-color: #0098ff;
        color: #ffffff;
        border: none; }
        .productDetailsSec .productInformationSec .formArea .formGroup .btnAll:hover {
          background-color: #106ead; }
      .productDetailsSec .productInformationSec .formArea .formGroup.formGroupTwo {
        width: 100%;
        margin-bottom: 0;
        padding: 0 !important; }
        .productDetailsSec .productInformationSec .formArea .formGroup.formGroupTwo .formGroup .formList {
          width: 100%;
          padding: 0; }
        .productDetailsSec .productInformationSec .formArea .formGroup.formGroupTwo .formList {
          width: 50%;
          padding: 0 25px; }
          .productDetailsSec .productInformationSec .formArea .formGroup.formGroupTwo .formList:last-child {
            margin-bottom: 18px; }
  .productDetailsSec .recentlyViewProductSec {
    padding: 30px 157px;
    margin-bottom: 60px; }
  .productDetailsSec .addSection figure {
    width: 50%;
    padding: 0 17px; }
    .productDetailsSec .addSection figure img {
      width: 100%; }
  .productDetailsSec .productGallery {
    margin-bottom: 80px;
    margin-top: 72px; }
    .productDetailsSec .productGallery ul.thumbs img {
      width: 100%;
      height: 100%; }
    .productDetailsSec .productGallery .inner {
      padding: 0 44px; }
    .productDetailsSec .productGallery .noImgInner {
      justify-content: space-between; }
      .productDetailsSec .productGallery .noImgInner .noImageLeft {
        width: 50%;
        padding-right: 50px;
        height: auto; }
        .productDetailsSec .productGallery .noImgInner .noImageLeft img {
          width: 100%;
          height: auto; }
      .productDetailsSec .productGallery .noImgInner .uploadnoimage {
        text-align: center;
        padding-left: 50px;
        width: 50%; }
        .productDetailsSec .productGallery .noImgInner .uploadnoimage input {
          display: none; }
        .productDetailsSec .productGallery .noImgInner .uploadnoimage .up-wraper {
          display: inline-block; }
        .productDetailsSec .productGallery .noImgInner .uploadnoimage span {
          display: block;
          font-size: 28px;
          line-height: 1;
          margin-bottom: 9px;
          padding-top: 25px; }
        .productDetailsSec .productGallery .noImgInner .uploadnoimage em {
          display: block;
          font-style: normal;
          font-size: 23px;
          line-height: 1; }
        .productDetailsSec .productGallery .noImgInner .uploadnoimage figure {
          position: relative;
          z-index: 0;
          width: 300px;
          height: 300px;
          background: #f5f5f5;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          -ms-border-radius: 25px;
          -o-border-radius: 25px;
          border-radius: 25px;
          margin: 0 auto;
          cursor: pointer; }
          .productDetailsSec .productGallery .noImgInner .uploadnoimage figure img {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            display: block;
            width: 72px;
            height: auto; }
      .productDetailsSec .productGallery .noImgInner .noImgFound {
        width: calc(100% - 395px);
        margin-left: 45px;
        padding: 10px;
        background-color: #f5f5f5; }
        .productDetailsSec .productGallery .noImgInner .noImgFound h3 {
          font-size: 16px;
          color: #1a1a1a;
          margin-bottom: 0; }
    .productDetailsSec .productGallery .leargeImage {
      width: 584px; }
      .productDetailsSec .productGallery .leargeImage .slideshow-container {
        position: relative;
        z-index: 0;
        overflow: hidden;
        height: 520px; }
      .productDetailsSec .productGallery .leargeImage .slideshow span.image-wrapper {
        position: relative;
        display: block;
        top: 0;
        left: 0; }
      .productDetailsSec .productGallery .leargeImage .slideshow span .advance-link {
        width: 100%;
        height: 520px;
        line-height: 0;
        display: block;
        position: relative;
        border: 1px solid #cccccc; }
      .productDetailsSec .productGallery .leargeImage .slideshow img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: none; }
    .productDetailsSec .productGallery .thumbList {
      width: calc(100% - 684px);
      padding-left: 45px; }
      .productDetailsSec .productGallery .thumbList ul li {
        width: calc(25% - 5px);
        float: left;
        margin: 0px 5px 5px 0;
        list-style: none;
        padding: 0 0;
        height: 101px;
        overflow: hidden;
        border: 1px solid #bfbfbf;
        position: relative; }
        .productDetailsSec .productGallery .thumbList ul li.selected a:before {
          opacity: 0.5; }
        .productDetailsSec .productGallery .thumbList ul li a {
          display: block;
          width: 100%;
          height: 100%; }
          .productDetailsSec .productGallery .thumbList ul li a:before {
            content: "";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 1;
            background: #272727;
            opacity: 0;
            position: absolute;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
    .productDetailsSec .productGallery .controls {
      height: auto;
      flex-direction: row-reverse; }
      .productDetailsSec .productGallery .controls .ss-controls {
        float: none;
        height: 52px;
        width: 72px;
        -webkit-align-content: flex-end;
        -moz-align-content: flex-end;
        -ms-align-content: flex-end;
        -o-align-content: flex-end;
        align-content: flex-end; }
        .productDetailsSec .productGallery .controls .ss-controls a {
          width: auto;
          display: inline-block;
          color: #5b6063;
          position: relative;
          z-index: 0;
          padding-right: 24px;
          background-color: #ebf6ff;
          margin-bottom: 5px;
          padding: 0 30px 0px 15px;
          height: 40px;
          line-height: 40px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          -o-border-radius: 8px;
          border-radius: 8px; }
          .productDetailsSec .productGallery .controls .ss-controls a:last-child {
            margin-bottom: 0; }
          .productDetailsSec .productGallery .controls .ss-controls a:before {
            content: "";
            position: absolute;
            right: 12px;
            top: 3px;
            font-family: FontAwesome;
            line-height: 35px;
            height: 40px; }
          .productDetailsSec .productGallery .controls .ss-controls a.play:before {
            content: ""; }
          .productDetailsSec .productGallery .controls .ss-controls a.pause:before {
            content: ""; }
      .productDetailsSec .productGallery .controls .nav-controls {
        float: none;
        width: calc(100% - 72px);
        text-align: center; }
        .productDetailsSec .productGallery .controls .nav-controls a {
          position: relative;
          z-index: 0;
          font-size: 0;
          display: inline-block;
          width: 30px;
          height: 38px;
          margin-right: 50px;
          padding: 0; }
          .productDetailsSec .productGallery .controls .nav-controls a:last-child {
            margin-right: 0; }
          .productDetailsSec .productGallery .controls .nav-controls a:before {
            content: "";
            position: absolute;
            top: 0;
            font-family: FontAwesome;
            font-size: 55px;
            color: #cccccc;
            line-height: 35px;
            height: 38px; }
          .productDetailsSec .productGallery .controls .nav-controls a.prev:before {
            content: ""; }
          .productDetailsSec .productGallery .controls .nav-controls a.next:before {
            content: ""; }

.loginPage .errorMessage {
  padding-left: 0; }
.loginPage .logoLogin a {
  display: inline-block;
  margin: 0 auto; }
.loginPage .logoLogin img {
  margin: auto; }
.loginPage .formRow {
  margin-bottom: 25px; }
  .loginPage .formRow.logoLogin {
    margin-bottom: 40px; }
  .loginPage .formRow:last-child {
    margin-bottom: 0; }
.loginPage .forgotLink {
  margin-top: 55px; }
  .loginPage .forgotLink a {
    font-size: 20px;
    color: #0098ff; }
    .loginPage .forgotLink a:hover {
      color: #083ba2; }
.loginPage .passwordHead {
  margin-top: 30px; }
  .loginPage .passwordHead h3 {
    font-size: 27px;
    color: #333333; }
.loginPage .loginForm {
  width: 66.66%;
  text-align: center;
  height: 100vh;
  padding: 20px; }
  .loginPage .loginForm .loginFormWrap {
    width: 100%;
    padding: 0 230px;
    margin: 0 auto; }
  .loginPage .loginForm .formRow {
    position: relative; }
  .loginPage .loginForm .formRowCaptcha {
    margin-bottom: 32px; }
  .loginPage .loginForm input[type="text"], .loginPage .loginForm input[type="email"], .loginPage .loginForm input[type="tel"], .loginPage .loginForm input[type="password"], .loginPage .loginForm input[type="url"] {
    background-color: #ffffff !important;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    padding: 0 15px;
    width: 100%;
    font-size: 15px; }
  .loginPage .loginForm input.btnAll {
    margin: auto;
    background-color: #0098ff;
    color: #ffffff;
    padding: 0 73px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
    font-family: "AvenirNext-Bold"; }
    .loginPage .loginForm input.btnAll:hover {
      background-color: #003ac1; }
  .loginPage .loginForm label {
    color: #666666;
    font-size: 20px;
    line-height: 40px; }
  .loginPage .loginForm .formCaptcha {
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #c5c5c5;
    background: transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    padding: 0 15px;
    font-size: 18px;
    background-color: #e8f0fe;
    position: relative;
    width: 100%; }
    .loginPage .loginForm .formCaptcha img {
      width: 210px;
      margin: 0 auto; }
    .loginPage .loginForm .formCaptcha .showCaptcha {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 6px; }
    .loginPage .loginForm .formCaptcha a {
      display: block;
      position: absolute;
      right: 20px;
      top: 0; }
      .loginPage .loginForm .formCaptcha a:hover {
        color: #000000; }
.loginPage .passwordBtm {
  margin-top: 30px;
  margin-left: -100px;
  margin-right: -100px; }
  .loginPage .passwordBtm p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    font-family: "AvenirNext-Medium"; }
    .loginPage .passwordBtm p a {
      color: #0098ff; }
.loginPage .registerPartList {
  width: 33.33%;
  padding: 20px;
  height: 100%;
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  background-color: #0098ff;
  color: #ffffff; }
  .loginPage .registerPartList .registerPartListWrap {
    width: 100%; }
    .loginPage .registerPartList .registerPartListWrap .registerPartListAll {
      padding: 0 80px;
      margin: 0 auto; }
  .loginPage .registerPartList a {
    color: #ffffff; }
    .loginPage .registerPartList a:hover {
      text-decoration: underline; }
  .loginPage .registerPartList h3 {
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 25px; }
    .loginPage .registerPartList h3 span {
      color: #ffffff;
      font-size: 15px;
      padding-left: 8px; }
  .loginPage .registerPartList ul li {
    width: 100%;
    margin-bottom: 22px; }
    .loginPage .registerPartList ul li:last-child {
      margin-bottom: 0; }
    .loginPage .registerPartList ul li .btnAll {
      color: #808080;
      background-color: #ffffff;
      height: 41px;
      line-height: 40px;
      font-size: 18px;
      text-decoration: none;
      font-family: "AvenirNext-Bold"; }
      .loginPage .registerPartList ul li .btnAll:hover {
        background-color: #003ac1;
        color: #ffffff; }

.registrationStandardPage h2 {
  font-size: 31px;
  text-align: center;
  color: #1b148f;
  margin-bottom: 25px; }
.registrationStandardPage .membershipOptionsSec {
  overflow: hidden; }
  .registrationStandardPage .membershipOptionsSec .memberWrap {
    margin-left: -22px;
    margin-right: -22px;
    padding: 0 65px;
    margin-bottom: 68px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember {
      width: 33.333%;
      padding: 0 22px;
      position: relative;
      z-index: 0; }
      .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember label input:checked + .registerBtn {
        color: #1b148f; }
      .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember .inner {
        padding: 28px 25px 55px;
        border: 5px solid #ebebeb;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px;
        min-height: 100%;
        background-color: #fafafa; }
      .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember .gridSelect.active .inner {
        border: 5px solid #30c5f4; }
      .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember .memberDetails > div {
        margin-bottom: 23px; }
        .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember .memberDetails > div:last-child {
          margin-bottom: 0; }
      .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember .innerHeading {
        margin-bottom: 40px;
        min-height: 60px;
        text-align: center;
        font-size: 16px;
        font-weight: 400; }
        .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember .innerHeading strong {
          font-weight: 600;
          color: #999999; }
      .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember h3 {
        font-size: 24.47px;
        color: #003ac1;
        font-family: "AvenirNext-Bold";
        text-align: center; }
      .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember h4 {
        font-size: 19.15px;
        color: #999999;
        text-align: center;
        margin-bottom: 4px; }
      .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember p {
        color: #666666;
        text-align: center;
        line-height: 27px;
        margin-bottom: 25px;
        font-size: 19.15px; }
        .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember p:last-child {
          margin-bottom: 0; }
      .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember .price {
        display: block;
        text-align: center;
        color: #808080;
        font-size: 19.15px; }
      .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember .select {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 20px;
        text-align: center; }
        .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember .select .registerBtn {
          font-size: 19.15px;
          color: #0098ff;
          cursor: pointer; }
        .registrationStandardPage .membershipOptionsSec .memberWrap .gridMember .select input[type="radio"] {
          display: block;
          margin: auto;
          display: none; }
  .registrationStandardPage .membershipOptionsSec .memberPera {
    padding: 0 65px; }
    .registrationStandardPage .membershipOptionsSec .memberPera p {
      font-size: 14.89px;
      text-align: center;
      color: #808080; }
      .registrationStandardPage .membershipOptionsSec .memberPera p a {
        color: #0098ff; }
        .registrationStandardPage .membershipOptionsSec .memberPera p a:hover {
          color: #000000; }
  .registrationStandardPage .membershipOptionsSec .termsConditionSec {
    text-align: right;
    margin-bottom: 35px; }
    .registrationStandardPage .membershipOptionsSec .termsConditionSec .checkboxCustom {
      display: inline-block;
      cursor: auto;
      color: #666666; }
.registrationStandardPage .standardMembershipRegistration {
  overflow: hidden;
  margin-bottom: 45px; }
.registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails {
  padding-left: 75px;
  padding-right: 75px;
  margin-left: -51px;
  margin-right: -51px; }
  .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow,
  .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow {
    width: 30%;
    padding: 0 15px;
    margin-bottom: 0; }
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow:hover .inner,
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow:hover .txtFld,
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow:hover .inner,
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow:hover .txtFld {
      border: 2px solid #999999; }
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow.gridRowtwo, .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow:nth-child(2),
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow.gridRowtwo,
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow:nth-child(2) {
      width: 40%; }
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow.gridRowtwo .formCol, .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow:nth-child(2) .formCol,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow.gridRowtwo .formCol,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow:nth-child(2) .formCol {
        width: 430px; }
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow.gridRowtwo .imgContainer, .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow:nth-child(2) .imgContainer,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow.gridRowtwo .imgContainer,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow:nth-child(2) .imgContainer {
        padding-top: 69.488% !important; }
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow.gridRowtwo .txtFld img, .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow:nth-child(2) .txtFld img,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow.gridRowtwo .txtFld img,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow:nth-child(2) .txtFld img {
        width: 100%; }
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .formCol,
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .formCol {
      width: 300px;
      max-width: 100%;
      margin: 0 auto; }
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .inner,
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .txtFld,
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .inner,
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .txtFld {
      text-align: center;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px;
      position: relative;
      z-index: 0;
      border: 2px solid #f5f5f5;
      overflow: hidden;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .inner .imgContainer,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .txtFld .imgContainer,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .inner .imgContainer,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .txtFld .imgContainer {
        position: relative;
        padding-top: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .inner .imgContainer img,
        .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .txtFld .imgContainer img,
        .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .inner .imgContainer img,
        .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .txtFld .imgContainer img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 100%;
          opacity: 0; }
        .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .inner .imgContainer .closeBtn,
        .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .txtFld .imgContainer .closeBtn,
        .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .inner .imgContainer .closeBtn,
        .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .txtFld .imgContainer .closeBtn {
          position: absolute;
          right: 10px;
          top: 10px;
          background-color: #ed1c24;
          width: 20px;
          height: 20px;
          line-height: 20px;
          cursor: pointer; }
          .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .inner .imgContainer .closeBtn span,
          .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .txtFld .imgContainer .closeBtn span,
          .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .inner .imgContainer .closeBtn span,
          .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .txtFld .imgContainer .closeBtn span {
            line-height: 1;
            color: #ffffff; }
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .inner input,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .txtFld input,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .inner input,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .txtFld input {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        outline: none;
        height: 100%;
        opacity: 0; }
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .inner img,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .txtFld img,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .inner img,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .txtFld img {
        margin: auto; }
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow label,
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow label {
      width: 100%;
      text-align: left;
      display: block;
      margin-bottom: 16px;
      color: #333333; }
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .uploadBtnArea,
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .uploadBtnArea {
      cursor: pointer;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .uploadBtnArea input,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .uploadBtnArea input {
        position: absolute;
        top: 0;
        bottom: 0;
        height: auto;
        width: auto;
        width: 100%;
        left: 0;
        right: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 1; }
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .uploadBtnArea figure,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .uploadBtnArea figure {
        margin-bottom: 40px; }
        .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .uploadBtnArea figure img,
        .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .uploadBtnArea figure img {
          opacity: 1; }
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .uploadBtnArea p,
      .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .uploadBtnArea p {
        font-size: 14px;
        color: #999999; }
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .uploadImg,
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .uploadImg {
      padding: 94px 5px 45px; }
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .gridRow .closeBtn,
    .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .closeBtn {
      display: none; }
.registrationStandardPage .boxAccordion.choosePadd7 .boxAccordionDetails .formRow {
  margin-bottom: 18px; }
  .registrationStandardPage .boxAccordion.choosePadd7 .boxAccordionDetails .formRow:last-child {
    margin-bottom: 0; }
  .registrationStandardPage .boxAccordion.choosePadd7 .boxAccordionDetails .formRow .info {
    font-size: 20px;
    padding-left: 52px; }
  .registrationStandardPage .boxAccordion.choosePadd7 .boxAccordionDetails .formRow .errorMessage {
    padding-left: 125px; }
  .registrationStandardPage .boxAccordion.choosePadd7 .boxAccordionDetails .formRow label {
    width: 125px;
    font-size: 11px;
    text-align: center; }
  .registrationStandardPage .boxAccordion.choosePadd7 .boxAccordionDetails .formRow .textFld {
    width: calc(100% - 125px); }
    .registrationStandardPage .boxAccordion.choosePadd7 .boxAccordionDetails .formRow .textFld .col3 {
      width: calc(25% - 9px);
      margin-right: 12px; }
      .registrationStandardPage .boxAccordion.choosePadd7 .boxAccordionDetails .formRow .textFld .col3:last-child {
        margin-right: 0; }
      .registrationStandardPage .boxAccordion.choosePadd7 .boxAccordionDetails .formRow .textFld .col3 input {
        text-align: center;
        width: 100%; }
.registrationStandardPage .boxAccordion .title2 {
  margin-bottom: 0; }
  .registrationStandardPage .boxAccordion .title2.active {
    background-color: #4f81cc;
    color: #ffffff; }
.registrationStandardPage .boxAccordion .boxAccordionDetails {
  padding: 50px 0; }
.registrationStandardPage .boxAccordion .fullRow {
  width: 100%; }
  .registrationStandardPage .boxAccordion .fullRow .formRow label {
    width: calc(100% - 840px); }
  .registrationStandardPage .boxAccordion .fullRow .formRow textarea {
    width: 840px;
    height: 115px; }
.registrationStandardPage .boxAccordion .formGroup {
  width: 50%;
  margin-bottom: -35px; }
  .registrationStandardPage .boxAccordion .formGroup .memberBox {
    width: 198px; }
    .registrationStandardPage .boxAccordion .formGroup .memberBox .btnAll {
      background-color: #0098ff;
      color: #ffffff; }
      .registrationStandardPage .boxAccordion .formGroup .memberBox .btnAll:hover {
        background-color: #083ba2; }
  .registrationStandardPage .boxAccordion .formGroup.formGroupTwo.formGroupBtn .formRow {
    width: calc((100% - 198px)/2); }
  .registrationStandardPage .boxAccordion .formGroup.formGroupAll {
    width: 100% !important; }
    .registrationStandardPage .boxAccordion .formGroup.formGroupAll .formRow {
      float: left;
      width: calc(50% - 143px);
      padding-right: 30px; }
    .registrationStandardPage .boxAccordion .formGroup.formGroupAll .memberBox {
      width: 166px;
      float: left;
      margin-right: 30px; }
    .registrationStandardPage .boxAccordion .formGroup.formGroupAll .submitBox {
      width: 90px;
      float: left; }
    .registrationStandardPage .boxAccordion .formGroup.formGroupAll .errorMessage {
      padding-left: 90px; }
    .registrationStandardPage .boxAccordion .formGroup.formGroupAll label {
      width: 90px !important;
      padding-right: 0; }
    .registrationStandardPage .boxAccordion .formGroup.formGroupAll input[type="text"], .registrationStandardPage .boxAccordion .formGroup.formGroupAll input[type="date"] {
      width: calc(100% - 90px) !important; }
    .registrationStandardPage .boxAccordion .formGroup.formGroupAll .btnAll {
      border: none;
      height: 30px;
      line-height: 31px;
      padding: 0 15px;
      background: #0098ff;
      color: #ffffff; }
      .registrationStandardPage .boxAccordion .formGroup.formGroupAll .btnAll:hover {
        color: #ffffff;
        background: #083ba2; }
      .registrationStandardPage .boxAccordion .formGroup.formGroupAll .btnAll.orngBtn {
        background: orange; }
        .registrationStandardPage .boxAccordion .formGroup.formGroupAll .btnAll.orngBtn:hover {
          background: #ffd100; }
  .registrationStandardPage .boxAccordion .formGroup.fullFormGroup {
    width: 100%; }
  .registrationStandardPage .boxAccordion .formGroup.formGroupTwo {
    width: 100%;
    margin-bottom: 0;
    padding: 0 !important; }
    .registrationStandardPage .boxAccordion .formGroup.formGroupTwo:last-child {
      margin-bottom: -35px; }
    .registrationStandardPage .boxAccordion .formGroup.formGroupTwo .formRow {
      width: 50%;
      padding: 0 35px; }
.registrationStandardPage .boxAccordion .info {
  font-size: 20px;
  color: #000000; }
.registrationStandardPage .boxAccordion .textCnntArea {
  background-color: #ebf6ff;
  padding: 30px 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .registrationStandardPage .boxAccordion .textCnntArea p {
    color: #666666;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 1px; }
    .registrationStandardPage .boxAccordion .textCnntArea p:last-child {
      margin-bottom: 0; }
    .registrationStandardPage .boxAccordion .textCnntArea p em {
      color: #0098ff;
      font-style: normal; }
.registrationStandardPage .boxAccordion .rightalign label {
  text-align: right !important; }
.registrationStandardPage .formRow {
  margin-bottom: 32px;
  position: relative;
  -moz-placeholder-color: #999999;
  -ms-input-placeholder-color: #999999; }
  .registrationStandardPage .formRow.col2 .col {
    width: calc(50% - 20px); }
    .registrationStandardPage .formRow.col2 .col label {
      line-height: 30px; }
      .registrationStandardPage .formRow.col2 .col label.checkboxCustom {
        padding: 0px 19px;
        height: 19px; }
    .registrationStandardPage .formRow.col2 .col .countryDropdown {
      width: calc(100% - 210px);
      display: block; }
    .registrationStandardPage .formRow.col2 .col .select2-container--default .select2-selection--multiple {
      min-height: 30px;
      border-color: #bebebe !important;
      -webkit-border-radius: 0px !important;
      -moz-border-radius: 0px !important;
      -ms-border-radius: 0px !important;
      -o-border-radius: 0px !important;
      border-radius: 0px !important; }
    .registrationStandardPage .formRow.col2 .col .select2-container {
      width: 100% !important; }
      .registrationStandardPage .formRow.col2 .col .select2-container .select2-selection--multiple {
        min-height: 30px;
        border-color: #bebebe !important; }
        .registrationStandardPage .formRow.col2 .col .select2-container .select2-selection--multiple input[type='search'] {
          height: auto;
          padding: 0 0;
          width: auto !important; }
    .registrationStandardPage .formRow.col2 .col:nth-child(odd) {
      margin-right: 40px; }
  .registrationStandardPage .formRow .errorMessage {
    padding-left: 180px; }
  .registrationStandardPage .formRow .linklable {
    color: #0098ff;
    text-decoration: underline; }
  .registrationStandardPage .formRow label {
    width: calc(100% - 280px);
    padding-right: 11px;
    text-align: right;
    color: #333333;
    font-size: 15px; }
    .registrationStandardPage .formRow label span {
      color: #ed1c24; }
    .registrationStandardPage .formRow label em {
      display: block;
      margin-top: 25px;
      font-style: normal;
      font-size: 14px;
      color: #666666;
      line-height: 25px; }
      .registrationStandardPage .formRow label em.question {
        display: inline-block;
        margin-top: 0; }
        .registrationStandardPage .formRow label em.question .fa {
          color: #ff8d00; }
        .registrationStandardPage .formRow label em.question .tooltipDetails {
          left: 110px;
          text-align: left; }
          .registrationStandardPage .formRow label em.question .tooltipDetails h3 {
            font-size: 14px; }
          .registrationStandardPage .formRow label em.question .tooltipDetails ul li {
            font-size: 14px; }
        .registrationStandardPage .formRow label em.question:hover .tooltipDetails {
          opacity: 1;
          left: 125px; }
          .registrationStandardPage .formRow label em.question:hover .tooltipDetails:after {
            display: block; }
  .registrationStandardPage .formRow .bigHeight {
    height: 140px !important; }
  .registrationStandardPage .formRow .multipleRowArea {
    width: 319px;
    margin-left: -3px;
    margin-right: -3px; }
    .registrationStandardPage .formRow .multipleRowArea .doubleRow {
      padding: 0 3px; }
      .registrationStandardPage .formRow .multipleRowArea .doubleRow:first-child {
        width: 25%; }
      .registrationStandardPage .formRow .multipleRowArea .doubleRow:last-child {
        width: 75%; }
    .registrationStandardPage .formRow .multipleRowArea .multipleRow {
      width: 33.333%;
      padding: 0 3px; }
    .registrationStandardPage .formRow .multipleRowArea input,
    .registrationStandardPage .formRow .multipleRowArea select {
      width: 100% !important; }
  .registrationStandardPage .formRow input[type="text"], .registrationStandardPage .formRow input[type="email"], .registrationStandardPage .formRow input[type="tel"], .registrationStandardPage .formRow input[type="password"], .registrationStandardPage .formRow input[type="url"] {
    width: 280px;
    background-color: transparent !important;
    border: 1px solid #bebebe;
    height: 30px;
    line-height: 25px;
    color: #333333; }
  .registrationStandardPage .formRow ::-webkit-input-placeholder {
    color: #999999; }
  .registrationStandardPage .formRow ::-moz-placeholder {
    color: #999999; }
  .registrationStandardPage .formRow select {
    width: 280px;
    background-color: transparent;
    border: 1px solid #bebebe;
    height: 30px;
    line-height: 30px;
    color: #333333;
    background-image: none; }
  .registrationStandardPage .formRow textarea {
    width: 280px;
    background-color: transparent;
    border: 1px solid #bebebe;
    color: #333333;
    background-image: none; }
  .registrationStandardPage .formRow p {
    color: #000000;
    font-size: 14px;
    padding-left: 14px; }
    .registrationStandardPage .formRow p span {
      color: #ed1c24; }
.registrationStandardPage .applyStandardSec {
  background-color: #f5f5f5; }
  .registrationStandardPage .applyStandardSec .checkboxCustom {
    width: auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    color: #666666;
    margin: 0 auto; }
    .registrationStandardPage .applyStandardSec .checkboxCustom .checkmark {
      left: -30px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
  .registrationStandardPage .applyStandardSec .btnAll {
    background-color: #1ea3fe;
    font-size: 38px;
    color: #ffffff;
    margin: 0 auto 24px;
    height: 80px;
    line-height: 80px;
    padding: 0 145px; }
    .registrationStandardPage .applyStandardSec .btnAll:hover {
      background-color: #106ead; }
  .registrationStandardPage .applyStandardSec p {
    font-size: 18px;
    color: #666666; }
    .registrationStandardPage .applyStandardSec p a {
      color: #0098ff; }
      .registrationStandardPage .applyStandardSec p a:hover {
        color: #000000; }
  .registrationStandardPage .applyStandardSec .agreeText {
    text-align: center; }
.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd2 .boxAccordionDetails .formGroup:last-child {
  padding-right: 0;
  padding-bottom: 35px;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end; }
.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow.widthSmaill label {
  width: 173px; }
  .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow.widthSmaill label .linklable {
    color: #083ba2; }
.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow.widthSmaill input[type="text"], .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow.widthSmaill input[type="email"], .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow.widthSmaill input[type="tel"], .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow.widthSmaill input[type="password"], .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow.widthSmaill input[type="url"] {
  width: 275px; }
.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow.chooseCountry {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }
  .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow.chooseCountry .leftcheck {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start; }
  .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow.chooseCountry .formRow {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start; }
.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow .countryDropdown {
  position: relative; }
  .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow .countryDropdown .countryTag {
    position: absolute;
    left: 0;
    top: 0; }
.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow textarea {
  height: 90px; }
.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow .checkSelect .formRow {
  width: calc(100% - 144px);
  margin-bottom: 0; }
  .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow .checkSelect .formRow .errorMessage {
    padding-left: calc(100% - 350px); }
  .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow .checkSelect .formRow label {
    width: calc(100% - 350px); }
  .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow .checkSelect .formRow select {
    width: 350px; }
.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow .leftcheck {
  width: 144px; }
  .registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .formRow .leftcheck .checkmark {
    top: 3px; }
.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd6 .boxAccordionDetails .info {
  margin-bottom: 65px !important; }
.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd7 .boxAccordionDetails {
  padding-left: 0;
  padding-right: 0; }
.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd7 .formGroup {
  padding: 0; }
.registrationStandardPage .registrationStandardNew .boxAccordion .formGroupArea,
.registrationStandardPage .registrationStandardNew .boxAccordion .formWrapper {
  width: 100%; }
.registrationStandardPage .registrationStandardNew .boxAccordion .fullRow {
  padding: 0 35px; }
  .registrationStandardPage .registrationStandardNew .boxAccordion .fullRow .formRow label {
    width: 180px; }
  .registrationStandardPage .registrationStandardNew .boxAccordion .fullRow .formRow textarea {
    width: calc(100% - 180px);
    height: 115px; }
.registrationStandardPage .registrationStandardNew .boxAccordion .boxAccordionDetails {
  padding: 50px 80px; }
.registrationStandardPage .registrationStandardNew .boxAccordion .formGroup {
  padding: 0 35px; }
.registrationStandardPage .registrationStandardNew .formRow .multipleRowArea {
  width: calc(100% - 180px);
  margin-left: 0;
  margin-right: 0; }
  .registrationStandardPage .registrationStandardNew .formRow .multipleRowArea .multipleRowWrap {
    margin-left: -3px;
    margin-right: -3px; }
  .registrationStandardPage .registrationStandardNew .formRow .multipleRowArea .multipleRow .errorMessage {
    padding-left: 0; }
.registrationStandardPage .registrationStandardNew .formRow label {
  width: 180px; }
.registrationStandardPage .registrationStandardNew .formRow input[type="text"], .registrationStandardPage .registrationStandardNew .formRow input[type="email"], .registrationStandardPage .registrationStandardNew .formRow input[type="tel"], .registrationStandardPage .registrationStandardNew .formRow input[type="password"], .registrationStandardPage .registrationStandardNew .formRow input[type="url"] {
  width: calc(100% - 180px); }
.registrationStandardPage .registrationStandardNew .formRow select,
.registrationStandardPage .registrationStandardNew .formRow textarea,
.registrationStandardPage .registrationStandardNew .formRow .checkSelect {
  width: calc(100% - 180px); }
.registrationStandardPage .agreeSection {
  text-align: center;
  margin-bottom: 30px; }
  .registrationStandardPage .agreeSection p {
    line-height: 1.4; }

.memberDesSuppliersSecArea {
  padding-bottom: 40px;
  padding-top: 30px; }
  .memberDesSuppliersSecArea.memberDesSecArea .buyerAndSuppliersSec {
    margin-bottom: 0;
    padding-bottom: 90px; }
    .memberDesSuppliersSecArea.memberDesSecArea .buyerAndSuppliersSec .buyerAndSuppliersWrap {
      margin-bottom: 0; }
    .memberDesSuppliersSecArea.memberDesSecArea .buyerAndSuppliersSec h2 {
      margin-bottom: 0; }
  .memberDesSuppliersSecArea .buyerAndSuppliersSec {
    margin-bottom: 180px; }
    .memberDesSuppliersSecArea .buyerAndSuppliersSec h2 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 50px;
      color: #1b148f;
      font-family: "AvenirNext-Bold"; }
    .memberDesSuppliersSecArea .buyerAndSuppliersSec .buyerAndSuppliersWrap {
      background-color: #0098ff;
      padding: 80px 20px;
      margin-bottom: 170px;
      overflow: hidden;
      position: relative;
      z-index: 0; }
      .memberDesSuppliersSecArea .buyerAndSuppliersSec .buyerAndSuppliersWrap .logoWatermark {
        position: absolute;
        z-index: 0;
        right: -35px;
        bottom: -30px;
        width: 120px; }
      .memberDesSuppliersSecArea .buyerAndSuppliersSec .buyerAndSuppliersWrap .container {
        position: relative;
        z-index: 0; }
      .memberDesSuppliersSecArea .buyerAndSuppliersSec .buyerAndSuppliersWrap p {
        font-size: 36px;
        color: #ffffff;
        text-align: center;
        line-height: 1;
        margin-bottom: 20px; }
    .memberDesSuppliersSecArea .buyerAndSuppliersSec .buyerHeading {
      padding: 40px 0;
      width: 80%;
      margin: 0 auto 45px; }
    .memberDesSuppliersSecArea .buyerAndSuppliersSec .buyerListArea ul li {
      float: left;
      width: 50%;
      padding: 0 43px;
      margin-bottom: 20px; }
      .memberDesSuppliersSecArea .buyerAndSuppliersSec .buyerListArea ul li .btnAll {
        border: 5px solid #0098ff;
        height: 120px;
        line-height: 110px;
        padding: 0 90px;
        background-color: transparent;
        font-size: 41px;
        color: #4d4d4d;
        -webkit-border-radius: 65px;
        -moz-border-radius: 65px;
        -ms-border-radius: 65px;
        -o-border-radius: 65px;
        border-radius: 65px; }
        .memberDesSuppliersSecArea .buyerAndSuppliersSec .buyerListArea ul li .btnAll:hover {
          background-color: #0098ff;
          color: #ffffff; }
  .memberDesSuppliersSecArea .suppliersSecArea {
    padding-bottom: 110px;
    border-bottom: 1px solid #e7e7e7; }
    .memberDesSuppliersSecArea .suppliersSecArea h2 {
      text-align: center;
      font-size: 74px;
      color: #333333;
      margin-bottom: 104px; }
    .memberDesSuppliersSecArea .suppliersSecArea p {
      font-size: 31px;
      text-align: center;
      margin-bottom: 80px;
      color: #0098ff; }
    .memberDesSuppliersSecArea .suppliersSecArea .suppliersSecAreaWrap {
      flex-wrap: nowrap;
      margin-left: -30px;
      margin-right: -30px; }
      .memberDesSuppliersSecArea .suppliersSecArea .suppliersSecAreaWrap .supplierGrid {
        width: 100%;
        padding: 0 38px; }
        .memberDesSuppliersSecArea .suppliersSecArea .suppliersSecAreaWrap .supplierGrid p {
          color: #333333;
          font-size: 22px;
          line-height: 1.4; }
        .memberDesSuppliersSecArea .suppliersSecArea .suppliersSecAreaWrap .supplierGrid figure {
          height: 208px;
          margin-bottom: 40px; }
          .memberDesSuppliersSecArea .suppliersSecArea .suppliersSecAreaWrap .supplierGrid figure img {
            margin: auto; }
        .memberDesSuppliersSecArea .suppliersSecArea .suppliersSecAreaWrap .supplierGrid .inner {
          min-height: 100%; }
  .memberDesSuppliersSecArea .ourSolutionArea {
    padding: 45px 0;
    text-align: center;
    border-bottom: 1px solid #e7e7e7; }
    .memberDesSuppliersSecArea .ourSolutionArea .ourSolutionContent {
      margin-bottom: 65px; }
    .memberDesSuppliersSecArea .ourSolutionArea h3 {
      font-size: 31px;
      margin-bottom: 80px;
      color: #0098ff;
      margin-bottom: 15px; }
    .memberDesSuppliersSecArea .ourSolutionArea p {
      font-size: 22.27px;
      color: #666666;
      margin-bottom: 15px; }
    .memberDesSuppliersSecArea .ourSolutionArea .dotImage {
      display: inline-block;
      margin-bottom: 60px; }
  .memberDesSuppliersSecArea .solutionBottomSec {
    padding: 70px 0 130px;
    border-bottom: 1px solid #e7e7e7; }
    .memberDesSuppliersSecArea .solutionBottomSec .solutionRowsWrapper {
      padding: 0 90px; }
    .memberDesSuppliersSecArea .solutionBottomSec .solutionRows {
      margin-bottom: 20px; }
      .memberDesSuppliersSecArea .solutionBottomSec .solutionRows:last-child {
        margin-bottom: 0; }
      .memberDesSuppliersSecArea .solutionBottomSec .solutionRows:nth-child(odd) {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .memberDesSuppliersSecArea .solutionBottomSec .solutionRowsImg {
      width: 50%; }
      .memberDesSuppliersSecArea .solutionBottomSec .solutionRowsImg img {
        margin: 0 auto; }
    .memberDesSuppliersSecArea .solutionBottomSec .solutionRowsContent {
      width: 50%;
      text-align: center; }
      .memberDesSuppliersSecArea .solutionBottomSec .solutionRowsContent p {
        font-size: 25.45px;
        color: #333333;
        line-height: 1.4; }
      .memberDesSuppliersSecArea .solutionBottomSec .solutionRowsContent a {
        color: #0098ff; }
        .memberDesSuppliersSecArea .solutionBottomSec .solutionRowsContent a:hover {
          color: #000000; }
  .memberDesSuppliersSecArea .solutionNonstopSec {
    text-align: center;
    position: relative;
    padding-top: 60px; }
    .memberDesSuppliersSecArea .solutionNonstopSec:after {
      position: absolute;
      content: "";
      top: -211px;
      right: 0;
      width: 627px;
      height: 675px;
      background: url("../images/bigIcon1.png") no-repeat center center;
      z-index: -1; }
    .memberDesSuppliersSecArea .solutionNonstopSec .solutionNonstopHeading {
      margin-bottom: 90px; }
    .memberDesSuppliersSecArea .solutionNonstopSec h2 {
      font-size: 50.9px;
      color: #0098ff;
      margin-bottom: 35px;
      font-family: "AvenirNext-Medium"; }
    .memberDesSuppliersSecArea .solutionNonstopSec p {
      font-size: 31.81px;
      color: #666666;
      line-height: 1.4; }
    .memberDesSuppliersSecArea .solutionNonstopSec .solutionNonstopRows {
      padding: 35px 60px;
      border-bottom: 1px solid #e7e7e7; }
      .memberDesSuppliersSecArea .solutionNonstopSec .solutionNonstopRows a {
        color: #0098ff; }
        .memberDesSuppliersSecArea .solutionNonstopSec .solutionNonstopRows a:hover {
          color: #000000; }
      .memberDesSuppliersSecArea .solutionNonstopSec .solutionNonstopRows:first-child {
        padding-top: 0;
        position: relative; }
        .memberDesSuppliersSecArea .solutionNonstopSec .solutionNonstopRows:first-child:after {
          position: absolute;
          content: "";
          bottom: -46px;
          left: 410px;
          right: 0;
          margin: 0 auto;
          width: 70px;
          height: 74px;
          background: url("../images/arrowBlue.png") no-repeat center center; }
      .memberDesSuppliersSecArea .solutionNonstopSec .solutionNonstopRows:last-child {
        border-bottom: none;
        padding-bottom: 0; }
      .memberDesSuppliersSecArea .solutionNonstopSec .solutionNonstopRows h3 {
        font-size: 41.35px;
        color: #0098ff;
        margin-bottom: 30px; }
      .memberDesSuppliersSecArea .solutionNonstopSec .solutionNonstopRows p {
        font-size: 22.27px;
        color: #666666;
        margin-bottom: 15px;
        line-height: 1.6; }
      .memberDesSuppliersSecArea .solutionNonstopSec .solutionNonstopRows h4 {
        font-size: 22.27px;
        color: #003ac1;
        font-family: "AvenirNext-Regular"; }
  .memberDesSuppliersSecArea .applyForMembershipSection a {
    border: 8px solid #0098ff;
    height: 120px;
    line-height: 110px;
    padding: 0 90px;
    background-color: transparent;
    font-size: 37.11px;
    color: #1b148f;
    font-family: "AvenirNext-DemiBold";
    font-weight: #666666;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px; }
    .memberDesSuppliersSecArea .applyForMembershipSection a:hover {
      background-color: #0098ff;
      color: #ffffff; }
  .memberDesSuppliersSecArea .supplierJoinSec {
    padding-top: 0;
    padding-bottom: 70px; }
  .memberDesSuppliersSecArea .suppliermembershipOpationArea {
    padding: 100px 0; }
  .memberDesSuppliersSecArea .applyForMembershipSection {
    margin-bottom: 50px; }

.buyersArea .buyersAreaWrap {
  margin: 0 -15px 70px; }
.buyersArea .buyerGrid {
  padding: 0 15px;
  width: 50%;
  border-right: 1px solid #e1e1e1; }
  .buyersArea .buyerGrid .buyerInner {
    padding: 0 115px; }
  .buyersArea .buyerGrid p {
    font-size: 22.22px;
    color: #666666;
    line-height: 1.5; }
  .buyersArea .buyerGrid a {
    color: #1fa5ff; }
    .buyersArea .buyerGrid a:hover {
      color: #000000; }
  .buyersArea .buyerGrid h4 {
    font-size: 22.22px;
    color: #1fa5ff;
    line-height: 1.5; }
.buyersArea .buyerCheckBox {
  padding: 0 30px; }
  .buyersArea .buyerCheckBox .checkboxCustom {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
    margin-right: 0; }
    .buyersArea .buyerCheckBox .checkboxCustom:nth-child(2) .checkmark:before {
      opacity: 0 !important; }
    .buyersArea .buyerCheckBox .checkboxCustom:last-child {
      border-bottom: none; }
    .buyersArea .buyerCheckBox .checkboxCustom label {
      display: block; }
    .buyersArea .buyerCheckBox .checkboxCustom input {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      display: inline-block;
      opacity: 0;
      z-index: 2; }
    .buyersArea .buyerCheckBox .checkboxCustom .checkmark {
      right: 0;
      left: auto;
      top: 0;
      bottom: 0;
      margin: auto 0;
      background-color: #cbcbcb;
      border: transparent;
      width: 26px;
      height: 26px; }
      .buyersArea .buyerCheckBox .checkboxCustom .checkmark:before {
        background-image: url("../images/tickMark.png");
        width: 33px;
        height: 36px;
        top: -15px; }
.buyersArea .representativeList {
  width: 348px;
  height: 262px;
  margin: 0 auto;
  position: relative; }
  .buyersArea .representativeList .representativeImg {
    position: absolute; }
    .buyersArea .representativeList .representativeImg:first-child {
      left: 0;
      top: 0; }
    .buyersArea .representativeList .representativeImg:last-child {
      right: 0;
      bottom: 0; }
.buyersArea .cantFindSec {
  text-align: center; }
  .buyersArea .cantFindSec p {
    font-size: 22.22px;
    color: #666666;
    line-height: 1.5; }
  .buyersArea .cantFindSec a {
    color: #1fa5ff; }
    .buyersArea .cantFindSec a:hover {
      color: #000000; }
  .buyersArea .cantFindSec h4 {
    font-size: 22.22px;
    color: #1fa5ff;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 35px; }

.SupllierSection {
  padding-top: 90px; }

.completeDealsSec {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 140px;
  border-bottom: 2px solid #e1e1e1; }
  .completeDealsSec h3 {
    font-size: 31px;
    color: #0098ff;
    margin-bottom: 30px; }
  .completeDealsSec p {
    font-size: 22.22px;
    color: #666666;
    line-height: 1.5; }
  .completeDealsSec a {
    color: #1fa5ff; }
  .completeDealsSec .completeDealContent {
    margin-bottom: 110px; }
  .completeDealsSec .mappingArea {
    margin-bottom: 170px; }
    .completeDealsSec .mappingArea img {
      margin: 0 auto; }

.companyInfoDesc h4 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 0 70px;
  color: #000000; }

.productDetailsSec .productDetailsAccordian h3.accordianTitle {
  background-color: #ebebeb; }
  .productDetailsSec .productDetailsAccordian h3.accordianTitle:hover, .productDetailsSec .productDetailsAccordian h3.accordianTitle.active {
    background-color: #4f81cc;
    color: #ffffff; }

.standardMemberRegisArea {
  text-align: center;
  padding: 110px 0 175px;
  color: #000000; }
  .standardMemberRegisArea h2 {
    font-size: 32px; }
  .standardMemberRegisArea p {
    font-size: 15px;
    color: #000000; }
  .standardMemberRegisArea .btnArea .btnAll {
    height: 68px;
    line-height: 68px;
    font-size: 24.52px;
    color: #ffffff;
    background-color: #1fa5ff;
    font-family: "AvenirNext-Bold";
    display: inline-block;
    padding: 0 80px;
    margin-top: 65px; }
    .standardMemberRegisArea .btnArea .btnAll:hover {
      background-color: #003ac1; }

.aboutUsArea {
  padding: 40px 140px 70px; }
  .aboutUsArea.ourStory {
    background-image: url(../images/newwatermark.png);
    background-repeat: no-repeat;
    background-size: 833px auto;
    background-position: 100% 495px;
    text-align: center; }
  .aboutUsArea.advisoryBoardArea h2 {
    text-align: center; }
  .aboutUsArea .aboutUsContent {
    padding: 0 130px; }
    .aboutUsArea .aboutUsContent ol,
    .aboutUsArea .aboutUsContent ul {
      padding-left: 20px; }
      .aboutUsArea .aboutUsContent ol li,
      .aboutUsArea .aboutUsContent ul li {
        margin-bottom: 25px;
        font-size: 16px;
        color: #333333; }
    .aboutUsArea .aboutUsContent.aboutUsNewContent {
      padding: 0;
      text-align: left;
      width: 950px;
      max-width: 100%;
      margin: 0 auto; }
      .aboutUsArea .aboutUsContent.aboutUsNewContent h3 {
        font-size: 30px;
        font-weight: bold;
        color: #083ba2;
        margin-bottom: 20px; }
    .aboutUsArea .aboutUsContent .contentBlock {
      margin-bottom: 100px; }
      .aboutUsArea .aboutUsContent .contentBlock:last-child {
        margin-bottom: 0; }
      .aboutUsArea .aboutUsContent .contentBlock figure {
        width: 260px;
        height: 260px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 5px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden; }
        .aboutUsArea .aboutUsContent .contentBlock figure img {
          opacity: 0; }
      .aboutUsArea .aboutUsContent .contentBlock .contentDetails {
        width: calc(100% - 260px);
        padding-left: 50px; }
        .aboutUsArea .aboutUsContent .contentBlock .contentDetails p {
          font-size: 17px;
          line-height: 1.5; }
  .aboutUsArea .aboutUsHeading {
    margin-bottom: 65px; }
  .aboutUsArea h3 {
    color: #999999; }
  .aboutUsArea h2 {
    font-size: 32px;
    color: #1fa5ff;
    margin-bottom: 0; }
  .aboutUsArea p {
    color: #333333;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.7; }
    .aboutUsArea p a {
      color: #1fa5ff; }
  .aboutUsArea.agreementPage p {
    margin-bottom: 25px; }
  .aboutUsArea.agreementPage h2 {
    margin-bottom: 45px; }
  .aboutUsArea.agreementPage h3 {
    font-size: 30px;
    font-family: "Myriad Pro";
    font-weight: 700;
    color: #333333; }
  .aboutUsArea.agreementPage .aboutUsHeading {
    margin-bottom: 55px; }
  .aboutUsArea.agreementPage .aboutUsContent {
    padding: 0 95px;
    border-collapse: collapse; }
    .aboutUsArea.agreementPage .aboutUsContent h4 {
      font-size: 19px;
      font-family: "Myriad Pro";
      font-weight: bold;
      color: #333333;
      margin-bottom: 12px; }
    .aboutUsArea.agreementPage .aboutUsContent table,
    .aboutUsArea.agreementPage .aboutUsContent td,
    .aboutUsArea.agreementPage .aboutUsContent th {
      border: 1px solid #a2a2a2; }
    .aboutUsArea.agreementPage .aboutUsContent table {
      margin-bottom: 35px; }
      .aboutUsArea.agreementPage .aboutUsContent table th {
        padding: 25px;
        font-family: "Myriad Pro";
        font-size: 30px;
        font-weight: 700;
        color: #000000; }
      .aboutUsArea.agreementPage .aboutUsContent table td {
        padding: 25px;
        font-size: 16px;
        font-family: "Myriad Pro";
        color: #333333;
        font-weight: 400;
        line-height: 1.5; }
        .aboutUsArea.agreementPage .aboutUsContent table td strong {
          font-weight: 700; }
        .aboutUsArea.agreementPage .aboutUsContent table td:first-child {
          font-size: 30px;
          font-family: "Myriad Pro";
          color: #0098ff;
          min-width: 342px;
          line-height: 1; }
          .aboutUsArea.agreementPage .aboutUsContent table td:first-child em {
            font-size: 13px;
            font-style: normal; }
  .aboutUsArea.agreementPage .solidBtnSec {
    margin-top: 70px;
    text-align: center; }

.joinOneCommerceSec {
  text-align: center;
  padding-left: 130px;
  padding-right: 130px;
  padding-bottom: 125px; }
  .joinOneCommerceSec h2 {
    font-size: 32px;
    color: #1fa5ff;
    font-size: 24.5px;
    font-family: "Myriad Pro";
    font-weight: bold;
    margin-bottom: 50px; }
  .joinOneCommerceSec ul.joinOneCommerceLinkList li {
    display: inline-block;
    padding: 0 28px;
    margin-bottom: 25px; }
    .joinOneCommerceSec ul.joinOneCommerceLinkList li a {
      display: inline-block;
      width: 248px;
      height: 60px;
      line-height: 56px;
      border: 4px solid #1fa5ff;
      background-color: #ffffff;
      font-size: 24.49px;
      color: #1fa5ff;
      font-family: "Myriad Pro";
      font-weight: bold; }
      .joinOneCommerceSec ul.joinOneCommerceLinkList li a:hover {
        color: #ffffff;
        background-color: #1fa5ff; }

.compareProductsSection {
  padding: 70px 0; }
  .compareProductsSection .compareProductsHeading {
    padding: 0 52px 22px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    -o-align-content: space-between;
    align-content: space-between;
    border-bottom: 1px solid #e6e6e6; }
  .compareProductsSection h2 {
    font-size: 27px;
    font-family: "AvenirNext-Medium";
    color: #1a1a1a;
    margin-bottom: 0; }
  .compareProductsSection p {
    color: #000000;
    font-size: 17px; }
    .compareProductsSection p a {
      color: #1fa5ff; }
  .compareProductsSection .backLink {
    line-height: 37px;
    height: 37px;
    color: #333333; }
    .compareProductsSection .backLink:hover {
      color: #1fa5ff; }
  .compareProductsSection .demoCheckbox {
    position: relative;
    margin: 0 2px;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    background-color: #ffffff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .compareProductsSection .compareProductsInside {
    padding: 40px 0 25px; }
  .compareProductsSection .compareProductTable .comapareTableSliderInside {
    text-align: center; }
    .compareProductsSection .compareProductTable .comapareTableSliderInside a {
      color: #1fa5ff;
      margin: 15px auto 0;
      display: inline-block; }
      .compareProductsSection .compareProductTable .comapareTableSliderInside a:hover {
        color: #083ba2; }
    .compareProductsSection .compareProductTable .comapareTableSliderInside ul {
      width: 200px;
      margin: 0 auto; }
      .compareProductsSection .compareProductTable .comapareTableSliderInside ul li {
        line-height: 37px;
        outline: none; }
  .compareProductsSection .compareProductTable .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 0;
    width: 17px;
    height: 37px;
    border: none;
    background: url(../images/sliderArrow.png) no-repeat;
    background-size: cover;
    outline: none;
    cursor: pointer; }
    .compareProductsSection .compareProductTable .slick-arrow.slick-prev {
      left: -17px; }
    .compareProductsSection .compareProductTable .slick-arrow.slick-next {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      right: -17px; }
  .compareProductsSection .compareProductsList {
    padding: 0 52px;
    overflow-x: hidden; }
    .compareProductsSection .compareProductsList .comapareProductSlider {
      padding: 0 50px;
      margin: 30px 0; }
      .compareProductsSection .compareProductsList .comapareProductSlider .compareProductInner {
        padding: 6px 10px;
        outline: none;
        width: 9.09%;
        float: left; }
        .compareProductsSection .compareProductsList .comapareProductSlider .compareProductInner .checkboxCustom {
          padding-left: 0;
          width: 100%; }
          .compareProductsSection .compareProductsList .comapareProductSlider .compareProductInner .checkboxCustom .closeBtn {
            position: absolute;
            display: block;
            top: -6px;
            left: -6px;
            width: 20px;
            height: 20px;
            line-height: 19px;
            color: #ffffff;
            background-color: #87a2e2;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
            .compareProductsSection .compareProductsList .comapareProductSlider .compareProductInner .checkboxCustom .closeBtn:hover {
              background-color: #083ba2;
              color: #ffffff; }
            .compareProductsSection .compareProductsList .comapareProductSlider .compareProductInner .checkboxCustom .closeBtn i {
              line-height: 20px; }
            .compareProductsSection .compareProductsList .comapareProductSlider .compareProductInner .checkboxCustom .closeBtn span {
              display: block; }
          .compareProductsSection .compareProductsList .comapareProductSlider .compareProductInner .checkboxCustom .checkmark {
            right: -6px;
            top: -6px;
            left: auto;
            border: 1px solid #707070; }
          .compareProductsSection .compareProductsList .comapareProductSlider .compareProductInner .checkboxCustom figure {
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center; }
            .compareProductsSection .compareProductsList .comapareProductSlider .compareProductInner .checkboxCustom figure img {
              opacity: 0; }
          .compareProductsSection .compareProductsList .comapareProductSlider .compareProductInner .checkboxCustom img {
            width: 100%; }
      .compareProductsSection .compareProductsList .comapareProductSlider .slick-list {
        margin: 0 auto; }
      .compareProductsSection .compareProductsList .comapareProductSlider .slick-arrow {
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        font-size: 0;
        width: 17px;
        height: 37px;
        border: none;
        background: url(../images/sliderArrow.png) no-repeat;
        background-size: cover;
        outline: none; }
        .compareProductsSection .compareProductsList .comapareProductSlider .slick-arrow.slick-prev {
          left: 0; }
        .compareProductsSection .compareProductsList .comapareProductSlider .slick-arrow.slick-next {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg);
          right: 0; }
  .compareProductsSection .compareProductTableList {
    overflow: hidden; }
    .compareProductsSection .compareProductTableList table th .btnAll,
    .compareProductsSection .compareProductTableList table td .btnAll {
      padding: 0 32px;
      display: inline-block;
      font-weight: bold;
      color: #ffffff;
      background-color: #1fa5ff;
      font-size: 12px;
      width: 100%; }
      .compareProductsSection .compareProductTableList table th .btnAll:hover,
      .compareProductsSection .compareProductTableList table td .btnAll:hover {
        background-color: #083ba2; }
    .compareProductsSection .compareProductTableList p.dragClass {
      margin-bottom: 20px;
      padding-left: 270px; }
    .compareProductsSection .compareProductTableList .comparePage {
      margin-bottom: 50px;
      border-bottom: 1px solid #cacaca; }
      .compareProductsSection .compareProductTableList .comparePage .scrollWrap {
        position: relative;
        border-left: 1px solid #cacaca;
        border-top: 1px solid #cacaca; }
        .compareProductsSection .compareProductTableList .comparePage .scrollWrap:after {
          position: absolute;
          content: "";
          left: 255px;
          top: 0;
          background-color: #cacaca;
          height: 100%;
          width: 1px; }
      .compareProductsSection .compareProductTableList .comparePage .compareTable {
        max-width: calc(100% - 255px);
        overflow-x: auto;
        margin-left: 255px; }
      .compareProductsSection .compareProductTableList .comparePage .compareBlankTable {
        max-width: calc(100% - 255px);
        overflow-x: auto;
        margin-left: 255px; }
        .compareProductsSection .compareProductTableList .comparePage .compareBlankTable .compareIn {
          height: 0;
          padding-bottom: 1px; }
      .compareProductsSection .compareProductTableList .comparePage .compareTableHeader {
        position: relative; }
        .compareProductsSection .compareProductTableList .comparePage .compareTableHeader.companyMiddle .compareTableHeaderRight {
          padding-bottom: 0; }
        .compareProductsSection .compareProductTableList .comparePage .compareTableHeader figure {
          width: 80px;
          margin-right: 5px;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          height: 80px; }
          .compareProductsSection .compareProductTableList .comparePage .compareTableHeader figure img {
            opacity: 0; }
        .compareProductsSection .compareProductTableList .comparePage .compareTableHeader .compareTableHeaderRight {
          width: calc(100% - 85px);
          padding-bottom: 42px; }
      .compareProductsSection .compareProductTableList .comparePage .btnAll {
        position: absolute;
        left: 100px;
        bottom: 8px;
        z-index: 0;
        width: 115px; }
      .compareProductsSection .compareProductTableList .comparePage p {
        margin-bottom: 8px; }
      .compareProductsSection .compareProductTableList .comparePage .togleDeta {
        display: none; }
      .compareProductsSection .compareProductTableList .comparePage table {
        width: auto;
        border: none;
        table-layout: fixed;
        border-right: 1px solid #cacaca; }
        .compareProductsSection .compareProductTableList .comparePage table tbody .closeBtn {
          position: absolute;
          z-index: 4;
          left: 8px;
          top: 0;
          width: 20px;
          height: 20px;
          line-height: 20px;
          color: #ffffff;
          background-color: #87a2e2;
          text-align: center;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
          .compareProductsSection .compareProductTableList .comparePage table tbody .closeBtn:hover {
            background-color: #083ba2;
            color: #ffffff; }
          .compareProductsSection .compareProductTableList .comparePage table tbody .closeBtn i {
            line-height: 20px; }
        .compareProductsSection .compareProductTableList .comparePage table .greyBg td {
          font-weight: bold;
          background-color: #f2f2f2;
          position: relative; }
        .compareProductsSection .compareProductTableList .comparePage table .greyBg.removerow {
          visibility: hidden; }
          .compareProductsSection .compareProductTableList .comparePage table .greyBg.removerow td {
            padding: 0;
            height: 0; }
          .compareProductsSection .compareProductTableList .comparePage table .greyBg.removerow .closeBtn {
            visibility: visible;
            margin-top: 5px; }
        .compareProductsSection .compareProductTableList .comparePage table tr:last-child td {
          padding: 15px; }
          .compareProductsSection .compareProductTableList .comparePage table tr:last-child td .btnAll {
            font-size: 15px; }
            .compareProductsSection .compareProductTableList .comparePage table tr:last-child td .btnAll:hover {
              background-color: #083ba2; }
        .compareProductsSection .compareProductTableList .comparePage table tr.rowAccordion td {
          background-color: #f2f2f2; }
        .compareProductsSection .compareProductTableList .comparePage table tr.rowAccordion.active td {
          background-color: #ffffff; }
        .compareProductsSection .compareProductTableList .comparePage table th {
          width: 255px;
          min-width: 255px;
          border-left: 1px solid #cacaca;
          vertical-align: top;
          font-size: 14px;
          font-family: "Myriad Pro";
          color: #000000;
          padding: 8px 15px;
          background-color: #ffffff;
          position: relative;
          z-index: 0; }
          .compareProductsSection .compareProductTableList .comparePage table th:first-child {
            height: 38px;
            text-align: center;
            vertical-align: middle;
            z-index: 2; }
          .compareProductsSection .compareProductTableList .comparePage table th .remove {
            background: #7db001;
            height: 39px;
            text-align: center;
            vertical-align: middle;
            border-left: none; }
        .compareProductsSection .compareProductTableList .comparePage table td {
          width: 285px;
          min-width: 285px;
          border-top: 1px solid #cacaca;
          border-left: 1px solid #cacaca;
          vertical-align: top;
          font-size: 14px;
          font-family: "Myriad Pro";
          line-height: 22px;
          color: #000000;
          padding: 8px 15px;
          height: 39px;
          background-color: #ffffff;
          position: relative; }
          .compareProductsSection .compareProductTableList .comparePage table td:first-child {
            text-align: right;
            color: #4d4d4d;
            z-index: 2; }
          .compareProductsSection .compareProductTableList .comparePage table td.remove {
            background: #7db001;
            height: 39px;
            text-align: center;
            vertical-align: middle; }
          .compareProductsSection .compareProductTableList .comparePage table td.trow {
            font-weight: bold; }
          .compareProductsSection .compareProductTableList .comparePage table td .btnAll {
            top: 0;
            width: 130px;
            position: relative;
            left: auto; }
          .compareProductsSection .compareProductTableList .comparePage table td .flag-icon {
            margin-right: 10px; }
          .compareProductsSection .compareProductTableList .comparePage table td .countryName {
            display: inline-block;
            position: relative; }
            .compareProductsSection .compareProductTableList .comparePage table td .countryName .tooltipDetails {
              width: auto;
              top: -4px;
              padding: 4px 10px; }
              .compareProductsSection .compareProductTableList .comparePage table td .countryName .tooltipDetails:after {
                top: 9px;
                border-width: 6px 6px 6px 0; }
          .compareProductsSection .compareProductTableList .comparePage table td strong {
            font-weight: 600; }
          .compareProductsSection .compareProductTableList .comparePage table td p {
            font-size: 14px !important;
            line-height: 21px;
            color: gray; }
        .compareProductsSection .compareProductTableList .comparePage table th:first-child,
        .compareProductsSection .compareProductTableList .comparePage table td:first-child {
          position: absolute;
          left: auto;
          top: auto;
          margin-left: -254px;
          pointer-events: none;
          width: 254px;
          min-width: 254px;
          border-left: none; }
        .compareProductsSection .compareProductTableList .comparePage table .toggleBtn {
          position: relative;
          cursor: pointer;
          display: block;
          pointer-events: auto;
          padding-right: 14px; }
          .compareProductsSection .compareProductTableList .comparePage table .toggleBtn:after {
            position: absolute;
            content: "";
            right: -6px;
            top: 4px;
            width: 14px;
            height: 14px;
            background-image: url(../images/plusSignDark.png);
            background-repeat: no-repeat;
            background-position: center center; }
          .compareProductsSection .compareProductTableList .comparePage table .toggleBtn.active:after {
            top: 8px;
            height: 3px;
            background-image: url(../images/minusSignDark.png); }

.memberDesSuppliersSecArea.associateSecArea .buyerAndSuppliersSec .buyerAndSuppliersWrap {
  text-align: center;
  margin-bottom: 0;
  padding: 65px 115px 67px; }
  .memberDesSuppliersSecArea.associateSecArea .buyerAndSuppliersSec .buyerAndSuppliersWrap p {
    font-size: 19px;
    line-height: 1.5; }
  .memberDesSuppliersSecArea.associateSecArea .buyerAndSuppliersSec .buyerAndSuppliersWrap .btnAll {
    height: 68px;
    line-height: 68px !important;
    font-size: 24.52px;
    color: #666666;
    background-color: #ffffff;
    font-family: "Myriad Pro";
    font-weight: bold;
    display: inline-block;
    padding: 0 80px;
    margin-right: 68px;
    margin-top: 22px; }
    .memberDesSuppliersSecArea.associateSecArea .buyerAndSuppliersSec .buyerAndSuppliersWrap .btnAll:last-child {
      margin-right: 0; }
    .memberDesSuppliersSecArea.associateSecArea .buyerAndSuppliersSec .buyerAndSuppliersWrap .btnAll:hover {
      background-color: #003ac1;
      color: #ffffff; }
.memberDesSuppliersSecArea.associateSecArea .buyerAndSuppliersSec.boldContentTxt p {
  font-size: 21px; }
.memberDesSuppliersSecArea.representativeSecArea .associateSec {
  margin-bottom: 0; }
.memberDesSuppliersSecArea .representativeWhtSec p {
  text-align: center;
  font-size: 19px;
  font-family: "Myriad Pro";
  color: #1b1464;
  line-height: 1.6; }

.associationGroupSec {
  text-align: center;
  overflow: hidden;
  padding: 100px 0; }
  .associationGroupSec.newAssociateGroupSec h2 {
    font-size: 32px;
    font-weight: bold;
    font-family: "Myriad Pro";
    color: #4d4d4d; }
  .associationGroupSec.newAssociateGroupSec .associationGroupTop {
    width: 68%;
    margin: 0 auto;
    text-align: left;
    padding: 0; }
  .associationGroupSec.newAssociateGroupSec .associationGroupLeftBox {
    width: 65%; }
  .associationGroupSec.newAssociateGroupSec .associationGroupRightBox {
    width: 35%; }
  .associationGroupSec.newAssociateGroupSec .associationGroupTypes {
    width: auto;
    margin: 0 auto;
    max-width: 1180px; }
  .associationGroupSec.newAssociateGroupSec .associationGroupInside {
    margin: 0 -15px; }
    .associationGroupSec.newAssociateGroupSec .associationGroupInside .associationGroup {
      width: 50%;
      padding: 0 15px; }
    .associationGroupSec.newAssociateGroupSec .associationGroupInside .associatesContent {
      background-color: #0098ff;
      padding: 40px 30px;
      min-height: 100%;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px; }
      .associationGroupSec.newAssociateGroupSec .associationGroupInside .associatesContent h4 {
        color: #ffffff;
        margin-bottom: 10px;
        font-size: 22px; }
      .associationGroupSec.newAssociateGroupSec .associationGroupInside .associatesContent p {
        color: #ffffff;
        font-size: 21px; }
  .associationGroupSec .associationGroupTop {
    padding: 0 222px; }
    .associationGroupSec .associationGroupTop p {
      font-size: 21px;
      color: #4d4d4d;
      line-height: 1.5;
      margin-bottom: 35px; }
  .associationGroupSec .associationGroupTypes {
    padding: 100px 0 120px; }
  .associationGroupSec h2 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 40px; }
  .associationGroupSec h4 {
    font-size: 21.21px;
    color: #4d4d4d;
    font-family: "Myriad Pro";
    font-weight: bold;
    margin-bottom: 25px;
    padding: 0 15px;
    text-align: center; }
  .associationGroupSec p {
    font-size: 21.21px;
    color: #4d4d4d;
    line-height: 1.6;
    font-family: "Myriad Pro";
    margin-bottom: 15px; }
  .associationGroupSec .associateNetworkSec {
    width: 85%;
    margin: 0 auto; }
    .associationGroupSec .associateNetworkSec h2 {
      margin-bottom: 20px; }
    .associationGroupSec .associateNetworkSec p {
      font-size: 21.21px; }
    .associationGroupSec .associateNetworkSec .associateNetworkHead {
      margin-bottom: 50px; }
    .associationGroupSec .associateNetworkSec .associateNetworkGrid {
      margin: 0 -62px;
      text-align: left; }
      .associationGroupSec .associateNetworkSec .associateNetworkGrid .associateNetworkBlock {
        padding: 30px 60px;
        width: 50%;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        position: relative; }
        .associationGroupSec .associateNetworkSec .associateNetworkGrid .associateNetworkBlock:first-child:after, .associationGroupSec .associateNetworkSec .associateNetworkGrid .associateNetworkBlock:nth-child(2):after {
          position: absolute;
          content: "";
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -3px;
          background-color: #ebf6ff;
          height: 6px;
          width: 95%;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px; }
        .associationGroupSec .associateNetworkSec .associateNetworkGrid .associateNetworkBlock:first-child:before, .associationGroupSec .associateNetworkSec .associateNetworkGrid .associateNetworkBlock:nth-child(3):before {
          position: absolute;
          content: "";
          right: -3px;
          margin: auto 0;
          bottom: 0;
          top: 0;
          background-color: #ebf6ff;
          width: 6px;
          height: 88%;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px; }
      .associationGroupSec .associateNetworkSec .associateNetworkGrid .associateCaption {
        width: 55%; }
  .associationGroupSec.tradersGroupSec .associationGroupTop {
    padding: 0; }
  .associationGroupSec.tradersGroupSec .associationGroupBox {
    text-align: left;
    width: 60%;
    margin: 0 auto; }
    .associationGroupSec.tradersGroupSec .associationGroupBox .associationGroupLeft {
      width: 60%;
      padding-right: 20px; }
    .associationGroupSec.tradersGroupSec .associationGroupBox .associationGroupRight {
      width: 35%; }
  .associationGroupSec.tradersGroupSec h2 {
    color: #1fa5ff;
    font-size: 30px;
    font-weight: bold;
    font-family: "Myriad Pro";
    margin-bottom: 60px; }
  .associationGroupSec.tradersGroupSec .associationGroupTypes {
    text-align: left;
    width: 78%;
    margin: 0 auto; }
    .associationGroupSec.tradersGroupSec .associationGroupTypes h2 {
      font-size: 32px;
      font-family: "Myriad Pro";
      font-weight: bold;
      color: #4d4d4d; }
  .associationGroupSec.tradersGroupSec .tradersGroupInBlock .tradersGroupInr {
    width: 100%; }
    .associationGroupSec.tradersGroupSec .tradersGroupInBlock .tradersGroupInr:nth-child(even) {
      flex-direction: row-reverse; }
    .associationGroupSec.tradersGroupSec .tradersGroupInBlock .tradersGroupInr:first-child figure {
      margin-top: -120px; }
    .associationGroupSec.tradersGroupSec .tradersGroupInBlock .tradersGroupInr:first-child p {
      padding-left: 25px; }
    .associationGroupSec.tradersGroupSec .tradersGroupInBlock .tradersGroupInr:last-child .tradersGroupContent {
      margin-top: 70px; }
    .associationGroupSec.tradersGroupSec .tradersGroupInBlock .tradersGroupInr:last-child p {
      padding-left: 25px; }
    .associationGroupSec.tradersGroupSec .tradersGroupInBlock .tradersGroupInr .tradersGroup {
      width: 50%; }
      .associationGroupSec.tradersGroupSec .tradersGroupInBlock .tradersGroupInr .tradersGroup img {
        margin: 0 auto; }
  .associationGroupSec.tradersGroupSec .associationGroupTop {
    padding-bottom: 100px;
    position: relative; }
    .associationGroupSec.tradersGroupSec .associationGroupTop:after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 100%;
      height: 12px;
      background-color: #1fa5ff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
  .associationGroupSec.tradersGroupSec .tradersGroupInside h2 {
    margin-bottom: 25px;
    color: #4d4d4d;
    font-size: 32px; }
  .associationGroupSec.tradersGroupSec .tradersGroupInside p {
    margin-bottom: 30px; }
  .associationGroupSec.tradersGroupSec .tradersGroupInside ul {
    width: 60%;
    margin: 0 auto -32px; }
    .associationGroupSec.tradersGroupSec .tradersGroupInside ul li {
      width: 25%;
      padding: 0 10px;
      margin-bottom: 32px; }
      .associationGroupSec.tradersGroupSec .tradersGroupInside ul li .tradersBlue {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        color: #ffffff;
        font-family: "Myriad Pro";
        font-weight: bold;
        background-color: #0098ff;
        height: 162px;
        width: 162px;
        max-width: 100%;
        padding: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
  .associationGroupSec.tradersGroupSec p {
    font-size: 19px; }
  .associationGroupSec.representativeGroupSec h2 {
    margin-bottom: 70px;
    color: #4d4d4d; }
  .associationGroupSec.representativeGroupSec p {
    font-size: 19px;
    text-align: left; }
  .associationGroupSec.representativeGroupSec .representativeGroupInside {
    padding: 0 120px;
    margin-bottom: 78px; }
    .associationGroupSec.representativeGroupSec .representativeGroupInside:last-child {
      margin-bottom: 0; }
    .associationGroupSec.representativeGroupSec .representativeGroupInside figure {
      width: 50%;
      padding: 0 15px; }
      .associationGroupSec.representativeGroupSec .representativeGroupInside figure img {
        margin: 0 auto; }
    .associationGroupSec.representativeGroupSec .representativeGroupInside .representativeGroupContent {
      width: 50%; }
  .associationGroupSec.representativeGroupSec .representativeEssentialSec .representativeEssentialInside {
    width: 33.33%;
    text-align: center;
    padding: 0 48px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    -o-align-content: flex-end;
    align-content: flex-end; }
    .associationGroupSec.representativeGroupSec .representativeEssentialSec .representativeEssentialInside figure {
      margin-bottom: 25px;
      width: 100%; }
    .associationGroupSec.representativeGroupSec .representativeEssentialSec .representativeEssentialInside img {
      margin: 0 auto; }
    .associationGroupSec.representativeGroupSec .representativeEssentialSec .representativeEssentialInside .representativeDetails {
      min-height: 64px; }
      .associationGroupSec.representativeGroupSec .representativeEssentialSec .representativeEssentialInside .representativeDetails p {
        text-align: center; }
  .associationGroupSec.representativeGroupSec .representativeEssentialSec .representativeEssentialBottom {
    padding: 0 300px; }
  .associationGroupSec.representativeGroupSec.representativeBlueSec {
    background-color: #0098ff; }
    .associationGroupSec.representativeGroupSec.representativeBlueSec p {
      color: #ffffff;
      font-size: 25px; }
  .associationGroupSec.representativeGroupSec.representativeBlueLargeSec {
    text-align: center; }
    .associationGroupSec.representativeGroupSec.representativeBlueLargeSec p {
      font-size: 32px; }

.associatesOfferSec {
  text-align: center;
  padding: 55px 77px;
  background-color: #f2f2f2; }
  .associatesOfferSec.newAssociateOfferSec {
    padding: 55px 0; }
    .associatesOfferSec.newAssociateOfferSec h2 {
      font-weight: bold;
      font-size: 29px; }
  .associatesOfferSec.traderJoinSec h2 {
    font-family: "AvenirNext-Regular"; }
  .associatesOfferSec h2 {
    font-size: 27px;
    font-family: "AvenirNext-Medium";
    color: #1fa5ff;
    margin-bottom: 40px; }
  .associatesOfferSec p {
    font-size: 19px;
    color: #4d4d4d;
    margin-bottom: 30px;
    line-height: 1.6; }

.buyerAndSuppliersSec.associateBottomSec {
  margin-bottom: 0 !important; }
  .buyerAndSuppliersSec.associateBottomSec .buyerAndSuppliersWrap {
    background-color: #ffffff;
    padding-bottom: 0 !important; }
    .buyerAndSuppliersSec.associateBottomSec .buyerAndSuppliersWrap p {
      color: #1a1a1a; }
    .buyerAndSuppliersSec.associateBottomSec .buyerAndSuppliersWrap .btnAll {
      background-color: #1fa5ff !important;
      color: #ffffff !important; }
      .buyerAndSuppliersSec.associateBottomSec .buyerAndSuppliersWrap .btnAll:hover {
        background-color: #083ba2 !important; }
.buyerAndSuppliersSec.tardersBottomSec .buyerAndSuppliersWrap {
  padding: 79px 160px 0; }
.buyerAndSuppliersSec.associateSec {
  margin-bottom: 0; }

.viewAssociatesSecArea {
  padding-top: 20px;
  background-image: url(../images/bg-img.png);
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: auto; }
  .viewAssociatesSecArea .associatesProfessionalSec {
    padding: 0 65px;
    margin-bottom: 75px; }
  .viewAssociatesSecArea h2 {
    font-size: 32px;
    margin-bottom: 35px;
    font-family: "AvenirNext-Medium"; }
  .viewAssociatesSecArea h3 {
    font-size: 29px;
    font-family: "Myriad Pro";
    color: #1fa5ff;
    margin-bottom: 35px; }
  .viewAssociatesSecArea p {
    font-size: 19px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 35px; }
  .viewAssociatesSecArea h4 {
    font-size: 27px;
    font-family: "Myriad Pro";
    color: #1fa5ff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px; }
  .viewAssociatesSecArea .associatesProfessionalGrid .associatesProfessionalBlock {
    margin: 0 0 40px; }
    .viewAssociatesSecArea .associatesProfessionalGrid .associatesProfessionalBlock .associatesProfessionalBox {
      width: 50%;
      padding: 0 56px;
      border-right: 1px solid #999999; }
      .viewAssociatesSecArea .associatesProfessionalGrid .associatesProfessionalBlock .associatesProfessionalBox:last-child {
        border-right: none; }
      .viewAssociatesSecArea .associatesProfessionalGrid .associatesProfessionalBlock .associatesProfessionalBox h4 {
        text-align: left; }
      .viewAssociatesSecArea .associatesProfessionalGrid .associatesProfessionalBlock .associatesProfessionalBox .servicesboxArea {
        padding: 0 17px; }
      .viewAssociatesSecArea .associatesProfessionalGrid .associatesProfessionalBlock .associatesProfessionalBox ul {
        padding: 35px 20px;
        width: 50%;
        float: left; }
        .viewAssociatesSecArea .associatesProfessionalGrid .associatesProfessionalBlock .associatesProfessionalBox ul li {
          font-size: 16px;
          font-family: "Myriad Pro";
          color: #000000;
          margin-bottom: 8px;
          position: relative; }
          .viewAssociatesSecArea .associatesProfessionalGrid .associatesProfessionalBlock .associatesProfessionalBox ul li:before {
            position: absolute;
            content: "";
            left: -20px;
            top: 8px;
            background-color: #000000;
            width: 4px;
            height: 4px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
          .viewAssociatesSecArea .associatesProfessionalGrid .associatesProfessionalBlock .associatesProfessionalBox ul li:last-child {
            margin-bottom: 0; }
          .viewAssociatesSecArea .associatesProfessionalGrid .associatesProfessionalBlock .associatesProfessionalBox ul li a {
            color: #1a1a1a; }
          .viewAssociatesSecArea .associatesProfessionalGrid .associatesProfessionalBlock .associatesProfessionalBox ul li .associateDetails {
            padding-right: 12px;
            display: inline-block; }
  .viewAssociatesSecArea .associatesProfessionalForm {
    background-color: #f2f2f2;
    padding: 15px 15px;
    margin-bottom: 20px; }
    .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow {
      text-align: center; }
      .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow.tradersRow .formRow {
        width: calc(33.33% - 40px); }
      .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow.associateRow .formRow {
        width: calc(33.33% - 40px); }
      .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow .formRow {
        width: calc(50% - 50px);
        color: #333333;
        margin-right: 20px; }
        .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow .formRow:last-child {
          margin-right: 0; }
        .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow .formRow .errorMessage {
          padding-left: 140px;
          text-align: left; }
        .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow .formRow label {
          float: left;
          width: 140px;
          line-height: 27px;
          padding-right: 12px; }
        .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow .formRow select {
          width: calc(100% - 140px);
          height: 27px;
          background-image: none; }
      .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow .frmBtn {
        width: 60px; }
        .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow .frmBtn input[type="submit"] {
          height: 27px;
          line-height: 28px;
          padding: 0 20px;
          background-color: #0098ff;
          color: #ffffff;
          display: block;
          font-size: 13px;
          -webkit-border-radius: 13px;
          -moz-border-radius: 13px;
          -ms-border-radius: 13px;
          -o-border-radius: 13px;
          border-radius: 13px;
          text-transform: uppercase;
          width: 100%;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow .frmBtn input[type="submit"]:hover {
            background-color: #106ead;
            color: #ffffff; }
        .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow .frmBtn .errorMessage {
          padding-left: 280px; }
        .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow .frmBtn label {
          width: 280px;
          padding-right: 11px;
          text-align: right;
          color: #333333;
          font-size: 15px;
          font-family: "Myriad Pro"; }
        .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow .frmBtn select,
        .viewAssociatesSecArea .associatesProfessionalForm .associatesProfessionalRow .frmBtn textarea {
          width: calc(100% - 280px);
          background-color: #ffffff;
          border: 1px solid #bebebe;
          height: 25px;
          line-height: 25px;
          color: #999999;
          background-image: none;
          font-family: "Myriad Pro";
          font-size: 15px; }
  .viewAssociatesSecArea .associatesCountries {
    padding: 0 65px; }
    .viewAssociatesSecArea .associatesCountries .associatesCountriesHeader {
      margin-bottom: 25px;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      .viewAssociatesSecArea .associatesCountries .associatesCountriesHeader .displayResult {
        color: #000000; }
      .viewAssociatesSecArea .associatesCountries .associatesCountriesHeader h2 {
        margin-bottom: 0; }
    .viewAssociatesSecArea .associatesCountries h2 {
      font-size: 28.79px;
      color: #000000;
      margin-bottom: 20px;
      font-family: "Myriad Pro"; }
      .viewAssociatesSecArea .associatesCountries h2.associateBreadCrumb {
        font-size: 14px;
        font-family: "AvenirNext-Regular";
        position: relative;
        z-index: 0;
        line-height: 1.4;
        padding-left: 215px; }
        .viewAssociatesSecArea .associatesCountries h2.associateBreadCrumb:after {
          content: "";
          display: table;
          clear: both; }
        .viewAssociatesSecArea .associatesCountries h2.associateBreadCrumb span {
          font-size: 24px;
          line-height: 24px;
          height: 24px;
          position: absolute;
          z-index: 0;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          display: block; }
        .viewAssociatesSecArea .associatesCountries h2.associateBreadCrumb a {
          float: left;
          margin-right: 33px;
          position: relative;
          z-index: 0; }
          .viewAssociatesSecArea .associatesCountries h2.associateBreadCrumb a:after {
            content: "/";
            top: 0;
            pointer-events: none;
            right: -19px;
            z-index: 0;
            position: absolute;
            color: #000000; }
  .viewAssociatesSecArea .coloredTable {
    font-family: "Myriad Pro"; }
    .viewAssociatesSecArea .coloredTable table thead {
      padding: 0; }
      .viewAssociatesSecArea .coloredTable table thead th {
        padding: 15px 12px;
        border-bottom: 10px solid #ffffff;
        color: #ffffff;
        font-size: 16px;
        font-family: "Myriad Pro";
        text-align: center;
        font-weight: bold;
        background-color: #4f81cc; }
        .viewAssociatesSecArea .coloredTable table thead th:first-child {
          padding-left: 45px; }
        .viewAssociatesSecArea .coloredTable table thead th a {
          color: #ffffff; }
    .viewAssociatesSecArea .coloredTable table tbody {
      background-color: #f5f5f5; }
      .viewAssociatesSecArea .coloredTable table tbody tr:last-child td {
        border-bottom: none; }
      .viewAssociatesSecArea .coloredTable table tbody tr.representativeView > td {
        padding: 15px 0; }
      .viewAssociatesSecArea .coloredTable table tbody tr.representativeView td:first-child:after, .viewAssociatesSecArea .coloredTable table tbody tr.representativeView td:last-child:after {
        display: none; }
      .viewAssociatesSecArea .coloredTable table tbody td {
        padding: 15px 12px;
        font-size: 16.22px;
        border-bottom: 10px solid #ffffff;
        color: #000000;
        text-align: center;
        vertical-align: middle; }
        .viewAssociatesSecArea .coloredTable table tbody td:first-child {
          padding-left: 45px; }
        .viewAssociatesSecArea .coloredTable table tbody td.oragngeModify {
          padding: 0 0 !important;
          border-bottom: none !important; }
          .viewAssociatesSecArea .coloredTable table tbody td.oragngeModify p {
            font-size: 15px;
            color: orange;
            padding-top: 18px; }
        .viewAssociatesSecArea .coloredTable table tbody td .actionData {
          width: 50px; }
        .viewAssociatesSecArea .coloredTable table tbody td .addMore {
          width: 24px;
          height: 24px;
          font-size: 24px;
          line-height: 24px;
          display: block;
          color: #0098ff;
          cursor: pointer;
          background-color: transparent;
          border: none; }
          .viewAssociatesSecArea .coloredTable table tbody td .addMore:hover {
            color: #083ba2; }
        .viewAssociatesSecArea .coloredTable table tbody td input,
        .viewAssociatesSecArea .coloredTable table tbody td select {
          background-color: transparent !important;
          border: 1px solid #bebebe;
          height: 30px;
          line-height: 25px;
          color: #333333;
          background-image: none; }
        .viewAssociatesSecArea .coloredTable table tbody td .checkboxData {
          width: 19px;
          height: 19px;
          margin-right: 5px; }
        .viewAssociatesSecArea .coloredTable table tbody td figure {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px; }
        .viewAssociatesSecArea .coloredTable table tbody td a {
          color: #1fa5ff;
          text-decoration: underline; }
          .viewAssociatesSecArea .coloredTable table tbody td a:hover {
            color: #000000; }
    .viewAssociatesSecArea .coloredTable table .flag-icon {
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle; }
  .viewAssociatesSecArea .allContinentDetails {
    padding: 0 150px;
    margin-bottom: 42px; }
    .viewAssociatesSecArea .allContinentDetails ul {
      padding-bottom: 42px;
      border-bottom: 1px solid #000000; }
      .viewAssociatesSecArea .allContinentDetails ul li {
        width: 25%;
        font-size: 16px;
        color: #000000;
        margin-bottom: 20px;
        padding: 0 40px;
        font-family: "AvenirNext-Medium"; }
        .viewAssociatesSecArea .allContinentDetails ul li:nth-last-child(1), .viewAssociatesSecArea .allContinentDetails ul li:nth-last-child(2), .viewAssociatesSecArea .allContinentDetails ul li:nth-last-child(3), .viewAssociatesSecArea .allContinentDetails ul li:nth-last-child(4) {
          margin-bottom: 0; }
  .viewAssociatesSecArea .allProductDetails {
    padding: 0 65px;
    margin-bottom: 42px; }
    .viewAssociatesSecArea .allProductDetails ul {
      padding-bottom: 42px;
      border-bottom: 1px solid #000000; }
      .viewAssociatesSecArea .allProductDetails ul li {
        width: calc(25% - 30px);
        font-size: 16px;
        color: #1a1a1a;
        margin-bottom: 20px;
        margin-left: 30px;
        list-style-position: inside;
        font-family: "AvenirNext-Medium";
        list-style: disc; }
        .viewAssociatesSecArea .allProductDetails ul li:nth-last-child(1), .viewAssociatesSecArea .allProductDetails ul li:nth-last-child(2), .viewAssociatesSecArea .allProductDetails ul li:nth-last-child(3), .viewAssociatesSecArea .allProductDetails ul li:nth-last-child(4) {
          margin-bottom: 0; }
        .viewAssociatesSecArea .allProductDetails ul li a {
          color: #1a1a1a; }

.formArea .formGroup {
  width: 50%; }
  .formArea .formGroup .formList {
    margin-bottom: 18px; }
    .formArea .formGroup .formList:last-child {
      margin-bottom: 0; }
  .formArea .formGroup input,
  .formArea .formGroup textarea {
    background-color: transparent; }
  .formArea .formGroup input {
    height: 31px;
    border: 1px solid #a7a7a7;
    color: #333333; }
  .formArea .formGroup label {
    color: #333333;
    display: block;
    margin-bottom: 6px; }
  .formArea .formGroup textarea {
    height: 212px;
    color: #333333;
    border: 1px solid #a7a7a7; }
  .formArea .formGroup .btnAll {
    background-color: transparent;
    border: 5px solid #0098ff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    height: 52px;
    color: #0098ff;
    font-size: 22px;
    line-height: 43px;
    font-family: "AvenirNext-Bold";
    margin-top: 54px; }
    .formArea .formGroup .btnAll:hover {
      background-color: #0098ff;
      color: #ffffff; }

.campanyTable {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden; }
  .campanyTable tr:first-child th {
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
    -ms-border-radius: 15px 0 0 0;
    -o-border-radius: 15px 0 0 0;
    border-radius: 15px 0 0 0;
    padding-top: 24px; }
  .campanyTable tr:first-child td {
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    -ms-border-radius: 0 15px 0 0;
    -o-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
    padding-top: 24px; }
  .campanyTable tr:last-child th {
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
    -ms-border-radius: 0 0 0 15px;
    -o-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
    padding-bottom: 24px; }
  .campanyTable tr:last-child td {
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    -ms-border-radius: 0 0 15px 0;
    -o-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
    padding-bottom: 24px; }
  .campanyTable tr th {
    color: #000000;
    padding: 12px 20px;
    width: 165px;
    background-color: #ebf6ff; }
  .campanyTable tr td {
    padding: 12px 20px 12px 33px;
    color: #1a1a1a;
    border-left: 9px solid #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 2; }
    .campanyTable tr td .flag-icon {
      margin-right: 10px; }

.productsDetailsTable table {
  width: 100%; }
  .productsDetailsTable table tr:nth-child(odd) {
    background-color: #ebf6ff; }
  .productsDetailsTable table tr th {
    white-space: nowrap;
    text-align: center;
    font-weight: 600; }
  .productsDetailsTable table tr th,
  .productsDetailsTable table tr td {
    padding: 15px 15px;
    color: #000000; }

.details-row .productsContent {
  padding-top: 25px;
  padding-left: 145px;
  padding-right: 145px; }
  .details-row .productsContent.noPaddArea {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .details-row .productsContent.noPaddArea .productsDetailsTable .container {
      padding: 0 56px !important; }
.details-row .detailsNewBox .productsContent {
  padding-left: 145px;
  padding-right: 145px; }
.details-row .productHead {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 8px;
  padding-left: 45px;
  padding-right: 45px; }
.details-row h3 {
  color: #0098ff;
  font-size: 26.5px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1; }
.details-row p {
  color: #1a1a1a; }

.loader {
  border: 5px solid #0098ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-top: 5px solid #00d02c;
  width: 50px;
  height: 50px;
  -webkit-animation: spint 1s linear infinite;
  animation: spint 1s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  margin: auto; }
@-webkit-keyframes spint {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spint {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
.productSaleSec.agencyResultSec .searchKeywordSection .formRow {
  margin-bottom: 32px;
  width: calc(100% - 140px);
  -moz-placeholder-color: #999999;
  -ms-input-placeholder-color: #999999; }
  .productSaleSec.agencyResultSec .searchKeywordSection .formRow .errorMessage {
    padding-left: 180px; }
  .productSaleSec.agencyResultSec .searchKeywordSection .formRow label {
    width: 180px;
    padding-right: 11px;
    text-align: center;
    color: #333333;
    font-size: 15px; }
  .productSaleSec.agencyResultSec .searchKeywordSection .formRow input[type="text"], .productSaleSec.agencyResultSec .searchKeywordSection .formRow input[type="email"], .productSaleSec.agencyResultSec .searchKeywordSection .formRow input[type="tel"], .productSaleSec.agencyResultSec .searchKeywordSection .formRow input[type="password"], .productSaleSec.agencyResultSec .searchKeywordSection .formRow input[type="url"] {
    width: calc(100% - 180px);
    background-color: transparent !important;
    border: 1px solid #bebebe;
    height: 30px;
    line-height: 30px;
    color: #333333; }
  .productSaleSec.agencyResultSec .searchKeywordSection .formRow ::-webkit-input-placeholder {
    color: #999999; }
  .productSaleSec.agencyResultSec .searchKeywordSection .formRow ::-moz-placeholder {
    color: #999999; }
  .productSaleSec.agencyResultSec .searchKeywordSection .formRow select,
  .productSaleSec.agencyResultSec .searchKeywordSection .formRow textarea {
    width: 280px;
    background-color: transparent;
    border: 1px solid #bebebe;
    height: 30px;
    line-height: 30px;
    color: #999999;
    background-image: none; }
  .productSaleSec.agencyResultSec .searchKeywordSection .formRow p {
    color: #000000;
    font-size: 13px;
    padding-left: 13px; }
.productSaleSec.agencyResultSec .searchKeywordSection .searchSubmit {
  width: 140px; }
  .productSaleSec.agencyResultSec .searchKeywordSection .searchSubmit button {
    border: none;
    margin: 0 auto;
    outline: none;
    cursor: pointer; }
.productSaleSec.agencyResultSec .productDescription table thead tr th.productDesc {
  width: auto; }
.productSaleSec.agencyResultSec .productDescription table tbody tr td {
  vertical-align: top;
  padding: 30px 16px 22px; }
.productSaleSec .boxAccordionDetails .product_list {
  border-bottom: none;
  padding: 0; }
.productSaleSec .boxAccordion .title2 {
  background-color: #fafafa; }
  .productSaleSec .boxAccordion .title2.active {
    background-color: #ebf6ff; }
.productSaleSec .modifiedMessage .modifyTextmsg {
  float: left; }
.productSaleSec .modifiedMessage .innerModifiedMsg {
  flex-wrap: nowrap; }
.productSaleSec .modifiedMessage .textMessage {
  width: calc(100% - 210px) !important;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  padding: 12px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-size: 13px !important;
  text-decoration: underline;
  min-height: 142px; }

.ethicsContent {
  margin-bottom: 40px; }
  .ethicsContent .codeAcc {
    border: 2px solid #ebf6ff; }
    .ethicsContent .codeAcc .codemenu {
      margin-bottom: 0;
      border-bottom: none;
      padding: 10px; }
      .ethicsContent .codeAcc .codemenu ul li {
        width: 100%;
        color: #000000;
        position: relative;
        z-index: 0;
        margin-bottom: 10px;
        font-weight: 600;
        font-family: "AvenirNext-Regular";
        font-size: 14px;
        border: 1px solid #99d6ff;
        background-color: #ffffff;
        color: #666666;
        padding: 0 32px;
        height: 42px;
        line-height: 42px; }
        .ethicsContent .codeAcc .codemenu ul li.active {
          background-color: #0098ff;
          color: #ffffff; }
    .ethicsContent .codeAcc .codelist ul li {
      position: relative;
      margin-bottom: 7px;
      font-size: 14px;
      line-height: 22px; }
      .ethicsContent .codeAcc .codelist ul li ul {
        padding-left: 15px;
        padding-top: 7px;
        position: relative;
        border-left: 1px solid #cccccc;
        overflow: hidden;
        display: none; }
      .ethicsContent .codeAcc .codelist ul li a {
        border: 1px solid #cccccc;
        display: block;
        padding: 5px 10px;
        color: #0098ff; }
      .ethicsContent .codeAcc .codelist ul li label {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
        .ethicsContent .codeAcc .codelist ul li label a {
          border: 0;
          padding: 5px 10px; }
    .ethicsContent .codeAcc .codelist .searchNaic .searchCustom {
      margin-bottom: 30px; }
    .ethicsContent .codeAcc .codelist .searchNaic .form-control {
      width: calc(100% - 150px);
      background-color: transparent !important;
      border: 1px solid #bebebe;
      height: 30px;
      line-height: 30px;
      color: #333333; }
    .ethicsContent .codeAcc .codelist .searchNaic .btnAll {
      color: #ffffff;
      background-color: #1fa5ff;
      width: 140px;
      margin-left: 10px; }
      .ethicsContent .codeAcc .codelist .searchNaic .btnAll:hover {
        background-color: #003ac1; }
    .ethicsContent .codeAcc .CodePan {
      padding: 10px; }
  .ethicsContent.industrialCode .codeAcc .codemenu ul {
    text-align: center; }
    .ethicsContent.industrialCode .codeAcc .codemenu ul li {
      margin-right: 17px;
      width: auto;
      text-align: center;
      display: inline-block;
      border: none;
      font-size: 15px !important;
      font-weight: normal !important;
      height: auto;
      line-height: 1;
      background-color: #eeeeee;
      padding: 20px 18px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px; }
      .ethicsContent.industrialCode .codeAcc .codemenu ul li:last-child {
        margin-right: 0; }
      .ethicsContent.industrialCode .codeAcc .codemenu ul li .btnAll {
        cursor: pointer;
        width: 150px;
        padding: 0 10px;
        background-color: #1fa5ff;
        color: #ffffff;
        margin: 20px auto 0; }
      .ethicsContent.industrialCode .codeAcc .codemenu ul li.active {
        background-color: #ebf6ff;
        color: #666666; }
        .ethicsContent.industrialCode .codeAcc .codemenu ul li.active .btnAll {
          background-color: #083ba2; }
  .ethicsContent.industrialCode .codeAcc .codelist ul li a {
    color: #083ba2; }

.default_page .headtitle {
  margin-top: 20px;
  font-size: 20px;
  color: #083ba2;
  margin-bottom: 25px; }

.registrationStandardPage.membersProfilePage {
  padding: 40px 60px 60px; }
  .registrationStandardPage.membersProfilePage .registrationStandardNew .boxAccordion .boxAccordionDetails {
    padding: 50px 40px; }
  .registrationStandardPage.membersProfilePage .registrationStandardNew .fullRow .formRow .errorMessage {
    padding-left: 210px; }
  .registrationStandardPage.membersProfilePage .registrationStandardNew .fullRow .formRow label {
    width: 210px; }
  .registrationStandardPage.membersProfilePage .registrationStandardNew .fullRow .formRow input[type="text"], .registrationStandardPage.membersProfilePage .registrationStandardNew .fullRow .formRow input[type="email"], .registrationStandardPage.membersProfilePage .registrationStandardNew .fullRow .formRow input[type="tel"], .registrationStandardPage.membersProfilePage .registrationStandardNew .fullRow .formRow input[type="password"], .registrationStandardPage.membersProfilePage .registrationStandardNew .fullRow .formRow input[type="url"] {
    width: calc(100% - 210px); }
  .registrationStandardPage.membersProfilePage .registrationStandardNew .fullRow .formRow select,
  .registrationStandardPage.membersProfilePage .registrationStandardNew .fullRow .formRow textarea,
  .registrationStandardPage.membersProfilePage .registrationStandardNew .fullRow .formRow .checkSelect {
    width: calc(100% - 210px); }
  .registrationStandardPage.membersProfilePage .registrationStandardNew .fullRow .formRow .multipleRowArea {
    width: calc(100% - 210px); }
  .registrationStandardPage.membersProfilePage .registrationStandardNew .formRow#showPendingCheckbox label {
    width: 220px; }
  .registrationStandardPage.membersProfilePage .registrationStandardNew .formRow .errorMessage {
    padding-left: 210px; }
  .registrationStandardPage.membersProfilePage .registrationStandardNew .formRow label {
    width: 210px; }
  .registrationStandardPage.membersProfilePage .registrationStandardNew .formRow input[type="text"], .registrationStandardPage.membersProfilePage .registrationStandardNew .formRow input[type="email"], .registrationStandardPage.membersProfilePage .registrationStandardNew .formRow input[type="tel"], .registrationStandardPage.membersProfilePage .registrationStandardNew .formRow input[type="password"], .registrationStandardPage.membersProfilePage .registrationStandardNew .formRow input[type="url"] {
    width: calc(100% - 210px); }
  .registrationStandardPage.membersProfilePage .registrationStandardNew .formRow select,
  .registrationStandardPage.membersProfilePage .registrationStandardNew .formRow textarea,
  .registrationStandardPage.membersProfilePage .registrationStandardNew .formRow .checkSelect {
    width: calc(100% - 210px); }
  .registrationStandardPage.membersProfilePage .registrationStandardNew .formRow .multipleRowArea {
    width: calc(100% - 210px); }
  .registrationStandardPage.membersProfilePage .starClass {
    padding-left: 52px; }
  .registrationStandardPage.membersProfilePage .updateSubmitSec {
    padding-top: 60px;
    width: 100%; }
    .registrationStandardPage.membersProfilePage .updateSubmitSec.inputSubmitSec {
      margin-bottom: 32px;
      padding-top: 0; }
    .registrationStandardPage.membersProfilePage .updateSubmitSec .inputSubmitList .formRow {
      width: calc(100% - 140px);
      padding-right: 11px; }
    .registrationStandardPage.membersProfilePage .updateSubmitSec .inputSubmitList label {
      width: 210px; }
    .registrationStandardPage.membersProfilePage .updateSubmitSec .inputSubmitList select {
      margin-right: 0; }
    .registrationStandardPage.membersProfilePage .updateSubmitSec.findMemberSearch .btnMarginRight {
      margin-right: 118px !important; }
    .registrationStandardPage.membersProfilePage .updateSubmitSec .formRow {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end; }
      .registrationStandardPage.membersProfilePage .updateSubmitSec .formRow:last-child {
        margin-bottom: 0; }
    .registrationStandardPage.membersProfilePage .updateSubmitSec .btnAll {
      border: 3px solid #0098ff;
      height: 56px;
      line-height: 52px;
      padding: 0 55px;
      background-color: transparent;
      font-size: 25px;
      background-color: #0098ff;
      color: #ffffff;
      -webkit-border-radius: 65px;
      -moz-border-radius: 65px;
      -ms-border-radius: 65px;
      -o-border-radius: 65px;
      border-radius: 65px;
      font-family: "Myriad Pro";
      font-weight: bold;
      margin-right: 20px; }
      .registrationStandardPage.membersProfilePage .updateSubmitSec .btnAll:last-child {
        margin-right: 0; }
      .registrationStandardPage.membersProfilePage .updateSubmitSec .btnAll:hover {
        background-color: #083ba2;
        border-color: #083ba2; }
  .registrationStandardPage.membersProfilePage .profileRightSection {
    width: 100%;
    margin-top: 280px;
    padding-left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .registrationStandardPage.membersProfilePage .profileRightSection .container {
      padding: 0; }
    .registrationStandardPage.membersProfilePage .profileRightSection.smallWidth {
      padding-left: 290px;
      margin-top: 200px; }
      .registrationStandardPage.membersProfilePage .profileRightSection.smallWidth .registrationStandardNew .boxAccordion.choosePadd7 .boxAccordionDetails .formRow .textFld .col3 {
        margin-right: 5px; }
  .registrationStandardPage.membersProfilePage .bottomAlignedRow {
    height: 100%; }
    .registrationStandardPage.membersProfilePage .bottomAlignedRow .formRow {
      -webkit-align-content: flex-end;
      -moz-align-content: flex-end;
      -ms-align-content: flex-end;
      -o-align-content: flex-end;
      align-content: flex-end;
      width: 100%; }
  .registrationStandardPage.membersProfilePage .viewAssociatesSecArea {
    padding-bottom: 0;
    padding-top: 80px; }
    .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries {
      padding: 0;
      text-align: center; }
      .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .representativeShow {
        display: inline-block;
        margin: 0 42px;
        padding: 0 28px;
        color: #666666;
        font-size: 12px;
        width: 145px;
        text-align: center;
        position: relative; }
        .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .representativeShow .representativeLeft {
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 0;
          border-style: solid;
          border-width: 4px 6px 4px 0;
          border-color: transparent #5b6063 transparent transparent;
          display: block; }
        .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .representativeShow .representativeRight {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 0;
          border-style: solid;
          border-width: 4px 0 4px 6px;
          border-color: transparent transparent transparent #5b6063;
          display: block; }
      .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop {
        margin-bottom: 25px;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between; }
        .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop .associatesCountriesInfo li {
          margin-right: 35px;
          font-size: 22px; }
          .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop .associatesCountriesInfo li:last-child {
            margin-right: 0; }
          .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop .associatesCountriesInfo li .countriesIcon {
            color: #0098ff;
            display: inline-block;
            margin-right: 4px; }
          .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop .associatesCountriesInfo li .iconInfo {
            color: #bfbfbf;
            display: inline-block;
            position: relative;
            z-index: 3; }
            .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop .associatesCountriesInfo li .iconInfo:hover .iconDetails {
              height: inherit;
              padding: 10px;
              display: block; }
              .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop .associatesCountriesInfo li .iconInfo:hover .iconDetails:after {
                display: block; }
            .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop .associatesCountriesInfo li .iconInfo .iconDetails {
              position: absolute;
              left: -128px;
              right: 0;
              top: 34px;
              width: 165px;
              background-color: #1fa5ff;
              color: #ffffff;
              text-align: center;
              -webkit-border-radius: 12px;
              -moz-border-radius: 12px;
              -ms-border-radius: 12px;
              -o-border-radius: 12px;
              border-radius: 12px;
              height: 0;
              padding: 0 10px;
              z-index: 4;
              display: none; }
              .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop .associatesCountriesInfo li .iconInfo .iconDetails:after {
                position: absolute;
                content: "";
                right: 19px;
                top: -8px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 8px 8px 7px;
                border-color: transparent transparent #1fa5ff transparent;
                display: none; }
              .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop .associatesCountriesInfo li .iconInfo .iconDetails p {
                font-size: 13px;
                color: #ffffff; }
        .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop ul.representativeLink li {
          padding: 0 18px; }
          .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .associatesCountries .associatesCountriesTop ul.representativeLink li a {
            color: #1fa5ff; }
    .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .coloredTable {
      margin-bottom: 55px; }
      .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .coloredTable table thead th {
        font-size: 15px;
        padding: 25px 7px; }
        .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .coloredTable table thead th:first-child:after, .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .coloredTable table thead th:last-child:after {
          display: none; }
      .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .coloredTable table tbody {
        background-color: transparent; }
        .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .coloredTable table tbody td {
          font-size: 15px;
          padding: 22px 7px;
          border-bottom: 1px solid #bfbfbf; }
          .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .coloredTable table tbody td.address {
            width: 320px; }
          .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .coloredTable table tbody td:first-child:after, .registrationStandardPage.membersProfilePage .viewAssociatesSecArea .coloredTable table tbody td:last-child:after {
            display: none; }

.profile_imgArea {
  position: relative;
  margin-right: 40px;
  width: 130px; }
  .profile_imgArea:hover label.up-wraper {
    opacity: 1; }
  .profile_imgArea figure {
    width: 130px;
    height: 130px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .profile_imgArea figure img {
      opacity: 0; }
  .profile_imgArea label.up-wraper {
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #7db001;
    border: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    width: 111px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0; }
    .profile_imgArea label.up-wraper input {
      display: none; }

.quickView {
  text-align: center; }
  .quickView ul {
    display: inline-block; }
    .quickView ul li {
      color: #1a1a1a;
      font-family: "AvenirNext-Medium";
      margin-bottom: 5px;
      text-align: left; }
      .quickView ul li a,
      .quickView ul li span {
        display: inline-block;
        margin-left: 5px;
        word-break: break-all; }

.membersProfileHeader {
  position: relative; }
  .membersProfileHeader.smallWidth .membersProfileDetails {
    left: 350px;
    top: 40px; }
  .membersProfileHeader .container {
    padding: 0 60px; }
  .membersProfileHeader .membersProfileDetails {
    position: absolute;
    top: 120px;
    left: 60px;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .membersProfileHeader .membersProfileDetails h2 {
      font-size: 32px;
      font-family: "Myriad Pro";
      font-weight: normal;
      margin-bottom: 0;
      color: #1b148f; }
  .membersProfileHeader .profileDetails {
    margin-bottom: 40px; }
    .membersProfileHeader .profileDetails h3 {
      font-size: 26px;
      font-family: "Myriad Pro";
      font-weight: normal;
      text-transform: capitalize;
      margin-bottom: 0;
      color: #333333; }

.select2-results__option {
  padding-left: 30px !important;
  position: relative; }
  .select2-results__option:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    left: 6px;
    top: 6px;
    width: 19px;
    height: 19px;
    border: 1px solid #abafb2;
    background-color: #ffffff;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }

.select2-results__option[aria-selected=true]:after {
  display: inline-block;
  padding-left: 3px;
  content: "";
  position: absolute;
  left: 8px;
  top: 9px;
  background-image: url(../images/tick-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  width: 19px;
  height: 19px;
  background-size: 16px; }

.select2-container--default .select2-results__option {
  background-color: #ffffff !important;
  color: #000000 !important; }

.select2-selection__choice {
  color: #000000; }

.select2-results__option--highlighted {
  color: #ffffff !important; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 5px;
  font-size: 18px; }

.select2-container--default .select2-selection--multiple {
  padding-right: 18px; }

.associateTable {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden; }
  .associateTable tr:first-child th {
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
    -ms-border-radius: 15px 0 0 0;
    -o-border-radius: 15px 0 0 0;
    border-radius: 15px 0 0 0; }
  .associateTable tr:first-child td {
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    -ms-border-radius: 0 15px 0 0;
    -o-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0; }
  .associateTable tr:last-child th {
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
    -ms-border-radius: 0 0 0 15px;
    -o-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
    border-bottom: none; }
  .associateTable tr:last-child td {
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    -ms-border-radius: 0 0 15px 0;
    -o-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
    border-bottom: none; }
  .associateTable tr th {
    color: #1a1a1a;
    padding: 9px 10px;
    width: 200px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ffffff;
    font-family: "AvenirNext-Medium";
    border-right: 9px solid #ffffff; }
  .associateTable tr td {
    padding: 8px 10px;
    color: #000000;
    border-bottom: 1px solid #cccccc;
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-family: "AvenirNext-Medium"; }
    .associateTable tr td a {
      color: #000000;
      word-break: break-all; }
      .associateTable tr td a:hover {
        color: #083ba2; }

.profileLeftContent {
  width: 300px;
  padding-right: 30px; }

.profileRightContent {
  width: calc(100% - 300px); }
  .profileRightContent h3 {
    color: #000000;
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 8px;
    margin-bottom: 18px; }
  .profileRightContent p {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.5; }

.associateContentSec {
  margin-bottom: 55px; }
  .associateContentSec .profile_imgArea {
    margin: 0 auto 20px; }
  .associateContentSec .associateDetails {
    margin: 0 -12px; }
    .associateContentSec .associateDetails .associateTable {
      width: 58%;
      padding: 0 12px; }
      .associateContentSec .associateDetails .associateTable:last-child {
        width: 42%;
        margin-right: 0; }

.associateCompanyDetails .btnAll {
  border: 1px solid #0098ff;
  height: 48px;
  line-height: 47px;
  padding: 0 25px;
  background-color: transparent;
  font-size: 20px;
  color: #0098ff;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  -ms-border-radius: 65px;
  -o-border-radius: 65px;
  border-radius: 65px;
  font-family: "Myriad Pro";
  font-weight: bold;
  display: inline-block; }
  .associateCompanyDetails .btnAll:hover {
    background-color: #0098ff;
    color: #ffffff; }
.associateCompanyDetails .sendMessageSec {
  padding: 30px 22px;
  border: 2px solid #0098ff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  text-align: center; }
  .associateCompanyDetails .sendMessageSec p {
    font-size: 15px;
    margin-bottom: 30px;
    color: #333333; }
.associateCompanyDetails .companyDetailsSec {
  padding: 0 22px;
  margin-bottom: 30px; }

.sendMessageBtmSec {
  margin-bottom: 50px; }
  .sendMessageBtmSec .companyFormLabel {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0 -35px; }
    .sendMessageBtmSec .companyFormLabel .formLabel {
      width: 50%;
      padding: 0 35px;
      margin-bottom: 18px; }
      .sendMessageBtmSec .companyFormLabel .formLabel .errorMessage {
        padding-left: 72px; }
      .sendMessageBtmSec .companyFormLabel .formLabel label {
        width: 72px;
        font-size: 16px;
        color: #808080; }
      .sendMessageBtmSec .companyFormLabel .formLabel input[type="text"], .sendMessageBtmSec .companyFormLabel .formLabel input[type="email"], .sendMessageBtmSec .companyFormLabel .formLabel input[type="tel"], .sendMessageBtmSec .companyFormLabel .formLabel input[type="password"], .sendMessageBtmSec .companyFormLabel .formLabel input[type="url"], .sendMessageBtmSec .companyFormLabel .formLabel input[type="search"] {
        width: calc(100% - 72px);
        padding: 0 6px;
        height: 32px;
        line-height: 32px;
        outline: none;
        font-size: 14px;
        color: #333333;
        border: 1px solid #c8c8c8;
        background: #ffffff;
        appearance: none;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none; }
    .sendMessageBtmSec .companyFormLabel .formFullLabel {
      width: 100%; }
      .sendMessageBtmSec .companyFormLabel .formFullLabel .errorMessage {
        padding-left: 0; }
      .sendMessageBtmSec .companyFormLabel .formFullLabel textarea {
        height: 234px;
        background-color: #ffffff;
        font-size: 17px;
        color: #333333;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px; }
    .sendMessageBtmSec .companyFormLabel .updateSubmitSec input {
      width: 200px;
      padding: 0 20px !important; }

.standardMemberRegistrationWrap.profileAssociateSec .updateSubmitSec {
  width: 100%; }
  .standardMemberRegistrationWrap.profileAssociateSec .updateSubmitSec .btnAll {
    min-width: 200px; }
.standardMemberRegistrationWrap h3 {
  font-size: 21px; }

.registrationStandardNew .formRow label {
  text-align: left; }

.profileHead {
  margin-bottom: 40px; }
  .profileHead h2 {
    display: none !important; }
  .profileHead h2,
  .profileHead p {
    color: #666666;
    text-align: left; }
  .profileHead p {
    padding-left: 20px;
    font-size: 20px; }

.registrationStandardPage .smallSelectBtn .uploadBtn {
  position: relative;
  cursor: pointer;
  width: 100%;
  line-height: 33px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  float: left; }
  .registrationStandardPage .smallSelectBtn .uploadBtn span {
    display: block; }
    .registrationStandardPage .smallSelectBtn .uploadBtn span img {
      margin: 0 auto;
      width: 40px; }
  .registrationStandardPage .smallSelectBtn .uploadBtn input {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    width: auto;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1; }
.registrationStandardPage .formCol.upload {
  width: 110px; }
  .registrationStandardPage .formCol.upload .imgDet {
    display: block;
    margin-bottom: 30px;
    color: #999999; }
  .registrationStandardPage .formCol.upload .remainingImage {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
.registrationStandardPage .listUploadImg {
  width: 100%; }
  .registrationStandardPage .listUploadImg .listUploadFigure {
    width: 20%;
    padding: 0 3%;
    float: left;
    margin-bottom: 55px;
    height: 180px; }
  .registrationStandardPage .listUploadImg .imageList {
    height: 100%; }
  .registrationStandardPage .listUploadImg figure {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .registrationStandardPage .listUploadImg figure img {
      opacity: 0;
      width: 100%; }
    .registrationStandardPage .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: #e34e43;
      text-align: center; }
      .registrationStandardPage .listUploadImg figure .closeBtn i {
        color: #ffffff;
        font-size: 26px; }
      .registrationStandardPage .listUploadImg figure .closeBtn span {
        color: #ffffff;
        font-size: 20px;
        font-family: "AvenirNext-Medium";
        line-height: 20px; }
  .registrationStandardPage .listUploadImg .imgNo {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #999999; }
.registrationStandardPage #preview {
  width: 100%; }
.registrationStandardPage.associateProfilePage {
  padding: 50px 0; }
  .registrationStandardPage.associateProfilePage .updateSubmitSec {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    padding-top: 60px; }
    .registrationStandardPage.associateProfilePage .updateSubmitSec .formRow {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      margin-bottom: 0; }
    .registrationStandardPage.associateProfilePage .updateSubmitSec .btnAll {
      border: 3px solid #0098ff;
      height: 56px;
      line-height: 52px;
      padding: 0 75px;
      background-color: #0098ff;
      font-size: 25px;
      color: #ffffff;
      -webkit-border-radius: 65px;
      -moz-border-radius: 65px;
      -ms-border-radius: 65px;
      -o-border-radius: 65px;
      border-radius: 65px;
      font-family: "Myriad Pro";
      font-weight: bold; }
      .registrationStandardPage.associateProfilePage .updateSubmitSec .btnAll:hover {
        background-color: #083ba2;
        color: #ffffff;
        border: 3px solid #083ba2; }
    .registrationStandardPage.associateProfilePage .updateSubmitSec .updateSubmitLeft {
      margin-right: 30px; }
      .registrationStandardPage.associateProfilePage .updateSubmitSec .updateSubmitLeft .container {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end; }
      .registrationStandardPage.associateProfilePage .updateSubmitSec .updateSubmitLeft p {
        color: #0098ff;
        font-weight: 700; }
.registrationStandardPage.associateProfilePage .registrationStandardNew .boxAccordion .formGroup {
  padding: 0 55px; }
.registrationStandardPage.associateProfilePage .registrationStandardNew .boxAccordion .boxAccordionDetails {
  padding: 50px 0; }
.registrationStandardPage.associateProfilePage .registrationStandardNew .formRow label {
  text-align: left; }
.registrationStandardPage.negotiationPage .viewAssociatesSecArea {
  padding-top: 0;
  background-image: none; }
  .registrationStandardPage.negotiationPage .viewAssociatesSecArea .associatesCountries h2 {
    font-size: 32px; }
.registrationStandardPage.negotiationPage .productSaleSec .productDescription table thead tr th.productDesc {
  text-align: left;
  padding-left: 120px;
  font-size: 13px; }
.registrationStandardPage.negotiationPage .productSaleSec .productDescription table thead tr th.yourOffers {
  font-size: 15px;
  color: #ffffff;
  border-bottom: 1px solid #dfdfdf !important; }
.registrationStandardPage.negotiationPage .productSaleSec .productDescription table tbody tr:nth-child(even) {
  background-color: #ffffff; }
.registrationStandardPage.negotiationPage .productSaleSec .productDescription table tbody tr td {
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
  font-family: "AvenirNext-DemiBold"; }
  .registrationStandardPage.negotiationPage .productSaleSec .productDescription table tbody tr td:first-child {
    text-align: left; }
  .registrationStandardPage.negotiationPage .productSaleSec .productDescription table tbody tr td:last-child a {
    color: #0098ff; }
    .registrationStandardPage.negotiationPage .productSaleSec .productDescription table tbody tr td:last-child a:hover {
      color: #083ba2; }
  .registrationStandardPage.negotiationPage .productSaleSec .productDescription table tbody tr td .imgBoxArea .top.ngtop {
    width: 100%; }
    .registrationStandardPage.negotiationPage .productSaleSec .productDescription table tbody tr td .imgBoxArea .top.ngtop * {
      text-align: left; }
    .registrationStandardPage.negotiationPage .productSaleSec .productDescription table tbody tr td .imgBoxArea .top.ngtop figure {
      width: 132px;
      height: 132px;
      min-width: 132px; }
  .registrationStandardPage.negotiationPage .productSaleSec .productDescription table tbody tr td .imgBoxArea .top figure {
    width: 100px; }
    .registrationStandardPage.negotiationPage .productSaleSec .productDescription table tbody tr td .imgBoxArea .top figure img {
      width: 100%; }
  .registrationStandardPage.negotiationPage .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc h4 {
    font-family: "AvenirNext-DemiBold";
    color: #000000; }
.registrationStandardPage.addProdcutsForSalePage .viewAssociatesSecArea {
  padding-top: 0;
  background-image: none; }
  .registrationStandardPage.addProdcutsForSalePage .viewAssociatesSecArea .formTopRow {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 68px;
    margin-bottom: 15px; }
    .registrationStandardPage.addProdcutsForSalePage .viewAssociatesSecArea .formTopRow p {
      color: #333333;
      font-size: 15px;
      margin-bottom: 0; }
      .registrationStandardPage.addProdcutsForSalePage .viewAssociatesSecArea .formTopRow p span {
        color: #ed1c24; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion textarea {
  min-height: 118px; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .checkBoxRow {
  padding-left: 180px;
  width: 100%; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formRow .errorMessage {
  padding-left: 180px; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formRow label {
  width: 180px; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formRow select,
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formRow textarea {
  width: calc(100% - 180px); }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formRow input[type="text"], .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formRow input[type="email"], .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formRow input[type="tel"], .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formRow input[type="password"], .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formRow input[type="url"] {
  width: calc(100% - 180px); }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formRow .cke_chrome {
  width: calc(100% - 182px); }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion.prodAccor3 .boxAccordionDetails {
  margin: 0 -35px; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion.prodAccor19 .formRow .linklable {
  text-decoration: none; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion.prodAccor19 .boxAccordionDetails {
  margin: 0 -35px; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .checkboxCustom {
  width: 135px;
  text-align: center; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .title2 {
  padding: 16px 95px; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .boxAccordionDetails {
  padding: 0; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .boxAccordionFull {
  padding: 25px 40px 45px; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formFullGroup {
  width: 100%;
  padding: 0; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formGroup {
  margin-bottom: 0; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .boxAccordionMargin {
  margin: 0 -35px; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion p {
  margin-bottom: 15px;
  color: #333333;
  font-family: "Myriad Pro"; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .fullRow {
  padding: 0; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formRow {
  margin-bottom: 0; }
  .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formRow label {
    margin-top: 5px; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .uploadBtn {
  position: relative;
  background: #ffffff;
  border: 11px solid #0098ff;
  cursor: pointer;
  padding: 20px 0;
  width: 100%;
  line-height: 33px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  float: left; }
  .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .uploadBtn span {
    display: block; }
    .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .uploadBtn span img {
      margin: 0 auto; }
  .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .uploadBtn input {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    width: auto;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .boxAccordion .formCol.upload {
  width: 100%;
  text-align: center; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .prodSaveBtn {
  margin-bottom: 36px; }
  .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .prodSaveBtn .btnAll {
    width: 1110px;
    max-width: 100%;
    border: 16px solid #0098ff;
    height: 120px;
    line-height: 94px;
    padding: 0 90px;
    background-color: transparent;
    font-size: 36px;
    color: #0098ff;
    font-family: "AvenirNext-DemiBold";
    margin: 0 auto;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px; }
    .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .prodSaveBtn .btnAll:hover {
      background-color: #0098ff;
      color: #ffffff; }
.registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .prodDelBtn {
  text-align: center; }
  .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .prodDelBtn .btnAll {
    border: 6px solid #f15a24;
    height: 60px;
    line-height: 52px;
    padding: 0 70px;
    background-color: transparent;
    font-size: 24px;
    color: #f15a24;
    font-family: "AvenirNext-DemiBold";
    display: inline-block;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px;
    margin: 0 20px 0 0; }
    .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .prodDelBtn .btnAll:last-child {
      margin-right: 0; }
    .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .prodDelBtn .btnAll:hover {
      background-color: #f15a24;
      color: #ffffff; }
    .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .prodDelBtn .btnAll#btnClear {
      min-width: 220px; }
    .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .prodDelBtn .btnAll.saveAndContinue {
      border-color: #0098ff;
      color: #0098ff;
      min-width: 420px; }
      .registrationStandardPage.addProdcutsForSalePage .registrationStandardNew .prodDelBtn .btnAll.saveAndContinue:hover {
        background: #0098ff;
        color: #ffffff; }
.registrationStandardPage.myMessagesPage .viewAssociatesSecArea {
  padding-top: 0;
  background-image: none; }
.registrationStandardPage.myMessagesPage .checkboxCustom {
  width: 19px;
  height: 19px; }
.registrationStandardPage.myMessagesPage .productSaleSec table thead th.expandCollapseHeadSec a {
  display: block;
  width: 90px;
  height: 22px;
  position: relative;
  margin: 0 auto; }
  .registrationStandardPage.myMessagesPage .productSaleSec table thead th.expandCollapseHeadSec a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer; }
  .registrationStandardPage.myMessagesPage .productSaleSec table thead th.expandCollapseHeadSec a:hover {
    color: #083ba2; }
  .registrationStandardPage.myMessagesPage .productSaleSec table thead th.expandCollapseHeadSec a .collapseHead {
    opacity: 0; }
  .registrationStandardPage.myMessagesPage .productSaleSec table thead th.expandCollapseHeadSec a.active .collapseHead {
    opacity: 1; }
  .registrationStandardPage.myMessagesPage .productSaleSec table thead th.expandCollapseHeadSec a.active .expandHead {
    opacity: 0; }
.registrationStandardPage.myMessagesPage .productSaleSec table tbody {
  background-color: #f5f5f5;
  font-family: "Myriad Pro"; }
  .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr:nth-child(even) {
    background-color: transparent; }
  .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage {
    display: none; }
    .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage td {
      background-color: #ffffff; }
    .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec {
      padding: 25px 38px; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .responseModify {
        background-color: #e7f9ff; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .replyBox {
        display: none; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec h3 {
        font-size: 17px;
        font-family: "Myriad Pro";
        color: #808080;
        margin-bottom: 10px; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .accordionMessageSubject h3 {
        margin-bottom: 0; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .modified2Message {
        background-color: #e7f9ff;
        padding: 14px;
        display: block;
        color: #000000; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .modifiMessageSec .senderMessage textarea {
        width: calc(100% - 220px);
        margin-right: 15px; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .modifiMessageSec .senderMessage .btnAll {
        margin-left: 0; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .borderBtm {
        padding-bottom: 30px;
        border-bottom: 2px solid #b8c0c2;
        margin-bottom: 30px; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .senderMessage {
        margin-bottom: 30px;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .senderMessage.subject {
          margin-bottom: 10px; }
        .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .senderMessage textarea {
          font-size: 13px;
          font-family: "Myriad Pro";
          color: #999999; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec textarea {
        padding: 12px 20px;
        border: 1px solid #c2c2c2;
        background-color: #ffffff;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        margin-bottom: 10px;
        min-height: 142px; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec label {
        text-align: left;
        font-size: 17px;
        color: #808080;
        display: inline-block; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec input {
        border: 1px solid #c2c2c2;
        background-color: #ffffff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        padding: 8px 20px;
        width: calc(100% - 85px); }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .formRow {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        padding: 25px;
        margin-bottom: 0; }
        .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .formRow.replyButton {
          margin-top: 25px;
          padding: 0; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .btnAll {
        border: 1px solid #0098ff;
        height: 56px;
        line-height: 52px;
        padding: 0;
        background-color: transparent;
        font-size: 25px;
        color: #0098ff;
        -webkit-border-radius: 65px;
        -moz-border-radius: 65px;
        -ms-border-radius: 65px;
        -o-border-radius: 65px;
        border-radius: 65px;
        font-family: "Myriad Pro";
        font-weight: bold;
        margin-left: 10px;
        width: 205px; }
        .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .btnAll:focus {
          outline: none; }
        .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .btnAll:hover {
          color: #ffffff !important;
          background-color: #083ba2 !important;
          border: 1px solid #083ba2 !important; }
        .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .btnAll:first-child {
          margin-left: 0; }
        .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .btnAll.replyBtn, .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .btnAll.updateBtn {
          background-color: #0098ff;
          color: #ffffff; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .senderMessage.subject .errorMessage {
        padding-left: 85px; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .senderMessage.subject label {
        width: 85px;
        padding-right: 20px;
        text-align: right; }
      .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .modifiedMessage {
        background-color: #e7f9ff;
        padding: 25px 25px;
        margin-bottom: 10px; }
        .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .modifiedMessage .modifiedMessage {
          padding: 0; }
        .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .modifiedMessage textarea {
          width: 100%;
          margin-right: 0;
          margin-bottom: 0; }
        .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .modifiedMessage .senderMessage.textarea {
          width: 100%;
          margin-bottom: 0; }
          .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .modifiedMessage .senderMessage.textarea .errorMessage {
            padding-left: 0; }
          .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .modifiedMessage .senderMessage.textarea label {
            width: auto;
            margin-bottom: 10px;
            color: #808080;
            font-size: 17px; }
        .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.accordionMessage .accordionMessageSec .modifiedMessage .viewMessage {
          font-size: 15px;
          font-family: "Myriad Pro";
          color: #000000;
          display: block;
          border-bottom: 1px solid #b8c0c2;
          padding: 7px 0;
          margin-bottom: 10px; }
  .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.modifyMessage .senderMessage textarea {
    width: calc(100% - 220px);
    margin-right: 15px; }
  .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.modifyMessage .senderMessage .btnAll {
    margin-left: 0; }
  .registrationStandardPage.myMessagesPage .productSaleSec table tbody tr.doubleModifyMessage .accordionMessageSec .newSenderMessage label {
    margin-bottom: 10px; }
.registrationStandardPage.myMessagesPage .productSaleSec table.whiteTable tbody {
  background-color: #ffffff; }
.registrationStandardPage.myMessagesPage .productSaleSec table.whiteTable td {
  color: #0098ff;
  padding: 20px 16px; }
  .registrationStandardPage.myMessagesPage .productSaleSec table.whiteTable td a {
    color: #0098ff; }
    .registrationStandardPage.myMessagesPage .productSaleSec table.whiteTable td a:hover {
      color: #083ba2; }
  .registrationStandardPage.myMessagesPage .productSaleSec table.whiteTable td.yellowTxt {
    color: #f7931e; }
    .registrationStandardPage.myMessagesPage .productSaleSec table.whiteTable td.yellowTxt a {
      color: #f7931e; }
  .registrationStandardPage.myMessagesPage .productSaleSec table.whiteTable td:first-child, .registrationStandardPage.myMessagesPage .productSaleSec table.whiteTable td:nth-child(2) {
    font-size: 12px; }
.registrationStandardPage.generateReceiptsPage .registrationStandardNew .boxAccordion .formGroup.formFullGroup {
  width: 100%;
  padding: 0; }
.registrationStandardPage.generateReceiptsPage .formRow {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }
  .registrationStandardPage.generateReceiptsPage .formRow .linklable {
    text-decoration: none; }
  .registrationStandardPage.generateReceiptsPage .formRow .checkboxCustom {
    height: 30px; }
  .registrationStandardPage.generateReceiptsPage .formRow .checkBoxWidInput {
    width: calc(100% - 210px); }
  .registrationStandardPage.generateReceiptsPage .formRow .leftcheck label.checkboxCustom {
    width: 180px !important; }
  .registrationStandardPage.generateReceiptsPage .formRow .leftcheck .companyInput {
    width: calc(100% - 210px); }
    .registrationStandardPage.generateReceiptsPage .formRow .leftcheck .companyInput input {
      width: 100%; }
.registrationStandardPage.generateReceiptsPage .updateSubmitSec .btnAll {
  background-color: #0098ff;
  color: #ffffff; }
  .registrationStandardPage.generateReceiptsPage .updateSubmitSec .btnAll:hover {
    background-color: #083ba2;
    color: #ffffff;
    border: 3px solid #083ba2; }
.registrationStandardPage.remindersPage .viewAssociatesSecArea {
  padding-top: 0;
  background-image: none; }
  .registrationStandardPage.remindersPage .viewAssociatesSecArea .coloredTable table tbody td:last-child .checkboxCustom .checkmark {
    margin: 0 auto;
    right: 0; }
.registrationStandardPage.remindersPage .topSearchSec {
  width: 82%;
  padding-left: 20px; }
.registrationStandardPage.remindersPage .formRow label {
  width: 100%;
  text-align: left; }
.registrationStandardPage.remindersPage .formRow select {
  width: calc(100% - 220px);
  margin-right: 10px; }
.registrationStandardPage.remindersPage .formRow .btnAll {
  border: 3px solid #0098ff;
  height: 56px;
  line-height: 52px;
  padding: 0 55px;
  background-color: #0098ff;
  font-size: 25px;
  color: #ffffff;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  -ms-border-radius: 65px;
  -o-border-radius: 65px;
  border-radius: 65px;
  font-family: "Myriad Pro";
  font-weight: bold;
  width: 190px; }
  .registrationStandardPage.remindersPage .formRow .btnAll:hover {
    background-color: #083ba2;
    color: #ffffff;
    border: 3px solid #083ba2; }
.registrationStandardPage.remindersPage .formRow.formRowLabel {
  margin-bottom: 0; }
.registrationStandardPage.remindersPage .formRow .updateSubmitSec .btnAll {
  background-color: #0098ff;
  color: #ffffff; }
  .registrationStandardPage.remindersPage .formRow .updateSubmitSec .btnAll:hover {
    background-color: #083ba2;
    color: #ffffff;
    border: 3px solid #083ba2; }
.registrationStandardPage.remindersPage .btnformRow .btnAll {
  width: 100%; }
.registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea {
  background-image: none;
  padding-top: 0; }
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .topImgSec {
    width: 500px; }
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .imgBoxArea .top {
    margin-bottom: 11px; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .imgBoxArea .top figure {
      width: 150px; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .imgBoxArea .top figure img {
        width: 100%; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .imgBoxArea .top .desc {
      padding-left: 20px;
      width: calc(100% - 150px); }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .imgBoxArea .top .desc .flags {
        margin-bottom: 12px; }
        .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .imgBoxArea .top .desc .flags .flag-icon {
          font-size: 23px; }
        .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .imgBoxArea .top .desc .flags h4 {
          padding-left: 10px;
          font-size: 14px;
          color: #000000;
          margin-bottom: 0;
          word-break: break-all; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .imgBoxArea .top .desc h4 {
        font-size: 18px;
        margin-bottom: 12px;
        font-family: "Myriad Pro";
        font-weight: bold;
        text-align: left; }
        .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .imgBoxArea .top .desc h4 a {
          color: #1a1a1a; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .imgBoxArea .top .desc p {
        font-size: 18px;
        color: #000000; }
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table {
    border-spacing: 0 20px; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table thead th:first-child {
      -webkit-border-top-left-radius: 10px;
      -moz-border-top-left-radius: 10px;
      -ms-border-top-left-radius: 10px;
      -o-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
      -moz-border-bottom-left-radius: 10px;
      -ms-border-bottom-left-radius: 10px;
      -o-border-bottom-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table thead th:last-child {
      -webkit-border-top-right-radius: 10px;
      -moz-border-top-right-radius: 10px;
      -ms-border-top-right-radius: 10px;
      -o-border-top-right-radius: 10px;
      border-top-right-radius: 10px;
      -webkit-border-bottom-right-radius: 10px;
      -moz-border-bottom-right-radius: 10px;
      -ms-border-bottom-right-radius: 10px;
      -o-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table th:first-child,
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table td:first-child {
      text-align: center; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tbody td {
      padding: 35px 25px;
      border-top: none;
      border-bottom: none; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tbody td.noteSec {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        font-weight: normal !important;
        padding: 35px 25px; }
        .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tbody td.noteSec .blue {
          color: #0098ff; }
        .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tbody td.noteSec .green {
          color: #00d02c; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tbody td .btnAll {
        text-decoration: none; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tr.blueRow td {
      border-top: 1px solid #0098ff;
      border-bottom: 1px solid #0098ff; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tr.blueRow td:first-child {
        border-left: 1px solid #0098ff !important;
        font-weight: bold;
        color: #0098ff;
        -webkit-border-top-left-radius: 25px;
        -moz-border-top-left-radius: 25px;
        -ms-border-top-left-radius: 25px;
        -o-border-top-left-radius: 25px;
        border-top-left-radius: 25px;
        -webkit-border-bottom-left-radius: 25px;
        -moz-border-bottom-left-radius: 25px;
        -ms-border-bottom-left-radius: 25px;
        -o-border-bottom-left-radius: 25px;
        border-bottom-left-radius: 25px; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tr.blueRow td:last-child {
        border-right: 1px solid #0098ff !important;
        -webkit-border-top-right-radius: 25px;
        -moz-border-top-right-radius: 25px;
        -ms-border-top-right-radius: 25px;
        -o-border-top-right-radius: 25px;
        border-top-right-radius: 25px;
        -webkit-border-bottom-right-radius: 25px;
        -moz-border-bottom-right-radius: 25px;
        -ms-border-bottom-right-radius: 25px;
        -o-border-bottom-right-radius: 25px;
        border-bottom-right-radius: 25px; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tr.orangeRow td {
      border-top: 1px solid #ff6e00;
      border-bottom: 1px solid #ff6e00;
      color: #ff6e00 !important; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tr.orangeRow td:first-child {
        border-left: 1px solid #ff6e00 !important;
        -webkit-border-top-left-radius: 25px;
        -moz-border-top-left-radius: 25px;
        -ms-border-top-left-radius: 25px;
        -o-border-top-left-radius: 25px;
        border-top-left-radius: 25px;
        -webkit-border-bottom-left-radius: 25px;
        -moz-border-bottom-left-radius: 25px;
        -ms-border-bottom-left-radius: 25px;
        -o-border-bottom-left-radius: 25px;
        border-bottom-left-radius: 25px; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tr.orangeRow td:last-child {
        border-right: 1px solid #ff6e00 !important;
        -webkit-border-top-right-radius: 25px;
        -moz-border-top-right-radius: 25px;
        -ms-border-top-right-radius: 25px;
        -o-border-top-right-radius: 25px;
        border-top-right-radius: 25px;
        -webkit-border-bottom-right-radius: 25px;
        -moz-border-bottom-right-radius: 25px;
        -ms-border-bottom-right-radius: 25px;
        -o-border-bottom-right-radius: 25px;
        border-bottom-right-radius: 25px; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tr.grayRow td {
      border-top: 1px solid #bfbfbf;
      border-bottom: 1px solid #bfbfbf; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tr.grayRow td:first-child {
        border-left: 1px solid #bfbfbf;
        -webkit-border-top-left-radius: 25px;
        -moz-border-top-left-radius: 25px;
        -ms-border-top-left-radius: 25px;
        -o-border-top-left-radius: 25px;
        border-top-left-radius: 25px;
        -webkit-border-bottom-left-radius: 25px;
        -moz-border-bottom-left-radius: 25px;
        -ms-border-bottom-left-radius: 25px;
        -o-border-bottom-left-radius: 25px;
        border-bottom-left-radius: 25px; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tr.grayRow td:last-child {
        border-right: 1px solid #bfbfbf;
        -webkit-border-top-right-radius: 25px;
        -moz-border-top-right-radius: 25px;
        -ms-border-top-right-radius: 25px;
        -o-border-top-right-radius: 25px;
        border-top-right-radius: 25px;
        -webkit-border-bottom-right-radius: 25px;
        -moz-border-bottom-right-radius: 25px;
        -ms-border-bottom-right-radius: 25px;
        -o-border-bottom-right-radius: 25px;
        border-bottom-right-radius: 25px; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tr.modifySec {
      border: none; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .coloredTable table tr.modifySec td {
        padding: 0; }
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec {
    padding: 0 30px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 40px; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec .formGroup {
      padding: 0 12px;
      width: 50%; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec .formGroup.formFullGroup {
        width: 100%; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec .formGroup .formRow p {
        font-size: 15px;
        color: #333333; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec .btnAll {
      width: 100%;
      border: 3px solid #0098ff;
      height: 56px;
      line-height: 52px;
      padding: 0 55px;
      background-color: #0098ff;
      font-size: 25px;
      color: #ffffff;
      -webkit-border-radius: 65px;
      -moz-border-radius: 65px;
      -ms-border-radius: 65px;
      -o-border-radius: 65px;
      border-radius: 65px;
      font-family: "Myriad Pro";
      font-weight: bold; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec .btnAll:hover {
        background-color: #083ba2;
        color: #ffffff;
        border: 3px solid #083ba2; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec.otherPartyOfferSec {
      border-bottom: none;
      margin-bottom: 0; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec.otherPartyOfferSec.solidCenterBtn .updateSubmitSec {
        margin: 0 auto; }
        .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec.otherPartyOfferSec.solidCenterBtn .updateSubmitSec .container {
          padding: 0; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec.otherPartyOfferSec .formRow {
        width: 100%; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec.otherPartyOfferSec .formGroup.formFullGroup .btnAll {
        background-color: #0098ff;
        color: #ffffff;
        font-size: 21px; }
        .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec.otherPartyOfferSec .formGroup.formFullGroup .btnAll.orangeBtn {
          background-color: #ff6e00;
          border: 3px solid #ff6e00;
          color: #ffffff; }
        .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec.otherPartyOfferSec .formGroup.formFullGroup .btnAll:hover {
          background-color: #083ba2;
          color: #ffffff;
          border: 3px solid #083ba2; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec.otherPartyOfferSec .btnAll {
        background-color: #ffffff;
        color: #0098ff; }
        .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea div.modifySec.otherPartyOfferSec .btnAll:hover {
          background-color: #083ba2;
          color: #ffffff;
          border: 3px solid #083ba2; }
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .viewDetailsSec {
    width: 100%; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .viewDetailsSec.newViewDetails a {
      border: 4px solid #0098ff;
      color: #0098ff !important;
      padding: 0 20px;
      height: 56px;
      line-height: 54px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .viewDetailsSec.newViewDetails a:hover {
        background-color: #0098ff;
        color: #ffffff !important; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .viewDetailsSec a {
      display: inline-block;
      font-size: 28px;
      font-family: "Myriad Pro";
      font-weight: bold; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .viewDetailsSec a:hover {
        color: #083ba2; }
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .formRow .errorMessage {
    padding-left: 0; }
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .formRow label {
    width: 100%;
    margin-bottom: 10px; }
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .formRow textarea {
    height: 90px; }
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .formRow select,
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .formRow textarea {
    width: 100%; }
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .formRow input[type="text"], .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .formRow input[type="email"], .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .formRow input[type="tel"], .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .formRow input[type="password"], .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .formRow input[type="url"] {
    width: 100%; }
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .formRow .btnAll {
    border: 2px solid #0098ff;
    height: 56px;
    line-height: 52px;
    padding: 0 55px;
    background-color: #ffffff;
    font-size: 25px;
    color: #0098ff;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px;
    font-family: "Myriad Pro";
    font-weight: bold;
    width: 100%; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .formRow .btnAll:hover {
      background-color: #083ba2;
      color: #ffffff;
      border: 3px solid #083ba2; }
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .formRow.submitFormRow {
    height: 121px;
    padding-top: 21px; }
  .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .updateSubmitSec {
    margin: 0 auto 40px; }
    .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .updateSubmitSec .btnAll {
      border: 3px solid #0098ff;
      height: 56px;
      line-height: 52px;
      padding: 0 75px;
      background-color: #0098ff;
      font-size: 25px;
      color: #ffffff;
      -webkit-border-radius: 65px;
      -moz-border-radius: 65px;
      -ms-border-radius: 65px;
      -o-border-radius: 65px;
      border-radius: 65px;
      font-family: "Myriad Pro";
      font-weight: bold; }
      .registrationStandardPage.negotiationProcessPage .viewAssociatesSecArea .registrationStandardNew .updateSubmitSec .btnAll:hover {
        background-color: #083ba2;
        color: #ffffff;
        border: 3px solid #083ba2; }
.registrationStandardPage.otherBuyersNegotiationPage .viewAssociatesSecArea {
  background-image: none; }
.registrationStandardPage.otherBuyersNegotiationPage .associatesCountriesTopLeft {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
.registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table .coloredTable td:first-child {
  width: auto; }
.registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table tbody {
  background-color: #ffffff; }
.registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table th {
  text-align: center; }
  .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table th:last-child {
    color: #0098ff;
    font-weight: bold; }
.registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #bfbfbf; }
  .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td:first-child {
    width: 545px; }
  .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td .viewContent {
    margin: 0 auto; }
  .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td .imgBoxArea .top figure {
    width: 100px; }
    .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td .imgBoxArea .top figure img {
      width: 100%; }
  .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td .imgBoxArea .top .desc {
    padding: 12px; }
    .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td .imgBoxArea .top .desc h4 {
      text-align: left;
      font-size: 12px;
      font-family: "Myriad Pro";
      font-weight: bold;
      color: #1a1a1a; }
  .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td.insideTable {
    padding: 0; }
    .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td.insideTable .coloredTable table {
      border-left: 1px solid #cacaca;
      border-right: 1px solid #cacaca; }
      .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td.insideTable .coloredTable table thead th {
        background-color: #ffffff;
        border-bottom: 1px solid #8f8f8f;
        padding: 38px 35px;
        text-align: center; }
      .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td.insideTable .coloredTable table td {
        border-bottom: 1px solid #cacaca;
        text-align: center; }
        .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td.insideTable .coloredTable table td:nth-child(2), .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td.insideTable .coloredTable table td:nth-child(5) {
          font-weight: bold; }
        .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td.insideTable .coloredTable table td a {
          text-decoration: none;
          font-weight: bold; }
      .registrationStandardPage.otherBuyersNegotiationPage .productSaleSec table td.insideTable .coloredTable table tbody td {
        padding: 65px 35px;
        font-weight: normal; }
.registrationStandardPage.negotiationCompleteViewPage .negotiationViewPageDetails {
  padding: 0 170px;
  margin-bottom: 70px; }
  .registrationStandardPage.negotiationCompleteViewPage .negotiationViewPageDetails h2 {
    font-size: 54px;
    font-family: "Myriad Pro";
    font-weight: normal;
    color: #0098ff; }
  .registrationStandardPage.negotiationCompleteViewPage .negotiationViewPageDetails p {
    font-size: 19px;
    color: #4d4d4d;
    line-height: 1.6;
    margin-bottom: 15px; }
.registrationStandardPage.negotiationCompleteViewPage .boxAccordion .boxAccordionDetails {
  padding: 50px 35px; }
.registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .container {
  padding: 0 30px; }
.registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .informationTable {
  margin: 0 -30px; }
  .registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .informationTable .informationGrid {
    width: 50%;
    padding: 0 30px; }
  .registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .informationTable .informationTableGrid {
    padding: 0 12px; }
  .registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .informationTable h3 {
    font-size: 25px;
    font-family: "Myriad Pro";
    font-weight: normal;
    color: #000000;
    text-align: center;
    height: 72px;
    line-height: 72px;
    background-color: #ebf6ff;
    margin-bottom: 0; }
  .registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .informationTable .informationTableInside tr:last-child th,
  .registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .informationTable .informationTableInside tr:last-child td {
    border-bottom: 1px solid #808080; }
  .registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .informationTable .informationTableInside th,
  .registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .informationTable .informationTableInside td {
    padding: 18px 22px;
    border-bottom: 1px solid #bfbfbf;
    font-size: 19px;
    font-family: "Myriad Pro"; }
  .registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .informationTable .informationTableInside th {
    color: #666666; }
  .registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .informationTable .informationTableInside td {
    color: #333333;
    text-align: right; }
    .registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .informationTable .informationTableInside td a {
      color: #333333; }
      .registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .informationTable .informationTableInside td a:hover {
        color: #e34e43; }
.registrationStandardPage.negotiationCompleteViewPage .viewAssociatesSecArea .formFullGroup {
  margin-bottom: 0; }
.registrationStandardPage.negotiationCompleteViewPage .negotiationBtmContentSec {
  text-align: left; }
  .registrationStandardPage.negotiationCompleteViewPage .negotiationBtmContentSec p {
    font-size: 21px;
    color: #4d4d4d;
    margin-bottom: 15px;
    padding: 0 85px; }
.registrationStandardPage.negotiationCompleteViewPage .productDetailsSec .details-row .row h3 {
  padding: 0 40px;
  font-size: 25px; }
.registrationStandardPage.negotiationCompleteViewPage .negotiationTopImageSec {
  margin-bottom: 40px; }
  .registrationStandardPage.negotiationCompleteViewPage .negotiationTopImageSec .topImgSec {
    margin-bottom: 40px; }
  .registrationStandardPage.negotiationCompleteViewPage .negotiationTopImageSec ul.codeList {
    margin-bottom: 50px;
    padding: 0 80px; }
    .registrationStandardPage.negotiationCompleteViewPage .negotiationTopImageSec ul.codeList li {
      width: 50%;
      padding: 0 20px;
      text-align: center;
      font-size: 18px;
      font-family: "Myriad Pro";
      color: #000000; }
      .registrationStandardPage.negotiationCompleteViewPage .negotiationTopImageSec ul.codeList li strong {
        color: #0098ff;
        font-weight: normal; }
.registrationStandardPage.negotiationCompleteViewPage .expandCollapseAllSec {
  padding: 0 20px;
  margin-bottom: 30px; }
  .registrationStandardPage.negotiationCompleteViewPage .expandCollapseAllSec a {
    display: inline-block;
    font-size: 20px;
    font-family: "Myriad Pro";
    color: #0098ff;
    border-right: 2px solid #949494;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1; }
    .registrationStandardPage.negotiationCompleteViewPage .expandCollapseAllSec a:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }
    .registrationStandardPage.negotiationCompleteViewPage .expandCollapseAllSec a.active {
      color: #083ba2; }
.registrationStandardPage.allUsersPage .viewAssociatesSecArea .coloredTable table tbody tr td a {
  display: block;
  text-decoration: none; }
  .registrationStandardPage.allUsersPage .viewAssociatesSecArea .coloredTable table tbody tr td a:hover {
    color: #333333; }
.registrationStandardPage.allUsersPage .viewAssociatesSecArea .coloredTable table tbody td .dataBtn {
  background-color: #0098ff;
  color: #ffffff;
  font-size: 12px;
  font-family: "Myriad Pro";
  font-weight: bold;
  padding: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  border: 1px solid #0098ff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
  .registrationStandardPage.allUsersPage .viewAssociatesSecArea .coloredTable table tbody td .dataBtn:hover {
    background-color: #083ba2;
    color: #ffffff;
    border-color: #083ba2; }
  .registrationStandardPage.allUsersPage .viewAssociatesSecArea .coloredTable table tbody td .dataBtn.inactiveButton {
    background-color: #f5f5f5;
    color: #0098ff; }
.registrationStandardPage.allUsersPage .updateSubmitSec .btnAll {
  background-color: #0098ff;
  color: #ffffff; }
  .registrationStandardPage.allUsersPage .updateSubmitSec .btnAll:hover {
    background-color: #083ba2;
    border-color: #083ba2; }
.registrationStandardPage.viewTradersPage .viewAssociatesSecArea {
  background-image: none; }
.registrationStandardPage.viewTradersPage .updateSubmitSec .btnAll {
  background-color: #0098ff;
  color: #ffffff; }
  .registrationStandardPage.viewTradersPage .updateSubmitSec .btnAll:hover {
    background-color: #083ba2;
    border-color: #083ba2; }
.registrationStandardPage.viewTradersPage .coloredTable table tbody td span.viewContent.active img.compressView {
  opacity: 1 !important; }
.registrationStandardPage.viewTradersPage .coloredTable table tbody td span.viewContent.active img.expandView {
  opacity: 0; }
.registrationStandardPage.viewTradersPage .coloredTable table tbody td span.viewContent {
  width: 29px;
  height: 29px;
  text-align: center;
  background-color: #0098ff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: block; }
  .registrationStandardPage.viewTradersPage .coloredTable table tbody td span.viewContent:hover {
    background-color: #083ba2; }
  .registrationStandardPage.viewTradersPage .coloredTable table tbody td span.viewContent img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 13px;
    height: 13px;
    margin: auto; }
    .registrationStandardPage.viewTradersPage .coloredTable table tbody td span.viewContent img.compressView {
      opacity: 0; }
.registrationStandardPage.viewTradersPage .insideTraderTable table {
  border: 1px solid #bfbfbf; }
  .registrationStandardPage.viewTradersPage .insideTraderTable table thead {
    background-color: transparent; }
    .registrationStandardPage.viewTradersPage .insideTraderTable table thead th {
      border-bottom: 1px solid #999999; }
.registrationStandardPage.viewRepresentativesPage .updateSubmitSec .btnAll {
  background-color: #0098ff;
  color: #ffffff; }
  .registrationStandardPage.viewRepresentativesPage .updateSubmitSec .btnAll:hover {
    background-color: #083ba2;
    border-color: #083ba2; }
.registrationStandardPage.myProductsPage .boxAccordion .boxAccordionDetails {
  padding: 30px 0; }
.registrationStandardPage.myProductsPage .profileHead h2 {
  font-size: 29px;
  font-family: "Myriad Pro";
  font-weight: normal;
  color: #333333; }
.registrationStandardPage.myProductsPage .profileHead p {
  font-size: 18px;
  font-family: "Myriad Pro";
  color: #000000;
  line-height: 1.4; }
.registrationStandardPage.myProductsPage .productSaleSec .noProductSec {
  padding: 20px 0;
  background-color: #f5f5f5; }
  .registrationStandardPage.myProductsPage .productSaleSec .noProductSec p {
    font-size: 14px;
    font-family: "Myriad Pro";
    font-weight: bold;
    color: #0098ff;
    text-align: center; }
.registrationStandardPage.myProductsPage .productSaleSec .boxAccordion .productPageTitle {
  background-color: transparent; }
  .registrationStandardPage.myProductsPage .productSaleSec .boxAccordion .productPageTitle:hover:before, .registrationStandardPage.myProductsPage .productSaleSec .boxAccordion .productPageTitle:hover:after, .registrationStandardPage.myProductsPage .productSaleSec .boxAccordion .productPageTitle.active:before, .registrationStandardPage.myProductsPage .productSaleSec .boxAccordion .productPageTitle.active:after {
    background-color: #000000; }
.registrationStandardPage.myProductsPage .productSaleSec .boxAccordion .title2 {
  background-color: transparent;
  font-weight: bold;
  padding: 0;
  font-size: 16px;
  font-family: "Myriad Pro";
  color: #333333; }
.registrationStandardPage.myProductsPage .productSaleSec .boxAccordion .btnAll {
  background-color: #0098ff;
  color: #ffffff;
  font-size: 16px;
  font-family: "Myriad Pro";
  font-weight: bold;
  padding: 0 45px; }
  .registrationStandardPage.myProductsPage .productSaleSec .boxAccordion .btnAll:hover {
    background-color: #083ba2; }
.registrationStandardPage.myProductsPage .productSaleSec .boxAccordion .productPageTitle {
  position: relative;
  padding: 7px 52px;
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
.registrationStandardPage.myProductsPage .productSaleSec .boxAccordionDetails .product_list {
  width: 100%;
  border: none;
  padding: 0; }
.registrationStandardPage.myProductsPage .productSaleSec .productDescription table {
  margin-bottom: 18px; }
  .registrationStandardPage.myProductsPage .productSaleSec .productDescription table tbody tr td {
    font-family: "Myriad Pro";
    text-align: center; }
    .registrationStandardPage.myProductsPage .productSaleSec .productDescription table tbody tr td.actionBtn .btnBtm {
      padding: 0 0;
      white-space: nowrap; }
    .registrationStandardPage.myProductsPage .productSaleSec .productDescription table tbody tr td a {
      font-weight: bold;
      color: #0098ff; }
    .registrationStandardPage.myProductsPage .productSaleSec .productDescription table tbody tr td .imgBoxArea .top {
      margin-bottom: 0;
      width: 100%; }
      .registrationStandardPage.myProductsPage .productSaleSec .productDescription table tbody tr td .imgBoxArea .top figure {
        width: 120px;
        height: 120px; }
        .registrationStandardPage.myProductsPage .productSaleSec .productDescription table tbody tr td .imgBoxArea .top figure img {
          width: 100%; }
      .registrationStandardPage.myProductsPage .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc {
        width: calc(100% - 120px); }
        .registrationStandardPage.myProductsPage .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc h4 {
          font-size: 14px;
          font-family: "Myriad Pro";
          font-weight: bold;
          color: #1a1a1a;
          width: 100%;
          margin-bottom: 0; }
        .registrationStandardPage.myProductsPage .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc .flags {
          margin-bottom: 7px; }
          .registrationStandardPage.myProductsPage .productSaleSec .productDescription table tbody tr td .imgBoxArea .top .desc .flags .flag-icon {
            margin-bottom: 7px; }
    .registrationStandardPage.myProductsPage .productSaleSec .productDescription table tbody tr td:nth-child(2), .registrationStandardPage.myProductsPage .productSaleSec .productDescription table tbody tr td:nth-child(4) {
      font-weight: bold; }
.registrationStandardPage.myProductsPage .productSaleSec .productDescription .btnBtm {
  padding: 0 25px; }
  .registrationStandardPage.myProductsPage .productSaleSec .productDescription .btnBtm .btnAll {
    display: inline-block; }
.registrationStandardPage.agencyProfilePage .registrationStandardNew .formRow .checkSelect {
  height: 19px; }
.registrationStandardPage.agencyProfilePage .registrationStandardNew .formRow.noMargin {
  margin-bottom: 0; }
.registrationStandardPage.agencyProfilePage .registrationStandardNew .formRow textarea {
  min-height: 120px; }
.registrationStandardPage.membersPage .viewAssociatesSecArea .coloredTable table .flag-icon {
  margin-right: 5px; }
.registrationStandardPage.membersPage .viewAssociatesSecArea .coloredTable table td .tooltipDetails {
  width: auto;
  white-space: nowrap;
  top: -10px; }
  .registrationStandardPage.membersPage .viewAssociatesSecArea .coloredTable table td .tooltipDetails:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.registrationStandardPage.membersPage .registrationStandardNew .membersPageNew .formRow .errorMessage {
  padding-left: 0; }
.registrationStandardPage.membersPage .registrationStandardNew .membersPageNew .formRow label {
  width: 100%;
  padding-right: 0;
  margin-bottom: 10px; }
.registrationStandardPage.membersPage .registrationStandardNew .membersPageNew .formRow input,
.registrationStandardPage.membersPage .registrationStandardNew .membersPageNew .formRow select {
  width: 100% !important; }
.registrationStandardPage.membersPage .viewAssociatesSecArea {
  background-image: none; }
.registrationStandardPage.membersPage td .checkboxCustom {
  width: 19px;
  height: 19px; }
.registrationStandardPage.membersPage .coloredTable {
  overflow-x: scroll;
  width: 100%; }
  .registrationStandardPage.membersPage .coloredTable table {
    width: 1390px; }
    .registrationStandardPage.membersPage .coloredTable table thead th.memberId {
      width: 180px; }
    .registrationStandardPage.membersPage .coloredTable table thead th.representative {
      width: 140px; }
    .registrationStandardPage.membersPage .coloredTable table thead th.membersName {
      width: 200px; }
    .registrationStandardPage.membersPage .coloredTable table tbody td.memberId {
      width: 180px; }
    .registrationStandardPage.membersPage .coloredTable table tbody td.representative {
      width: 140px; }
    .registrationStandardPage.membersPage .coloredTable table tbody td.membersName {
      width: 200px; }
.registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .boxAccordionDetails {
  padding: 50px 0; }
.registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .formRow .errorMessage {
  padding-left: 240px; }
.registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .formRow label {
  width: 240px !important; }
  .registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .formRow label.checkboxCustom.ctop {
    width: auto !important; }
.registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .formRow input,
.registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .formRow select,
.registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .formRow textarea {
  width: calc(100% - 240px) !important; }
.registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .formWrapper {
  margin-bottom: 45px; }
  .registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .formWrapper:last-child {
    margin-bottom: 0; }
.registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .btmBtnSec {
  margin-top: 22px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end; }
  .registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .btmBtnSec .btnAll {
    font-size: 16px !important;
    padding: 0 26px !important;
    border-width: 2px !important;
    height: 38px !important;
    line-height: 38px !important;
    margin-right: 12px; }
    .registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .btmBtnSec .btnAll:last-child {
      margin-right: 0; }
    .registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .btmBtnSec .btnAll.active {
      color: #ffffff;
      background-color: #0098ff; }
.registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .openMailDetails {
  width: 100%;
  border: 1px solid #1fa5ff; }
  .registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .openMailDetails .openMailInside {
    padding: 20px; }
  .registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .openMailDetails h3 {
    background-color: #0098ff;
    font-weight: bold;
    margin-bottom: 25px;
    color: #ffffff;
    padding: 15px 13px;
    margin-bottom: 0; }
  .registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .openMailDetails h4 {
    font-size: 21px;
    font-family: "Myriad Pro";
    color: #333333;
    font-weight: bold;
    margin-bottom: 25px; }
  .registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .openMailDetails p {
    font-size: 17px;
    color: #4d4d4d;
    font-family: "Myriad Pro";
    font-weight: normal; }
  .registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .openMailDetails textarea {
    min-height: 140px; }
  .registrationStandardPage.membersPage .formBottomSec .registrationStandardNew .openMailDetails .formNewRow {
    text-align: right; }

.hiddenSideNav {
  width: 265px;
  position: relative; }
  .hiddenSideNav .adminMenu {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #4f71bd;
    display: block;
    font-size: 17px;
    font-family: "Myriad Pro";
    font-weight: normal;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    vertical-align: middle; }
    .hiddenSideNav .adminMenu.active {
      background-color: #00adff; }
      .hiddenSideNav .adminMenu.active .myOptionMenuClick .fa-angle-up {
        opacity: 1; }
      .hiddenSideNav .adminMenu.active .myOptionMenuClick .fa-angle-down {
        opacity: 0; }
    .hiddenSideNav .adminMenu:hover {
      background-color: #1b1464; }
    .hiddenSideNav .adminMenu em {
      font-style: normal; }
    .hiddenSideNav .adminMenu .adminIcon {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-right: 10px;
      vertical-align: middle;
      text-align: center; }
      .hiddenSideNav .adminMenu .adminIcon img {
        display: inline-block; }
  .hiddenSideNav .sidebarList {
    position: absolute;
    width: 100%;
    display: none;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    .hiddenSideNav .sidebarList > ul li.subActive .menuClick .fa-angle-up {
      opacity: 1; }
    .hiddenSideNav .sidebarList > ul li.subActive .menuClick .fa-angle-down {
      opacity: 0; }
    .hiddenSideNav .sidebarList > ul li a {
      font-size: 17px; }

.myOptionMenubar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden; }
  .myOptionMenubar .myOptionMenuClick {
    display: block;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center; }
    .myOptionMenubar .myOptionMenuClick .fa {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 5px;
      color: #ffffff; }
    .myOptionMenubar .myOptionMenuClick .fa-angle-up {
      opacity: 0; }

.sidebarList > ul {
  width: 100%; }
  .sidebarList > ul li {
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .sidebarList > ul li.hasSub {
      position: relative; }
    .sidebarList > ul li .menuClick {
      display: block;
      position: absolute;
      right: 15px;
      top: 5px;
      width: 15px;
      height: 30px;
      line-height: 30px;
      cursor: pointer;
      text-align: center; }
      .sidebarList > ul li .menuClick .fa {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 8px;
        color: #ffffff; }
      .sidebarList > ul li .menuClick .fa-angle-up {
        opacity: 0; }
    .sidebarList > ul li.active > a, .sidebarList > ul li.subActive > a, .sidebarList > ul li.remainActive > a {
      background-color: #00adff; }
    .sidebarList > ul li a {
      padding: 0 12px;
      height: 40px;
      line-height: 40px;
      color: #ffffff;
      background-color: #4f71bd;
      display: block;
      font-size: 17px;
      font-family: "Myriad Pro";
      font-weight: normal;
      border-bottom: 1px solid #ebebeb;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      vertical-align: middle; }
      .sidebarList > ul li a em {
        font-style: normal; }
    .sidebarList > ul li:hover > a {
      background-color: #1b1464; }
    .sidebarList > ul li .profilePageSub {
      overflow: hidden;
      border-bottom: 1px solid #ebebeb;
      display: none; }
      .sidebarList > ul li .profilePageSub ul {
        background-color: #fafafa; }
        .sidebarList > ul li .profilePageSub ul li {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0; }
          .sidebarList > ul li .profilePageSub ul li.active {
            background-color: #00adff;
            color: #ffffff; }
          .sidebarList > ul li .profilePageSub ul li a {
            background-color: #f2f2f2;
            padding: 0 20px 0 52px;
            color: #4f71bd;
            position: relative; }
            .sidebarList > ul li .profilePageSub ul li a:before {
              position: absolute;
              left: 25px;
              top: 0;
              font-family: FontAwesome;
              content: ""; }
          .sidebarList > ul li .profilePageSub ul li:hover a {
            color: #1a1a1a; }
          .sidebarList > ul li .profilePageSub ul li > ul li a {
            padding: 0 20px 0 65px; }
            .sidebarList > ul li .profilePageSub ul li > ul li a:before {
              left: 40px;
              content: "";
              font-size: 10px; }
.sidebarList .commerceIcon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center; }
  .sidebarList .commerceIcon img {
    display: inline-block; }

.slidingSec {
  position: absolute;
  right: 1px;
  top: 40px;
  width: 62px;
  height: 368px;
  -webkit-border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  -ms-border-radius: 0 12px 12px 0;
  -o-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
  margin-bottom: 3px;
  color: #666666;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #dcdcdc;
  border-left: 1px solid #ffffff;
  padding: 0 12px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end; }
  .slidingSec span {
    font-size: 16px;
    display: block;
    height: 170px;
    line-height: 170px;
    border-left: 1px solid #78deff;
    position: relative;
    padding-left: 10px;
    margin-left: 16px; }
    .slidingSec span:after {
      position: absolute;
      content: "";
      left: -8px;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #78deff; }
    .slidingSec span:before {
      position: absolute;
      content: "";
      left: -16px;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #78deff; }
    .slidingSec span.slideOut {
      display: none; }

.msgArea {
  flex-wrap: nowrap; }
  .msgArea .textMessage {
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 20px;
    display: block !important;
    width: calc(100% - 220px);
    margin-right: 15px;
    font-size: 13px !important;
    min-height: 142px; }

.presentOpportunitySec {
  padding: 60px 80px; }
  .presentOpportunitySec h3 {
    color: #4d4d4d;
    font-weight: 700;
    font-size: 33px;
    font-family: "Myriad Pro";
    margin-bottom: 40px; }
  .presentOpportunitySec p {
    color: #4d4d4d;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 15px; }
    .presentOpportunitySec p .lightBlueTxt {
      font-weight: 700; }
  .presentOpportunitySec .presentOpportunityInr {
    width: 1130px;
    margin: 0 auto;
    max-width: 100%; }
  .presentOpportunitySec .presentOpportunityContent {
    padding: 50px 60px 0 155px;
    width: 62%; }
  .presentOpportunitySec .presentOpportunityInside {
    width: 1130px;
    margin: 0 auto;
    max-width: 100%; }
  .presentOpportunitySec .graphImage {
    width: 38%; }

.greenBlueSec {
  background-color: #00d0e9;
  color: #ffffff; }
  .greenBlueSec .greenBlueRightSec {
    width: 64%;
    padding: 9% 60px 9% 250px; }
    .greenBlueSec .greenBlueRightSec p {
      font-size: 21px;
      font-family: "Myriad Pro";
      line-height: 1.5; }
    .greenBlueSec .greenBlueRightSec a {
      font-weight: 700;
      color: #ffffff; }
  .greenBlueSec .greenBlueSecLeft {
    width: 36%;
    background-color: #3f6fff;
    position: relative; }
    .greenBlueSec .greenBlueSecLeft figure {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
      -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      -o-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }

.onlineAffilatesSec {
  padding: 60px 80px; }
  .onlineAffilatesSec .container {
    width: 1130px;
    max-width: 100%;
    margin: 0 auto; }
  .onlineAffilatesSec.onlineOne {
    padding: 60px 120px; }
  .onlineAffilatesSec .onlineAffilatesLeft {
    width: 50%;
    padding-left: 11%;
    padding-right: 20px; }
  .onlineAffilatesSec .onlineAffilatesRight {
    width: 50%;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 10%; }
  .onlineAffilatesSec h3 {
    color: #4d4d4d;
    font-weight: 700;
    font-size: 33px;
    font-family: "Myriad Pro";
    margin-bottom: 40px; }
  .onlineAffilatesSec p {
    color: #4d4d4d;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 15px; }
  .onlineAffilatesSec .onlineAffilatesCard {
    width: 420px;
    padding: 35px 35px 25px 35px;
    border: 1px solid #0098ff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px; }
    .onlineAffilatesSec .onlineAffilatesCard figure {
      margin-right: 20px; }
    .onlineAffilatesSec .onlineAffilatesCard .onlineAffilatesCardDetails h4 {
      font-size: 29px;
      font-weight: normal;
      color: #333333;
      margin-bottom: 10px; }
    .onlineAffilatesSec .onlineAffilatesCard .onlineAffilatesCardDetails .trackNum {
      display: block;
      color: #666666;
      font-size: 14px;
      text-transform: uppercase;
      padding-left: 5px; }
  .onlineAffilatesSec.blueOnlineAffilatesSec {
    background-color: #0fa7ff;
    padding: 60px 120px; }
    .onlineAffilatesSec.blueOnlineAffilatesSec h3,
    .onlineAffilatesSec.blueOnlineAffilatesSec p {
      color: #ffffff; }
    .onlineAffilatesSec.blueOnlineAffilatesSec .topTxt {
      display: block;
      text-align: center;
      margin-bottom: 25px; }
      .onlineAffilatesSec.blueOnlineAffilatesSec .topTxt .numTxt {
        display: inline-block;
        font-size: 43px;
        font-family: "Myriad Pro";
        font-weight: bold;
        color: #ffffff;
        border-bottom: 6px solid #ffffff;
        line-height: 1; }
    .onlineAffilatesSec.blueOnlineAffilatesSec .onlineAffilatesRight {
      padding: 0;
      padding-right: 15%;
      padding-left: 2%; }
      .onlineAffilatesSec.blueOnlineAffilatesSec .onlineAffilatesRight img {
        margin: 0 auto; }
  .onlineAffilatesSec.advantagesSec .onlineAffilatesInr {
    width: 77%;
    margin: 0 auto; }
  .onlineAffilatesSec.advantagesSec .onlineAffilatesLeft {
    padding: 0;
    width: 100%; }
  .onlineAffilatesSec.advantagesSec p {
    font-size: 23px; }
  .onlineAffilatesSec.advantagesSec .onlineAffilatesRight {
    padding-right: 0;
    width: 40%; }
  .onlineAffilatesSec.advantagesSec .onlineAffilatesBtn {
    text-align: center;
    margin-top: 70px; }

.potentialEarningsSec {
  text-align: center; }
  .potentialEarningsSec h3 {
    color: #4d4d4d;
    font-weight: 700;
    font-size: 33px;
    font-family: "Myriad Pro";
    margin-bottom: 40px; }
  .potentialEarningsSec p {
    color: #4d4d4d;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 15px; }
  .potentialEarningsSec .potentialEarningsSecImg {
    margin: 0 auto 60px;
    width: 50%; }
  .potentialEarningsSec .potentialEarningsList {
    width: 20%;
    padding: 0 1%; }
    .potentialEarningsSec .potentialEarningsList figure img {
      margin: 0 auto; }
  .potentialEarningsSec .comp {
    font-size: 13px;
    font-family: "Myriad Pro";
    font-weight: bold;
    color: #999999;
    margin-bottom: 8px;
    display: block; }
  .potentialEarningsSec .price {
    font-size: 23px;
    font-family: "Myriad Pro";
    font-weight: bold;
    color: #666666; }
  .potentialEarningsSec figure {
    margin-bottom: 30px; }
  .potentialEarningsSec .potentialEarningsHead {
    margin-bottom: 70px; }
  .potentialEarningsSec .addTotalSec {
    width: 186px;
    height: 186px;
    border: 2px solid #0098ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto; }
    .potentialEarningsSec .addTotalSec .addTxt {
      text-align: center;
      display: block;
      margin: 0 auto;
      font-size: 45px;
      font-family: "Myriad Pro";
      font-weight: bold;
      color: #0098ff;
      line-height: 1; }

.membershipGreenSec {
  background-color: #66d74e;
  padding: 60px 0 50px; }
  .membershipGreenSec .membershipGreenInr {
    width: 50%;
    margin: 0 auto; }
    .membershipGreenSec .membershipGreenInr figure {
      width: 50%;
      position: relative; }
      .membershipGreenSec .membershipGreenInr figure img {
        margin: 0 auto; }
      .membershipGreenSec .membershipGreenInr figure .dollarTxt {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        font-size: 34px;
        font-family: "Myriad Pro";
        font-weight: bold;
        color: #ffffff; }
    .membershipGreenSec .membershipGreenInr .membershipGreenTxt {
      width: 50%; }
      .membershipGreenSec .membershipGreenInr .membershipGreenTxt p {
        font-size: 22px;
        font-family: "Myriad Pro";
        font-weight: bold;
        color: #ffffff;
        margin-bottom: 35px;
        line-height: 1.6;
        letter-spacing: 1px;
        padding-left: 20px; }

.expandEarningSec .expandEarningSecInr {
  width: 90%;
  margin: 0 auto;
  text-align: center; }
  .expandEarningSec .expandEarningSecInr h3 {
    color: #0098ff;
    font-weight: 700;
    font-size: 32px;
    font-family: "Myriad Pro";
    margin-bottom: 40px; }
  .expandEarningSec .expandEarningSecInr p {
    color: #4d4d4d;
    font-size: 27px;
    line-height: 1.5;
    margin-bottom: 15px; }
  .expandEarningSec .expandEarningSecInr .expandEarningInside {
    width: 50%;
    text-align: left;
    padding-left: 11%; }
    .expandEarningSec .expandEarningSecInr .expandEarningInside h3 {
      color: #4d4d4d; }
  .expandEarningSec .expandEarningSecInr .expandEarningSecContent {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto; }
  .expandEarningSec .expandEarningSecInr .expandEarningImgList {
    width: 50%;
    padding-top: 80px;
    padding-left: 65px; }
    .expandEarningSec .expandEarningSecInr .expandEarningImgList .expandEarningImgTop figure {
      margin: 0 auto 95px; }
      .expandEarningSec .expandEarningSecInr .expandEarningImgList .expandEarningImgTop figure .imgDetails {
        background-color: #ed1e79; }
    .expandEarningSec .expandEarningSecInr .expandEarningImgList figure {
      position: relative;
      display: inline-block;
      margin-right: 42px; }
      .expandEarningSec .expandEarningSecInr .expandEarningImgList figure:last-child {
        margin-right: 0; }
      .expandEarningSec .expandEarningSecInr .expandEarningImgList figure img {
        margin: 0 auto; }
      .expandEarningSec .expandEarningSecInr .expandEarningImgList figure .imgDetails {
        position: absolute;
        left: -35px;
        top: -70px;
        font-size: 30px;
        font-family: "Myriad Pro";
        font-weight: bold;
        color: #ffffff;
        background-color: #93278f;
        width: 78px;
        height: 78px;
        line-height: 78px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }

.subscriptionDetailsSec {
  background-color: #0fa7ff; }
  .subscriptionDetailsSec .subscriptionDetailsInside {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto; }
    .subscriptionDetailsSec .subscriptionDetailsInside .subscriptionDetailsLeft {
      width: 57%;
      text-align: left;
      padding-left: 9%; }
    .subscriptionDetailsSec .subscriptionDetailsInside h4 {
      font-size: 22px;
      font-family: "Myriad Pro";
      font-weight: bold;
      color: #ffffff;
      margin-bottom: 25px; }
    .subscriptionDetailsSec .subscriptionDetailsInside p {
      color: #ffffff;
      font-size: 21px;
      line-height: 1.4;
      margin-bottom: 25px;
      font-weight: normal;
      font-family: "Myriad Pro"; }
  .subscriptionDetailsSec .totalCalcSec {
    width: 440px;
    background-color: #ffffff;
    padding: 25px 40px;
    text-align: center;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    border-radius: 90px; }
    .subscriptionDetailsSec .totalCalcSec p {
      color: #0fa7ff; }
      .subscriptionDetailsSec .totalCalcSec p strong {
        font-size: 38px; }
  .subscriptionDetailsSec .subscriptionDetailsRight {
    width: 43%;
    padding-left: 0;
    padding-right: 60px; }

.dblBtn .btnAll {
  margin-right: 20px; }
  .dblBtn .btnAll:last-child {
    margin-right: 0; }

.afterContinueNegotiation {
  width: 100%; }

.faqPageSec .registrationStandardNew {
  padding: 0 80px; }
  .faqPageSec .registrationStandardNew .allBtn span {
    border-bottom: 1px solid #0098ff; }
  .faqPageSec .registrationStandardNew .formRow label[for=checkbox] {
    width: auto; }
  .faqPageSec .registrationStandardNew .formRow textarea {
    height: 115px; }
  .faqPageSec .registrationStandardNew .formRow input,
  .faqPageSec .registrationStandardNew .formRow select,
  .faqPageSec .registrationStandardNew .formRow textarea {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px; }
  .faqPageSec .registrationStandardNew .submitRow {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end; }
    .faqPageSec .registrationStandardNew .submitRow .btnAll {
      -webkit-border-radius: 65px;
      -moz-border-radius: 65px;
      -ms-border-radius: 65px;
      -o-border-radius: 65px;
      border-radius: 65px; }
  .faqPageSec .registrationStandardNew .boxAccordion.boxOpen .title2 {
    background-color: #ebebeb; }
  .faqPageSec .registrationStandardNew .form-horizontal .boxAccordion {
    margin-bottom: 12px !important; }
.faqPageSec .faqDetails p {
  font-size: 17px;
  font-family: "Myriad Pro";
  font-weight: normal;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 20px; }

.whatsNewPage.viewAssociatesSecArea {
  padding: 0;
  background-image: none; }
  .whatsNewPage.viewAssociatesSecArea h2 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 32px; }

.whatsNewAll {
  width: 1096px;
  margin: 0 auto; }
  .whatsNewAll .arrowFont {
    color: #0098ff;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .whatsNewAll .whatsNewLink {
    font-size: 17px;
    font-family: "Myriad Pro";
    font-weight: normal;
    color: #0098ff;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 25px; }
  .whatsNewAll .whatsNewContent {
    border-top: 1px solid #818181;
    border-bottom: 4px solid #ebf6ff;
    padding: 40px 18px; }
    .whatsNewAll .whatsNewContent h3 {
      font-size: 28px;
      font-family: "Myriad Pro";
      color: #1a1a1a;
      margin-bottom: 45px; }
    .whatsNewAll .whatsNewContent p {
      font-size: 28px;
      font-family: "Myriad Pro";
      color: #1a1a1a;
      line-height: 1.5;
      margin-bottom: 35px; }
    .whatsNewAll .whatsNewContent figure {
      float: right;
      margin-bottom: 25px;
      margin-left: 35px;
      width: 640px; }
  .whatsNewAll .whatsNewBtmSec {
    padding: 30px 18px; }
  .whatsNewAll .whatsNewBtmGrid {
    margin: 0 -15px; }
    .whatsNewAll .whatsNewBtmGrid .whatsNewBtmBlock {
      width: 33.33%;
      padding: 0 15px;
      border-right: 4px solid #ebf6ff; }
      .whatsNewAll .whatsNewBtmGrid .whatsNewBtmBlock p {
        font-size: 16px;
        font-family: "Myriad Pro";
        font-weight: normal;
        color: #1a1a1a; }
      .whatsNewAll .whatsNewBtmGrid .whatsNewBtmBlock .btmRead {
        margin-top: 10px;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between; }
        .whatsNewAll .whatsNewBtmGrid .whatsNewBtmBlock .btmRead .imgIn {
          display: inline-block; }
        .whatsNewAll .whatsNewBtmGrid .whatsNewBtmBlock .btmRead a {
          font-size: 16px;
          font-family: "Myriad Pro";
          font-weight: normal;
          color: #0098ff; }
        .whatsNewAll .whatsNewBtmGrid .whatsNewBtmBlock .btmRead .dateTxt {
          font-size: 16px;
          font-family: "Myriad Pro";
          font-weight: normal;
          color: #1a1a1a; }

.contactUsPage {
  text-align: center; }
  .contactUsPage p {
    font-size: 79px;
    font-family: "Myriad Pro";
    color: #1a1a1a;
    font-weight: normal; }

.heading h2 {
  font-size: 43px;
  line-height: 1.1;
  text-align: center;
  color: #1b148f;
  margin-bottom: 22px; }
.heading.testimonialsPg {
  font-family: "Myriad Pro"; }
  .heading.testimonialsPg h2 {
    color: #0098ff; }
  .heading.testimonialsPg.pagemain .dataWrap p {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.5; }
  .heading.testimonialsPg.pagemain .dataWrap .smallData {
    color: #0098ff; }
    .heading.testimonialsPg.pagemain .dataWrap .smallData span {
      font-size: 19px; }
  .heading.testimonialsPg .tableMeta .leftSec .testimonialLink {
    font-size: 19px;
    font-family: "Myriad Pro";
    font-weight: bold;
    color: #0098ff;
    display: block;
    cursor: pointer; }
    .heading.testimonialsPg .tableMeta .leftSec .testimonialLink span {
      display: inline-block;
      vertical-align: middle; }
    .heading.testimonialsPg .tableMeta .leftSec .testimonialLink img {
      display: inline-block;
      margin-left: 4px;
      margin-top: -5px;
      vertical-align: middle; }
  .heading.testimonialsPg .dataWrap ul li {
    padding: 15px 35px; }
    .heading.testimonialsPg .dataWrap ul li p {
      position: relative; }
      .heading.testimonialsPg .dataWrap ul li p:first-child:before {
        position: absolute;
        content: '"';
        margin-left: -15px;
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        font-size: 20px;
        top: -2px;
        color: #0098ff; }
      .heading.testimonialsPg .dataWrap ul li p:last-child:after {
        position: absolute;
        content: '"';
        margin-left: 10px;
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        font-size: 20px;
        color: #0098ff; }

.whatsNew {
  color: #666666; }

.pagemain {
  padding: 35px 0 50px; }
  .pagemain .container {
    width: 1110px;
    padding: 0 15px; }
  .pagemain .tableMeta {
    font-size: 14px;
    line-height: 1.1;
    padding: 0 18px;
    margin-bottom: 13px; }
    .pagemain .tableMeta .leftSec {
      float: left; }
      .pagemain .tableMeta .leftSec ul li {
        float: left;
        margin-right: 25px; }
        .pagemain .tableMeta .leftSec ul li:last-child {
          margin-right: 0; }
        .pagemain .tableMeta .leftSec ul li a {
          display: block;
          color: #0098ff; }
    .pagemain .tableMeta .rightSec {
      float: right; }
      .pagemain .tableMeta .rightSec form {
        float: right; }
      .pagemain .tableMeta .rightSec ul {
        float: left; }
        .pagemain .tableMeta .rightSec ul li {
          float: left;
          margin-right: 15px;
          color: #666666; }
          .pagemain .tableMeta .rightSec ul li.active a {
            text-decoration: underline; }
          .pagemain .tableMeta .rightSec ul li:last-child {
            margin-right: 0; }
          .pagemain .tableMeta .rightSec ul li a {
            display: block;
            color: #0098ff; }
            .pagemain .tableMeta .rightSec ul li a:hover {
              text-decoration: underline; }
  .pagemain .centerCont {
    text-align: center; }
    .pagemain .centerCont .totalNo {
      float: none;
      display: inline-block;
      padding-left: 0; }
  .pagemain .totalNo {
    float: right;
    padding-left: 40px; }
    .pagemain .totalNo a {
      width: 0;
      border-style: solid;
      border-width: 4px 6px 4px 0;
      border-color: transparent #5b6063 transparent transparent;
      display: block;
      display: inline-block;
      vertical-align: middle; }
      .pagemain .totalNo a.next {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .pagemain .totalNo span {
      display: inline-block;
      vertical-align: middle;
      padding: 0 2px;
      color: #666666; }
  .pagemain .dataWrap {
    color: #1a1a1a;
    font-size: 15.98px;
    line-height: 1.3;
    margin-bottom: 20px; }
    .pagemain .dataWrap:last-child {
      margin-bottom: 0; }
    .pagemain .dataWrap p {
      font-size: 15.98px;
      line-height: 1.3;
      margin-bottom: 0; }
    .pagemain .dataWrap strong {
      font-weight: 700; }
    .pagemain .dataWrap ul li {
      padding: 11px 18px;
      border-bottom: 1px solid #bfbfbf; }
      .pagemain .dataWrap ul li:first-child {
        border-top: 2px solid #bfbfbf; }
      .pagemain .dataWrap ul li:last-child {
        border-bottom-width: 2px; }
      .pagemain .dataWrap ul li .smallData a {
        float: left;
        color: #0098ff; }
        .pagemain .dataWrap ul li .smallData a img {
          display: inline; }
      .pagemain .dataWrap ul li .smallData span {
        float: right; }

.totalNoText {
  display: none; }

.noUnderline {
  text-decoration: none !important; }

.storyImage {
  width: 350px;
  max-width: 100%; }

#associate_filt .formRow select {
  background: #ffffff; }

.contactPage .cardBox {
  border: 2px solid #0098ff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 17px 28px; }
  .contactPage .cardBox figure {
    width: 74px; }
  .contactPage .cardBox .cardRight {
    width: calc(100% - 74px);
    padding-left: 20px; }
    .contactPage .cardBox .cardRight p a {
      color: #1fa5ff !important; }
      .contactPage .cardBox .cardRight p a:hover {
        color: #000000 !important; }
.contactPage .addressBox {
  margin-bottom: 22px; }
.contactPage textarea {
  background: #ffffff;
  border: 1px solid #bebebe;
  height: 120px;
  min-height: 120px;
  resize: vertical;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 15px;
  font-size: 15.9px;
  color: #1a1a1a; }
.contactPage input[type='submit'] {
  display: block;
  color: #003ac1;
  border: 2px solid #003ac1;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  height: 37px;
  width: 100%;
  font-size: 18.17px;
  font-weight: 700; }
  .contactPage input[type='submit']:hover {
    border: 2px solid #003ac1;
    background: #003ac1;
    color: #ffffff; }
.contactPage input[type='text'], .contactPage input[type='email'], .contactPage input[type='number'], .contactPage input[type='tel'] {
  background: #ffffff;
  border: 1px solid #bebebe;
  height: 33px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  font-size: 15.9px;
  color: #1a1a1a; }
.contactPage select {
  background: #ffffff;
  border: 1px solid #bebebe;
  height: 33px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  font-size: 15.9px;
  width: 100%; }
.contactPage .container {
  width: 1110px;
  padding: 0 15px; }
.contactPage .contactNote {
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 42px; }
  .contactPage .contactNote p {
    font-size: 20px;
    line-height: 1.3; }
.contactPage .contactInner {
  color: #1a1a1a; }
  .contactPage .contactInner h3 {
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 9px;
    font-size: 23.39px; }
  .contactPage .contactInner .contactLeft {
    width: 435px;
    padding-right: 30px;
    border-right: 3px solid #ebf6ff; }
    .contactPage .contactInner .contactLeft h3 {
      color: #003ac1; }
    .contactPage .contactInner .contactLeft p {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 1.35; }
      .contactPage .contactInner .contactLeft p a {
        color: #1a1a1a; }
        .contactPage .contactInner .contactLeft p a:hover {
          color: #1fa5ff; }
  .contactPage .contactInner .contactRight {
    width: calc(100% - 435px);
    padding-left: 30px; }
  .contactPage .contactInner .form {
    padding-top: 10px; }
  .contactPage .contactInner .formRow {
    margin-bottom: 18px; }
  .contactPage .contactInner .col2 .formCol {
    float: left;
    width: calc(50% - 6px); }
    .contactPage .contactInner .col2 .formCol:first-child {
      margin-right: 12px; }
.contactPage.feedbackPage {
  padding-bottom: 160px; }
  .contactPage.feedbackPage .feedbackDetails {
    margin: 0 auto; }

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  background: #0098ff; }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #0098ff; }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #0098ff; }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #0098ff; }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #0098ff; }

.testimonialsPage .registrationStandardNew .boxAccordion h3 {
  background-color: #ffffff;
  color: #0098ff; }

.beMember {
  text-align: center;
  margin-top: 40px; }

.default_page.agreementPage .headtitle {
  font-size: 32px;
  margin-bottom: 50px;
  color: #083ba2;
  font-family: "AvenirNext-Bold";
  text-transform: capitalize; }

/*---Compare Products CSS---- */
tr.companyDetailsRow td {
  background-color: #f2f2f2 !important;
  border-left-width: 0px !important; }
  tr.companyDetailsRow td:first-child {
    border-left-width: 1px !important; }
tr.companyDetailsRow.active td {
  background-color: #ffffff !important; }

.companyDetails {
  position: relative;
  z-index: 0;
  pointer-events: auto;
  display: block; }

.companyDetailsCol {
  padding: 0 !important; }
  .companyDetailsCol .companyDetails span {
    padding-right: 14px;
    position: relative; }
    .companyDetailsCol .companyDetails span:after {
      position: absolute;
      content: "";
      right: -6px;
      top: 0;
      width: 14px;
      height: 14px;
      background-image: url(../images/plusSignDark.png);
      background-repeat: no-repeat;
      background-position: center center; }
  .companyDetailsCol.active {
    background-color: #ffffff !important; }
    .companyDetailsCol.active .companyDetails span:after {
      top: 5px;
      height: 3px;
      background-image: url(../images/minusSignDark.png); }
  .companyDetailsCol .companyDetails {
    padding: 8px 15px;
    width: 256px;
    font-weight: bold;
    cursor: pointer; }
    .companyDetailsCol .companyDetails.active .toggleBtn1:after {
      top: 8px;
      height: 3px;
      background-image: url(../images/minusSignDark.png); }
    .companyDetailsCol .companyDetails .toggleBtn1 {
      position: relative;
      cursor: pointer;
      display: block;
      pointer-events: auto;
      padding-right: 14px; }
      .companyDetailsCol .companyDetails .toggleBtn1:after {
        position: absolute;
        content: "";
        right: -6px;
        top: 4px;
        width: 14px;
        height: 14px;
        background-image: url(../images/plusSignDark.png);
        background-repeat: no-repeat;
        background-position: center center; }

.searchTableHead table thead th {
  position: sticky;
  z-index: 2;
  top: 0;
  border-bottom: 1px solid #ffffff; }

.representativeTableNew {
  margin-right: 0;
  margin-left: 0; }
  .representativeTableNew .subCityRow {
    display: none; }
  .representativeTableNew td {
    position: relative;
    z-index: 0; }
    .representativeTableNew td .toggleCityBtn {
      width: 28px;
      height: 28px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      display: block;
      background-image: url(../images/collaps2.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto;
      background-color: #0098ff;
      position: absolute;
      z-index: 0;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 0s;
      -moz-transition: 0s;
      -ms-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
      .representativeTableNew td .toggleCityBtn.active {
        background-position: 0 -28px; }
      .representativeTableNew td .toggleCityBtn:hover {
        background-color: #083ba2; }

.imageBox {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: 0px 0px;
  overflow: hidden;
  background-position: center center;
  margin: 0 auto; }
  .imageBox img {
    max-height: 100%;
    margin: 0 auto; }
  .imageBox.boxLogo {
    height: 300px;
    width: 300px; }
  .imageBox.boxCard {
    height: 300px; }

.dateAdd {
  padding-left: 210px;
  margin-top: 8px; }
  .dateAdd .noteList {
    float: left;
    display: block;
    border: 1px solid #bebebe;
    color: #333333;
    background: #ebf6ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    font-size: 14px;
    padding: 4px 8px;
    margin: 0 5px 5px 0; }
    .dateAdd .noteList .remove {
      cursor: pointer; }

.checkRole {
  width: calc(100% - 210px); }
  .checkRole label {
    float: left;
    width: auto !important;
    padding-right: 0 !important;
    line-height: 18px;
    font-size: 15px;
    padding-left: 25px;
    position: relative;
    z-index: 0;
    margin-right: 25px; }
    .checkRole label:last-child {
      margin-right: 0; }
    .checkRole label input[type='checkbox'] {
      display: none; }
      .checkRole label input[type='checkbox']:checked + .checkbox:before {
        opacity: 1; }
      .checkRole label input[type='checkbox'] + .checkbox {
        margin: 0 !important;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 1px;
        width: 19px;
        height: 19px;
        border: 1px solid #abafb2;
        background-color: #ffffff;
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
        .checkRole label input[type='checkbox'] + .checkbox: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: 19px;
          height: 19px;
          opacity: 0; }

.newBlueBtn {
  background-color: #0098ff !important;
  color: #ffffff !important; }
  .newBlueBtn:hover {
    background-color: #106ead !important;
    color: #ffffff !important; }

.smallNewBtn {
  height: 27px !important;
  line-height: 30px !important;
  padding: 0 20px !important;
  background-color: #0098ff !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  min-width: 81.2px; }
  .smallNewBtn:hover {
    background-color: #106ead !important; }

.negotiationSystemSec {
  background-color: #0098ff;
  color: #ffffff;
  text-align: center; }
  .negotiationSystemSec .negotiationInside {
    margin: 0 auto;
    width: 1156px;
    max-width: 100%; }
    .negotiationSystemSec .negotiationInside h3 {
      font-size: 29px;
      font-family: "AvenirNext-Regular";
      margin-bottom: 15px; }
    .negotiationSystemSec .negotiationInside h4 {
      font-size: 29px;
      font-family: "AvenirNext-Medium";
      margin-bottom: 35px;
      font-style: italic;
      font-weight: normal; }
    .negotiationSystemSec .negotiationInside ul li {
      font-size: 21px;
      font-family: "AvenirNext-Regular";
      display: inline-block;
      padding: 0 35px; }
      .negotiationSystemSec .negotiationInside ul li:last-child {
        margin-bottom: 0; }
      .negotiationSystemSec .negotiationInside ul li:first-letter {
        text-transform: capitalize; }

.ournetworkSec {
  padding: 60px 0 30px; }
  .ournetworkSec h3 {
    font-size: 29px;
    font-family: "AvenirNext-Regular";
    color: #003ac1;
    text-align: center;
    margin-bottom: 50px; }
  .ournetworkSec .ournetworkInside {
    width: 625px;
    margin: 0 auto;
    max-width: 100%; }
    .ournetworkSec .ournetworkInside p {
      color: #333333;
      font-size: 21px;
      line-height: 1.5;
      margin-bottom: 26px; }
    .ournetworkSec .ournetworkInside figure {
      width: 184px; }
    .ournetworkSec .ournetworkInside .ournetworkContent {
      width: calc(100% - 184px);
      padding-left: 45px; }
  .ournetworkSec .downArrow {
    margin: 70px auto 0; }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-selection--multiple {
    background-image: url(../images/xs.png);
    background-position: 100% center;
    background-repeat: no-repeat; }

.serviceBox .formRow .customSelect {
  width: calc(100% - 510px) !important;
  margin-right: 12px; }
.serviceBox .formRow .serviceBtn {
  float: right;
  width: 288px; }
  .serviceBox .formRow .serviceBtn .smallNewBtn {
    width: 138px;
    float: left;
    margin-right: 12px; }
    .serviceBox .formRow .serviceBtn .smallNewBtn:last-child {
      margin-right: 0; }

.nscroll {
  overflow-x: scroll; }
  .nscroll .bscroll {
    height: 0;
    padding-bottom: 1px; }

.ctop {
  margin-top: -18px; }

.oragngeModify {
  color: orange; }

.btnBtm.serviceBtn {
  margin-top: 10px; }
  .btnBtm.serviceBtn .smallNewBtn {
    width: auto;
    display: block;
    float: right; }
  .btnBtm.serviceBtn .errorMessage {
    float: left;
    width: 100%; }

.dtext {
  display: block; }

.membersPage .findMemberSearch .container {
  padding: 0 30px; }
.membersPage .associatesCountriesTopLeft.findMemberBtn {
  width: 100%; }
  .membersPage .associatesCountriesTopLeft.findMemberBtn #findMember {
    width: calc(100% - 235px);
    position: relative; }
  .membersPage .associatesCountriesTopLeft.findMemberBtn .redBTnText {
    top: -186px;
    position: absolute;
    right: 0; }
    .membersPage .associatesCountriesTopLeft.findMemberBtn .redBTnText .btnAll.brdrBtnRed {
      font-size: 22px !important;
      float: right;
      padding: 0 30px !important; }
    .membersPage .associatesCountriesTopLeft.findMemberBtn .redBTnText .redText {
      position: absolute;
      top: 65px;
      color: #e34e43; }

.marketingToolUpload .addBannerBtn {
  padding-left: 20px; }
  .marketingToolUpload .addBannerBtn a {
    font-size: 32px; }
.marketingToolUpload .formCol.upload {
  width: 260px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .marketingToolUpload .formCol.upload:hover {
    border-color: #999999; }
.marketingToolUpload .txtFld {
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  z-index: 0;
  border: 2px solid #f5f5f5;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .marketingToolUpload .txtFld .imgContainer {
    position: relative;
    height: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .marketingToolUpload .txtFld .imgContainer img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 100%;
      opacity: 0; }
    .marketingToolUpload .txtFld .imgContainer .closeBtn {
      position: absolute;
      right: 10px;
      top: 10px;
      background-color: #87a2e2;
      width: 20px;
      height: 20px;
      line-height: 21px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      cursor: pointer; }
      .marketingToolUpload .txtFld .imgContainer .closeBtn span {
        line-height: 1;
        color: #ffffff; }
  .marketingToolUpload .txtFld input {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    outline: none;
    height: 100%;
    opacity: 0; }
  .marketingToolUpload .txtFld img {
    margin: auto; }

.createMarketingToolsWrap {
  margin: 0 -8px 50px; }
  .createMarketingToolsWrap .createMarketingToolsBlock {
    width: 25%;
    padding: 0 8px; }
  .createMarketingToolsWrap .createMarketingTools {
    padding: 20px 30px;
    color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .createMarketingToolsWrap .createMarketingTools:hover {
      box-shadow: 0 0 45px #abafb2; }
    .createMarketingToolsWrap .createMarketingTools.purple {
      background-color: #655bbb; }
    .createMarketingToolsWrap .createMarketingTools.gray {
      background-color: #6c747c; }
    .createMarketingToolsWrap .createMarketingTools.red {
      background-color: #e3474a; }
    .createMarketingToolsWrap .createMarketingTools.yellow {
      background-color: #fcbc40; }
    .createMarketingToolsWrap .createMarketingTools span {
      display: block;
      font-size: 27px;
      font-weight: 700;
      margin-bottom: 6px; }
    .createMarketingToolsWrap .createMarketingTools .fa {
      margin-right: 6px;
      font-size: 12px; }
    .createMarketingToolsWrap .createMarketingTools .btnCreate {
      font-size: 15px;
      background-color: #3f4a5a;
      color: #ffffff;
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      display: inline-block;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      .createMarketingToolsWrap .createMarketingTools .btnCreate:hover {
        background-color: #083ba2; }

.bannerShow {
  margin: 0 -2%; }
  .bannerShow .bannerFigure {
    width: 25%;
    padding: 0 2%;
    margin-bottom: 55px;
    height: 180px; }
  .bannerShow .bannerImageList {
    height: 100%; }
  .bannerShow figure {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .bannerShow img {
    opacity: 0;
    width: 100%; }
  .bannerShow .bannerImgNo {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #999999; }

.showMartketTool .details-row h3 {
  font-size: 22px; }
.showMartketTool .details-row .detailsNewBox .productsContent {
  padding-left: 85px;
  padding-right: 85px; }

.logoLoader {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 7;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7); }
  .logoLoader .pleaseWait {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 110px;
    z-index: 8; }
  .logoLoader img {
    width: 80px; }
  .logoLoader p {
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px; }

.uploadRow {
  margin-top: 30px; }

.codeWrapper.hsCodeWrapper {
  display: none;
  overflow: hidden; }

.marketingToolsPage .viewAssociatesSecArea .coloredTable table tbody td a.btnAll {
  display: inline-block;
  width: 110px;
  max-width: 100%;
  background-color: #1fa5ff;
  color: #ffffff;
  margin-right: 8px;
  text-decoration: none;
  line-height: 35px; }
  .marketingToolsPage .viewAssociatesSecArea .coloredTable table tbody td a.btnAll:last-child {
    margin-right: 0; }
  .marketingToolsPage .viewAssociatesSecArea .coloredTable table tbody td a.btnAll:hover {
    background-color: #003ac1 !important; }

.allFldTxt p {
  padding-left: 0 !important;
  float: right;
  font-size: 14px; }
  .allFldTxt p span {
    color: #ed1c24; }

.homeBodyWrap2.hideHeading .membersProfileHeader .membersProfileDetails .profileCaption {
  display: none; }
.homeBodyWrap2.hideHeading .registrationStandardPage.membersProfilePage .profileRightSection {
  margin-top: 210px; }

a.menuOpen, a.menuClose, a.menuOverlay {
  display: none; }

.strategicPartnersArea.viewAssociatesSecArea {
  background-image: none; }
.strategicPartnersArea .associatesProfessionalSec {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 75px; }
.strategicPartnersArea .strategicPartnersContent {
  width: 750px;
  max-width: 100%;
  margin: 0 auto 60px; }
  .strategicPartnersArea .strategicPartnersContent h2 {
    color: #1fa5ff; }
  .strategicPartnersArea .strategicPartnersContent p {
    margin-bottom: 15px; }
.strategicPartnersArea .strategicPartnersWrap {
  margin: 0 -15px -80px; }
  .strategicPartnersArea .strategicPartnersWrap .strategicPartnersBlock {
    width: 33.33%;
    padding: 0 40px;
    margin-bottom: 80px; }
    .strategicPartnersArea .strategicPartnersWrap .strategicPartnersBlock a {
      display: block;
      position: relative;
      overflow: hidden;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      z-index: 0; }
      .strategicPartnersArea .strategicPartnersWrap .strategicPartnersBlock a:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(30, 101, 255, 0.5);
        opacity: 0;
        z-index: 1;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .strategicPartnersArea .strategicPartnersWrap .strategicPartnersBlock a:hover:after {
        opacity: 1; }
      .strategicPartnersArea .strategicPartnersWrap .strategicPartnersBlock a:hover .strategicPartnersName span {
        opacity: 1; }
  .strategicPartnersArea .strategicPartnersWrap .strategicPartnersBox img {
    opacity: 0;
    width: 100%; }
  .strategicPartnersArea .strategicPartnersWrap .strategicPartnersLogo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; }
  .strategicPartnersArea .strategicPartnersWrap .strategicPartnersName {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .strategicPartnersArea .strategicPartnersWrap .strategicPartnersName span {
      background-color: #1b148f;
      color: #ffffff;
      padding: 7px 22px;
      font-size: 18px;
      font-weight: 400;
      opacity: 0;
      display: inline-block;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px; }

.profileAccorNew {
  margin-bottom: 20px; }
  .profileAccorNew .allAccordionSec {
    margin-bottom: 0; }
  .profileAccorNew .alignright {
    margin-bottom: 0;
    float: none; }
  .profileAccorNew .btnAll:last-child {
    margin-bottom: 0 !important; }

.captchaRow {
  margin-top: 20px; }
  .captchaRow .captcha span {
    display: inline-block;
    vertical-align: middle; }
  .captchaRow .captcha button {
    display: inline-block;
    vertical-align: middle;
    border: none;
    margin-left: 10px; }

table.countTableData tr td {
  width: 20% !important;
  text-align: center !important; }

.videoAdditionalSec {
  margin-top: 60px; }
  .videoAdditionalSec h2 {
    font-size: 30px;
    color: #0098ff;
    margin-bottom: 35px;
    font-family: "Arimo", sans-serif; }
  .videoAdditionalSec p {
    color: #666666;
    font-size: 16px;
    font-family: "Arimo", sans-serif; }
  .videoAdditionalSec .headingCnnt {
    text-align: center;
    margin-bottom: 54px; }
  .videoAdditionalSec .videoSearchArea {
    padding: 0 22px; }
  .videoAdditionalSec .serachGroup {
    position: relative;
    z-index: 0; }
    .videoAdditionalSec .serachGroup .searchInput {
      width: calc(100% - 97px); }
      .videoAdditionalSec .serachGroup .searchInput input {
        background-color: transparent;
        border-color: #0098ff;
        height: 38px;
        -webkit-border-radius: 25px 0px 0px 25px;
        -moz-border-radius: 25px 0px 0px 25px;
        -ms-border-radius: 25px 0px 0px 25px;
        -o-border-radius: 25px 0px 0px 25px;
        border-radius: 25px 0px 0px 25px;
        padding-left: 54px;
        color: #4d4d4d;
        font-size: 14px;
        font-family: "Arimo", sans-serif; }
    .videoAdditionalSec .serachGroup .serachBtn {
      width: 97px;
      height: 38px;
      line-height: 38px;
      background-color: #0098ff;
      -webkit-border-radius: 0 25px 25px 0;
      -moz-border-radius: 0 25px 25px 0;
      -ms-border-radius: 0 25px 25px 0;
      -o-border-radius: 0 25px 25px 0;
      border-radius: 0 25px 25px 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .videoAdditionalSec .serachGroup .serachBtn input {
        background-color: transparent;
        color: #ffffff;
        line-height: 38px;
        text-align: center;
        padding-left: 21px; }

.videoAdditionalWrap {
  width: 761px;
  max-width: 100%;
  margin: 0 auto 60px; }

.videoSearchArea {
  padding: 0 22px; }
  .videoSearchArea .serachGroup {
    position: relative;
    z-index: 0; }
    .videoSearchArea .serachGroup .searchInput {
      width: calc(100% - 97px); }
      .videoSearchArea .serachGroup .searchInput input {
        background-color: transparent;
        border-color: #0098ff;
        height: 38px;
        -webkit-border-radius: 25px 0px 0px 25px;
        -moz-border-radius: 25px 0px 0px 25px;
        -ms-border-radius: 25px 0px 0px 25px;
        -o-border-radius: 25px 0px 0px 25px;
        border-radius: 25px 0px 0px 25px;
        padding-left: 54px;
        color: #4d4d4d;
        font-size: 14px;
        font-family: "Arimo", sans-serif; }
      .videoSearchArea .serachGroup .searchInput ::-webkit-input-placeholder {
        color: #4d4d4d; }
      .videoSearchArea .serachGroup .searchInput :-moz-placeholder {
        color: #4d4d4d; }
      .videoSearchArea .serachGroup .searchInput ::-moz-placeholder {
        color: #4d4d4d; }
      .videoSearchArea .serachGroup .searchInput :-ms-input-placeholder {
        color: #4d4d4d; }
    .videoSearchArea .serachGroup .serachBtn {
      width: 97px;
      height: 38px;
      line-height: 38px;
      background-color: #0098ff;
      -webkit-border-radius: 0 25px 25px 0;
      -moz-border-radius: 0 25px 25px 0;
      -ms-border-radius: 0 25px 25px 0;
      -o-border-radius: 0 25px 25px 0;
      border-radius: 0 25px 25px 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .videoSearchArea .serachGroup .serachBtn:hover {
        background-color: #083ba2; }
        .videoSearchArea .serachGroup .serachBtn:hover input {
          background-color: transparent;
          color: #fff;
          line-height: 38px;
          text-align: center;
          padding-left: 21px; }
  .videoSearchArea .searchIcon {
    width: 24px;
    position: absolute;
    z-index: 0;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px; }

.additionalInformationSec {
  padding-bottom: 95px;
  background-image: url(../images/how-to-videos/bg-001.png);
  background-size: 725px;
  background-position: 100% 112%;
  background-repeat: no-repeat; }
  .additionalInformationSec .infoWrap {
    width: 1020px;
    max-width: 100%;
    margin: auto; }
    .additionalInformationSec .infoWrap .leftInfoArea {
      background: #fff;
      -webkit-box-shadow: 0 0 8px #c3d2e0;
      -moz-box-shadow: 0 0 8px #c3d2e0;
      -ms-box-shadow: 0 0 8px #c3d2e0;
      -o-box-shadow: 0 0 8px #c3d2e0;
      box-shadow: 0 0 8px #c3d2e0;
      width: 194px;
      padding: 18px 25px 23px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px;
      float: left;
      margin-top: 6px; }
      .additionalInformationSec .infoWrap .leftInfoArea h3 {
        color: #003ac1;
        font-size: 18px;
        font-family: "Arimo", sans-serif;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 14px; }
    .additionalInformationSec .infoWrap .rightInfoArea {
      width: calc(100% - 194px);
      padding-left: 54px;
      float: right; }
      .additionalInformationSec .infoWrap .rightInfoArea .inner {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 32px; }
      .additionalInformationSec .infoWrap .rightInfoArea .boxList {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 60px; }
      .additionalInformationSec .infoWrap .rightInfoArea h3 {
        font-size: 16.6px;
        font-family: "Arimo", sans-serif;
        color: #000;
        font-weight: 700;
        margin-bottom: 22px; }
      .additionalInformationSec .infoWrap .rightInfoArea .boxArea {
        -webkit-box-shadow: 0 0 8px #c3d2e0;
        -moz-box-shadow: 0 0 8px #c3d2e0;
        -ms-box-shadow: 0 0 8px #c3d2e0;
        -o-box-shadow: 0 0 8px #c3d2e0;
        box-shadow: 0 0 8px #c3d2e0;
        position: relative;
        z-index: 0;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        overflow: hidden;
        margin-bottom: 9px;
        background-color: #fff; }
        .additionalInformationSec .infoWrap .rightInfoArea .boxArea .tabBox {
          position: relative; }
          .additionalInformationSec .infoWrap .rightInfoArea .boxArea .tabBox figure {
            position: relative;
            z-index: 0;
            padding: 48% 0 0 0;
            background-repeat: no-repeat;
            background-position: center center; }
  .additionalInformationSec .listInfo {
    padding-left: 6px; }
    .additionalInformationSec .listInfo ul li {
      margin-right: 17px; }
      .additionalInformationSec .listInfo ul li:last-child {
        margin-right: 0; }
      .additionalInformationSec .listInfo ul li:hover a {
        color: #003ac1; }
        .additionalInformationSec .listInfo ul li:hover a:before {
          background-color: #003ac1; }
      .additionalInformationSec .listInfo ul li a {
        font-size: 12.49px;
        font-family: "Arimo", sans-serif;
        position: relative;
        z-index: 0; }
        .additionalInformationSec .listInfo ul li a:before {
          content: "";
          background-color: #0098ff;
          width: 100%;
          height: 1px;
          position: absolute;
          top: 85%; }

.leftInner ul li {
  font-family: "Arimo", sans-serif;
  font-size: 12.49px;
  margin-bottom: 15px; }
  .leftInner ul li a {
    font-size: 12.49px; }
  .leftInner ul li:last-child {
    margin-bottom: 0; }
  .leftInner ul li:hover a {
    color: #0239a7; }

.faqText {
  padding-left: 60px; }
  .faqText p {
    font-size: 16px;
    color: #666666;
    font-family: "Arimo", sans-serif; }

.clickArrow {
  position: relative;
  margin-left: 190px;
  top: -62px; }
  .clickArrow.negotionArrowClick {
    margin-left: 230px; }

.pdfBtnArea a {
  position: absolute;
  right: 90px;
  border: 4px solid #0098ff;
  padding: 0 10px;
  height: 56px;
  line-height: 50px;
  border-radius: 50px;
  margin-top: -29px;
  width: 270px;
  text-align: center;
  font-size: 20px; }
  .pdfBtnArea a:hover {
    background-color: #0098ff;
    color: #ffffff; }

.bottomPdfArea {
  text-align: center; }
  .bottomPdfArea a {
    text-align: center;
    border: 4px solid #0098ff;
    padding: 0 10px;
    height: 56px;
    line-height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin: 30px auto 0;
    width: 270px;
    text-align: center;
    font-size: 20px;
    display: block; }
    .bottomPdfArea a:hover {
      background-color: #0098ff;
      color: #ffffff; }

/*# sourceMappingURL=style.css.map */
