.rightMain {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rightMain .header-wrapper {
  padding: 0.5vw calc(10px + (100vw - 20px) * 0.02) 1vw
    calc(10px + (100vw - 20px) * 0.02);
  background-color: #ffffff;
  border-bottom: 1px solid #c8c4c0;
}

/*right header*/
.rightMain .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
}

#callTMTeam {
  margin: 7px 0 7px 0;
  font-size: 14.5px;
  white-space: nowrap;
}

.contactMethod.flex .live-chat img {
  top: 1px !important;
}

#contactSeparator {
  margin: 0em 0.4em 0em 0.4em;
  font-weight: bold;
  text-align: center;
}

/*cusService*/
#cusService {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  padding: 10px 0 0 10px;
  position: relative;
}

#cusService .image-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#cusService .img-person {
  width: 50px;
}

#cusService .image-left img {
  height: 100%;
}

#cusService .info-right {
  -webkit-box-flex: 2.2;
  -webkit-flex: 2.2;
  -ms-flex: 2.2;
  flex: 2.2;
  padding: 10px 0 0 15px;
}

#cusService ul {
  padding: 0;
  margin: 0;
}

#cusService h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

#cusService ul {
  list-style-type: disc;
}

#cusService .contactMethod {
  font-size: 14px;
}

main .wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  background-color: #f0ece8;
}

h1 {
  font-weight: bold;
}

.rightMain .header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#tradeMaster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tradeBadge {
  padding-top: 20px;
}

.tradeBadge img {
  max-width: 150px;
}

#breadCrumbs-wrapper {
  padding-top: 6px;
}

#breadCrumbs-wrapper ol{
  padding-block: 4px;
}

@media (min-width: 486px) {
  .tradeBadge {
    padding-right: 15px;
  }

  .tradeBadge img {
    max-width: 170px;
  }
}

@media (min-width: 767px) {
  #breadCrumbs-wrapper {
    padding-top: 11px;
  }
}

@media (min-width: 992px) {
  .rightMain .header {
    padding: 10px 0px 10px 40px;
  }

  .rightMain .header-wrapper {
    padding: 0;
    height: 96px;
  }

  .rightMain .title {
    font-size: 14px;
  }

  #cus {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }

  .rightMain .header h1 {
    margin-bottom: 0;
    margin-top: 6px;
  }

  .rightMain .header .subscriptionHead h1 {
    margin-bottom: 20px;
  }

  main .wrapper {
    background-color: transparent;
  }
}

@media (min-width: 1200px) {
  #tradeMaster {
    padding-top: 10px;
    margin-right: 15px;
  }

  .tradeBadge {
    border-right: 1px solid #c8c4c0;
    padding-right: 25px;
    padding-top: 0;
  }
}
