@charset "UTF-8";
/* --------------------- Global root start ---------------------*/
:root {
  --white-color: #fff;
  --black-color: #000;
  --color-primary: #FFAA05;
  --color-F-primary: #4A8DDD;
  --color-secondary: #73B800;
  --color-2A2A2A: #2A2A2A;
  --color-949494: #949494;
  --color-F3F3F3: #F3F3F3;
  --color-FAFAFA: #FAFAFA;
  --color-626262: #626262;
  --color-E1E1E1: #E1E1E1;
  --font-Manrope: "Manrope", sans-serif;
  --font-Space-Grotesk: "Space+Grotesk", sans-serif;
}

/* --------------------- Global root start ---------------------*/
.btn-theme {
  color: var(--white-color);
  font-family: var(--font-Manrope);
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding: 18px 40px 18px;
  transition: 0.5s;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  border: unset;
}
.btn-theme.primary {
  background: var(--color-primary);
  box-shadow: unset;
}
.btn-theme.full-width {
  display: block;
  text-align: center;
  width: 100%;
}
.btn-theme.secondary {
  background: #4A8DDD;
}
.btn-theme.btn-secondary {
  background: #73B800;
}
.btn-theme:hover {
  color: var(--white-color);
  transition: 0.5s;
  box-shadow: 0px 3px 13px rgba(68, 68, 68, 0.2784313725);
}
.btn-theme[disabled=disabled] {
  opacity: 0.5;
  cursor: no-drop;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus-visible {
  overflow: unset;
  outline: unset;
  box-shadow: unset;
  border: unset;
}

a:hover {
  text-decoration: none;
}

html body {
  font-family: var(--font-Manrope);
  line-height: inherit;
  background-color: transparent;
  background-color: var(--color-FAFAFA);
  margin: 0px;
  padding: 0px;
  padding-bottom: var(--newFooterHight);
}

body ul,
body li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

body h1 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

body h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

body h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

body h4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

body h5 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

body h6 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  padding: 0px;
  margin: 0px;
}

html body p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

html body a {
  transition: 0.2s all ease;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  body h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
  }
  body h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
  }
  body h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
}
body {
  min-height: 100vh;
  position: relative;
  background-color: #D4D4D4;
}

.g-top-header {
  background-color: #3E872D;
}
.g-top-header .list ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.g-top-header .list ul li {
  padding: 10px 0;
}
.g-top-header .list ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 0;
  display: block;
  color: var(--white-color);
}
.g-top-header .list ul li:last-child {
  padding-left: 40px;
}


.user-row ul li {
  position: relative;
}
.user-row ul li span{
  cursor: pointer;
  color: #fff;
}
.user-row ul li span.has-arrow {
  margin-right: 10px;
  position: relative;
}
.user-row ul li span.has-arrow:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  right: -15px;
  top: 7px;
}


.user-row ul li ul.menu-login{

  position: absolute;
  display: none;
  pointer-events: none;
  z-index: -1;
  
}
.user-row{
  position: relative;
}
.user-row ul li::before {
  content: "";
  width: 100%;
  height: 35px;
  left: 0;
  cursor: pointer;
  position: absolute;
  top: 43px;
}
.user-row ul li:hover > ul::after {
    content: "";
    position: absolute;
    top: -15px;
    border-bottom: 15px solid #fff;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    right: 20px;
}

.user-row ul li ul.menu-login li::before, .user-row ul li ul.menu-login li::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  background-color: rgba(238, 238, 238, 0.9921568627);
  width: 100%;
}
.user-row ul li ul.menu-login li:last-child{
  padding-left: 0;
}

.user-row ul li ul.menu-login li:last-child a{

  padding: 0 15px;
}
.user-row ul li ul.menu-login li::after{
  width: 0;
}
.user-row ul li ul.menu-login li:hover::after {
  transition: 0.5s;
  background-color: var(--color-2A2A2A);
  width: 100%;
}
.user-row ul li ul.menu-login li:last-child:before, .user-row ul li ul.menu-login li:last-child:after{
  content: unset;
}
.user-row ul li ul.menu-login li a {
  color: var(--color-2A2A2A);
  text-transform: capitalize;
  font-size: 14px;
  padding: 0 15px;
  font-weight: 600;
  position: relative;
}


.user-row ul li:hover ul.menu-login{
  display: block;
  pointer-events: visible;
  width: 220px;
  background: var(--white-color);
  display: grid;
  grid-template-columns: 1fr;
  box-shadow: 0 -5px 15px 0 #ddd;
  margin-top: 18px;
  right: 0;
  margin-left: 15px;
  border-radius: 10px;
  z-index: 9999;
}
.user-row ul li:hover ul.menu-login li {
  width: 100%;
  margin: 0 auto;
  transition: 0.5s;
}

.g-last-header {
  background: #5A5B5A;
}
.g-last-header .list ul {
  display: flex;
  justify-content: space-between;
  max-width: 732px;
  width: 100%;
  margin: 0 auto;
}
.g-last-header .list ul li {
  padding: 10px 0;
  position: relative;
}
.g-last-header .list ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-transform: capitalize;
  padding: 7px 0;
  display: block;
  color: var(--white-color);
}
header {
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: var(--white-color);
}
header .headerRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logoImage a {
  display: flex;
  align-items: center;
}
header .logoImage a img {
  margin-right: 10px;
}
header .logoImage a span {
  color: var(--white-color);
  display: inline-block;
  width: 130px;
  font-size: 14px;
  font-weight: 600;
}
header .mobile-v {
  display: none;
}
header .menusrightbox .mobileOvely {
  display: none;
}
header .menusrightbox .menuBar ul {
  align-items: center;
}
header .menusrightbox .menuBar ul li {
  position: relative;
}
header .menusrightbox .menuBar ul li a {
  color: var(--color-2A2A2A);
  text-transform: capitalize;
  font-size: 14px;
  padding: 0 15px;
  font-weight: 600;
  position: relative;
}
header .menusrightbox .menuBar ul li a.has-arrow {
  margin-right: 10px;
}
header .menusrightbox .menuBar ul li a.has-arrow:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-left: 2px solid var(--color-2A2A2A);
  border-bottom: 2px solid var(--color-2A2A2A);
  position: absolute;
  transform: rotate(-45deg);
  right: 0px;
  top: 4px;
}
header .menusrightbox .menuBar ul li::before {
  content: "";
  width: 100%;
  height: 50px;
  cursor: pointer;
  position: absolute;
}
header .menusrightbox .menuBar ul li:hover > ul {
  display: block;
  pointer-events: visible;
  width: 220px;
  background: var(--white-color);
  display: grid;
  grid-template-columns: 1fr;
  box-shadow: 0 -5px 15px 0 #ddd;
  margin-top: 25px;
  right: 0;
  margin-left: 15px;
  border-radius: 10px;
}
header .menusrightbox .menuBar ul li:hover > ul::after {
  content: "";
  position: absolute;
  top: -15px;
  border-bottom: 15px solid #fff;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  right: 20px;
}
header .menusrightbox .menuBar ul li ul {
  position: absolute;
  display: none;
  pointer-events: none;
}
header .menusrightbox .menuBar ul li ul li {
  width: 100%;
  margin: 0 auto;
  transition: 0.5s;
}
header .menusrightbox .menuBar ul li ul li:last-child::before, header .menusrightbox .menuBar ul li ul li:last-child::after {
  content: unset;
}
header .menusrightbox .menuBar ul li ul li::before, header .menusrightbox .menuBar ul li ul li::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  background-color: rgba(238, 238, 238, 0.9921568627);
  width: 100%;
}
header .menusrightbox .menuBar ul li ul li::after {
  width: 0;
}
header .menusrightbox .menuBar ul li ul li:hover {
  transition: 0.5s;
}
header .menusrightbox .menuBar ul li ul li:hover::after {
  transition: 0.5s;
  background-color: var(--color-2A2A2A);
  width: 100%;
}
header .menusrightbox .menuBar ul li ul li a {
  display: block;
  padding: 15px 20px;
  position: relative;
}
header .menusrightbox .menuBar ul li ul li a img {
  width: 22px;
  margin-right: 10px;
}
header .closebtn,
header .mobile-menu {
  display: none;
}

footer {
  background-color: #333;
}
footer.footer {
  color: white;
  font-size: 14px;
}
footer.footer hr {
  margin-top: 1rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 1px solid rgb(255, 255, 255) !important;
}
footer.footer .footer-content {
  /*background: #000000;*/
  padding: 60px 0 30px 0;
}
footer.footer .footer-legal {
  padding: 30px 0;
}
footer.footer .footer-legal .copyright-box {
  display: flex;
  border-top: 1px solid #fff;
  padding-top: 50px;
  justify-content: space-between;
}
footer.footer .footer-legal .copyright-box ul {
  display: flex;
  margin: 0 -15px;
}
footer.footer .footer-legal .copyright-box ul li {
  padding: 0 15px;
}
footer.footer .social-links a {
  color: white;
  font-size: 32px;
  padding: 0 2px;
}
footer.footer .footer-links a {
  color: #ffffff;
}
footer.footer .footer-links a:hover {
  color: white;
}
footer.footer .footer-content h4 a {
  color: #73B800;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
footer.footer ul.nav.termpolicy a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
footer.footer ul .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
footer.footer .new-footer-bar li {
  padding: 0 20px;
  margin-bottom: 15px;
}
footer.footer .new-footer-bar li:first-child {
  padding-left: 0;
}
footer.footer .main-box-fo {
  flex: 0 0 75%;
  max-width: 75%;
  margin-top: 30px;
  margin-left: auto;
  border-top: 1px solid #fff;
  padding-top: 50px;
}
footer.footer .main-box-fo .min-row {
  display: flex;
  margin: 0 -15px -60px;
  justify-content: space-between;
}
footer.footer .main-box-fo .footer-box2 {
  padding: 0 15px;
  flex-basis: 0;
  flex-grow: 1;
  margin-bottom: 80px;
}
footer.footer .main-box-fo .footer-box2 h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer.footer .main-box-fo .footer-box2 h4 a {
  transition: 0.5s;
}
footer.footer .main-box-fo .footer-box2 h4 a:hover {
  transition: 0.5s;
  color: #fff;
}
footer.footer .main-box-fo .footer-box2 ul li {
  margin: 3px 0;
}
footer.footer .main-box-fo .footer-box2 ul li a {
  padding: 5px 0;
  display: block;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.5;
  line-height: 22px;
  transition: 0.5s;
  color: #FFFFFF;
}
footer.footer .main-box-fo .footer-box2 ul li a:hover {
  opacity: 1;
  transition: 0.5s;
}
footer.footer .main-box-fo .footer-box3 {
  padding: 0 15px;
  flex-basis: 0;
  flex-grow: 1;
}
footer.footer .main-box-fo .footer-box3 h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer.footer .main-box-fo .footer-box3 h4 a {
  transition: 0.5s;
}
footer.footer .main-box-fo .footer-box3 h4 a:hover {
  transition: 0.5s;
  color: #fff;
}
footer.footer .footer-logo-link {
  display: grid;
  grid-template-columns: 25% 1fr;
  margin: 0 -15px;
  align-items: center;
}
footer.footer .footer-logo-link .footer-info {
  padding: 0 15px;
}
footer.footer .footer-logo-link .footer-Linfo {
  padding: 0 15px;
  max-width: 180px;
}
footer.footer .footer-logo-link .footer-Linfo a {
  display: flex;
  align-items: center;
}

.main-benner {
  position: relative;
  padding: 60px 0 70px;
  overflow: hidden;
  background: #000 url("../../new_assets/img/bennar.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.main-benner .min-continet .contwnt-body {
  max-width: 600px;
  width: 100%;
  color: var(--white-color);
  padding-bottom: 40px;
}
.main-benner .min-continet .contwnt-body h1 {
  margin-bottom: 25px;
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
}
.main-benner .min-continet .contwnt-body p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.login-section-3 {
  padding: 150px 15px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-section-3.creating-account-section {
  height: auto;
}
.login-section-3 .forms {
  max-width: 600px;
  padding: 100px;
  width: 100%;
  background-color: var(--white-color);
  margin: 0 auto;
  border: 1px solid #D1D1D1;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.login-section-3 .forms.signupbox {
  max-width: 900px;
  width: 100%;
  padding: 100px 100px;
}
.login-section-3 .forms.signupbox .main-hadding {
  margin-bottom: 30px;
}
.login-section-3 .forms.signupbox .formsignupch {
  display: flex;
  flex-wrap: wrap;
}
.login-section-3 .forms.signupbox .formsignupch .left-set .btn-secondary {
  max-width: 320px;
  margin: 0 auto;
}
.login-section-3 .forms.signupbox .formsignupch .left-set .main-box-sign {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.login-section-3 .forms.signupbox .formsignupch .left-set .main-box-sign label {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--font-Space-Grotesk);
}
.login-section-3 .forms.signupbox .formsignupch .left-set .main-box-sign label span {
  font-size: 22px;
}
.login-section-3 .forms.signupbox .formsignupch .left-set .main-box-sign .acol-6 {
  padding: 0 15px;
  max-width: 50%;
  flex: 0 0 50%;
}
.login-section-3 .forms.signupbox .formsignupch .left-set .main-box-sign .acol-12 {
  padding: 0 15px;
  max-width: 100%;
  flex: 0 0 100%;
}
.login-section-3 .forms.signupbox .formsignupch .left-set .main-box-sign .acol-12 p a {
  color: #000;
  text-decoration: underline;
}
.login-section-3 .forms.signupbox .formsignupch .left-set .main-box-sign .toggle-password {
  right: 25px;
  top: 55%;
  transform: unset;
}
.login-section-3 .forms.creating-account {
  max-width: 500px;
}
.login-section-3 .forms:hover {
  transition: 0.5s;
}
.login-section-3 .forms input[type=checkbox] {
  accent-color: #73b800;
  transform: scale(1.3);
}
.login-section-3 .forms .text-dfo {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  font-family: var(--font-Space-Grotesk);
}
.login-section-3 .forms .text-dfo.forgot a {
  color: var(--color-2A2A2A);
}
.login-section-3 .forms .text-dfo a {
  text-decoration: underline;
  color: var(--color-secondary);
  font-weight: 500;
}
.login-section-3 .forms .top-name {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}
.login-section-3 .forms .other-links .orbox {
  display: block;
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.login-section-3 .forms .other-links .orbox::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-E1E1E1);
}
.login-section-3 .forms .other-links .orbox span {
  background-color: var(--white-color);
  position: relative;
  z-index: 9;
  padding: 0 10px;
  color: var(--color-primary);
}
.login-section-3 .forms .other-links .sociallinks ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.login-section-3 .forms .other-links .sociallinks ul li {
  margin: 0 10px;
}
.login-section-3 .forms .other-links .sociallinks ul li a {
  display: flex;
  justify-content: center;
  font-size: 20px;
  align-items: center;
  border: 2px solid;
  border-color: var(--color-primary);
  border-radius: 50px;
  padding: 20px;
  width: 30px;
  height: 30px;
  color: var(--color-primary);
  transition: 0.5s;
}
.login-section-3 .forms .other-links .sociallinks ul li a:hover {
  background-color: var(--color-primary);
  color: var(--white-color);
  box-shadow: 0 0 5px 0 var(--color-primary);
  transition: 0.5s;
}
.login-section-3 .forms .input-box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.login-section-3 .forms .input-box .toggle-password {
  position: absolute;
  cursor: pointer;
  right: 5px;
  color: #73B800;
  top: 50%;
  transform: translateY(-50%);
}
.login-section-3 .forms .input-box .toggle-password.fa-eye-slash {
  opacity: 0.5;
}
.login-section-3 .forms .input-box.image-uplod {
  position: relative;
}
.login-section-3 .forms .input-box.image-uplod .text-a2 {
  height: 42px;
  margin-bottom: 0;
  top: -9px !important;
  left: 3px !important;
  line-height: 33px;
  display: flex;
  width: 98%;
  justify-content: space-between;
  padding: 5px 15px 5px 18px !important;
}
.login-section-3 .forms .input-box.image-uplod .text-a2 .image-box {
  margin-right: 10px;
  width: 40px;
}
.login-section-3 .forms .input-box.image-uplod .text-a2 .name-main {
  position: relative;
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.login-section-3 .forms .input-box.image-uplod .text-a2 .text-box {
  background: #E6E6E6;
  padding: 0px 20px;
  right: 0;
  color: #000;
}
.login-section-3 .forms .input-box.image-uplod .file-upload-content .image-title {
  position: absolute;
  top: -3px;
  left: 0px;
  background: var(--white-color);
  width: 100%;
  height: 39px;
  line-height: 38px;
  z-index: -1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.login-section-3 .forms .input-box.image-uplod .file-upload-content .image-title.active {
  z-index: 1;
}
.login-section-3 .forms .input-box .dexktop-control {
  height: 60px;
  padding: 8px 15px;
  width: 100%;
  color: rgba(0, 0, 0, 0.6117647059);
  font-size: inherit;
  background: var(--white-color);
  border-radius: 6px;
  border: 1px solid var(--color-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  font-family: var(--font-Manrope);
}
.login-section-3 .forms .input-box .dexktop-control:hover {
  border: 1px solid var(--color-primary);
}
.login-section-3 .forms .input-box .dexktop-control:focus {
  border: 1px solid var(--color-primary) !important;
  outline: unset;
}
.login-section-3 .forms .input-box .dexktop-control.active {
  border: 1px solid var(--color-primary);
}
.login-section-3 .forms .input-box .error {
  color: #ff6161;
  font-size: 12px;
  position: absolute;
  font-weight: 500;
  bottom: -20px;
  left: 0;
}
.login-section-3 .forms .input-box .right-teg {
  position: absolute;
  right: 0;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  color: #16cf98;
  bottom: 10px;
}
.login-section-3 .forms .input-box .right-teg:hover {
  -webkit-text-decoration: revert;
          text-decoration: revert;
}
.login-section-3 .forms .input-box input[type=password] {
  padding-right: 20%;
}
.login-section-3 .forms .input-box textarea.dexktop-control {
  height: auto;
}
.login-section-3 .forms .check-boxes p {
  font-size: 14px;
  margin-bottom: 0;
}
.login-section-3 .forms .check-boxes p.content-b {
  color: #8e8e8e;
  line-height: 24px;
  margin-left: 24px;
  margin-bottom: 20px;
}
.login-section-3 .forms span.checkbox {
  display: flex;
  align-items: flex-start;
}
.login-section-3 .forms input {
  font-family: var(--font-Space-Grotesk);
}
.login-section-3 .forms input[type=checkbox] {
  margin-right: 10px;
  margin-top: 7px;
}
.login-section-3 .forms.rvop-form {
  padding: 100px 80px;
  max-width: 100%;
}
.login-section-3 .forms.rvop-form .input-box.uplod-files input[type=file] {
  padding-top: 16px;
  padding-left: 30px;
  font-weight: 600;
  color: #000;
}
.login-section-3 .forms.rvop-form .input-box.uplod-files input[type=file]::-webkit-file-upload-button {
  margin-right: 30px;
}
.login-section-3 .forms.rvop-form .input-box.uplod-files input[type=file]::file-selector-button {
  margin-right: 30px;
}
.login-section-3 .forms.rvop-form .input-box.uplod-files input[type=file]::before {
  content: "Choose File  \f016";
  font-family: "FontAwesome", var(--font-Space-Grotesk);
  position: absolute;
  padding: 6px 15px;
  background: #DEEBFD;
  border-radius: 3px;
  color: #A3A3A3;
  cursor: pointer;
  left: 16px;
  margin-top: -4px;
  border: 1px solid #A3A3A3;
}
.login-section-3 .forms.rvop-form .input-box.uplod-files label {
  margin-bottom: 0;
}
.login-section-3 .forms.rvop-form .input-box.uplod-files p.text-foa {
  max-width: 100%;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  margin-bottom: 10px;
}
.login-section-3 .forms.rvop-form[data-form=Buy] .input-box .dexktop-control {
  border: 1px solid var(--color-F-primary);
}
.login-section-3 .forms.rvop-form[data-form=Buy] .cb-box .Cby-checkbox {
  align-items: center;
}
.login-section-3 .forms.rvop-form[data-form=Buy] .cb-box input[type=radio] + label:before {
  border-color: #4A8DDD;
}
.login-section-3 .forms.rvop-form[data-form=Buy] .cb-box input[type=radio]:checked + label:before {
  color: #4A8DDD;
  border-color: #4A8DDD;
}
.login-section-3 .forms.rvop-form[data-form=Sell] .input-box .dexktop-control {
  border: 1px solid #FF5F05;
}
.login-section-3 .forms.rvop-form[data-form=Sell] .cb-box .Cby-checkbox {
  align-items: center;
}
.login-section-3 .forms.rvop-form[data-form=Sell] .cb-box input[type=radio] + label:before {
  border-color: #FF5F05;
}
.login-section-3 .forms.rvop-form[data-form=Sell] .cb-box input[type=radio]:checked + label:before {
  color: #FF5F05;
  border-color: #FF5F05;
}
.login-section-3 .forms.rvop-form[data-form=Finance] .input-box .dexktop-control {
  border: 1px solid var(--color-secondary);
}
.login-section-3 .forms.rvop-form[data-form=Finance] .cb-box .Cby-checkbox {
  align-items: center;
}
.login-section-3 .forms.rvop-form .top-name {
  margin-bottom: 0;
}
.login-section-3 .forms.rvop-form .text-foa {
  text-align: center;
  color: #FF5F05;
  font-weight: 400;
  max-width: 400px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 29px;
}
.login-section-3 .forms.rvop-form .Cby-checkbox {
  display: flex;
  margin: 0 -15px;
}
.login-section-3 .forms.rvop-form .Cby-checkbox .checkbox {
  padding: 0 15px;
}
.login-section-3 .forms.rvop-form .Cby-checkbox .checkbox.color-a {
  color: #4A8DDD;
}
.login-section-3 .forms.rvop-form .Cby-checkbox .checkbox.color-a input[type=radio] + label:before {
  border-color: #4A8DDD;
}
.login-section-3 .forms.rvop-form .Cby-checkbox .checkbox.color-a input[type=radio]:checked + label:before {
  color: #4A8DDD;
  border-color: #4A8DDD;
}
.login-section-3 .forms.rvop-form .Cby-checkbox .checkbox.color-b {
  color: #FF5F05;
}
.login-section-3 .forms.rvop-form .Cby-checkbox .checkbox.color-b input[type=radio] + label:before {
  border-color: #FF5F05;
}
.login-section-3 .forms.rvop-form .Cby-checkbox .checkbox.color-b input[type=radio]:checked + label:before {
  color: #FF5F05;
  border-color: #FF5F05;
}
.login-section-3 .forms.rvop-form .Cby-checkbox .checkbox.color-c {
  color: #73B800;
}
.login-section-3 .forms.rvop-form .Cby-checkbox .checkbox input[type=radio]:checked + label:before {
  line-height: 16px;
}
.login-section-3 .forms label {
  font-weight: 600;
  font-family: var(--font-Space-Grotesk);
}
.login-section-3 .checkbox {
  margin: 0;
  padding: 5px 0;
  position: relative;
}
.login-section-3 .checkbox label {
  padding-left: 24px;
  position: relative;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  cursor: pointer;
}
.login-section-3 .checkbox label a {
  color: var(--black-color);
  text-decoration: underline;
}
.login-section-3 .checkbox label a:hover {
  color: var(--color-primary);
}
.login-section-3 .checkbox input[type=checkbox] {
  display: none;
}
.login-section-3 .checkbox input[type=checkbox]:checked + label:before {
  background: #73B800;
  color: var(--white-color);
  border-color: #73B800;
  text-align: center;
  content: "✔";
}
.login-section-3 .checkbox input[type=checkbox]:checked + label:after {
  font-weight: bold;
}
.login-section-3 .checkbox input[type=radio] {
  display: none;
}
.login-section-3 .checkbox input[type=radio]:checked + label:before {
  background: var(--white-color);
  color: #73B800;
  border-color: #73B800;
  text-align: center;
  transform: scale(0.9);
  content: "●";
  line-height: 13px;
  font-size: 28px;
}
.login-section-3 .checkbox input[type=radio]:checked + label:after {
  font-weight: bold;
}
.login-section-3 .checkbox input[type=checkbox] + label:before {
  content: "";
  line-height: 16px;
  font-size: 12px;
  position: absolute;
  border: 1px solid #73B800;
  height: 16px;
  width: 16px;
  top: 2px;
  left: 0;
  transition: all 0.2s;
}
.login-section-3 .checkbox input[type=radio] + label:before {
  content: "";
  line-height: 16px;
  font-size: 28px;
  position: absolute;
  border: 1px solid #73B800;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  left: 0;
  border-radius: 100%;
  transform: scale(0.9);
  transition: all 0.2s;
}
.login-section-3 .profile-page .Verified-Offers-cart {
  padding: 50px;
}
.login-section-3 .profile-page .forms {
  max-width: 100%;
  padding: 50px;
  border: unset;
}
.login-section-3 .profile-page .forms div#accordionExamplee {
  font-family: var(--font-Space-Grotesk);
}
.login-section-3 .profile-page .forms div#accordionExamplee .a-name {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #1F1F1F;
}
.login-section-3 .profile-page .forms div#accordionExamplee button.btn.btn-link {
  font-weight: 500;
  font-size: 17px;
  font-family: var(--font-Space-Grotesk);
  line-height: 22px;
  color: #1F1F1F;
}
.login-section-3 .profile-page .forms div#accordionExamplee .fancy-checkbox input[type=checkbox] {
  display: none;
}
.login-section-3 .profile-page .forms div#accordionExamplee .n-new-row-b input[type=checkbox] + span {
  font-size: 12px;
}
.login-section-3 .profile-page .forms div#accordionExamplee .fancy-checkbox input[type=checkbox] + span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.login-section-3 .profile-page .forms div#accordionExamplee .theme-cyan .fancy-checkbox input[type=checkbox]:checked + span:before {
  background: #008b89;
  border-color: #008b89;
}
.login-section-3 .profile-page .forms div#accordionExamplee .fancy-checkbox input[type=checkbox]:checked + span:before {
  background-color: var(--color-secondary);
}
.login-section-3 .profile-page .forms div#accordionExamplee .fancy-checkbox input[type=checkbox]:checked + span:after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  left: 7px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-137deg);
  top: 2px;
}
.login-section-3 .profile-page .forms div#accordionExamplee .fancy-checkbox input[type=checkbox] + span:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  bottom: 1px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  content: "";
  border: 1px solid var(--color-secondary);
  border-radius: 3px;
}
.login-section-3 .profile-page .forms div#accordionExamplee [data-parent="#accordionExamplee"] {
  width: 100%;
}
.login-section-3 .profile-page .forms div#accordionExamplee [data-parent="#accordionExamplee"] .a-name {
  font-weight: 600;
  margin-bottom: 10px;
}
.login-section-3 .profile-page .forms div#accordionExamplee .flex-d {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.login-section-3 .profile-page .forms div#accordionExamplee .flex-d .a-name {
  max-width: 100%;
  width: 100%;
  padding: 0 10px;
}
.login-section-3 .profile-page .forms div#accordionExamplee .flex-d .check-box-a {
  max-width: 16.6%;
  width: 100%;
  padding: 0 10px;
}
.login-section-3 .profile-page .forms .iti {
  width: 100%;
}
.login-section-3 .profile-page .forms .iti--separate-dial-code .iti__selected-flag {
  background: unset;
}
.login-section-3 .profile-page .forms .input-box.uplod-files input[type=file] {
  padding-top: 16px;
  padding-left: 30px;
  font-weight: 600;
  color: #000;
}
.login-section-3 .profile-page .forms .input-box.uplod-files input[type=file]::-webkit-file-upload-button {
  margin-right: 30px;
}
.login-section-3 .profile-page .forms .input-box.uplod-files input[type=file]::file-selector-button {
  margin-right: 30px;
}
.login-section-3 .profile-page .forms .input-box.uplod-files input[type=file]::before {
  content: "Choose File  \f016";
  font-family: "FontAwesome", var(--font-Space-Grotesk);
  position: absolute;
  padding: 6px 15px;
  background: #DEEBFD;
  border-radius: 3px;
  color: #A3A3A3;
  cursor: pointer;
  left: 16px;
  margin-top: -4px;
  border: 1px solid #A3A3A3;
}
.login-section-3 .profile-page .forms .input-box.uplod-files label {
  margin-bottom: 0;
}
.login-section-3 .profile-page .forms .input-box.uplod-files p.text-foa {
  max-width: 100%;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  margin-bottom: 10px;
}
.login-section-3 .profile-page .forms .Cby-checkbox {
  display: flex;
  margin: 0 -15px;
}
.login-section-3 .profile-page .forms .Cby-checkbox .checkbox {
  padding: 0 15px;
}
.login-section-3 .profile-page .forms .Cby-checkbox .checkbox.color-c {
  color: #73B800;
}
.login-section-3 .profile-page .forms .Cby-checkbox .checkbox input[type=radio]:checked + label:before {
  line-height: 16px;
}
.login-section-3 .profile-page .card {
  background: unset;
  border: unset;
  margin-bottom: 100px;
}
.login-section-3 .profile-page .card .card-header {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  margin-bottom: 1px;
}
.login-section-3 .profile-page .card .card-header button {
  text-decoration: unset;
  border: unset;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: unset;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}
.login-section-3 .profile-page .card .card-header button:focus-visible, .login-section-3 .profile-page .card .card-header button:focus {
  outline: unset;
  border: unset;
  box-shadow: unset;
}
.login-section-3 .profile-page .card .card-header button[aria-expanded=true] span i::before {
  content: "\f106";
}
.login-section-3 .profile-page .card .card-header button[aria-expanded=false] span i::before {
  content: "\f107";
}
.login-section-3 .profile-page .card .card-body {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
}
.login-section-3 .profile-page.Partner-Registration .forms, .login-section-3 .profile-page.Member-Registration .forms {
  border: 1.5px solid #D1D1D1;
  border-radius: 6px;
}

.top-banner {
  position: relative;
}
.top-banner:after {
  background: rgba(0, 0, 0, 0.3764705882);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
}
.top-banner .video-b {
  position: relative;
  padding-bottom: 36.25%;
  height: 0;
}
.top-banner video {
  width: 100%;
  height: 100%;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.top-banner .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 0;
  right: 0;
}
.top-banner .contane {
  max-width: 500px;
  text-align: left;
  padding: 0 15px;
  color: #fff;
}
.top-banner .contane h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 20px;
}
.top-banner .contane p {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 26px;
}

.mainboxcontent {
  background-color: #fff;
}
.mainboxcontent.about {
  padding: 0px 0;
}
.mainboxcontent .boxcontent {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 50px 0;
}
.mainboxcontent .boxcontent .contantleft {
  max-width: 50%;
  flex: 0 0 50%;
  width: 100%;
  padding: 0 15px;
  align-self: center;
}
.mainboxcontent .boxcontent .contantleft .color-b h1 {
  color: #4A8DDD;
}
.mainboxcontent .boxcontent .contantleft .color-c h1 {
  color: #FFAA05;
}
.mainboxcontent .boxcontent .contantleft h1 {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 46px;
  line-height: 46px;
  color: #73B800;
  margin-bottom: 20px;
}
.mainboxcontent .boxcontent .contantleft p {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #1F1F1F;
  margin-bottom: 20px;
}
.mainboxcontent .boxcontent .contantright {
  max-width: 50%;
  flex: 0 0 50%;
  width: 100%;
  padding: 0 15px;
  align-self: center;
}
.mainboxcontent .boxcontent .contantright .image {
  text-align: right;
}
.mainboxcontent .boxcontent .contantright .image img {
  width: 50%;
}
.mainboxcontent .boxcontent .contantright .vedio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.mainboxcontent .boxcontent .contantright .vedio video {
  border: 5px solid #ffffff;
  position: absolute;
  outline: 5px solid;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
}
.mainboxcontent .boxcontent .fullcontent {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  padding: 0 20px;
}
.mainboxcontent .boxcontent .fullcontent h1 {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 46px;
  line-height: 46px;
  color: #FFAA05;
  margin-bottom: 20px;
}
.mainboxcontent .boxcontent .fullcontent p {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #1F1F1F;
  margin-bottom: 20px;
}
.mainboxcontent.color-w {
  background-color: #4A8DDD;
}
.mainboxcontent.color-w .fullcontent p {
  color: #fff;
}
.mainboxcontent:nth-child(even) .boxcontent {
  flex-direction: row-reverse;
}
.mainboxcontent:nth-child(even) .boxcontent .image {
  text-align: left;
}
.mainboxcontent.homeabout {
  background-color: unset;
  padding: 100px 0;
}
.mainboxcontent.homeabout .boxcontent {
  flex-direction: column-reverse;
}
.mainboxcontent.homeabout .boxcontent .contantright {
  max-width: 100%;
  padding: 80px 0;
  flex: 0 0 100%;
}
.mainboxcontent.homeabout .boxcontent .contantright .vedio video {
  border: 0px solid #ffffff;
  outline: 0px solid;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainboxcontent.homeabout .boxcontent .contantleft {
  max-width: 100%;
  flex: 0 0 100%;
  text-align: center;
}
.mainboxcontent.homeabout .boxcontent .contantleft h1 {
  font-weight: 800;
  font-size: 46px;
  line-height: 46px;
  color: #1F1F1F;
}
.mainboxcontent.homeabout .boxcontent .contantleft p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #1F1F1F;
  max-width: 720px;
  margin: 0 auto 40px;
  width: 100%;
}

.Verified-Offers .color-a {
  color: #1F1F1F;
}
.Verified-Offers .color-b {
  color: #FF5F05;
}
.Verified-Offers .color-c {
  color: #3E872D;
}
.Verified-Offers .color-d {
  color: #1976D2;
}
.Verified-Offers .table-responsive {
  padding: 2px;
}
.Verified-Offers table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 #D9D9D9;
}
.Verified-Offers table thead {
  background: #4A8DDD;
}
.Verified-Offers table thead.colora {
  background-color: #73B800;
}
.Verified-Offers table thead th {
  color: #fff;
  text-align: center;
}
.Verified-Offers table thead th i {
  color: #fff;
}
.Verified-Offers table td {
  border-bottom: 1px solid #D9D9D9;
}
.Verified-Offers table th,
.Verified-Offers table td {
  font-weight: 400;
  font-size: 14px;
  padding:  15px;
  text-align: center;
  white-space: nowrap;
  color: var(--black-color);
}
.Verified-Offers table th a,
.Verified-Offers table td a {
  color: var(--black-color);
}
.Verified-Offers table th:first-child,
.Verified-Offers table td:first-child {
  text-align: left;
}
.Verified-Offers table th:last-child,
.Verified-Offers table td:last-child {
  text-align: right;
}

.main-contineer {
  position: relative;
  padding: 25px 0;
}
.main-contineer .offer-box {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  margin: 0 -15px;
}
.main-contineer .left-bar {
  max-width: 30%;
  flex: 0 0 30%;
  width: 100%;
  padding: 0 15px;
}
.main-contineer .left-bar .nev-box {
  height: 100%;
}
.main-contineer .left-bar .nev-box p {
  padding: 20px 30px;
}
.main-contineer .left-bar .nev-box p a {
  float: right;
}
.main-contineer .left-bar .nev-box p a.colora {
  color: #4A8DDD;
}
.main-contineer .left-bar .nev-box p a.colorb {
  color: #73B800;
}
.main-contineer .left-bar .nev-box h3 {
  color: var(--white-color);
  background: #4A8DDD;
  border-radius: 8px 8px 0px 0px;
  font-weight: 800;
  min-height: 152px;
  font-size: 46px;
  line-height: 46px;
  padding: 30px;
}
.main-contineer .left-bar .nev-box h3.colora {
  line-height: 92px;
  background-color: #73B800;
}
.main-contineer .Verified-Offers {
  max-width: 70%;
  flex: 0 0 70%;
  width: 100%;
  padding: 0 15px;
  z-index: 0;
}

.main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #008b89;
}
.main-footer .main-box {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
}
.main-footer .main-box p {
  color: var(--white-color);
  opacity: 0.8;
}
.main-footer .main-box ul {
  margin-bottom: 0;
  display: flex;
}
.main-footer .main-box ul li {
  margin: 0 10px;
}
.main-footer .main-box ul li a {
  color: var(--white-color);
  font-size: 14px;
  text-decoration: underline;
  transition: 0.5s;
}
.main-footer .main-box ul li a:hover {
  transition: 0.5s;
  color: var(--color-primary);
}
.main-footer .main-box ul li:last-child {
  margin-right: 0;
}

.faqsection {
  padding: 0 0 80px;
}
.faqsection .hadding {
  text-align: center;
  margin-bottom: 40px;
}
.faqsection .fawRow {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.faqsection .image {
  text-align: center;
  padding-bottom: 80px;
}
.faqsection .image img {
  width: 50%;
}
.faqsection .faqright,
.faqsection .faqLeft {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  padding: 0 15px;
}
.faqsection .faqright ul li {
  margin-bottom: 20px;
}
.faqsection .faqright ul li h5 {
  padding: 15px;
  background: #86D207;
  border-radius: 6px;
}
.faqsection .faqright ul li h5.active a::before {
  transform: rotate(0deg);
}
.faqsection .faqright ul li a {
  padding: 10px 0;
  color: var(--white-color);
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.faqsection .faqright ul li a:before, .faqsection .faqright ul li a:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: var(--white-color);
  right: 0;
  top: 20px;
  transition: 0.5s;
}
.faqsection .faqright ul li a::before {
  transform: rotate(90deg);
}
.faqsection .faqright ul li .faqcontent {
  padding: 30px;
  display: none;
  border: 1px solid #A3A3A3;
  border-top: unset;
  margin-top: -6px;
  border-radius: 0 0 6px 6px;
}
.faqsection .faqright ul li:first-child .faqcontent {
  display: block;
}

.cookese-box {
  box-shadow: 0 0 15px 0 #e1e1e1;
  padding: 15px;
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  border-top: 3px solid var(--color-primary);
  left: 0;
  right: 0;
  background-color: var(--white-color);
  margin: 0 auto;
}
.cookese-box .cookies-body {
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  margin: -15px;
}
.cookese-box .btn-box-a {
  display: flex;
  padding: 15px;
}
.cookese-box .btn-box-a a {
  margin: 10px;
}
.cookese-box .left-content {
  padding: 15px;
}

.ap-section .ap-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  margin: 0 -15px;
}
.ap-section .ap-left-bar {
  padding: 40px 15px;
  max-width: 300px;
  flex: 0 0 300px;
  width: 100%;
  background-color: #b5b594;
}
.ap-section .ap-left-bar h4 {
  color: red;
  font-size: 20px;
  margin-bottom: 15px;
}
.ap-section .ap-vendor-list li a {
  color: #2a2a2a;
  font-weight: 500;
  display: block;
  font-size: 16px;
  padding: 5px 0;
}

.offer-list-page-section .hading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.offer-list-page-section .main-contineer {
  position: relative;
  background-color: #fff;
  padding: 100px;
  border: 1px solid #D1D1D1;
  margin: 100px 0;
}
.offer-list-page-section .main-contineer .Verified-Offers {
  max-width: 100%;
  flex: 0 0 100%;
}
.offer-list-page-section .main-contineer .voc-padding {
  padding-top: 100px;
}
.offer-list-page-section.my-posting .hading {
  justify-content: center;
}

.ODP-tabel .main-hadding h2 {
  display: flex;
  justify-content: space-between;
  color: #1976D2;
}
.ODP-tabel .main-hadding h2 i {
  color: #F57EA9;
}
.ODP-tabel .main-hadding h2 small {
  color: #1F1F1F;
}
.ODP-tabel .profile-v {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.ODP-tabel .profile-v .image {
  width: 50px;
  margin-right: 15px;
}
.ODP-tabel .profile-v .image img {
  width: 100%;
}
.ODP-tabel .profile-v .contint {
  font-family: var(--font-Space-Grotesk);
}
.ODP-tabel .profile-v .contint h5 {
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  color: #1F1F1F;
}
.ODP-tabel .profile-v .contint h6 {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #A3A3A3;
}
.ODP-tabel .main-container {
  background: #F5F5F5;
  border-radius: 6px;
  padding: 65px;
  margin: 30px 0 60px;
}
.ODP-tabel .main-container .Cnm-row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px 20px;
}
.ODP-tabel .main-container .Cnm-row.full-row .name-col {
  max-width: 100%;
  flex: 0 0 100%;
}
.ODP-tabel .main-container .Cnm-row.full-row .containt-col {
  max-width: 100%;
  flex: 0 0 100%;
}
.ODP-tabel .main-container .name-col {
  max-width: 30%;
  flex: 0 0 30%;
  width: 100%;
  padding: 0 15px;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  color: #ffb40a;
}
.ODP-tabel .main-container .containt-col {
  max-width: 70%;
  flex: 0 0 70%;
  width: 100%;
  padding: 0 15px;
  font-weight: 400;
  font-size: 19px;
  line-height: 26px;
  color: #1F1F1F;
}
.ODP-tabel .main-container .aDiscription .v_offer_cls  p{
  font-size: 16px;
}
.ODP-tabel .main-container .aDiscription .v_offer_cls strong{
    font-weight: bold;
    width: 350px;
    float: left;
}
.ODP-tabel .main-container .aDiscription .v_offer_cls strong,
.ODP-tabel .main-container .aDiscription .name-col {
  font-size: 16px;

}


.Realtext{
  position: relative;
  top: 30px;
}

.textp {
  position: absolute;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  white-space: nowrap;
}



.Ttesta {
  color: #ffaa05;
}

.Ttestb {
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  animation: text-animation 3s ease-in-out forwards alternate infinite;
}

.Ttestc {
  height: 20%;
  color: transparent;
}

@keyframes text-animation {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0 0, 0% 1%, 0% 100%, 0% 100%);
  }
}

.testcursor {
  position: absolute;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(0, -50%);
  animation: cursor-animation 3s ease-in-out forwards alternate infinite;
}

@keyframes cursor-animation {
  from {
    width: 100%;
  }
  to {
    width: 110;
  }
}
@media only screen and (min-width:992px) {
  .randome-data {
      position: relative;
      background-color: #1976D2;
  }
  .randome-data ul {
      text-align: center;
      padding: 12px 0 23px;
      margin: 0;
  }
  .randome-data ul li {
      display: inline-block;
      font-size: 12px;
      margin: 0 15px;
      text-align: center;
      color: #fff;
      position: relative;
  }
  .randome-data ul li::before {
      content: "";
      height: 100%;
      position: absolute;
      width: 1px;
      border-right: 1px dotted #ffffff70;
      left: -15px;
  }
  .randome-data ul li:first-child::before {
      content: unset;
  }
  .randome-data ul li:first-child {
      margin-left: 0;
  }
}

@media only screen and (max-width:992px) {
  .randome-data {
        position: relative;
        background-color: #1976D2;
    }
    .randome-data ul {
        text-align: center;
        padding: 10px 0;
        margin: 0;
    }
    .randome-data ul li {
        display: inline-block;
        font-size: 12px;
        margin: 0 15px;
        text-align: center;
        color: #fff;
        position: relative;
    }
    .randome-data ul li::before {
        content: "";
        height: 100%;
        position: absolute;
        width: 1px;
        border-right: 1px dotted #ffffff70;
        left: -15px;
    }
    .randome-data ul li:first-child::before {
        content: unset;
    }
    .randome-data ul li:first-child {
        margin-left: 0;
    }
}