@import url(form-card.css);
:root {
  --primary-red:#ea3a3c;
  --main-font:'Roboto', sans-serif;
  --red-clr:#aa3333;
  --txt-clr:#383838;
  --grey-bg:#f5f5f7; }

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5% !important;
  font-family: "Roboto", sans-serif !important;
  scroll-behavior: smooth; }

body {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
  font-size: 62.5% !important;
  color: var(--txt-clr);
  overflow-x: hidden; }

.clr-org {
  color: var(--primary-org); }

.padd-7-2 {
  padding: 7px 2px 2px 2px; }

.padd-15 {
  padding: 0 15px 10px 15px; }

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

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

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

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

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

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

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

.pb-20 {
  padding-bottom: 20px; }

.pb-40 {
  padding-bottom: 40px; }

.mt-20 {
  margin-top: 20px; }

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

.mt-40 {
  margin-top: 40px; }

.padd-tb-30 {
  padding: 30px 0; }

.table {
  font-size: 1.7rem; }

.img-responsive {
  height: auto;
  max-width: 100%; }

.sectionlast {
  min-height: 60px; }

.modal button {
  background-color: white;
  font-size: 2rem;
  color: var(--red-clr);
  font-weight: 700;
  border: 1px solid;
  padding: 1px 10px;
  border-radius: 28px; }

.modal .btn-close-container {
  float: right;
  margin-top: -25px; }

.header__fbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 15px; }
  .header__fbox--logo {
    display: flex;
    align-items: center; }
    .header__fbox--logo span {
      color: #ed2228;
      font-size: 1.5rem;
      padding: 0 5px;
      font-weight: 500; }
  .header__fbox > div {
    position: relative; }
    .header__fbox > div .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 9999999999999;
      top: 0;
      right: 0;
      background-color: #f5f5f5;
      overflow-x: hidden;
      padding-top: 60px;
      transition: 0.5s; }
      .header__fbox > div .sidenav .links {
        padding: 7px 7px 7px 32px;
        text-decoration: none;
        font-size: 1.6rem;
        color: var(--txt-clr);
        display: block;
        transition: 0.3s;
        overflow-y: scroll;
        border-bottom: 1px solid #00000026; }
        .header__fbox > div .sidenav .links:hover {
          color: #000000; }
      .header__fbox > div .sidenav a {
        padding: 7px 7px 7px 32px;
        text-decoration: none;
        font-size: 1.6rem;
        color: var(--txt-clr);
        display: block;
        transition: 0.3s; }
        .header__fbox > div .sidenav a:hover {
          color: #000000; }
      .header__fbox > div .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px; }
      .header__fbox > div .sidenav__fbox {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        justify-content: center;
        margin-bottom: 15px; }
        .header__fbox > div .sidenav__fbox span {
          font-size: 1.6rem; }
  .header__fbox .openbtn {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--primary-red);
    right: 2px; }
    .header__fbox .openbtn::after, .header__fbox .openbtn::before {
      position: absolute;
      content: '';
      width: 20px;
      height: 2px;
      background-color: var(--primary-red);
      right: 0px; }
    .header__fbox .openbtn::before {
      top: -5px; }
    .header__fbox .openbtn::after {
      top: 5px; }

.search {
  background-image: url("https://midassets.com/images/industry-back-final.webp");
  height: 13vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .search__fbox {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ea3a3c;
    padding: 4px;
    border-radius: 4px; }
    .search__fbox > div input[type=search] {
      padding: 15px;
      width: 100%;
      min-width: 280px;
      border-radius: 5px 0 0 5px; }
    .search__fbox > div button {
      background-color: #262626;
      padding: 15px;
      border: none; }
    .search__fbox > div .fa-search {
      color: white; }
  .search__category {
    padding-top: 20px; }
    .search__category .title h2 {
      text-align: center;
      font-size: 1.7rem;
      color: #383838;
      font-weight: 500;
      position: relative;
      margin-bottom: 20px; }
      .search__category .title h2::before, .search__category .title h2::after {
        content: '';
        height: 1px;
        width: 60px;
        position: absolute;
        background-color: var(--red-clr); }
      .search__category .title h2::after {
        top: 10px;
        right: 0; }
      .search__category .title h2::before {
        left: 0;
        top: 10px; }
    .search__category--fbox {
      display: flex;
      flex-wrap: wrap;
      padding: 5px 30px; }
      .search__category--fbox > div {
        width: 45%;
        padding: 20px 9px 5px;
        background: #efefef;
        margin: 2%; }
        .search__category--fbox > div a, .search__category--fbox > div a:hover {
          text-decoration: none; }
      .search__category--fbox .title {
        text-align: center;
        text-decoration: none;
        color: var(--txt-clr);
        font-size: 1.4rem;
        font-weight: 500;
        padding: 5px 0; }
    .search__category--innertitle {
      font-size: 1.5rem;
      color: var(--red-clr);
      padding: 8px 0;
      font-weight: 500;
      background-color: #efefef; }

#search_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ea3a3c;
  padding: 4px;
  border-radius: 4px; }
  #search_bar input[type=search] {
    padding: 11px;
    width: 100%;
    min-width: 280px;
    border-radius: 5px 0 0 5px;
    font-size: 1.5rem; }
  #search_bar button {
    background-color: #262626;
    padding: 15px;
    border: none;
    border-radius: 0 5px 4px 0px; }
  #search_bar .fa-search {
    color: white; }
  #search_bar.stick {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    z-index: 999; }

.homepage__offer--ctabox {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--grey-bg);
  padding: 7px 5px; }
  .homepage__offer--ctabox > div {
    background-color: white;
    padding: 5px 10px;
    margin: 10px;
    box-shadow: 1px 1px 0px 0px #00000014;
    border-radius: 5px; }
  .homepage__offer--ctabox a, .homepage__offer--ctabox a:hover {
    text-decoration: none;
    color: #383838; }
  .homepage__offer--ctabox p {
    text-align: center;
    font-size: 1.6rem;
    padding: 5px; }

.homepage__topproduct {
  padding: 30px 0; }
  .homepage__topproduct .title h2 {
    text-align: center;
    font-size: 1.7rem;
    color: #383838;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px; }
    .homepage__topproduct .title h2::before, .homepage__topproduct .title h2::after {
      content: '';
      height: 1px;
      width: 60px;
      position: absolute;
      background-color: var(--red-clr); }
    .homepage__topproduct .title h2::before {
      left: 0;
      top: 10px; }
    .homepage__topproduct .title h2::after {
      top: 10px;
      right: 0; }
  .homepage__topproduct--productcontainer-lbl {
    display: block;
    padding: 3px 10px; }
  .homepage__topproduct--productcontainer-title {
    position: relative;
    transition: all ease 0.35s;
    font-size: 1.5rem;
    color: #383838;
    padding: 10px 5px;
    background-color: var(--grey-bg);
    border: 1px solid #00000008; }
    .homepage__topproduct--productcontainer-title::after, .homepage__topproduct--productcontainer-title::before {
      content: '';
      position: absolute;
      width: 9px;
      height: 2px;
      top: 15px;
      right: 10px;
      background-color: black; }
    .homepage__topproduct--productcontainer-title::after {
      transform: rotate(90deg); }
  .homepage__topproduct--productcontainer-data {
    display: none;
    transition: all ease 0.35s;
    transform: translateY(50%);
    max-height: 0;
    border: 1px solid #00000024;
    border-radius: 0 0 3px 3px; }
    .homepage__topproduct--productcontainer-data ul {
      margin-bottom: 0.5rem;
      padding-left: 1rem; }
      .homepage__topproduct--productcontainer-data ul li {
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 250px; }
        .homepage__topproduct--productcontainer-data ul li a, .homepage__topproduct--productcontainer-data ul li a:hover {
          text-decoration: none;
          color: #383838;
          font-size: 1.4rem; }
      .homepage__topproduct--productcontainer-data ul li:before {
        content: "\f105";
        font-family: fontawesome;
        font-size: 16px !important;
        margin-right: 10px;
        color: #ea3a3c; }
  .homepage__topproduct--productcontainer-radio {
    width: 100%;
    display: none; }
  .homepage__topproduct--productcontainer-radio:checked + .homepage__topproduct--productcontainer-title::after {
    transform: rotate(318deg); }
  .homepage__topproduct--productcontainer-radio:checked + .homepage__topproduct--productcontainer-title::before {
    transform: rotate(47deg); }
  .homepage__topproduct--productcontainer-radio:checked +
.homepage__topproduct--productcontainer-title + .homepage__topproduct--productcontainer-data {
    display: block;
    max-height: none;
    transform: translateY(0); }

.homepage__membrship--banner {
  background-image: url("https://midassets.com/images/buy-plan-bg.webp");
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .homepage__membrship--banner .title1 {
    color: white;
    font-size: 1.2rem;
    margin: 0; }
  .homepage__membrship--banner .title2 {
    color: white;
    font-size: 1.9rem;
    margin: 0; }
  .homepage__membrship--banner .cta-buynow, .homepage__membrship--banner .cta-buynow:hover {
    color: white;
    font-size: 1.3rem;
    background-color: var(--red-clr);
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none; }

section:last-child {
  margin-bottom: 30px; }

.footer {
  position: fixed;
  width: 100%;
  background: #ffffff;
  height: 8vh;
  bottom: 0;
  left: 0;
  margin: 0;
  box-shadow: 0 0px 8px 4px #00000040; }
  .footer__fbox {
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .footer__fbox > div {
      padding: 5px 0; }
      .footer__fbox > div a, .footer__fbox > div a:hover {
        text-decoration: none; }
      .footer__fbox > div p {
        margin: 0;
        text-align: center;
        color: var(--red-clr);
        font-size: 1.3rem;
        font-weight: 500; }

.form-control1::-webkit-input-placeholder {
  color: #000000 !important; }

.form-control1:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important; }

.form-control1::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important; }

.form-control1:-ms-input-placeholder {
  color: #000000 !important; }

.form-control1:focus {
  color: #000000 !important;
  box-shadow: none !important; }

/* -- Input styles ---------------------------------- */
.form-group1 {
  position: relative;
  margin-top: 18px;
  margin-bottom: 15px; }

.form-groupsignup {
  position: relative; }

.input-group1 {
  position: relative; }

.form-control1 {
  display: block;
  height: 36px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #757575; }

.input-group1 .form-control1 {
  position: relative;
  z-index: inherit;
  float: inherit;
  width: 100%;
  margin-bottom: 0; }

.form-control1:focus {
  border-color: #757575;
  outline: none;
  box-shadow: none; }

/* -- label styles ---------------------------------- */
form label {
  position: absolute;
  /*top: 0px;*/
  /*color: #d9534f;*/
  font-size: 12px;
  font-weight: 300;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.form-horizontal1 .control-label1 {
  position: relative;
  top: 0;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .form-horizontal1 .control-label1 {
    font-size: 16px; } }

.float-label {
  left: 0;
  top: 7px;
  font-size: 16px;
  pointer-events: none; }

/* help-block */
.form-group1 .help-block {
  position: absolute; }

.help-block {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 300; }

/* input addon ---*/
.input-group1-addon {
  border: none;
  background: transparent; }

/* ------  inline ----*/
.input-group1-addon, .form-inline .input-group1 {
  display: table-cell; }

.input-group1-addon, .input-group1-btn {
  width: inherit; }

.input-group1 {
  width: 100%; }

@media (min-width: 768px) {
  .form-inline .form-group1 {
    margin-top: 16px; }
  .input-group1-btn, .input-group1 .form-control1, .input-group1-addon, .form-inline .input-group1 {
    display: inline-block; }
  .input-group1 {
    width: auto; } }

/* -- bar styles -------------------------------------- */
.form-bar {
  position: relative;
  display: block;
  width: 100%; }

.form-bar:before, .form-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all; }

.form-bar:before {
  left: 50%; }

.form-bar:after {
  right: 50%; }

/* active state */
.form-control1:focus ~ .form-bar:before, .form-control1:focus ~ .form-bar:after {
  width: 50%; }

/* -- highlighter styles ------------------------------ */
.form-highlight {
  position: absolute;
  height: 60%;
  width: 60px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.4; }

/* active state */
.form-control1:focus ~ .form-highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

/* -- highlighter animation --------------------------- */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }

@keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }

.form-group.checkbox {
  margin-top: 20px; }

.checkbox input[type='checkbox'] {
  height: 0;
  width: 0;
  opacity: 0; }

.checkbox label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 10px;
  padding-left: 0; }

.checkbox .chk-span {
  top: 0;
  border: 1px solid #5a5a5a;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 14px;
  margin: 0 14px 14px 1px;
  outline-color: #eaeaea;
  padding: 0;
  position: relative;
  width: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1; }

.checkbox .chk-span.checked {
  top: -2px;
  border-left: 2px solid #d9534f;
  border-bottom: 4px solid #d9534f;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-45deg) scaleY(0.5);
  -moz-transform: rotate(-45deg) scaleY(0.5);
  -ms-transform: rotate(-45deg) scaleY(0.5);
  -o-transform: rotate(-45deg) scaleY(0.5);
  transform: rotate(-45deg) scaleY(0.5); }

.checkbox .chk-span.checked {
  border-left-color: #d9534f;
  border-bottom-color: #d9534f; }

.checkbox input[type='checkbox']:focus ~ label {
  color: #d9534f; }
  .checkbox input[type='checkbox']:focus ~ label .chk-span {
    border-color: #d9534f; }
    .checkbox input[type='checkbox']:focus ~ label .chk-span.checked {
      border-left-color: #d9534f;
      border-bottom-color: #d9534f;
      border-top: 1px solid rgba(0, 0, 0, 0);
      border-right: 1px solid rgba(0, 0, 0, 0); }

@media (min-width: 768px) {
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 5px; } }

.form-control1-static {
  font-size: 16px; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-style: dashed; }

#focusedInput {
  border-color: #ccc;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: none; }

.form-control00 {
  display: block;
  height: 36px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #757575; }

.popup-form-btn {
  background-color: #d9534f;
  border-radius: 0;
  font-size: 1.6rem;
  color: white; }

.product__detail--fbox {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #00000038;
  padding: 8px 0; }
  .product__detail--fbox > div {
    padding: 0 15px; }
  .product__detail--fbox .title {
    margin: 0;
    color: var(--red-clr);
    font-size: 1.3rem;
    font-weight: 500; }
  .product__detail--fbox .data {
    margin: 0;
    font-size: 1.6rem; }
    .product__detail--fbox .data a, .product__detail--fbox .data a:hover {
      margin: 0;
      font-size: 1.6rem;
      color: var(--txt-clr);
      text-decoration: underline; }
    .product__detail--fbox .data .product {
      margin-bottom: 0.5rem;
      padding-left: 1rem; }
      .product__detail--fbox .data .product li {
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .product__detail--fbox .data .product li a, .product__detail--fbox .data .product li a:hover {
          text-decoration: none;
          color: #383838;
          font-size: 1.6rem; }
      .product__detail--fbox .data .product li:before {
        content: "\f105";
        font-family: fontawesome;
        font-size: 16px !important;
        margin-right: 5px;
        color: #ea3a3c; }

.product__detail .trustit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0; }
  .product__detail .trustit .title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 800; }
  .product__detail .trustit img {
    width: 75px; }

.product__detail--enq {
  position: fixed;
  width: 100%;
  background: var(--red-clr);
  height: 6vh;
  bottom: 55px;
  color: white;
  left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product__detail--enq a, .product__detail--enq a:hover {
    color: white;
    text-decoration: none;
    font-size: 1.5rem; }

.product__detail--offers {
  position: fixed;
  width: 100%;
  background: #efefef;
  height: 8vh;
  bottom: 55px;
  color: white;
  left: 0;
  margin: 0; }
  .product__detail--offers p {
    font-weight: 600;
    text-align: center;
    font-size: 1.2rem;
    margin: 0;
    color: var(--red-clr); }
  .product__detail--offers a, .product__detail--offers a:hover {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    background-color: var(--red-clr);
    align-items: center;
    padding: 5px;
    margin: 0 5px; }

.searchresult__topfbox {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 5px 15px; }
  .searchresult__topfbox h1 {
    display: inline-block; }
  .searchresult__topfbox > div:last-child {
    align-self: end; }
    .searchresult__topfbox > div:last-child span {
      font-size: 1.3rem;
      font-weight: 500; }
    .searchresult__topfbox > div:last-child .badge-counter {
      background-color: var(--red-clr);
      color: white;
      padding: 4px;
      border-radius: 10px; }

.searchresult__majorcity {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 5px 15px; }
  .searchresult__majorcity .title {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0; }
  .searchresult__majorcity h2 {
    font-weight: 400; }
  .searchresult__majorcity a, .searchresult__majorcity a:hover {
    color: var(--txt-clr);
    padding: 2px; }

.searchresult__container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 5px 15px; }
  .searchresult__container .title a, .searchresult__container .title a:hover {
    color: var(--txt-clr);
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 500; }
  .searchresult__container .location a, .searchresult__container .location a:hover, .searchresult__container .location span, .searchresult__container .contactname a, .searchresult__container .contactname a:hover, .searchresult__container .contactname span, .searchresult__container .contactno a, .searchresult__container .contactno a:hover, .searchresult__container .contactno span, .searchresult__container .desc a, .searchresult__container .desc a:hover, .searchresult__container .desc span {
    color: var(--txt-clr);
    font-size: 1.3rem;
    text-decoration: none;
    font-weight: 500;
    padding: 0; }
  .searchresult__container .location i, .searchresult__container .contactname i, .searchresult__container .contactno i, .searchresult__container .desc i {
    color: var(--red-clr);
    font-size: 1.7rem;
    padding-right: 3px; }
  .searchresult__container .desc {
    color: var(--txt-clr);
    font-size: 1.45rem;
    text-decoration: none;
    font-weight: 400;
    padding: 3px 0; }
  .searchresult__container .cta-enq {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    .searchresult__container .cta-enq a {
      background-color: #2a2b65;
      border: #2a2b65;
      color: white;
      font-size: 1.5rem;
      padding: 5px 10px;
      border-radius: 2px;
      margin: 5px 0;
      transition: all ease 0.35ms; }
      .searchresult__container .cta-enq a:hover {
        color: #2a2b65;
        background-color: white; }

.buysell__tab--container {
  padding: 12px; }
  .buysell__tab--container .b-tab {
    padding: 20px 15px;
    border: 1px solid #00000045;
    border-radius: 2px;
    display: none; }
    .buysell__tab--container .b-tab .title h2 {
      text-align: center;
      font-size: 1.7rem;
      color: #383838;
      font-weight: 500;
      position: relative;
      margin-bottom: 20px; }
      .buysell__tab--container .b-tab .title h2::before, .buysell__tab--container .b-tab .title h2::after {
        content: '';
        height: 1px;
        width: 60px;
        position: absolute;
        background-color: var(--red-clr); }
      .buysell__tab--container .b-tab .title h2::before {
        left: 0;
        top: 10px; }
      .buysell__tab--container .b-tab .title h2::after {
        top: 10px;
        right: 0; }
    .buysell__tab--container .b-tab .offer__container {
      display: flex;
      flex-direction: column; }
      .buysell__tab--container .b-tab .offer__container .title {
        font-size: 1.7rem;
        font-weight: 500;
        color: var(--red-clr); }
      .buysell__tab--container .b-tab .offer__container .data {
        font-size: 1.4rem;
        color: var(--txt-clr);
        padding: 2px 0; }
        .buysell__tab--container .b-tab .offer__container .data > span:first-child {
          font-weight: 500; }
      .buysell__tab--container .b-tab .offer__container .cta {
        margin: 10px 0; }
        .buysell__tab--container .b-tab .offer__container .cta a, .buysell__tab--container .b-tab .offer__container .cta a:hover {
          text-decoration: none;
          color: white;
          background-color: var(--red-clr);
          font-size: 1.4rem;
          padding: 5px 10px; }
  .buysell__tab--container .b-tab.active {
    display: block; }
  .buysell__tab--container .b-nav-tab {
    display: inline-block;
    padding: 10px 18px;
    text-decoration: none;
    text-align: center;
    font-size: 1.35rem;
    color: var(--txt-clr);
    font-weight: 600;
    border: 1px solid #00000045;
    border-radius: 2px; }
  .buysell__tab--container .b-nav-tab.active {
    color: var(--red-clr);
    background-color: #efefef; }

.section__contact {
  padding: 12px; }
  .section__contact h1 {
    text-align: center; }
  .section__contact .data {
    font-size: 1.5rem;
    text-align: center; }
  .section__contact .comp-title {
    text-align: center;
    color: var(--red-clr);
    font-size: 1.6rem; }
  .section__contact .data {
    text-align: left;
    font-size: 1.5rem;
    color: var(--txt-clr); }
    .section__contact .data a, .section__contact .data a:hover {
      text-align: left;
      font-size: 1.5rem;
      color: var(--txt-clr);
      text-decoration: none; }

.section__tc {
  background-color: #efefef;
  padding: 10px 15px; }
  .section__tc--container {
    background-color: white;
    box-shadow: 0px 1px 0px 1px #00000021;
    padding: 5px; }
    .section__tc--container h1 {
      text-align: center; }
    .section__tc--container p {
      font-size: 1.3rem; }
    .section__tc--container u.dotted {
      border-bottom: 1px dashed #999;
      text-decoration: none; }

.section__login {
  padding: 10px; }
  .section__login--info {
    background-color: var(--red-clr);
    padding: 5px 10px;
    text-align: center; }
  .section__login .title {
    font-size: 1.5rem;
    color: white;
    text-transform: uppercase; }
  .section__login .data {
    font-size: 1.5rem;
    text-align: center; }
  .section__login .comp-title {
    text-align: center;
    color: var(--red-clr);
    font-size: 1.6rem; }
  .section__login .data {
    text-align: left;
    font-size: 1.5rem;
    color: var(--txt-clr); }
    .section__login .data a, .section__login .data a:hover {
      text-align: left;
      font-size: 1.5rem;
      color: var(--txt-clr);
      text-decoration: none; }
  .section__login--form {
    padding: 10px;
    box-shadow: 0px 1px 2px 1px #00000059;
    border-radius: 3px;
    margin: 15px 0; }
    .section__login--form .title1 {
      color: var(--txt-clr);
      margin: 0;
      text-align: center;
      font-size: 1.8rem;
      font-weight: 500; }

.mid-forgot-txt {
  color: var(--red-clr);
  font-size: 1.4rem;
  font-weight: 500; }

#frm_frgt {
  display: none; }

.gap_line {
  text-align: center;
  font-size: 1.7rem;
  color: #383838;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px; }
  .gap_line::before {
    left: 0;
    top: 10px; }
  .gap_line::after {
    top: 10px;
    right: 0; }
  .gap_line:after, .gap_line:before {
    content: '';
    height: 1px;
    width: 60px;
    position: absolute;
    background-color: var(--red-clr); }

.signup_link {
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #d9534f;
  font-size: 1.6rem;
  padding: 8px 10px; }

.product-arrow {
  margin-bottom: 0.5rem;
  padding-left: 1rem; }
  .product-arrow li {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .product-arrow li a, .product-arrow li a:hover {
      text-decoration: none;
      color: #383838;
      font-size: 1.6rem; }
  .product-arrow li:before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 16px !important;
    margin-right: 5px;
    color: #ea3a3c; }
