@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
html, body {
  font-family: 'Poppins', 'Lato', 'Avenir', sans-serif;
  margin: 0;
  padding: 0;
  background: #F5F6F7 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul, li, h1, h2, h3, h4, h5, h6, p, span, br {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}

.container-1 {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}

.medium-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 100px;
}

.small-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 100px;
}

.testimonial-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 100px;
}

.btn-medium {
  height: 42px;
  width: 160px;
  color:white;
  border-radius: 8px;
  background-color: #0055DF;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-medium a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 0;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  display: block;
  width: 100%;
}

.btn-medium:hover {
  background-color: #0046B7;

}
.list-item10 a:hover {
  background-color: #0046B7;
  color:white;
}


.btn-modal {

  height: 42px;
  width: 160px;
  color:white;
  
  border-radius: 8px;
  background-color: #0055DF;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swal-footer {
    text-align:center;
}

.btn-modal a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 0;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  display: block;
  width: 100%;
}

.btn-modal:hover {
  background-color: #0046B7;
}

.btn-large {
  height: 52px;
  width: 270px;
  border-radius: 8px;
  background-color: #0055DF;
  color:white;
  border: none;
  outline: none;
  display: block;
  margin-bottom: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-large a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  padding: 16px 52px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}

.btn-large:hover {
  background-color: #0046B7;
}
.btn-large a:hover {
  color:white;

}

.btn-xlarge {
  height: 44px;
  width: 410px;
  border-radius: 8px;
  background-color: #0055DF;
  border: none;
  outline: none;
  display: block;
  margin-bottom: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-xlarge.disable {
  background-color: #EDEEEF;
}

.btn-xlarge.disable a {
  color: rgba(9, 0, 77, 0.2) !important;
}

.btn-xlarge a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  padding: 12px 60px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}

.nav-trigger {
  position: absolute;
  right: 85px;
  top: 0;
  height: 100%;
  width: 20px;
  display: none;
  z-index: 1111111111;
}

.nav-trigger .menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 80%;
  top: 60%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 24px;
  height: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}

.nav-trigger .menu-icon::before,
.nav-trigger .menu-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #202020;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
  -webkit-transition: top 0.3s, background-color 0s, -webkit-transform 0.3s;
  transition: top 0.3s, background-color 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s, background-color 0s;
  transition: transform 0.3s, top 0.3s, background-color 0s, -webkit-transform 0.3s;
}

.nav-trigger .menu-icon::before {
  top: -13px;
}

.nav-trigger .menu-icon.is-clicked::before,
.nav-trigger .menu-icon.is-clicked::after {
  background-color: #202020;
}

.nav-trigger .menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-trigger .menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.nav-trigger {
  background-color: transparent;
  height: 51px;
  line-height: 30px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-trigger .cd-menu-text {
  display: inline-block;
}

.nav-trigger .menu-icon {
  left: auto;
  right: 1em;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.header-sec {
  position: relative;
  background: #FFFFFF;
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #F3F8FF;
  z-index: 1111111;
}

.header-sec .top-nav {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-sec .top-nav .nav-links-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-sec .top-nav .nav-links-left .brand {
  display: block;
  margin-right: 30px;
  height: 36px;
  position: relative;
  z-index: 111111111111;
}

.header-sec .top-nav .nav-links-left .nav-icon {
  position: relative;
  left: 10px;
}

.header-sec .top-nav .nav-links-left .nav-icon::after {
  content: '';
  position: absolute;
  background: url("../images/icon-arrow-right.svg");
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  left: -28px;
  top: 2px;
}

@media only screen and (max-width: 1560px) {
  .header-sec .top-nav .nav-links-left {
    margin-right: 0px;
  }
}

.header-sec .top-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-sec .top-nav ul li {
  display: inline-block;
}

.header-sec .top-nav ul li a.active {
  color: #06004a;
}

.header-sec .top-nav ul li a {
  text-decoration: none;
  margin-right: 30px;
  color: rgba(6, 0, 74, 0.5);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-sec .top-nav ul li a:hover, .header-sec .top-nav ul li a.active {
  color: #06004A;
}

.header-sec .top-nav .nl-r2 .last-child {
  margin-right: 0px;
}

.header-sec .primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  z-index: 2;
  text-align: center;
  /*    padding: 200px 0;*/
  padding-top: 120px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.header-sec .primary-nav.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header-sec .primary-nav li {
  list-style: none;
  margin-top: 25px;
}

.header-sec .primary-nav li a {
  text-decoration: none;
  color: rgba(8, 0, 51, 0.5);
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
}

.header-sec .primary-nav button {
  margin-top: 30px;
}

.hero-sec {
  height: 569px;
  background: #F3F8FF;
  position: relative;
  margin-top: 72px;
}

.hero-sec .hero-left-side {
  max-width: 592px;
}

.hero-sec .hero-left-side .hero-title h1 {
  color: #06004A;
  font-family: Poppins;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 54px;
}

.hero-sec .hero-left-side p {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  padding: 24px 0 36px 0;
  max-width: 428px;
}

.hero-sec .hero-left-side a.hero-learn-more-link {
  text-decoration: none;
  color: #06004A;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  border-bottom: 1px solid #06004A;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero-sec .hero-left-side a.hero-learn-more-link:hover {
  border-bottom: 1px solid rgba(6, 0, 74, 0);
}

.hero-sec .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 569px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-sec .hero-right-side {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.hero-sec .hero-right-side img {
  position: relative;
  bottom: -4px;
}

@media all and (max-width: 1199px) {
  .hero-sec .hero-img img {
    width: 95%;
  }
}

.list-last-item a {
  margin-right: 0px !important;
}

.concept-sec {
  background: #FFFFFF;
  padding: 110px 0;
  text-align: center;
}

.concept-sec .concept-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.concept-sec .concept-content .concept {
  max-width: 370px;
  margin: 0 auto;
}

/*.concept-sec .concept-content .concept .concept-description h6 {
  color: #080033;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  padding: 30px 0 18px 0;
  max-width: 220px;
  margin: 0 auto;
}*/
.concept-sec .concept-content .concept .concept-description h6 {
    color: #080033;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    padding: 30px 0 18px 0;
    max-width: 350px;
    margin: 0 auto;
}


.concept-sec .concept-content .concept .concept-description p {
  color: rgba(8, 0, 51, 0.7);
  font-family: Poppins;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.sec-title h2 {
  color: #06004A;
  font-family: Poppins;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  padding-bottom: 72px;
}

.testim {
  width: 100%;
  margin: 110px 0 220px 0;
  position: relative;
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1160px;
  padding: 50px 60px;
  margin: auto;
  background: #FFFFFF;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #c51a1a;
  cursor: pointer;
  font-size: 10px;
  bottom: -121px;
  margin: 0 auto;
  width: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}

.testim .arrow.left {
  left: -328px;
  right: 0;
}

.testim-content .img img {
  -webkit-box-shadow: 0 30px 54px -40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 30px 54px -40px rgba(0, 0, 0, 0.5);
  width: 100%;
}

.testim .arrow.right {
  left: 0;
  right: -280px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -75px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 24px;
  height: 3px;
  margin: 0 10px;
  cursor: pointer;
  background-color: rgba(6, 0, 74, 0.4);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .arrow .arrow.active img {
  opacity: 0.3;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  width: 60px;
  background-color: #0078FF;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;
  animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div h2 {
  color: #06004A;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
  text-align: left;
  padding-left: 100px;
  width: 80%;
  padding-top: 74px;
  display: block;
}

.testi-name span {
  display: block;
  color: rgba(8, 0, 51, 0.5);
  font-family: Poppins;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 8px;
}

.testim .cont div p {
  width: 100%;
  color: #0B0036;
  font-family: Poppins;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 48px;
  overflow: hidden;
  text-align: left;
  padding-left: 100px;
}

.testmonial-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;
  animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .4s ease-in-out forwards;
  animation: testim-hide .4s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards;
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  .testim .cont div p {
    line-height: 25px;
  }
}

.join-platform-sec {
  background: #F5F6F7;
  padding: 110px 0;
}

.join-platform-sec .join-platform-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.join-platform-sec .join-platform-cards .jp-card {
  max-width: 505px;
  border-radius: 2px;
  background-color: #FFFFFF;
  padding: 30px;
  -webkit-box-shadow: 0 30px 54px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 30px 54px -2px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.join-platform-sec .join-platform-cards .jp-card:hover {
  -webkit-box-shadow: 0 20px 36px -12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 36px -12px rgba(0, 0, 0, 0.1);
}

.join-platform-sec .join-platform-cards .jp-card .jp-img img {
  width: 100%;
}

.join-platform-sec .join-platform-cards .jp-description {
  padding-bottom: 30px;
}

.join-platform-sec .join-platform-cards .jp-description p {
  color: #0B0036;
  font-family: Poppins;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  padding: 36px 0 42px 0;
}

.join-platform-sec .join-platform-cards .jp-description .btn-buyer {
  height: 52px;
  width: 180px;
  background-color: #FFC11B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.join-platform-sec .join-platform-cards .jp-description .btn-buyer a {
  color: #09004E;
  font-size: 14px;
}

.join-platform-sec .join-platform-cards .jp-description .btn-buyer:hover {
  background-color: #F0A102;
}

.join-platform-sec .join-platform-cards .jp-description .btn-sell {
  height: 52px;
  width: 180px;
  background-color: #7FE396;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.join-platform-sec .join-platform-cards .jp-description .btn-sell a {
  color: #09004E;
  font-size: 14px;
}

.join-platform-sec .join-platform-cards .jp-description .btn-sell:hover {
  background-color: #6ECC83;
}

.home-register-form-sec {
  padding: 110px 0;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.home-register-form-sec .home-register-form-shape-left {
  height: 320px;
  width: 320px;
  border: 20px solid #FF3E3E;
  opacity: 0.6;
  border-radius: 50%;
  position: absolute;
  bottom: 110px;
  left: -200px;
  z-index: -1;
}

.home-register-form-sec .home-register-form-shape-right {
  height: 240px;
  width: 240px;
  border: 20px solid #06004A;
  opacity: 0.1;
  border-radius: 50%;
  position: absolute;
  top: 110px;
  right: -140px;
  z-index: -1;
}

.home-register-form-sec .hr-form-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
      grid-template-columns: 60% 40%;
}

.home-register-form-sec .hr-form-wrapper .hr-form-left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*.home-register-form-sec .hr-form-wrapper .hr-form-left-side .hr-form-text p {
  color: #0B0036;
  font-family: Poppins;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  max-width: 416px;
  margin-right: 80px;
}*/
.home-register-form-sec .hr-form-wrapper .hr-form-left-side .hr-form-text p {
    color: #0B0036;
    font-family: Poppins;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 27px;
    max-width: 447px;
    margin-right: 0px;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side .inline-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side .inline-inputs span {
  margin-right: 18px;
  position: relative;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side .inline-inputs span:last-child {
  margin-right: 0px;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side .hr-form-title h6 {
    color: #06004A;
    font-family: Poppins;
    font-size: 30px !important;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    padding-bottom: 10px;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form ul li {
  list-style: none;
  margin-bottom: 24px;
  position: relative;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form label {
  display: block;
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 12px;
  padding-bottom: 10px;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px;
  width: 100%;
  border: 1px solid #DEE0E9;
  border-radius: 4px;
  background-color: #FFFFFF;
  outline: none;
  padding: 16px 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form input:hover {
  border: 1px solid #080033;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form input:focus {
  border: 1px solid #266FE5;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form ::-webkit-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form :-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form ::-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form ::placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form button {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  background-color: #0055DF;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: 6px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form button:hover {
  cursor: pointer;
  background-color: #0046B7;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form .login-link {
  color: rgba(6, 0, 74, 0.4);
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
  width: 100%;
  margin-top: 36px;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form .login-link a {
  color: #06004A !important;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  text-decoration: none;
  border-bottom: 1px solid #06004a;
  -webkit-transition: border-bottom 0.3s ease-in-out;
  transition: border-bottom 0.3s ease-in-out;
}

.home-register-form-sec .hr-form-wrapper .hr-form-right-side form .login-link a:hover {
  border-bottom: transparent;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form .inline-inputs span {
  position: relative;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form .inline-inputs span .eye-icon {
  top: 43px;
}

.request-quote-sec {
  background: #FFFFFF;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.request-quote-sec .request-quote-wrapper {
  border-radius: 12px;
  background: linear-gradient(315deg, #1C1F2E 0%, #323341 100%);
  -webkit-box-shadow: 0 40px 50px -30px rgba(0, 17, 62, 0.3);
          box-shadow: 0 40px 50px -30px rgba(0, 17, 62, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 84px 175px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.request-quote-sec .request-quote-wrapper .request-quote-shape-left {
  height: 230px;
  width: 230px;
  border: 15px solid #FFFFFF;
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
  left: -85px;
  top: -100px;
  z-index: 99;
}

.request-quote-sec .request-quote-wrapper .request-quote-shape-right {
  height: 230px;
  width: 230px;
  border: 15px solid #FFFFFF;
  opacity: 0.1;
  border-radius: 50%;
  position: absolute;
  right: -100px;
  bottom: -95px;
  z-index: -1;
  overflow: hidden;
}

.request-quote-sec .request-quote-wrapper .request-quote-left-side h6 {
  color: #F4F5F8;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
}

.request-quote-sec .request-quote-wrapper .request-quote-left-side p {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  max-width: 400px;
  margin-top: 18px;
}

.request-quote-sec .request-quote-wrapper .request-quote-right-side button {
  width: 238px;
  height: 52px;
  border-radius: 8px;
  background-color: #0055DF;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.request-quote-sec .request-quote-wrapper .request-quote-right-side button:hover {
  cursor: pointer;
  background-color: #0046B7;
}

.footer-sec {
  background: -webkit-gradient(linear, left top, left bottom, from(#1C1F2E), to(#1C1B26));
  background: linear-gradient(180deg, #1C1F2E 0%, #1C1B26 100%);
  padding: 60px 0;
}

.footer-sec .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 30% 15%;
      grid-template-columns: 55% 30% 15%;
  margin-top: 30px;
}

.footer-sec .footer-wrapper .footer-group .footer-description p {
  max-width: 416px;
  color: white;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  margin-right: 100px;
}

.footer-sec .footer-wrapper .footer-group .footer-link ul li {
  list-style: none;
  margin-top: 10px;
}

.footer-sec .footer-wrapper .footer-group .footer-link ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-sec .footer-wrapper .footer-group .footer-link ul li a:hover {
  color: white;
}

.footer-sec .footer-wrapper .footer-group .copyright {
  margin-top: 70px;
}

.footer-sec .footer-wrapper .footer-group .copyright ul li {
  list-style: none;
  display: inline-block;
  margin-right: 24px;
}

.footer-sec .footer-wrapper .footer-group .copyright ul li a {
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-sec .footer-wrapper .footer-group .copyright ul li a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.footer-sec .footer-wrapper .footer-group .copyright .copyright-text p {
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 18px;
}

.signin_signup_hero-sec {
  position: relative;
  margin-top: 72px;
  background: url("../images/hero-image1.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  left: 0;
  background-position: top center;
  background-size: cover;
  z-index: 1;
}

.signin_signup_hero-sec::after {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.signin_signup_hero-sec .copyright {
  margin-top: 30px;
  position: absolute;
  bottom: 20px;
  z-index: 999;
}

.signin_signup_hero-sec .copyright ul li {
  list-style: none;
  display: inline-block;
  margin-right: 24px;
}

.signin_signup_hero-sec .copyright ul li a {
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.signin_signup_hero-sec .copyright ul li a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.signin_signup_hero-sec .copyright .copyright-text p {
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 18px;
}

.signin_signup_hero-sec::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.9;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  z-index: 5;
}

.signin_signup_hero-sec .signin_signup_hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
}

/*.signin_signup_hero-sec .signin_signup_hero-content .signin_signup-text p {
  max-width: 470px;
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  margin-right: 100px;
}*/
.signin_signup_hero-sec .signin_signup_hero-content .signin_signup-text p {
    max-width: 470px;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 25px;
    margin-right: 100px;
}


.signin_signup_hero-sec .signup-card, .signin_signup_hero-sec .signin-card {
  background: #FFFFFF;
  border-radius: 4px;
  max-width: 470px;
  padding: 42px 36px;
}

.signin_signup_hero-sec .signup-card .signin_signup-heading, .signin_signup_hero-sec .signin-card .signin_signup-heading {
  color: #0B0036;
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  padding-bottom: 36px;
}

.signin_signup_hero-sec .signup-card form ul li, .signin_signup_hero-sec .signin-card form ul li {
  list-style: none;
  margin-bottom: 24px;
  position: relative;
}

.signin_signup_hero-sec .signup-card form label, .signin_signup_hero-sec .signin-card form label {
  display: block;
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 12px;
  padding-bottom: 10px;
}

.signin_signup_hero-sec .signup-card form input, .signin_signup_hero-sec .signin-card form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px;
  width: 100%;
  border: 1px solid #DEE0E9;
  border-radius: 4px;
  background-color: #FFFFFF;
  outline: none;
  padding: 16px 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.signin_signup_hero-sec .signup-card form input:hover, .signin_signup_hero-sec .signin-card form input:hover {
  border: 1px solid #080033;
}

.signin_signup_hero-sec .signup-card form input:focus, .signin_signup_hero-sec .signin-card form input:focus {
  border: 1px solid #266FE5;
}

.signin_signup_hero-sec .signup-card form .inline-inputs, .signin_signup_hero-sec .signin-card form .inline-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.signin_signup_hero-sec .signup-card form .inline-inputs span, .signin_signup_hero-sec .signin-card form .inline-inputs span {
  margin-right: 18px;
}

.signin_signup_hero-sec .signup-card form .inline-inputs span:last-child, .signin_signup_hero-sec .signin-card form .inline-inputs span:last-child {
  margin-right: 0px;
}

.signin_signup_hero-sec .signup-card form ::-webkit-input-placeholder, .signin_signup_hero-sec .signin-card form ::-webkit-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.signin_signup_hero-sec .signup-card form :-ms-input-placeholder, .signin_signup_hero-sec .signin-card form :-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.signin_signup_hero-sec .signup-card form ::-ms-input-placeholder, .signin_signup_hero-sec .signin-card form ::-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.signin_signup_hero-sec .signup-card form ::placeholder, .signin_signup_hero-sec .signin-card form ::placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.signin_signup_hero-sec .signup-card form button, .signin_signup_hero-sec .signin-card form button {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  background-color: #0055DF;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}

.signin_signup_hero-sec .signup-card form button:hover, .signin_signup_hero-sec .signin-card form button:hover {
  cursor: pointer;
}

.signin_signup_hero-sec .signup-card form .login-link, .signin_signup_hero-sec .signin-card form .login-link {
  color: rgba(6, 0, 74, 0.4);
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
  width: 100%;
  margin-top: 36px;
}

.signin_signup_hero-sec .signup-card form .login-link .login-link a, .signin_signup_hero-sec .signin-card form .login-link .login-link a {
  color: #06004A !important;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  text-decoration: none;
}

.signin_signup_hero-sec .signin-card {
  width: 370px;
}

.signin_signup_hero-sec .signin-card .forget-link {
  text-align: right;
  width: 100%;
}

.signin_signup_hero-sec .signin-card .forget-link a {
  color: rgba(6, 0, 74, 0.4);
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
}

.request_quote-sec {
  position: relative;
  margin-top: 102px;
  margin-bottom: 30px;
}

.request_quote-sec .request_quote-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side {
  width: 100%;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-right: 30px;
  padding: 44px 62px;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request_quote-heading {
  color: #080033;
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  padding-bottom: 3px;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request_quote-timing {
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote-detail {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  padding: 30px 0;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards h4 {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 18px;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card {
  max-width: 358px;
  background-color: #FFFFFF;
  padding: 30px;
  border: 1px solid #F4F5F6;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card:last-child {
  margin-right: 0px;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card:hover {
  -webkit-box-shadow: 0 20px 36px -12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 36px -12px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(244, 245, 246, 0);
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card .rq-img img {
  width: 100%;
  height: 120px;
  margin-bottom: 18px;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card .bg-buyer img {
  background: #F6F2EA;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card .bg-sell img {
  background: #E1F1EA;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card .btn-sell {
  height: 44px;
  width: 180px;
  background-color: #7FE396;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card .btn-sell a {
  color: #09004E;
  font-size: 14px;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card .btn-sell:hover {
  background-color: #6ECC83;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card .btn-buyer {
  height: 44;
  width: 180px;
  background-color: #FFC11B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card .btn-buyer a {
  color: #09004E;
  font-size: 14px;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card .btn-buyer:hover {
  background-color: #F0A102;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form {
  padding-top: 30px;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form .form-title {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom: 18px;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form ul li {
  list-style: none;
  margin-bottom: 24px;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form label {
  display: block;
  color: #080033;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  padding-bottom: 10px;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px;
  width: 100%;
  border: 1px solid #DEE0E9;
  border-radius: 4px;
  background-color: #FFFFFF;
  outline: none;
  padding: 16px 12px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form input:hover {
  border: 1px solid #080033;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form input:focus {
  border: 1px solid #266FE5;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form .inline-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form .inline-inputs span {
  margin-right: 18px;
  width: 50%;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form .inline-inputs span:last-child {
  margin-right: 0px;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form ::-webkit-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form :-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form ::-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form ::placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card1 {
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 14px 18px;
  width: 270px;
  margin-bottom: 18px;
}

.request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card1 h6 {
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
  margin-bottom: 10px;
  font-weight: normal;
  position: relative;
  left: 20px;
}

.request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card1 h6::after {
  content: '';
  position: absolute;
  background: url("../images/icon-info-icon-call.svg");
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  top: -2px;
  left: -25px;
}

.request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card1 p {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
  position: relative;
  left: 20px;
}

.request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card2, .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card3, .request_quote-sec .request_quote-wrapper .request_quote_right-side .request-custom-card-1-1 {
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 24px 18px;
  width: 270px;
  margin-bottom: 18px;
}

.request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card2 h6, .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card3 h6, .request_quote-sec .request_quote-wrapper .request_quote_right-side .request-custom-card-1-1 h6 {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
  position: relative;
}

.request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card2 p, .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card3 p, .request_quote-sec .request_quote-wrapper .request_quote_right-side .request-custom-card-1-1 p {
  color: rgba(8, 0, 51, 0.7);
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 15px;
}

.request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card3 h6 {
  left: 26px;
  position: relative;
}

.request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card3 h6::after {
  content: '';
  position: absolute;
  background: url("../images/icon-info.svg");
  width: 17px;
  height: 16px;
  top: 0;
  left: -28px;
}

.request-custom-card-1-1 h6 {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 15px;
}

.request-custom-tags .tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.request-custom-tags li {
  margin-right: 9px;
}

.request-custom-tags li:first-child {
  margin-right: 0px;
}

.request-custom-tags li .tag {
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  text-decoration: none;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 6px 11px;
  display: inline-block;
  margin-bottom: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.request-custom-tags li .tag:hover {
  background-color: rgba(38, 111, 229, 0.1);
}

.estimated-cost ul {
  margin-top: 15px;
}

.estimated-cost ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed rgba(8, 0, 51, 0.3);
  padding: 5px 0;
}

.estimated-cost ul li span {
  color: #080033;
  font-family: Poppins;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 21px;
}

.estimated-cost ul li:last-child {
  border-bottom: none;
  font-weight: 600;
  padding-top: 10px;
}

.estimated-cost ul li:last-child span {
  font-size: 15px !important;
}

.last-input {
  width: 49% !important;
}

.cli-2 button {
  margin-top: 30px !important;
}

.checkbox-heading {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  padding-top: 5px;
  margin-top: 25px;
}

.checkmark-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -5px;
}

.checkmark-wrapper #checkbox1-option {
  overflow: hidden;
  position: relative;
  width: 112px;
  margin-right: 12px;
}

.checkmark-wrapper #checkbox1-option .checklabel {
  display: block;
  width: 100%;
  border: 1px solid rgba(8, 0, 51, 0.2);
  border-radius: 4px;
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 13px;
  background-color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 13px;
  text-align: center;
  padding: 15px;
}

.checkmark-wrapper #checkbox1-option .checklabel:hover {
  background-color: rgba(38, 111, 229, 0.1);
  border: 1px solid #266FE5;
  color: #080033;
  cursor: pointer;
}

.checkmark-wrapper #checkbox1-option .checkbox {
  right: 10px;
  top: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  height: 0;
  border-radius: 0;
  vertical-align: middle;
  outline: none;
}

.checkmark-wrapper #checkbox1-option .checkbox.checkbox:checked {
  background-position: 0 0;
}

.checkmark-wrapper #checkbox1-option label {
  padding-bottom: 0px;
}

.current {
  border: 1px solid #266FE5 !important;
  color: #080033 !important;
  background-color: rgba(38, 111, 229, 0.1) !important;
}

.inputs-list-bottom {
  margin-top: 24px;
}

.checkbox-list-items li {
  margin-bottom: 16px !important;
}

.checkbox-list-items .checkbox-heading {
  margin-bottom: 16px;
}

.checkbox-list-items .condition-page-link {
  color: rgba(11, 0, 54, 0.7);
}

.checkbox-list-items .condition-page-link a {
  text-decoration: none;
  color: #0B0036;
  border-bottom: 1px solid #0B0036;
}

.cbx, .cbx2, .cbx3 {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  padding-bottom: 0px !important;
  display: -ms-grid !important;
  display: grid !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 20px 98%;
      grid-template-columns: 20px 98%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cbx span, .cbx2 span, .cbx3 span {
  display: inline-block;
}

.cbx span:first-child, .cbx2 span:first-child, .cbx3 span:first-child {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid rgba(8, 0, 51, 0.3);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.cbx span:first-child svg, .cbx2 span:first-child svg, .cbx3 span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 3px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 13px;
  stroke-dashoffset: 13px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.cbx span:first-child::before, .cbx2 span:first-child::before, .cbx3 span:first-child::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506EEC;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.cbx span:last-child, .cbx2 span:last-child, .cbx3 span:last-child {
  margin-left: 16px;
}

.cbx span:last-child:after, .cbx2 span:last-child:after, .cbx3 span:last-child:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.cbx:hover span:first-child, .cbx2:hover span:first-child, .cbx3:hover span:first-child {
  border-color: #506EEC;
}

.inp-cbx:checked + .cbx span:first-child,
.inp-cbx2:checked + .cbx2 span:first-child,
.inp-cbx3:checked + .cbx3 span:first-child {
  border-color: #266FE5;
  background: #266FE5;
  -webkit-animation: check .6s ease;
          animation: check .6s ease;
}

.inp-cbx:checked + .cbx span:first-child svg,
.inp-cbx2:checked + .cbx2 span:first-child svg,
.inp-cbx3:checked + .cbx3 span:first-child svg {
  stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before,
.inp-cbx2:checked + .cbx2 span:first-child:before,
.inp-cbx3:checked + .cbx3 span:first-child:before {
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.inp-cbx:checked + .cbx span:last-child,
.inp-cbx2:checked + .cbx2 span:last-child,
.inp-cbx3:checked + .cbx3 span:last-child {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.inp-cbx:checked + .cbx span:last-child::after,
.inp-cbx2:checked + .cbx2 span:last-child::after,
.inp-cbx3:checked + .cbx3 span:last-child::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.request-custom-quote_wrapper .btn-large {
  margin-top: 40px;
}

@-webkit-keyframes check {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes check {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.gg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gg-wrapper .good-game-wrapper {
  text-align: center;
}

.gg-wrapper .good-game-wrapper h6 {
  color: #080033;
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
  margin: 34px 0 14px 0;
}

.gg-wrapper .good-game-wrapper p {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  max-width: 470px;
}

.ft-1-2 {
  margin-top: 20px;
}

.btn-1-2 {
  margin-top: 36px;
  margin-bottom: 0px;
}

.profile-dropdown {
  display: inline-block;
  position: relative;
  background: #fff;
  margin: auto;
  color: #06004A;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #F3F3F3;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.profile-dropdown:hover {
  cursor: pointer;
}

.profile-dropdown * {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.profile-dropdown input[type="checkbox"] {
  display: none;
}

.profile-dropdown input[type="checkbox"]:checked ~ ul {
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-animation: pulse 0.5s;
          animation: pulse 0.5s;
}

.profile-dropdown input[type="checkbox"]:checked ~ img {
  background: orange;
}

.profile-dropdown input[type="checkbox"]:checked ~ label {
  background: orange;
}

.profile-dropdown input[type="checkbox"]:checked ~ label i {
  color: #f2f2f2;
}

.profile-dropdown input[type="checkbox"]:checked ~ label:after {
  content: '';
  position: absolute;
  top: 100%;
  right: calc(50% - 10px);
  display: block;
  border-style: solid;
  border-width: 7px 10px 0 10px;
  border-color: orange transparent transparent transparent;
  width: 0;
  height: 0;
}

.profile-dropdown img {
  display: inline-block;
  height: 36px;
  width: 36px;
  vertical-align: middle;
  margin-right: 1rem;
  margin: 7px 7px 7px 12px;
  border-radius: 50%;
}

.profile-dropdown span {
  display: inline-block;
  vertical-align: sub;
  width: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.profile-dropdown span::after {
  content: '';
  position: absolute;
  top: 1px;
  right: 0;
  background: url("../images/icon-dropdown-expand.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  z-index: 999;
  margin-right: 11px;
}

.profile-dropdown ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  padding: 0 18px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.profile-dropdown ul li {
  border-bottom: 1px solid rgba(8, 0, 51, 0.1);
}

.profile-dropdown ul li:last-child {
  border-bottom: transparent;
}

.profile-dropdown ul li a {
  display: block;
  color: #06004A !important;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  padding: 15px 18px;
  width: 100%;
  margin: 0px !important;
}

.profile-dropdown ul li a:hover {
  background: rgba(38, 111, 229, 0.1);
}

.profile-dropdown ul li:first-child a:hover {
  border-radius: 3px 3px 0 0;
}

.profile-dropdown ul li:last-child a:hover {
  border-radius: 0 0 3px 3px;
}

.profile-dropdown > label {
  position: relative;
  height: 3.5rem;
  display: block;
  text-decoration: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .9rem;
  float: right;
  border-radius: 0 3px 3px 0;
}

.profile-dropdown > label i {
  color: #b2b2b2;
  font-size: 1.75rem;
}

.profile-dropdown:after {
  content: '';
  display: table;
  clear: both;
}
.datepicker.datepicker-dropdown.dropdown-menu { z-index:1001 !important;

 }
/*.datepicker.dropdown-menu {
  top: 192px !important;
}*/
.datepicker
{
width: fit-content;
}

.date-picker h4 {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 20px;
}

.date-picker .date-picker-wrapper h6 {
  color: #080033;
  font-family: Poppins;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 12px;
  margin: 18px 0 10px 0;
}

.date-picker .date-picker-wrapper #input_container {
  position: relative;
  width: 100%;
}

.date-picker .date-picker-wrapper #input_container input {
  max-width: 48%;
  display: inherit;
}

.date-picker_dp3 .date-picker-wrapper #input_container input {
  max-width: 48%;

}


.date-picker .date-picker-wrapper #input_container .date-icon {
  position: absolute;
  top: 2px;
  right: 12px;
  width: 18px;
  height: 18px;
  z-index: 999;
}

#datepicker-2.datepicker {
  top: 492px !important;
}


.dp2 {
  margin-bottom: 30px;
}

.dp2 .date-picker-wrapper #input_container input {
  width: 174px;
}

.dp2 .date-picker-wrapper #input_container input.active {
  border: 1px solid #DEE0E9;
  background: rgba(38, 111, 229, 0.05);
  color: #09004E;
}

.dp2 #input_container input::-webkit-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  line-height: 18px;
  font-weight: 500;
}

.dp2 #input_container input:-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  line-height: 18px;
  font-weight: 500;
}

.dp2 #input_container input::-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  line-height: 18px;
  font-weight: 500;
}

.dp2 #input_container input::placeholder {
  color: rgba(8, 0, 51, 0.3);
  line-height: 18px;
  font-weight: 500;
}

.dp3.dropdown-menu {
  top: 464px !important;
}

.dropdown {
  margin-bottom: 30px;
}

.dropdown h4 {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}

.dropdown h6 {
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 12px;
  margin: 18px 0 11px 0;
}

.dropdown .dropdown-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px;
  width: 174px;
  border: 1px solid #DEE0E9;
  border-radius: 4px;
  outline: none;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  font-family: Poppins;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icon-field-icon-dropdown.svg") 96%/15%;
  background-color: rgba(38, 111, 229, 0.05);
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.dropdown .dropdown-wrapper .option {
  padding: 10px 5px;
  line-height: 40px;
}

.dd2 {
  margin-top: 30px;
}

.dd2 .dropdown-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px;
  width: 48%;
  border: 1px solid #DEE0E9;
  border-radius: 4px;
  outline: none;
  padding: 0 12px;
  font-size: 14px;
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icon-field-icon-dropdown.svg") 96%/15%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.dd2 .dropdown-wrapper :selected {
  color: black;
}

.il-small-inputs {
  position: relative;
}

.il-small-inputs label {
  margin-bottom: 0px;
}

.il-small-inputs input,
.il-small-inputs span {
  width: 112px !important;
  margin-right: 11px !important;
}

.il-small-inputs input {
  display: inherit !important;
  position: relative !important;
}

.il-small-inputs span,
.il-small-inputs input {
  position: relative !important;
}

.currency-icon {
  position: absolute;
  top: 43px;
  right: 7px;
  width: 18px;
  height: 18px;
  z-index: 999;
}

.eye-icon {
  position: absolute;
  top: 38px;
  right: 12px;
  width: 18px;
  height: 18px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.eye-icon:hover {
  cursor: pointer;
}

.ii-margin {
  margin-bottom: 0px !important;
}

#hide-show {
  -webkit-transition: display 0.5s linear;
  transition: display 0.5s linear;
}

#hide-show.yes-show {
  display: block !important;
}

#hide-show.yes-hide {
  display: none !important;
  border: 1px solid #0055DF;
}

.tabContent {
  display: none;
}

.digiTabs {
  margin-top: 14px;
}

.digiTabs li {
  list-style: none;
  display: inline-block;
  border: 1px solid rgba(8, 0, 51, 0.2);
  border-radius: 4px;
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 13px;
  background-color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 13px;
  text-align: center;
  padding: 15px;
  width: 112px;
  margin-right: 10px;
  margin-bottom: 0px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.digiTabs li:last-child {
  margin-right: 0px;
}

.digiTabs li:hover {
  cursor: pointer;
  border: 1px solid #266FE5 !important;
  color: #080033 !important;
  background-color: rgba(38, 111, 229, 0.1) !important;
}

#hide-show .inline-inputs span {
  width: 49% !important;
}

.fileupload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.file_left-side {
  width: 100%;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-right: 30px;
  padding: 44px 62px;
  max-width: 770px;
}

.file_left-side .request_quote-heading {
  color: #080033;
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  padding-bottom: 3px;
}

.file_left-side .request_quote-timing {
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.file_left-side .request-custom-quote-detail {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  padding: 15px 0 0px 0;
}

.document-seller-wrapper h5 {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  margin: 30px 0 18px 0;
}

.document-seller-wrapper a {
  text-decoration: none;
}

.document-seller-wrapper .document-seller-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 650px;
  border: 1px dashed #BCBCBC;
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 20px;
  margin-bottom: 10px;
}

.document-seller-wrapper .document-seller-card .seller-card-text {
  position: relative;
  left: 45px;
  margin-right: 30px;
}

.document-seller-wrapper .document-seller-card .seller-card-text h6 {
  color: #0055DF;
  font-family: Poppins;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 12px;
}

.document-seller-wrapper .document-seller-card .seller-card-text p {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: 4px;
}

.document-seller-wrapper .document-seller-card .seller-card-text::after {
  content: '';
  position: absolute;
  left: -45px;
  top: 0;
  background: url("../images/icon-upload.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.document-seller-wrapper .document-seller-card .drag-file {
  color: #9A9A9A;
  font-family: Poppins;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  margin-left: 40px;
}

.document-seller-wrapper .document-seller-card2 {
  border: none;
  border-bottom: 1px solid rgba(8, 0, 51, 0.1);
  border-radius: inherit;
  padding: 20px 12px;
}

.document-seller-wrapper .document-seller-card2 .seller-card-text2 {
  position: relative;
  left: 45px;
  margin-right: 30px;
}

.document-seller-wrapper .document-seller-card2 .seller-card-text2 h6 {
  color: #00A90F;
  font-family: Poppins;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 12px;
}

.document-seller-wrapper .document-seller-card2 .seller-card-text2::after {
  content: '';
  position: absolute;
  left: -45px;
  top: 0;
  background: url("../images/icon-completed.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.counselor-btn {
  font-family: Poppins;
  border-radius: 4px;
  background: rgba(14, 0, 57, 0.1);
  color: rgba(14, 0, 57, 0.7);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 12px;
  text-align: center;
  padding: 10px 22px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 40px;
}

.file_right-side {
  width: 100%;
  max-width: 370px;
}

.chatbox-wrapper {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px 18px;
}

.chatbox-user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(8, 0, 51, 0.1);
  padding-bottom: 24px;
}

.chatbox-user-profile img {
  border-radius: 50%;
  margin-right: 15px;
}

.chatbox-user-profile .user-name p {
  color: #666666;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 6px;
}

.chatbox-user-profile .user-name h6 {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}

.chatbox-messages {
  padding: 18px 0 80px 0;
}

.chatbox-messages span.last-chat-timing {
  color: #666666;
  font-family: Poppins;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  display: inherit;
}

.chatbox-messages .my-message {
  max-width: 272px;
  border-radius: 15px 15px 0px 15px;
  background-color: #0078FF;
  padding: 14px 15px;
  margin-left: auto;
  margin-top: 18px;
  margin-bottom: 18px;
}

.chatbox-messages .my-message p {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 21px;
}

.chatbox-messages .my-message span {
  color: rgba(255, 255, 255, 0.7);
  font-family: Poppins;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 12px;
}

.user-msg-wrapper .msg-user-name {
  color: rgba(8, 0, 51, 0.5);
  font-family: Poppins;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 4px;
}

.user-msg-wrapper .user-message {
  max-width: 272px;
  border-radius: 0px 15px 15px 15px;
  background-color: #F5F5F5;
  padding: 14px 15px;
  margin-right: auto;
  margin-bottom: 6px;
}

.user-msg-wrapper .user-message p {
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 21px;
}

.user-msg-wrapper .user-message .file-attach {
  color: #0055DF;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
  left: 33px;
}

.user-msg-wrapper .user-message .file-attach::after {
  content: '';
  position: absolute;
  top: 0;
  left: -33px;
  background: url("../images/icon-attachment.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.user-msg-wrapper .user-message span {
  color: rgba(8, 0, 51, 0.5);
  font-family: Poppins;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 12px;
}

.send-form {
  border-top: 1px solid #E7E6EB;
}

.send-form #msg-input {
  margin-top: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.send-form .msg-input {
  position: relative;
  width: 90%;
  margin-right: auto;
  border: none;
  outline: none;
  padding: 4px;
}

.send-form .msg-input::-webkit-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
  outline: none;
}

.send-form .msg-input:-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
  outline: none;
}

.send-form .msg-input::-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
  outline: none;
}

.send-form .msg-input::placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
  outline: none;
}

.send-form #getFile {
  display: none;
}

.send-form #getfile-icon {
  bottom: 0;
  background: transparent;
  border: none;
  z-index: 111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.send-form #getfile-icon:hover {
  cursor: pointer;
}

.send-form #submit-btn {
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.send-form #submit-btn:hover {
  cursor: pointer;
}

.file-upload-tag {
  color: #0B0036;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 21px;
  max-width: 210px;
  text-align: center;
  border-radius: 15px;
  padding: 7px 0;
  background-color: #F5F5F5;
  margin-top: 15px;
  position: relative;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.file-upload-tag::before {
  content: '';
  position: absolute;
  background: url("../images/icon-attachment.svg");
  top: 8px;
  left: 10px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.file-upload-tag button {
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.file-upload-tag button:hover {
  cursor: pointer;
}

.file-completed-wrapper {
  text-align: center;
}

.file-completed-wrapper .icon-state-done img {
  margin-bottom: 22px;
}

.file-completed-wrapper .file-complete-text h4 {
  color: #080033;
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
}

.file-completed-wrapper .file-complete-text p {
  max-width: 346px;
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}

.file-completed-wrapper .file-complete-text2 h4 {
  color: #080033;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin-top: 32px;
}

.file-completed-wrapper .file-complete-text2 p {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}

.file-completed-wrapper .btn-xlarge.btn-1-3 {
  margin: 42px auto;
}

.file-completed-wrapper .file-complete-minitext {
  max-width: 569px;
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
}

.my-transaction_left-side {
  width: 100%;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-right: 30px;
  padding: 44px 62px;
  max-width: 870px;
}

.my-transaction_left-side .request_quote-heading {
  color: #080033;
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
}

.my-transaction_left-side .tabs {
  max-width: 800px;
  margin-top: 20px;
}

.my-transaction_left-side .tabs input {
  display: none;
}

.my-transaction_left-side .tabs label {
  display: inline-block;
  padding: 10px 16px;
  margin: 0 -2px;
  width: 110px;
  border-bottom: 2px solid rgba(8, 0, 51, 0.1);
  text-align: center;
  color: rgba(8, 0, 51, 0.2);
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}

.my-transaction_left-side .tabs label:hover {
  cursor: pointer;
}

.my-transaction_left-side .tabs input:checked + label {
  border-bottom: 2px solid #080033;
  color: #080033;
}

.my-transaction_left-side .tabs #tab1:checked ~ .content #content1,
.my-transaction_left-side .tabs #tab2:checked ~ .content #content2 {
  display: block;
}

.my-transaction_left-side .tabs .content > div {
  display: none;
  text-align: left;
}

.my-complete-transaction-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #DEE0E9;
  padding-bottom: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.my-complete-transaction-wrapper:last-child {
  border-bottom: inherit;
}

.my-complete-transaction-wrapper .my-c-t-col1 {
  margin-right: 30px;
}

.my-complete-transaction-wrapper .my-c-t-col1 ul li {
  list-style: none;
  color: rgba(8, 0, 51, 0.5);
  font-family: Poppins;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-complete-transaction-wrapper .my-c-t-col1 ul li .mes-heading {
  width: 100px;
  color: rgba(8, 0, 51, 0.5);
  font-family: Poppins;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: normal;
}

.my-complete-transaction-wrapper .my-c-t-col1 ul li .mes-des {
  list-style: none;
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  margin-left: 40px;
}

.my-complete-transaction-wrapper .my-c-t-col2 ul li {
  list-style: none;
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 11px;
}

.my-complete-transaction-wrapper .my-c-t-col2 ul .ct-small-text {
  color: rgba(8, 0, 51, 0.5) !important;
  font-family: Poppins;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 12px;
  margin-top: 3px;
}

.my-complete-transaction-wrapper .my-c-t-btn {
  width: 57px;
  border-radius: 4px;
  background-color: #FFC11B;
  color: #09004E !important;
  padding: 4px 12px;
  margin-right: 83px;
  color: #09004E;
  font-family: Poppins;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: normal;
}

.my-complete-transaction-wrapper .my-c-t-col3 {
  margin-left: auto;
}

.my-complete-transaction-wrapper .my-c-t-btn2 {
  background-color: #7FE396 !important;
}

.new-transaction-btn .btn-large {
  height: 44px;
  margin-bottom: 18px;
}

.confirmpayment_left-side {
  width: 100%;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-right: 30px;
  padding: 44px 62px;
  max-width: 770px;
}

.confirmpayment_left-side h4 {
  color: #080033;
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  margin-bottom: 30px;
}

.confirmpayment_left-side ul .cp-price-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed rgba(8, 0, 51, 0.3);
}

.confirmpayment_left-side ul .cp-price-list:first-child {
  border-bottom: 1px dashed #080033;
}

.confirmpayment_left-side ul .cp-price-list:first-child span {
  font-weight: 600;
  font-size: 15px;
}

.confirmpayment_left-side ul .cp-price-list span {
  color: #080033;
  font-family: Poppins;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 21px;
  padding: 6px 0;
}

.cession-facility-text {
  margin: 30px 0 18px 0;
}

.cession-facility-text h4 {
  color: #080033;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 12px;
}

.cession-facility-text p {
  color: rgba(8, 0, 51, 0.7);
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
}

.confirm-payment-inputs {
  margin-top: 30px;
}

.confirmpayment_right-side .request_quote-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.confirmpayment_right-side .confirmpayment-form-wrapper {
  width: 100%;
  max-width: 370px;
  background: #fff;
  padding: 36px 42px;
  border-radius: 8px;
}

.confirmpayment_right-side .confirmpayment-form-wrapper h5 {
  color: #080033;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}

.confirmpayment_right-side .confirmpayment-form-wrapper p {
  color: rgba(8, 0, 51, 0.7);
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  margin: 9px 0 18px 0;
}

.confirmpayment_right-side .confirmpayment-form-wrapper .payment-cards {
  border-bottom: 1px solid rgba(8, 0, 51, 0.1);
  padding-bottom: 18px;
}

.confirmpayment_right-side .confirmpayment-form-wrapper .payment-cards img {
  margin-right: 5px;
}

.confirmpayment_right-side .confirmpayment-form-wrapper .single-input input {
  width: 100%;
}

.confirmpayment_right-side .confirmpayment-form-wrapper form ul li {
  list-style: none;
  margin-bottom: 24px;
}

.confirmpayment_right-side .confirmpayment-form-wrapper form label {
  display: block;
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  padding-bottom: 8px;
  margin-bottom: 0px;
}

.confirmpayment_right-side .confirmpayment-form-wrapper form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px;
  width: 100%;
  border: 1px solid #DEE0E9;
  border-radius: 4px;
  background-color: #FFFFFF;
  outline: none;
  padding: 16px 12px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.confirmpayment_right-side .confirmpayment-form-wrapper form input:hover {
  border: 1px solid #080033;
}

.confirmpayment_right-side .confirmpayment-form-wrapper form input:focus {
  border: 1px solid #266FE5;
}

.confirmpayment_right-side .confirmpayment-form-wrapper form ::-webkit-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.confirmpayment_right-side .confirmpayment-form-wrapper form :-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.confirmpayment_right-side .confirmpayment-form-wrapper form ::-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.confirmpayment_right-side .confirmpayment-form-wrapper form ::placeholder {
  color: rgba(8, 0, 51, 0.3);
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  outline: none;
}

.confirmpayment_right-side .confirmpayment-form-wrapper form .btn-large {
  width: 100%;
  height: 44px;
  padding: 10px 50px;
  margin-bottom: 0px;
}

.confirmpayment_right-side .confirmpayment-form-wrapper .inline-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.confirmpayment_right-side .confirmpayment-form-wrapper .inline-inputs input {
  max-width: 80px;
}

.confirmpayment_right-side .confirmpayment-form-wrapper .inline-inputs input.pass {
  max-width: 108px;
}

.confirmpayment_right-side .confirmpayment-form-wrapper .inline-inputs span {
  margin-right: 18px;
  position: relative;
}

.confirmpayment_right-side .confirmpayment-form-wrapper .inline-inputs span:last-child {
  margin-right: 0px;
}

.confirmpayment_right-side .request_quote-card1 {
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 14px 18px;
  max-width: 370px;
  margin-top: 18px;
}

.confirmpayment_right-side .request_quote-card1 h6 {
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: normal;
  position: relative;
  left: 20px;
}

.confirmpayment_right-side .request_quote-card1 h6::after {
  content: '';
  position: absolute;
  background: url("../images/icon-info-icon-call.svg");
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  top: -2px;
  left: -25px;
}

.payment-sent-wrapper {
  max-width: 970px;
  background: #FFFFFF;
  padding: 48px 150px;
  margin: 0 auto;
  border-radius: 8px;
  text-align: center;
}

.payment-sent-wrapper .icon-state-done img {
  margin-bottom: 22px;
}

.payment-sent-wrapper .payment-sent-text h4 {
  color: #080033;
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
}

.payment-sent-wrapper .payment-sent-text p {
  max-width: 346px;
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}

.payment-sent-wrapper .payment-sent-text2 h4 {
  color: #080033;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 8px;
}

.payment-sent-wrapper .payment-sent-text2 p {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}

.payment-sent-wrapper .btn-xlarge.btn-1-3 {
  margin: 0 auto;
  margin-top: 42px;
}

.my-profile-wrapper {
  max-width: 770px;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 42px 54px;
  margin: 0 auto;
}

.my-profile-wrapper .go-back-link {
  color: #06004A;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 1px solid #06004A;
}

.my-profile-wrapper h4 {
  color: #080033;
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  margin-top: 10px;
}

.my-profile-wrapper .profile-change-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-profile-wrapper .profile-change-wrapper img {
  height: 100px;
  width: 100px;
  border: 1px solid #F3F3F3;
  border-radius: 50%;
  margin-right: 30px;
}

.my-profile-wrapper .profile-change-wrapper .profile-change-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.my-profile-wrapper .profile-change-wrapper .profile-change-buttons button {
  border: none;
  background: transparent;
  outline: none;
  width: 210px;
  background-color: rgba(133, 155, 207, 0.1);
  border-radius: 4px;
  padding: 6px 10px;
  margin-bottom: 10px;
  text-align: left;
}

.my-profile-wrapper .profile-change-wrapper .profile-change-buttons button a {
  text-decoration: none;
  color: #0E0039;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 12px;
  width: 220px;
  padding: 6px 10px;
  text-align: left;
}

.my-profile-wrapper .profile-change-wrapper .profile-change-buttons button.active {
  background-color: rgba(0, 118, 255, 0.1);
  width: 232px;
}

.my-profile-wrapper .profile-change-wrapper .profile-change-buttons button.active a {
  color: #0078FF;
}

.my-profile-wrapper form {
  padding-top: 30px;
}

.my-profile-wrapper form .inline-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my-profile-wrapper form .inline-inputs span {
  width: 50%;
  margin-right: 18px;
  position: relative;
}

.my-profile-wrapper form .inline-inputs span:last-child {
  margin-right: 0px;
}

.my-profile-wrapper form ul li {
  list-style: none;
  margin-bottom: 24px;
}

.my-profile-wrapper form label {
  display: block;
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}

.my-profile-wrapper form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px;
  width: 100%;
  border: 1px solid #DEE0E9;
  border-radius: 4px;
  background-color: #FFFFFF;
  outline: none;
  padding: 16px 12px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.my-profile-wrapper form input:hover {
  border: 1px solid #080033;
}

.my-profile-wrapper form input:focus {
  border: 1px solid #266FE5;
}

.my-profile-wrapper form ::-webkit-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
}

.my-profile-wrapper form :-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
}

.my-profile-wrapper form ::-ms-input-placeholder {
  color: rgba(8, 0, 51, 0.3);
}

.my-profile-wrapper form ::placeholder {
  color: rgba(8, 0, 51, 0.3);
}

.my-profile-wrapper .checkmark-wrapper {
  margin: 36px 0 20px 0;
}

.my-profile-form .btn-large {
  color: white;
  width: 327px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.salesagreement_left-side {
  width: 100%;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-right: 30px;
  padding: 44px 62px;
  max-width: 770px;
}

.salesagreement_left-side .request_quote-heading {
  color: #080033;
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  padding-bottom: 3px;
}

.salesagreement_left-side .request-custom-quote-detail {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  padding: 15px 0 0px 0;
}

.salesagreement-wrapper h5 {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  margin: 30px 0 18px 0;
}

.salesagreement-wrapper .sales-box-text {
  border-radius: 4px;
  background-color: #F3F2F5;
  padding: 24px 36px;
  margin: 24px 0;
}

.salesagreement-wrapper .sales-box-text p {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
}

.sale-agreement-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(8, 0, 51, 0.1);
  padding: 22px 12px;
}

.sale-agreement-group .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sale-agreement-group .left-side img {
  margin-right: 15px;
}

.sale-agreement-group .left-side .text h6 {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  padding-bottom: 4px;
}

.sale-agreement-group .left-side .text p {
  color: rgba(14, 0, 57, 0.5);
  font-family: Poppins;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 12px;
}

.sale-agreement-group .right-side .download-btn {
  font-family: Poppins;
  border-radius: 4px;
  background: rgba(0, 118, 255, 0.1);
  color: rgba(0, 120, 255, 0.5);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 12px;
  text-align: center;
  padding: 10px 22px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sales-checked-mark {
  border-bottom: 1px solid rgba(8, 0, 51, 0.1);
}

.sales-checked-mark li {
  list-style: none;
  margin-bottom: 30px !important;
}

.sales-checked-mark li .sale-cm-text {
  color: #0B0036;
  font-family: Poppins;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18px;
}

.sales-checked-mark2 {
  border-bottom: none;
  margin-top: 24px;
}

.sale-reminder-text p {
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 30px;
}

.sale-reminder-text p .bold {
  font-weight: 600;
}

.sale-lifted-conditions {
  margin-top: 30px;
}

.sale-lifted-conditions h4 {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 18px;
}

.conditions-wrapper ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E7E6EB;
  border-radius: 4px;
  padding: 15px 18px;
  margin-bottom: 6px;
}

.conditions-wrapper ul li:last-child {
  margin-bottom: 0px;
}

.conditions-wrapper ul li .condition-ls {
  color: #080033;
  font-family: Poppins;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18px;
}

.conditions-wrapper ul li .condition-rs {
  color: rgba(14, 0, 57, 0.5);
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
}

.conditions-wrapper ul li .condition-left {
  color: #1EA532;
}

.sale-lifted-text-box {
  border-radius: 4px;
  background-color: #F3F2F5;
  padding: 24px 36px;
  margin-top: 30px;
}

.sale-lifted-text-box p {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
}

.avail-download-btn {
  margin-top: 30px;
}

.avail-download-btn button {
  background: transparent;
  border: none;
  width: 100%;
  padding: 24px;
  border-radius: 4px;
  background-color: #7FE396;
}

.avail-download-btn button a {
  text-decoration: none;
  color: #09004E;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.email-wrapper {
  margin: 0 auto;
  max-width: 598px;
  padding: 0 24px;
}

.email-group {
  max-width: 550px;
  border-radius: 0 0 18px 18px;
  background-color: #FFFFFF;
  margin: 50px auto 30px auto;
}

.email-group .email-header {
  height: 120px;
  border-radius: 18px 18px 0 0;
  background-color: #080033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.email-body {
  padding: 48px 36px;
}

.email-body .email-text p {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
}

.email-body .email-text p .bold {
  font-weight: 600;
}

.email-body .email-text .important-msg .bold {
  font-weight: 600;
}

.email-body .email-text .email-btn {
  margin: 30px 0 35px 0;
}

.email-body .email-text .email-btn a {
  text-decoration: none;
  border-radius: 8px;
  background-color: #0055DF;
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding: 12px 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.email-body .email-text .email-btn a:hover {
  background-color: #0046B7;
}

.email-body .email-text .regards-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.email-body .email-text .regards-msg span {
  color: #080033;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
}

.email-body .email-text .email-desposit-tax .cp-price-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed rgba(8, 0, 51, 0.3);
}

.email-body .email-text .email-desposit-tax .cp-price-list span {
  color: #080033;
  font-family: Poppins;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 21px;
  padding: 6px 0;
}

.email-body .email-text .email-desposit-tax .cp-price-list:last-child {
  border-bottom: none;
}

.email-body .email-text .email-desposit-tax .cp-price-list:first-child span {
  font-weight: 600;
  font-size: 15px;
}

.email-footer {
  text-align: center;
  margin-bottom: 50px;
}

.email-footer .copyrights-text p {
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  margin: 18px 0;
}

.email-footer .address p {
  width: 151px;
  color: #080033;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
}

.email-footer .unsubscribe-text p {
  color: rgba(8, 0, 51, 0.5);
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  margin-top: 18px;
}

.email-footer .unsubscribe-text p a {
  text-decoration: none;
  color: rgba(8, 0, 51, 0.5);
  border-bottom: 1px solid rgba(8, 0, 51, 0.5);
}

.email-identifiers-points ul p {
  color: #0B0036;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 3px;
}

.email-identifiers-points ul li {
  list-style: none;
  font-family: Poppins;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
}

.email-identifiers-points ul li .bold {
  font-weight: 600;
}

.email-identifiers-points ul li a {
  text-decoration: none;
  color: #0055DF;
}

.email-broder-btn {
  margin: 20px 0 35px 0;
}

.email-broder-btn a {
  text-decoration: none;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid rgba(6, 0, 74, 0.3);
  color: #06004A;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  padding: 12px 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.email-broder-btn a:hover {
  background-color: #0046B7;
  color: #fff;
}

@media only screen and (max-width: 1320px) {
  .header-sec .top-nav ul .list-item {
    display: none;
  }
  .nav-trigger {
    display: block;
  }
}

@media only screen and (max-width: 1300px) {
  .testim .wrap {
    width: 80%;
    max-width: 80%;
    padding: 50px 40px;
  }
  .testim .cont div p {
    padding-left: 60px;
  }
  .request-quote-sec .request-quote-wrapper {
    padding: 84px;
  }
}

@media only screen and (max-width: 1170px) {
  .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card1,
  .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card2, .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card3,
  .request_quote-sec .request_quote-wrapper .request_quote_right-side .request-custom-card-1-1 {
    width: 100%;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side {
    width: 210%;
    max-width: 200%;
  }
  .my-transaction-wrapper {
    width: 50%;
  }
}

@media only screen and (max-width: 1100px) {
  .confirmpayment_right-side .confirmpayment-form-wrapper,
  .confirmpayment_right-side .request_quote-card1 {
    max-width: 100%;
  }
  .confirmpayment_right-side .confirmpayment-form-wrapper p {
    margin: 0px;
  }
  .payment-cards, .confirm-payment-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-input {
    width: 60%;
    margin-right: 18px;
  }
  .confirmpayment_right-side .confirmpayment-form-wrapper form .btn-large {
    width: 60%;
  }
  .testmonial-wrapper {
    display: inherit;
    text-align: center;
  }
  .testmonial-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .fileupload-wrapper {
    display: inherit;
  }
  .file_left-side, .my-transaction_left-side, .confirmpayment_left-side, .salesagreement_left-side {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .document-seller-wrapper .document-seller-card,
  .file_right-side,
  .my-transaction-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .request_quote-sec .request_quote-wrapper {
    display: inherit;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card1,
  .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card2, .request_quote-sec .request_quote-wrapper .request_quote_right-side .did-you-know-card {
    max-width: 100%;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side {
    width: 100%;
    max-width: 100%;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side {
    margin-right: 0px;
  }
  .request_quote-sec .request_quote-wrapper {
    max-width: 1170px;
  }
  .testim .cont div p,
  .testim .cont div h2 {
    padding-left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 50px;
  }
  .request_quote_right-side {
    margin-top: 18px;
  }
  .confirmpayment_right-side .request_quote-card1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .confirmpayment_right-side .request_quote-card1 h6 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .request-quote-sec .request-quote-wrapper {
    padding: 84px 50px;
  }
  .request-quote-description p {
    margin-right: 50px;
  }
  .signin_signup_hero-sec .signin_signup_hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 100px 0;
    height: 100%;
  }
  .signin_signup_hero-sec .signup-card, .signin_signup_hero-sec .signin-card {
    width: 470px;
  }
  .signin_signup_hero-sec .signin_signup_hero-content .signin_signup-text p {
    margin-right: 0px;
    max-width: 100%;
    padding-bottom: 80px;
    margin-top: 80px;
  }
  .signin_signup_hero-sec .signup-card, .signin_signup_hero-sec .signin-card {
    margin: 0 auto;
  }
  .signin_signup_hero-sec .signup-card form .inline-inputs, .signin_signup_hero-sec .signin-card form .inline-inputs {
    display: inherit;
  }
  .signin_signup_hero-sec .signup-card form .inline-inputs span .name, .signin_signup_hero-sec .signin-card form .inline-inputs span .name {
    margin-bottom: 24px;
  }
  .payment-sent-wrapper .btn-xlarge.btn-1-3 {
    width: 100%;
    height: auto;
    padding: 15px 14px;
  }
  .payment-sent-wrapper .btn-xlarge.btn-1-3 a {
    padding: 15px 14px;
    height: auto;
  }
  .signin_signup_hero-sec {
    height: 100%;
  }
  .signin_signup_hero-sec .copyright {
    bottom: 40px;
  }
  .signin_signup_hero-sec .signin-card {
    margin: 0 auto;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side {
    padding: 44px 30px;
  }
  .seller-card-text h6 {
    font-size: 10px !important;
  }
  .seller-card-text p {
    font-size: 13px !important;
  }
  .drag-file {
    font-size: 11px !important;
  }
  .file_left-side, .my-transaction_left-side, .confirmpayment_left-side, .salesagreement_left-side {
    padding: 42px 36px;
  }
  .btn-xlarge {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .file_left-side, .my-transaction_left-side, .confirmpayment_left-side, .salesagreement_left-side {
    margin-right: 0px;
  }
  .my-profile-wrapper form .inline-inputs4 {
    display: inherit;
  }
  .my-profile-wrapper form .inline-inputs4 input.email {
    margin-bottom: 24px;
  }
  .my-profile-form .btn-large {
    width: 65%;
  }
  .payment-sent-wrapper {
    padding: 48px 80px;
  }
  .hero-sec .hero-left-side .hero-title h1 {
    font-size: 24px;
    line-height: 36px;
    max-width: 400px;
  }
  .home-register-form-sec .hr-form-wrapper .hr-form-right-side .inline-inputs span {
    width: 50%;
  }
  .signin_signup_hero-sec .signup-card form input, .signin_signup_hero-sec .signin-card form input {
    height: 44px;
  }
  .home-register-form-sec .home-register-form-shape-right {
    width: 130px;
    height: 130px;
    right: -70px;
    border: 15px solid #06004A;
  }
  .home-register-form-sec .home-register-form-shape-left {
    width: 170px;
    height: 170px;
    left: -120px;
  }
  .file_right-side {
    display: none;
  }
  .join-platform-sec {
    padding-top: 0px;
  }
  .request-quote-sec .request-quote-wrapper {
    padding: 50px 48px;
  }
  .request-quote-sec .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 52px;
  }
  .request-quote-sec .request-quote-wrapper .request-quote-left-side h6 {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 36px;
  }
  .request-quote-sec .request-quote-wrapper .request-quote-left-side p {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 10px;
  }
  .request-quote-sec .request-quote-wrapper .request-quote-right-side button {
    height: 44px;
    width: 170px;
  }
  .request-quote-description p {
    margin-right: 0px;
  }
  .hero-sec {
    height: 100%;
    padding: 72px 0 0 0;
  }
  .hero-sec .hero-content {
    height: auto;
  }
  .hero-sec .hero-right-side {
    margin: 0 auto;
    padding-top: 50px;
  }
  .hero-sec .hero-img img {
    width: 100%;
  }
  .hero-sec .hero-content {
    -webkit-box-align: inherit !important;
        -ms-flex-align: inherit !important;
            align-items: inherit !important;
  }
  .hero-sec .hero-left-side {
    width: 100%;
    padding-bottom: 72px;
  }
  .hero-sec .hero-left-side .btn-large {
    width: 170px;
  }
  .hero-sec .hero-left-side .btn-large a {
    font-size: 13px;
    padding: 16px 12px !important;
  }
  .concept-sec .concept-content {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    justify-items: left;
    text-align: left;
  }
  .hr-form-text p {
    text-align: center;
  }
  .hr-form-title h6 {
    font-size: 21px !important;
    line-height: 36px !important;
  }
  .sec-title h2,
  .sc-2 h2 {
    font-size: 21px;
    line-height: 36px;
    text-align: left;
    padding-bottom: 48px;
  }
  .join-platform-sec .join-platform-cards .jp-card {
    padding: 18px;
  }
  .join-platform-sec .join-platform-cards .jp-description p {
    font-size: 15px;
    line-height: 24px;
    padding: 26px 0;
  }
  .sc-2 h2 {
    text-align: center;
  }
  .concept-sec .concept-content .concept,
  .concept-sec .concept-content .concept .concept-description h6,
  .concept-sec .concept-content .concept .concept-description p {
    max-width: 100%;
    text-align: left;
    padding: 0 0 7px 0;
    font-size: 15px;
    line-height: 24px;
  }
  .concept-img img {
    margin-right: 40px;
  }
  .concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-register-form-sec .hr-form-wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 35px;
  }
  .home-register-form-sec .hr-form-wrapper .hr-form-left-side .hr-form-text p,
  .footer-sec .footer-wrapper .footer-group .footer-description p {
    max-width: 100%;
    margin-right: 0px;
  }
  .footer-sec .footer-wrapper {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .footer-sec .footer-wrapper .footer-group .copyright {
    position: absolute;
    bottom: -130px;
  }
  .footer-sec {
    padding-bottom: 180px;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card {
    max-width: 100%;
    margin-right: 20px;
    padding: 30px 18px;
  }
  .confirmpayment_right-side .confirmpayment-form-wrapper form .btn-large {
    width: 100%;
  }
  .concept-sec, .join-platform-sec, .home-register-form-sec {
    padding: 72px 0;
  }
  .testim {
    margin: 72px 0 85px 0;
  }
  .join-platform-sec .join-platform-cards .jp-description {
    padding-bottom: 15px;
  }
  .home-register-form-sec .hr-form-wrapper .hr-form-left-side .hr-form-text p,
  .request_quote-sec .request_quote-wrapper .request_quote_left-side .request_quote-heading,
  .gg-wrapper .good-game-wrapper h6,
  .file-completed-wrapper .file-complete-text h4,
  .my-profile-wrapper h4 {
    font-size: 21px;
    line-height: 36px;
  }
  .my-profile-wrapper .profile-change-wrapper img {
    width: 72px;
    height: 72px;
  }
  .hr-form-title h6 {
    text-align: center !important;
  }
  .request-quote-sec .request-quote-wrapper .request-quote-shape-left {
    left: -55px;
    top: -60px;
    height: 130px;
    width: 130px;
    border: 10px solid #FFFFFF;
  }
  .request-quote-sec .request-quote-wrapper .request-quote-shape-right {
    height: 130px;
    width: 130px;
    border: 10px solid #FFFFFF;
    right: -50px;
    bottom: -55px;
  }
  .request_quote-sec {
    margin-bottom: 60px;
  }
  .request_quote_right-side {
    margin-top: 30px;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card1,
  .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card2,
  .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card3 {
    margin-bottom: 30px;
  }
  .icon-state-done img {
    width: 72px;
  }
  .document-seller-wrapper .document-seller-card {
    padding: 15px;
  }
  .new-transaction-btn .btn-large {
    position: absolute;
    top: -70px;
    left: 100px;
  }
  .my-transaction_left-side {
    margin-top: 170px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .payment-cards, .confirm-payment-inputs {
    display: inherit;
  }
  .confirmpayment_right-side .confirmpayment-form-wrapper p {
    margin: 9px 0 18px 0;
  }
}

@media only screen and (max-width: 700px) {
  .hero-sec .hero-left-side {
    width: 100%;
    padding-bottom: 0px;
  }
  .hero-sec .hero-left-side .btn-large {
    width: 170px;
  }
  .hero-sec .hero-left-side .btn-large a {
    font-size: 13px;
    padding: 16px 12px !important;
  }
  .hero-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .container,
  .container-1,
  .medium-container,
  .small-container {
    padding: 0 24px;
  }
  .new-transaction-btn .btn-large {
    position: absolute;
    top: -70px;
    left: 24px;
  }
  .request-quote-sec .container {
    padding: 0 24px;
  }
  .request-quote-sec .request-quote-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 24px;
    text-align: center;
  }
  .request-quote-description p {
    padding-bottom: 30px;
  }
  .nav-trigger {
    right: 15px;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper {
    display: inherit;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card {
    max-width: 100%;
    margin-right: 0px;
    padding: 30px 18px;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_cards .request-custom-quote_cards-wrapper .rq-card:first-child {
    margin-bottom: 30px;
  }
  .request_quote-sec {
    margin-bottom: 48px;
  }
  .request_quote_right-side {
    margin-top: 24px;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card1,
  .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card2,
  .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card3 {
    margin-bottom: 24px;
  }
  .signin_signup_hero-sec .signup-card, .signin_signup_hero-sec .signin-card {
    margin-bottom: 80px;
  }
  .signin_signup_hero-sec .signin_signup_hero-content .signin_signup-text p {
    display: none !important;
  }
  .testim .wrap {
    width: 85%;
    max-width: 85%;
    padding: 50px 24px;
  }
  .cbx, .cbx2, .cbx3 {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .signin_signup_hero-sec .signin-card,
  .date-picker .date-picker-wrapper #input_container input {
    width: 100%;
    max-width: 100%;
  }
  .testim .cont div p {
    font-size: 15px;
    line-height: 28px;
    padding-top: 20px;
  }
  .testim .cont div h2 {
    font-size: 13px;
    line-height: 28px;
    padding-top: 20px;
  }
  .testi-name span {
    margin-top: 0px;
  }
  .request-quote-sec .request-quote-wrapper .request-quote-left-side p,
  .join-platform-sec .join-platform-cards .jp-description p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
  }
  .testim {
    margin-top: 80px;
  }
  .testim .arrow.right {
    right: -110px;
  }
  .testim .arrow.left {
    left: -130px;
  }
  .join-platform-sec {
    padding-bottom: 80px;
  }
  .home-register-form-sec {
    padding-top: 80px;
  }
  .concept-sec {
    padding: 80px 0;
  }
  .join-platform-sec .join-platform-cards .jp-description .btn-sell,
  .join-platform-sec .join-platform-cards .jp-description .btn-buyer {
    width: 100%;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side {
    padding: 44px 30px;
  }
  .il-small-inputs span,
  .il-small-inputs input {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    display: inherit;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form .inline-inputs {
    display: inherit;
    margin-bottom: 0px;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form .inline-inputs span {
    width: 100%;
    margin-right: 0px;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote_wrapper form .inline-inputs span input {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .join-platform-sec .join-platform-cards {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_right-side .request_quote-card1 h6 {
    padding-bottom: 10px;
  }
  .my-profile-wrapper form .inline-inputs {
    display: inherit !important;
  }
  .my-profile-wrapper form .inline-inputs input.name {
    margin-bottom: 24px;
  }
  .home-register-form-sec .hr-form-wrapper .hr-form-left-side .hr-form-text p {
    font-size: 18px;
    line-height: 30px;
  }
  .my-profile-form .btn-large {
    width: 100%;
  }
  .my-profile-wrapper .profile-change-wrapper {
    display: inherit;
    text-align: center;
  }
  .my-profile-wrapper .profile-change-wrapper img {
    width: 72px;
    height: 72px;
    margin-right: 0;
  }
  .my-profile-wrapper .profile-change-wrapper .profile-change-buttons {
    margin-top: 12px;
  }
  .my-profile-wrapper .profile-change-wrapper .profile-change-buttons button {
    margin: 0 auto;
  }
  .my-profile-wrapper .profile-change-wrapper .profile-change-buttons button.active {
    margin-bottom: 10px;
  }
  .my-profile-wrapper {
    padding: 24px 18px;
  }
  .testim .arrow {
    bottom: -90px;
  }
  .signin_signup_hero-sec .signup-card, .signin_signup_hero-sec .signin-card,
  .signin_signup_right-side {
    width: 100%;
    max-width: 100%;
  }
  .sec-title h2, .sc-2 h2 {
    text-align: center;
  }
  .hero-sec .hero-left-side .hero-title h1,
  .hero-sec .hero-left-side p {
    max-width: 100%;
    text-align: center;
  }
  .hero-sec .hero-left-side {
    text-align: center !important;
  }
  .hero-left-side .btn-large {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .btn-xlarge {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .concept,
  .concept-sec .concept-content {
    display: inherit;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .concept-img img {
    margin-right: 0px;
    margin: 0 auto;
  }
  .concept-sec .concept-content .concept,
  .concept-sec .concept-content .concept .concept-description h6,
  .concept-sec .concept-content .concept .concept-description p {
    text-align: center;
    padding: 12px 0 12px 0;
  }
  .signin_signup_hero-sec .signup-card, .signin_signup_hero-sec .signin-card {
    padding: 40px 18px;
  }
  .signin_signup_hero-sec .signup-card .signin_signup-heading, .signin_signup_hero-sec .signin-card .signin_signup-heading {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .signin_signup_hero-sec .signup-card form .login-link, .signin_signup_hero-sec .signin-card form .login-link {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .signin_signup_hero-sec .signup-card form button, .signin_signup_hero-sec .signin-card form button {
    height: 44px;
  }
  .signin_signup_hero-sec .signin_signup_hero-content {
    padding: 44px 0 60px 0;
  }
  .concept-sec, .join-platform-sec, .home-register-form-sec {
    padding: 60px 0;
  }
  .concept-img img {
    width: 96px;
  }
  .concept-sec .concept-content .concept .concept-description p {
    padding-top: 0px;
  }
  .download-btn {
    position: relative;
    width: 0px;
    padding: 0px;
    background: transparent !important;
  }
  .download-btn span {
    display: none;
    position: relative;
  }
  .download-btn::after {
    content: '';
    position: absolute;
    top: -14px;
    right: 0;
    background: url("../images/icon-download.svg");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .salesagreement-wrapper .sales-box-text, .sale-lifted-text-box {
    padding: 18px;
  }
  .salesagreement-wrapper .sales-box-text p, .sale-lifted-text-box p {
    font-size: 12px;
    line-height: 18px;
  }
  .avail-download-btn button {
    padding: 18px;
  }
  .avail-download-btn button a {
    font-size: 12px;
    line-height: 18px;
  }
  .conditions-wrapper ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .checkbox-list-items {
    padding-right: 20px;
  }
  .salesagreement_left-side .request-custom-quote-detail, .sales-checked-mark li .sale-cm-text {
    font-size: 12px;
    line-height: 18px;
  }
  .salesagreement-wrapper h5, .sale-lifted-conditions h4 {
    font-size: 14px;
    line-height: 21px;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side {
    padding: 24px 18px;
  }
  .sale-agreement-group .left-side img {
    display: none;
  }
  .home-register-form-sec .hr-form-wrapper .hr-form-left-side .hr-form-text p, .request_quote-sec .request_quote-wrapper .request_quote_left-side .request_quote-heading,
  .file-completed-wrapper .file-complete-text h4 {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side .request-custom-quote-detail {
    font-size: 12px;
    line-height: 18px;
  }
  .testim .dots {
    display: none;
  }
  .confirmpayment_right-side .confirmpayment-form-wrapper,
  .payment-sent-wrapper {
    padding: 24px 18px;
  }
  .confirmpayment_right-side .confirmpayment-form-wrapper .inline-inputs input {
    max-width: 100%;
  }
  .confirmpayment_right-side .confirmpayment-form-wrapper .inline-inputs input.date {
    margin-bottom: 18px;
  }
  .confirmpayment_right-side .confirmpayment-form-wrapper form label {
    font-size: 9px;
  }
  .confirmpayment_right-side .request_quote-card1 {
    display: inherit !important;
  }
  .confirmpayment_right-side .request_quote-card1 p {
    margin-top: 10px;
  }
  .counselor-btn {
    position: relative;
    width: 0px;
    padding: 0px;
    background-color: transparent;
  }
  .counselor-btn span {
    display: none;
    position: relative;
  }
  .counselor-btn::after {
    content: '';
    position: absolute;
    top: -14px;
    right: 0;
    background: url("../images/icon-view.svg");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
  }
  .seller-card-text2 p {
    margin-right: 20px !important;
  }
  .home-register-form-sec .hr-form-wrapper .hr-form-right-side .inline-inputs {
    display: inherit;
  }
  .home-register-form-sec .hr-form-wrapper .hr-form-right-side .inline-inputs span {
    width: 100%;
  }
  .home-register-form-sec .hr-form-wrapper .hr-form-right-side .inline-inputs span .name {
    margin-bottom: 24px;
  }
  .request_quote-sec .request_quote-wrapper .request_quote_left-side .request_quote-heading {
    line-height: 32px;
  }
  .btn-large, .btn-xlarge, .single-input {
    width: 88%;
    margin: 0 auto;
  }
  .btn-xlarge a {
    padding: 12px 15px;
  }
  .digiTabs li {
    max-width: 100px;
  }
  .seller-card-text h6 {
    font-size: 10px !important;
  }
  .seller-card-text p {
    font-size: 13px !important;
  }
  .drag-file {
    display: none !important;
  }
  .file_left-side, .my-transaction_left-side, .confirmpayment_left-side, .salesagreement_left-side {
    padding: 24px 18px;
  }
  .file_left-side .request_quote-heading, .confirmpayment_left-side,
  .gg-wrapper .good-game-wrapper h6,
  .my-profile-wrapper h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .salesagreement_left-side .request_quote-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .hero-sec .hero-left-side .btn-large {
    position: absolute;
    bottom: 100px;
    z-index: 111;
    left: 0;
    width: 85% !important;
    right: 0;
  }
  .hero-img {
    padding-bottom: 160px;
  }
  .hero-sec .hero-left-side a.hero-learn-more-link {
    position: absolute;
    bottom: 70px;
    z-index: 111;
    left: 0;
    width: 152px !important;
    right: 0;
    margin: 0 auto;
  }
  .hero-sec .hero-right-side {
    padding-top: 0;
  }
  .my-complete-transaction-wrapper .my-c-t-col1 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .my-complete-transaction-wrapper .my-c-t-col1 ul li .mes-des {
    margin-left: 0px;
  }
  .inline-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .my-complete-transaction-wrapper .my-c-t-btn {
    margin-right: 12px;
  }
  .salesagreement_left-side .btn-large {
    margin-top: 30px !important;
  }
  .email-body .email-text .email-btn a {
    padding: 12px 30px;
  }
  .email-body {
    padding: 42px 18px;
  }
  .email-body .email-text p {
    font-size: 12px;
    line-height: 18px;
  }
  .email-identifiers-points ul li, .email-body .email-text .regards-msg span, .hello-greeetings {
    font-size: 12px;
    line-height: 18px;
  }
  .email-body .email-text .email-btn a {
    font-size: 11px;
  }
}
/*# sourceMappingURL=styles.css.map */