@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'Graphik-med';
    src: url('fonts/Graphik-Medium.woff2') format('woff2'), url('fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-bold';
    src: url('fonts/Graphik-Bold.woff2') format('woff2'), url('fonts/Graphik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GB';
    src: url('fonts/Graphik-Black.woff2') format('woff2'), url('fonts/Graphik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GR';
    src: url('fonts/Graphik-Regular.woff2') format('woff2'), url('fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Super';
    src: url('fonts/Graphik-Super.woff2') format('woff2'), url('fonts/Graphik-Super.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GSb';
    src: url('fonts/Graphik-Semibold.woff2') format('woff2'), url('fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    outline: none;
    border: none;
    list-style: none;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none !important;
}

button {
    outline: none !important;
    box-shadow: none !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-55 {
    font-size: 55px;
}

.main-color {
    color: #262D33;
}

.sec-color {
    color: #262D33;
}

.white-t {
    color: #fff;
}

.green-t {
    color: #3DC47E;
}

.lime-t {
    color: #17D32D;
}

.yellow-t,
.yellow-t:hover,
.yellow-t:focus {
    color: var(--main-brand-color);
}

.orange-t {
    color: #FFA34D !important;
}

.sblue-t {
    color: #3BBDC4;
}

.red-t,
.red-t:hover,
.red-t:focus {
    color: #ff0000 !important
}

.green-b {
    background: #3DC47E;
}

.lime-b {
    background: #17D32D
}

.red-b,
.red-b:hover,
.red-b:focus {
    background: #ff0000
}

.logout-b,
.logout-b:hover,
.logout-b:focus {
    background: #db1127 !important
}

.yellow-b,
.yellow-b:hover,
.yellow-b:focus {
    background: var(--main-brand-color) !important;
    color: var(--main-brand-text-color) !important;
}

.blue-b {
    background: #166DF5
}

.orange-b {
    background: #FF5800
}

.gray-b {
    background: #eeeeee;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

div#social_error {
    margin-top: 30px;
}

p.err-msg {
    color: var(--main-brand-color);
    font-size: 12px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    margin: 5px;
    position: static;
}

.list_detail_link,
.auc_detail_link {
    cursor: pointer;
}

.text-master-krank {
    color: #1578FC !important;
}

#editor_preview {
    padding-right: 0 !important;
}

#UpcomingMeetingCount {
    float: right;
    font-size: 11px;
    background: #F44336;
    border-radius: 100px;
    padding: 1px 10px;
    color: #fff;
    font-weight: 700;
}

.price-card .tooltip-inner {
    max-width: 90px !important;
    padding: 3px 4px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    width: 90px;
    font-size: 11.5px;
    font-family: 'roboto', arial;
    font-weight: 700;
}

.hide-mobile {
    display: inline-block;
    line-height: normal;
}

.listing-img-link.hover-effect span {
    background: rgba(0, 0, 0, 0.5);
    max-width: 65%;
    float: left;
    padding: 7px 15px;
    color: #fff;
    border-radius: 10px;
    font-family: 'roboto', arial;
    font-size: 13px;
    /* font-weight: 700; */
    line-height: 15px;
    margin-top: 10px;
    margin-left: 10px;
}

.noPhoneClass {
    width: 397px !important;
}

.security-top {
    width: 100%;
    float: left;
    background: #fffceb;
    font-size: 12px;
    padding: 2px 15px;
    color: #504f4f;
}

.security-top a {
    color: #000;
    font-weight: 900;
}

.lbl-stats {
    background: var(--main-brand-color);
    color: #fff;
    border-radius: 100px;
    padding: 0px 20px;
    margin-top: 7px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.lcMsg.black {
    color: #666 !important;
    font-size: 12px;
    margin-bottom: 10px;
}

.abso-lock {
    position: absolute;
    top: 20px;
    right: 10px;
}

.privacy-registr p a {
    font-weight: 700;
}

.reserve-label-text {
    font-size: 13px !important;
    margin: -5px 0 0 0px !important;
    padding: 0px 12px 0 12px !important;
}

.bids-text {
    color: red;
    font-size: 12px;
    padding-left: 10px;
    margin-top: 10px;
    float: left;
}

#join_msg {
    margin-top: 40px;
}

#emailNotExist .modal-header {
    padding: 15px;
    border-bottom: none;
}

#emailNotExist .modal-title {
    font-family: 'GB', Arial, Helvetica, sans-serif;
    color: #262D33;
    margin-bottom: 15px;
    font-size: 22px;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 0px;
}

#emailNotExist .modal-body {
    padding: 0 25px 10px 25px;
}

#emailNotExist .modal-body p {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    color: #262D33;
    font-size: 14px;
}

#emailNotExist .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#emailNotExist .modal-header .close {
    margin-top: -10px;
    font-size: 30px;
    margin-right: -4px;
    outline: none;
    opacity: .5;
}

#emailNotExist .modal-footer {
    padding: 0px;
    text-align: center;
    border-top: none;
    margin: 10px 0 30px 0;
}

#emailNotExist .modal-footer .btn-primary {
    padding: 0px 15px;
    border-radius: 36px;
    outline: none;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 40px;
    min-width: 100px;
    text-align: center;
    height: 40px;
    margin-bottom: 30px;
}

#emailNotExist .modal-footer .forgotPassword {
    background: #00d080 !important;
    padding: 0px 15px;
    border-radius: 36px;
    outline: none;
    color: #fff;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    text-align: center;
    height: 40px !important;
    line-height: 38px !important;
    min-width: 150px;
    font-family: 'roboto', sans-serif !important;
    margin-bottom: 30px;
}

#emailNotExist .modal-footer {
    padding: 0px;
    text-align: center;
    border-top: none;
    margin: 0px 0 30px 0;
}

#emailExist .modal-header {
    padding: 15px;
    border-bottom: none;
}

#emailExist .modal-title {
    font-family: 'GB', Arial, Helvetica, sans-serif;
    color: #262D33;
    margin-bottom: 15px;
    font-size: 22px;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 0px;
}

#emailExist .modal-body {
    padding: 0 25px 10px 25px;
}

#emailExist .modal-body p {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    color: #262D33;
    font-size: 14px;
}

#emailExist .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#emailExist .modal-header .close {
    margin-top: -10px;
    font-size: 30px;
    margin-right: -4px;
    outline: none;
    opacity: .5;
}

#emailExist .modal-footer {
    padding: 0px;
    text-align: center;
    border-top: none;
    margin: 10px 0 30px 0;
}

#emailExist .modal-footer .btn-primary {
    padding: 0px 15px;
    border-radius: 36px;
    outline: none;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 40px;
    min-width: 100px;
    text-align: center;
    height: 40px;
    margin-bottom: 30px;
}

#emailExist .modal-footer .forgotPassword {
    background: #00d080 !important;
    padding: 0px 15px;
    border-radius: 36px;
    outline: none;
    color: #fff;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    text-align: center;
    height: 40px !important;
    line-height: 38px !important;
    min-width: 150px;
    font-family: 'roboto', sans-serif !important;
    margin-bottom: 30px;
}

#emailExist .modal-footer {
    padding: 0px;
    text-align: center;
    border-top: none;
    margin: 0px 0 30px 0;
}

#emailExistKrank .modal-header {
    padding: 15px;
    border-bottom: none;
}

#emailExistKrank .modal-title {
    font-family: 'GB', Arial, Helvetica, sans-serif;
    color: #262D33;
    margin-bottom: 15px;
    font-size: 22px;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 0px;
}

#sold_to {
    padding-left: 10px;
}

#sold_to .label-left {
    font-weight: 900;
    margin-bottom: 10px;
}

#sold_to .ad-send-msg {
    background: #FF5800;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
    height: 40px;
    padding: 0 20px;
    border-radius: 10px;
    line-height: 40px;
    float: left;
    margin-top: 20px;
}

.specific-shet-mai .col-md-7 {
    margin-left: 0px;
    padding-left: 0px;
}

.bid-txt.bid-txt-subdomain h1 {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    line-height: 25px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

.bid-txt.bid-txt-subdomain p {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

#emailExistKrank .modal-content {
    padding-top: 15px;
}

#emailExistKrank .modal-body p {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #262D33;
    font-size: 14px;
}

#emailExistKrank .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#emailExistKrank .modal-header .close {
    margin-top: -10px;
    font-size: 30px;
    margin-right: -4px;
    outline: none;
    opacity: .5;
}

#emailExistKrank .modal-footer {
    padding: 0px;
    text-align: center;
    border-top: none;
    margin: 10px 0 30px 0;
}

#emailExistKrank .modal-footer .btn-primary {
    padding: 0px 15px;
    border-radius: 36px;
    outline: none;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 40px;
    min-width: 100px;
    text-align: center;
    height: 40px;
    margin-bottom: 30px;
}

#emailExistKrank .modal-footer .forgotPassword {
    background: #00d080 !important;
    padding: 0px 15px;
    border-radius: 36px;
    outline: none;
    color: #fff;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    text-align: center;
    height: 40px !important;
    line-height: 38px !important;
    min-width: 150px;
    font-family: 'roboto', sans-serif !important;
    margin-bottom: 30px;
}

#emailExistKrank .modal-footer {
    padding: 0px;
    text-align: center;
    border-top: none;
    margin: 0px 0 30px 0;
    margin: 0;
}

.overlayer.top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.overlayer.top-right span.btn-primary {
    padding: 5px 10px;
    border-radius: 5px;
    background: var(--main-brand-color);
    outline: none;
    border: none;
}

.box-width {
    width: 61%;
    margin: 0 auto;
    float: none;
}

body {
    background: #EDEFF0;
}

header {
    width: 100%;
    float: left;
    padding: 0px 15px 0 15px;
    background: #fff;
}

.top-bar {
    width: 100%;
    float: left;
    border-bottom: 1px solid #D9DADB;
    padding-bottom: 15px;
}

.call-dv {
    width: auto;
    float: left;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    margin-top: 40px;
}

.call-dv img {
    width: 20px;
    margin-right: 10px;
}

.live-chat {
    width: auto;
    float: left;
    margin-left: 50px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    margin-top: 20px;
}

.live-chat span {
    width: 8px;
    height: 8px;
    float: left;
    background: #3DC47E;
    margin-right: 8px;
    border-radius: 100px;
    margin-top: 6px;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    height: 80px;
}

.logo a {
    width: 100%;
    height: 80px;
}

.logo img {
    width: 80px;
    margin-top: 7px;
}

ul.login-p-dv {
    width: auto;
    float: right;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 33px;
}

ul.login-p-dv li {
    display: inline-block;
    margin-left: 15px;
    margin-top: -20px;
}

ul.login-p-dv li a {
    text-decoration: none;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    line-height: 40px;
    position: relative;
}

ul.login-p-dv li a img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 3px;
    height: 20px;
}

.cont-tot {
    background: red !important;
    border-radius: 10px !important;
    position: absolute;
    font-size: 11px !important;
    color: #fff;
    line-height: 13px;
    padding: 4px 5px 3px 4px !important;
    left: -4px;
    top: -27px !important;
    font-weight: 700;
    min-width: 27px !important;
    text-align: center;
    right: auto !important;
}

ul.login-p-dv li a.user-bar img {
    width: 30px;
    border-radius: 100px;
    height: 30px !important;
    display: inline-block;
    margin-top: 0px !important;
}

.user-bar span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 89px;
    display: inline-block;
    padding: 0px 0 0 0;
    margin-top: 0px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
}

#comp_conn .panel.panel-featured.box-card {
    padding: 10px 0px 40px 0px;
}

.navbar-dv {
    width: 100%;
    float: left;
}


/* Dropdown Button */

.dropbtn {
    color: #262D33;
    border: none;
    cursor: pointer;
    background: transparent;
    outline: none;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 50px;
    vertical-align: initial;
    display: inline-flex;
    line-height: 50px;
    text-transform: uppercase;
    background: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: left;
}

.navbar-dv .dropbtn i.fa-bars {
    font-size: 20px;
    margin-top: 14px;
    color: #939699;
    z-index: 0;
}

.dropbtn span {
    display: inline-block;
    background: #D9DADB;
    width: 1px;
    height: 100%;
    margin: 0px 20px;
    margin-left: 30px;
}


/* Dropdown button on hover & focus */

.dropbtn:hover,
.dropbtn:focus {
    background-color: transparent;
}

.dropbtn img {
    width: 18px;
    vertical-align: initial;
    margin-top: 15px;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
    /* padding-left: 15px; */
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    border-radius: 0 0 10px 10px;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 25px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:first-child {
    padding-top: 24px;
}

.dropdown-content a:last-child {
    padding-bottom: 24px;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown-content a:last-child:hover {
    border-radius: 0 0 10px 10px;
}

.dropdown-content a span {
    width: 30px;
    display: inline-block;
}

.dropdown-content a span img {
    width: 22px;
}

.dropdown-content a i {
    margin-right: 5px;
    color: var(--main-brand-color);
    font-size: 16px;
}


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.show {
    display: block;
}

ul.navigation-top {
    list-style: none;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 6px;
}

ul.navigation-top li {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 0;
}

ul.navigation-top li.active {
    border-bottom: 4px solid var(--main-brand-color);
}

ul.navigation-top li a {
    padding: 10px;
    color: #262D33;
    font-size: 14px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.search-showanch {
    text-align: center;
    display: none;
}

.search-showanch .center-search {
    width: 100%;
    margin: 0 auto;
}

.search-showanch .center-search input {
    height: 50px;
    border: none;
    width: 60%;
    outline: none;
    font-size: 14px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
    float: left;
    background: transparent;
}

.search-showanch .center-search select {
    height: 50px;
    border: none;
    width: 30%;
    outline: none;
    font-size: 14px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
    float: left;
    background: transparent;
}

.search-showanch .center-search select option {
    color: #2e2e2e;
    font-size: 14px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    padding: 10px;
}

.search-showanch .center-search button {
    height: 40px;
    border: none;
    width: 9%;
    outline: none;
    font-size: 14px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #2e2e2e;
    padding: 0 10px;
    border-right: 1px solid #D9DADB;
    float: left;
    background: #fff;
    box-shadow: none;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 5px;
}

.search-showanch .center-search input::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.search-showanch .center-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.search-showanch .center-search input::placeholder {
    color: #fff;
}

.search-showanch .center-search select::-webkit-input-placeholder {
    /* Edge */
    color: #262D33;
}

.search-showanch .center-search select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #262D33;
}

.search-showanch .center-search select::placeholder {
    color: #262D33;
}

.search-showanch.with-out-login-search .center-search input::-webkit-input-placeholder {
    /* Edge */
    color: #262D33;
}

.search-showanch.with-out-login-search .center-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #262D33;
}

.search-showanch.with-out-login-search .center-search input::placeholder {
    color: #262D33;
}

.reserve-st.slider-reserve {
    position: absolute;
    bottom: 20px;
    z-index: 999;
    color: #fff;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 12px;
    right: 20px;
    background: #d2d2d2;
    padding: 6px 10px 6px 10px;
    border-radius: 6px;
}

.searc-ic {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 15px 10px 9px;
    border-left: 1px solid #D9DADB;
}

#top-search,
.closesearch {
    /* padding: 10px; */
    color: #939699;
    font-size: 19px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    float: right;
    /* border-left: 1px solid #D9DADB; */
    /* padding-left: 25px; */
    position: relative;
}

.search-show {
    position: absolute;
    width: 680px;
    background: #fff;
    height: 50px;
    top: 0;
    right: 68px;
    border: 1px solid #D9DADB;
    display: none;
}

.search-show input {
    height: 50px;
    border: none;
    width: 60%;
    outline: none;
    font-size: 14px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    color: #262D33;
    padding: 0 10px;
    border-right: 1px solid #D9DADB;
    float: left;
}

.search-show select {
    height: 50px;
    border: none;
    width: 27%;
    outline: none;
    font-size: 14px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    color: #262D33;
    padding: 0px 10px;
    border-right: 1px solid #D9DADB;
    float: left;
}

.search-show .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0;
    height: 50px;
    outline: none;
}

.search-show .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    float: left;
    width: 27% !important;
}

.search-show .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    color: #262D33;
    line-height: 50px;
}

.search-show .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 5px;
    width: 20px;
}

.search-show button {
    height: 50px;
    border: none;
    width: 13%;
    outline: none;
    font-size: 14px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 0px 10px;
    float: left;
}

.banner-sec {
    width: 100%;
    float: left;
    height: auto;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.join-bottom-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 370px;
}

.join-news {
    width: 500px;
    min-height: 100px;
    text-align: center;
}

.join-news h1 {
    color: #fff;
    font-size: 40px;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    line-height: 60px;
}

.join-news p {
    color: #fff;
    font-size: 14px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

.join-news .subscribe-dv {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.join-news .subscribe-dv input {
    background: #fff;
    float: left;
    width: 75%;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    color: #939699;
    height: 44px;
    border: none;
    padding: 0px 15px;
}

.join-news .subscribe-dv button {
    float: right;
    width: 22%;
    outline: none;
    border-radius: 100px;
    font-size: 14px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #fff;
    height: 44px;
    border: none;
    outline: none;
    text-align: center;
    ;
}

.join-news .subscribe-dv button i {
    margin-left: 5px;
}

footer {
    background: #262D33;
    width: 100%;
    float: left;
    padding-bottom: 80px;
}

footer .bottom-left {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 26%;
}

footer .bottom-left img {
    width: 75px;
    margin-bottom: 15px;
}

.footer-social {
    width: 100%;
    float: left;
    text-align: center;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    padding-top: 7px;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}

#zoom_accept .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
    padding-bottom: 40px;
    display: block;
    clear: both;
}

#hitBidAmt {
    color: var(--main-brand-color) !important
}

footer .bottom-left p {
    font-size: 14px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    color: #7C8184;
    width: 100%;
    float: left;
    margin-top: 15px;
}

footer ul.footer-list {
    list-style: none;
    width: 100%;
    float: left;
    margin-top: 15%;
    padding: 0px;
}

footer ul.footer-list li {
    width: 100%;
    float: left;
    line-height: 20px;
    margin-bottom: 10px;
}

footer ul.footer-list li h1 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #fff;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 45px;
}

footer ul.footer-list li a {
    font-size: 14px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #fff;
    width: 100%;
    float: left;
}

footer .contact-sec {
    width: 100%;
    float: left;
    /* border-left: 1px solid #262D33; */
    padding-left: 60px;
    padding-bottom: 30px;
}

.contact-dv i {
    margin-right: 5px;
}

footer .contact-sec h1 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #fff;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 68px;
}

footer .contact-sec .contact-dv {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
}

footer .contact-sec .contact-dv img {
    margin-right: 10px;
}

#winning_bid .total-bid {
    padding-left: 0;
}

#winning_bid .label-des {
    padding-left: 0px;
}

.subscribe-dv {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.subscribe-dv span {
    width: 100% !important;
    float: left !important;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.subscribe-dv input {
    border: 1px solid #cdcdcd;
    background: #fff;
    color: #939699;
    width: 70%;
    float: left;
    outline: none;
    height: 44px;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    padding: 0 15px;
    border-right: 0px;
}

.subscribe-dv button {
    border: none;
    border-radius: 0 5px 5px 0;
    float: left;
    height: 44px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    border: 1px solid #166DF5;
}

.connection-main-dv #loading-div {
    margin: 50px 0px;
}

.pragraph-section {
    width: 100%;
    float: left;
    padding: 80px 0px;
}

.join-panel {
    width: 100%;
    float: left;
    text-align: center;
}

.join-panel h1 {
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 55px;
    padding: 0px 265px;
    margin: 0px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 800;
}

.join-panel p {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 0px 120px;
    margin: 0px;
    line-height: 30px;
    margin: 20px 0;
}

.join-panel a,
.join-panel a:hover,
.join-panel a:focus {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-radius: 100px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    min-width: 150px;
    padding: 0px 50px;
    color: var(--main-brand-text-color);
}

.join-list-panel {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.list-main-div {
    width: 100%;
    float: left;
    height: 370px;
    border-radius: 10px;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(244, 244, 244, 0) 100%);
    margin-bottom: 35px;
}

.list-main-div-inner {
    width: 100%;
    float: left;
    height: 370px;
    padding: 25px 40px 30px 40px;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(244, 244, 244, 0) 100%);
    border-radius: 10px;
    position: relative;
}

.list1 {
    background: url(../img/l1.png) no-repeat;
    background-size: cover;
}

.list2 {
    background: url(../img/l2.png) no-repeat;
    background-size: cover;
}

.list3 {
    background: url(../img/l3.png) no-repeat;
    background-size: cover;
}

.list4 {
    background: url(../img/l4.png) no-repeat;
    background-size: cover;
}

.list-main-div .sale-rent-dv {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.list-main-div .sale-rent-dv .for-sale {
    color: #fff;
    padding: 6px 16px;
    border-radius: 3px;
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: auto;
    float: left;
}

.list-main-div .sale-rent-dv .timer-list {
    float: right;
    font-size: 18px;
    width: auto;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.list-main-div h1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding: 0px;
    margin-top: 0;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 800;
}

.list-main-div h1 span {
    font-size: 18px;
    display: inline-block;
    float: none;
    width: auto;
}

.list-main-div.list3 h1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding: 0px 80px 0 0;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: normal !important;
    font-weight: 800;
}

.list-main-div.list4 h1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding: 0px;
    margin-top: 30px;
    text-transform: uppercase;
    line-height: 30px !important;
}

.list-main-div.list3 a {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    min-width: 110px;
    padding: 0px 30px;
    color: var(--main-brand-text-color);
    float: left;
    margin-top: 0px;
}

.list-main-div p {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0px;
    word-break: break-word;
}


/* .list-main-div span{
    width:100%;
    float: left;
    margin-bottom: 15px;
    color:#fff;
    font-family: 'GB' , Arial, Helvetica, sans-serif;
    font-size: 45px;
    padding:0px
} */

.baner-footerdv {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 40px;
    height: 45px;
}

.baner-footerdv span {
    width: auto;
    float: left;
    color: #fff;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 45px;
    padding: 0px;
    line-height: 45px;
}

.list-main-div.list1 .baner-footerdv a {
    margin-top: 5px;
}

.baner-footerdv span b {
    font-size: 16px;
}

.baner-footerdv a {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    min-width: 110px;
    padding: 0px 30px;
    color: var(--main-brand-text-color);
    float: right !important;
}

.list-main-div.list4 .baner-footerdv {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    padding: 0 40px;
}

.list-main-div.list4 .baner-footerdv a {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    min-width: 110px;
    padding: 0px 30px;
    color: var(--main-brand-text-color);
    float: right !important;
    margin-top: 10px !important;
    margin-right: -10px;
}


/* .list-main-div a{

    font-family: 'GSB' , Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    min-width: 110px;
    padding: 0px 30px;
    color: #fff;
    float: left;
} */

.construction-panel {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.construction-panel h1 {
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #262D33;
    width: auto;
    float: left;
    margin: 0;
    padding: 0;
}

.construction-panel a.view-all {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #262D33;
    width: auto;
    float: right;
    padding-top: 10px;
}

.regs-text {
    color: red;
    float: left;
    width: 100%;
    padding-left: 10px;
    margin-top: 5px;
    font-size: 12px;
}

.card-list {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.card-list a.big-pic {
    width: 100%;
    float: left;
    position: relative;
}

.card-list a.big-pic label {
    position: absolute;
    padding: 8px 15px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    left: 0;
    top: 0;
}

.card-list .list-img,
.card-list .list-img img {
    width: 100%;
    float: left;
    background: none;
    height: 200px;
    position: relative;
}

.list-img img {
    border: 1px solid #eee;
}

.list-img>.imag-bghove {
    display: none;
}

.list-img:hover .imag-bghove {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    border-radius: 10px;
}

.user-icon-fav {
    width: 20px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 10px;
}

.user-icon-fav a {
    margin-bottom: 6px;
    /* border: 1px solid #cfcfcf; */
    float: right;
    padding: 3px 0px 3px 0px;
    font-size: 14px;
    width: 27px;
    text-align: center;
    border-radius: 5px;
    color: #686868;
    cursor: pointer;
    background: #f0ecec;
}

.user-icon-fav a:hover,
.user-icon-fav a:active,
.user-icon-fav a:focus {
    background: var(--main-brand-color);
    color: #fff !important;
}

.user-icon-fav a:hover i,
.user-icon-fav a:active i,
.user-icon-fav a:focus i {
    color: #fff !important;
}

.user-icon-fav a img {
    width: auto !important;
    height: 20px !important;
}

.card-list-body {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.card-list-body h1 {
    color: #262D33;
    font-weight: 900;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.card-list-body p {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 40px;
}

.card-list-body .price-card {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.card-list-body .price-card .price-tag {
    float: left;
    color: #262D33;
    font-weight: 900;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
}

.card-list-body .price-card .icon-cal {
    float: right;
    color: var(--main-brand-color);
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 26px;
    padding: 0px;
    margin: 0px;
    margin-right: 0px;
    line-height: 21px;
    margin-top: -2px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: none;
    border-radius: 10px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-body {
    position: relative;
    padding: 25px;
}

.card-footer {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.card-footer .user-pic {
    width: 46px;
    height: 46px;
    float: left;
}

.card-footer .user-pic img {
    border-radius: 100px;
    width: 46px;
    height: 46px;
    border: 1px solid #e6e6e6;
}

.auction-card-list {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
}

.auction-card-list .big-picauc {
    width: 100%;
    float: left;
    height: 200px;
    position: relative;
}

.auction-card-list .reserve-st {
    color: #fff;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: absolute;
    bottom: 17px;
    left: 20px;
    background: #d2d2d2;
    padding: 6px 10px 6px 10px;
    border-radius: 6px;
}

.auction-card-list .bid-btn {
    color: var(--main-brand-text-color);
    font-size: 13px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-radius: 100px;
    padding: 8px 14px;
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.auccard-body {
    width: 100%;
    float: left;
    padding: 20px 15px 0 15px;
}

.auction-lbl {
    width: 100%;
    float: left;
    margin-top: -34px;
    margin-bottom: 12px;
}

.auction-lbl .auction-st {
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: auto;
    float: left;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 700;
}

.online-st {
    width: 12px;
    height: 12px;
    float: left;
    margin-left: 15px;
    border-radius: 100px;
    margin-top: 8px;
}

.top-search {
    padding: 10px;
    color: #262D33;
    font-size: 19px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    float: right;
    border-left: 1px solid #D9DADB;
    padding-left: 25px;
    position: relative;
}

.auc-name {
    width: 100%;
    float: left;
    color: #262D33;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 20px;
    float: left;
    width: 100%;
    /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
    margin-top: 0px;
    margin-bottom: 0px
}

.auc-des {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 3px;
}

.auccard-body a.auc-name {
    color: #262D33;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    font-weight: 900;
}

.truncate2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.absol-db-auc {
    position: absolute;
    right: 4%;
    top: 28%;
    background: #EFEFEF;
    border-radius: 10px;
    padding: 15px 20px
}

.absol-db-auc span {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    font-weight: 900;
}

.absol-db-auc h2 {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: red;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 900;
}

.absol-db-auc a {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 100%;
    float: left;
    font-weight: 700;
    margin-top: 5px;
    text-decoration: none;
}

.msg-showing {
    width: 100%;
    float: left;
    padding-left: 0px;
    margin-top: 0px;
}

.msg-showing span.msg-stat-shw {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    color: red;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 0;
    line-height: 18px;
}

.msg-showing span.msg-stat-shw-win {
    color: #17D32D;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 0;
    line-height: 18px;
}

.discus-dv {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.discus-dv {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 14px;
    padding: 0px;
    line-height: 18px;
}

.discus-dv p {
    width: 100%;
    float: left;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 0px;
    line-height: 18px;
    margin: 0px;
}

.btn-dv-main {
    width: 100%;
    float: left;
}

.btn-dv-main button.snd-mesg-au {
    background: #FF5800;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 0px;
    height: 40px;
    padding: 0 20px;
    border-radius: 10px;
    line-height: 40px;
    float: left;
}

.btn-dv-main a.view-bid-hs {
    margin-top: 15px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 0px;
    line-height: 18px;
    float: left;
    margin-left: 25px;
}

.auc-des span.left-br {
    width: 70px;
    float: left;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0PX;
}

.auc-des span.rght-br {
    width: 175px;
    float: left;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.auc-des span.rght-br-time {
    width: 195px;
    float: left;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0px;
}

.search-showanch.with-out-login-search {
    /*display: block;*/
    position: absolute;
    width: 1100px;
    right: 53px;
}

.search-showanch.with-out-login-search .center-search input {
    height: 50px;
    border: none;
    width: 100%;
    outline: none;
    font-size: 14px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #262D33;
    padding: 0 20px;
    border-right: none;
    float: left;
    background: #fff;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}

#desc_homeautocomplete-list {
    background: #fff;
    text-align: left;
    padding: 10px 10px 10px 10px;
    margin-top: 0px;
    z-index: 999;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #262D33;
    font-size: 14px;
    position: absolute;
    width: 100%;
    margin-top: 0;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}

#desc_homeautocomplete-list div {
    padding: 10px 10px;
    font-size: 12px;
    cursor: pointer;
}

#desc_homeautocomplete-list div i {
    margin-right: 5px;
}

#desc_homeautocomplete-list div:last-child {
    color: var(--main-brand-color);
}

.aucprice-card {
    width: 100%;
    float: left;
    margin-top: -16px;
}

.aucprice-card .left-br {
    /* width: 75px;
    float:left;
    color:#262D33;
    font-family: 'Roboto' , Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 5px;
    font-weight:900; */
    width: 78px;
    float: left;
    color: #262D33;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 900;
}

.aucprice-card .price-tag span {
    /* font-size: 15px;
    font-family: 'Roboto' , Arial, Helvetica, sans-serif;
    font-weight: 900; */
    font-size: 18px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 35px;
}

.aucprice-card .price-tag {
    width: 135px;
    float: left;
    color: #262D33;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.remove-new a i.fa-info-circle.sl-people.colr-bl {
    margin-left: 10px;
    font-size: 18px;
}

.sweet-alert p .one-line {
    font-size: 14px;
    float: left;
    width: 110%;
    margin-left: -16px;
    margin-bottom: 30px;
}

.aucprice-card .icon-cal {
    color: var(--main-brand-color);
    font-size: 26px;
    line-height: 30px;
    margin-top: 3px;
    display: inline-block;
}

.top-right-timer {
    margin-top: -2px;
}

.auc-des span.rght-br-time span {
    color: #262D33;
    font-family: 'Roboto', sans-serif;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    line-height: 18px;
    margin-top: -5px;
}

.auc-des span.rght-br-time span:last-child {
    color: #17D32D;
    font-weight: 700;
    margin-left: -4px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 18px;
}

.location-spn {
    width: 100%;
    float: left;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location-spn i {
    margin-right: 8px;
}

.rght-br-time.full-time-wid {
    width: 100% !important;
}

.auc-des .rght-br-time.full-time-wid span {
    color: #262D33;
    font-family: 'Roboto', sans-serif;
    padding-right: 5px;
    padding-left: 0px;
    font-size: 14px !important;
    font-weight: 700;
    display: inline-block;
    line-height: 22px;
    margin-top: -5px;
}

.auc-des .rght-br-time.full-time-wid span:last-child {
    color: #17D32D;
    font-weight: 700;
    padding-left: 5px;
}

.list-img {
    width: 100%;
    float: left;
    height: 100%;
    background: url(../img/h1.jpg);
    background-size: cover;
    border-radius: 0px;
}

.auction-card-list .big-picauc .list-img {
    border-radius: 10px;
}

.list-img a.listing-img-link {
    height: 100%;
    background-size: cover;
    width: 100%;
    display: block;
    border-radius: 10px;
    background-position: center;
}

.list-imgm {
    width: 100%;
    float: left;
    height: 100%;
    background: url(../img/h2.jpg);
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.list-imgn {
    width: 100%;
    float: left;
    height: 100%;
    background: url(../img/h3.jpg);
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.list-imgo {
    width: 100%;
    float: left;
    height: 100%;
    background: url(../img/h4.jpg);
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.list-imgp {
    width: 100%;
    float: left;
    height: 100%;
    background: url(../img/h5.jpg);
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.list-imgq {
    width: 100%;
    float: left;
    height: 100%;
    background: url(../img/h3.jpg);
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.load-more-main {
    width: 70%;
    display: inline-block;
    text-align: center;
    color: #262D33;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 100px;
    background: #fff;
    margin: 30px 0;
    height: 50px;
    line-height: 50px;
    border: 1px solid #D9DADB;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #166DF5;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.editor-dv-radio {
    width: auto;
    float: left;
    margin-top: 15px;
    margin-right: 5px;
}

.editor-dv-radio label {
    color: #939699 !important;
    font-size: 13px !important;
    font-family: 'GSB', Arial, Helvetica, sans-serif !important;
}

.footer-right {
    width: 73%;
    float: left;
    margin-left: 10px;
}

.footer-right .user-name {
    width: 100%;
    float: left;
}

.auccard-body .footer-right .user-name {
    width: 160px;
    float: left;
}

.auccard-body .footer-right .user-name h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    font-weight: 900;
}

.footer-right .user-name h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    line-height: 18px;
}

.owl-stage .item .footer-right {
    width: 75%;
    float: left;
    margin-left: 10px;
}

.footer-right .user-name .user-icon {
    width: auto;
    float: right;
    margin-top: 5px;
}

.footer-right .user-name .user-icon img {
    width: 16px;
    float: left;
    margin-left: 10px;
}

.footer-right .user-des {
    width: 100%;
    float: left;
}

.footer-right .user-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.recent-listing-slider {
    margin-top: 30px;
    width: 100%;
    float: left;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -65px;
    top: 180px;
    box-shadow: 0px 0px 4px #ccc;
    width: 40px;
    height: 40px;
    border-radius: 200px !important;
    background: #C7C7C7 !important;
    outline: none;
}

.owl-nav .owl-prev span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #EDEFF0;
    margin-top: 3px;
    display: block;
    margin-left: -3px;
}

.owl-nav .owl-next {
    position: absolute;
    right: -65px;
    top: 180px;
    box-shadow: 0px 0px 4px #ccc;
    width: 40px;
    height: 40px;
    border-radius: 200px !important;
    background: #C7C7C7 !important;
    outline: none;
}

.owl-nav .owl-next span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #EDEFF0;
    margin-top: 3px;
    display: block;
    margin-left: 6px;
}

.owl-dots {
    display: none;
}

.marketplace-bar {
    width: 100%;
    float: left;
    margin: 25px 0;
    ;
}

.listing-dv {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.listing-dv .card-list {
    margin-bottom: 30px;
}

.market-search {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
}

.market-search input {
    width: 85%;
    float: left;
    background: none;
    border: none;
    height: 54px;
    font-family: 'GR', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #262D33;
    line-height: 54px;
    padding: 10px 15px;
    outline: none;
}

.market-search input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #262D33;
    opacity: 1;
    /* Firefox */
}

.market-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #262D33;
}

.market-search input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #262D33;
}

.listing-cat,
.listing-catsub,
.listing-catype,
.listing-cat-sort {
    width: 22%;
    float: left;
}

.listing-cat .select2-container,
.listing-catsub .select2-container,
.listing-catype .select2-container,
.listing-cat-sort .select2-container {
    width: 100% !important;
}

.market-search a,
.market-search button {
    font-family: 'GR', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #939699;
    height: 54px;
    line-height: 54px;
    padding: 0 15px;
    float: right;
    outline: none;
    background: none;
    box-shadow: none;
}

a.nobidsReg {
    color: var(--main-brand-color);
}

.market-filter {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    height: 55px;
}

.market-filter p {
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: auto;
    margin-right: 10px;
    padding: 17px 0 0 15px;
}

.market-filter select {
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: 26%;
    margin-right: 10px;
    height: 55px;
    border: none;
}

.market-filter .select2-container .select2-selection--single {
    height: 54px !important;
}

.market-filter .select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 0px !important;
    outline: none !important;
}

.market-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 14px !important;
    right: 1px;
    width: 20px;
}

.market-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 54px !important;
    height: 54px;
}

.market-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #262D33 !important;
    line-height: 28px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none !important;
    border-radius: 5px !important;
}

.breadcump-market {
    width: 100%;
    float: left;
    margin-top: 25px;
    padding: 0 15px;
}

.catlinks a {
    color: #C9C9C9;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: auto;
    margin-right: 10px;
    background: #fff;
    border-radius: 100px;
    padding: 8px 20px;
    margin-bottom: 10px;
}

.catlinks a:hover {
    background: var(--main-brand-color);
    color: var(--main-brand-text-color);
}

#breadCumDiv a {
    background: var(--main-brand-color) !important;
    color: var(--main-brand-text-color);
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: auto;
    margin-right: 10px;
    border-radius: 100px;
    padding: 8px 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.listing-dv-auc {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.listing-dv-auc .auction-card-list .big-picauc {
    width: 100%;
    float: left;
    height: 230px;
    position: relative;
}

.listing-dv-auc .auccard-body {
    width: 100%;
    float: left;
    padding: 20px 5px 5px 5px;
}

.listing-dv-auc .auction-card-list {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px 15px;
}

.list-detail-tp {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    margin: 25px 0 0px 0;
}

.list-detail-tp .ms-slide .ms-slide-bgcont,
.list-detail-tp .ms-slide .ms-slide-bgvideocont {
    position: absolute;
    overflow: hidden;
    width: 100%;
    border-radius: 0 10px 10px 0;
}

.ms-showcase2-template.ms-showcase2-vertical .master-slider.ms-skin-default {
    margin: 0px 0px 0px 0px !important;
}

.ms-showcase2-template.ms-showcase2-vertical .ms-thumb-list.ms-dir-v {
    height: 65%;
    top: 15%;
    right: 10px !important;
    left: auto !important;
}

.ms-thumb-list.ms-dir-v .master-slider img {
    max-width: none;
    border-radius: 0px;
}

.ms-thumb-frame img {
    width: 100%;
    height: 100% !important;
}

.list-detail-tp .ms-sbar.ms-dir-h {
    left: 10px;
    right: 10px;
    top: 5px;
    display: none;
}

.list-det-lftp {
    width: 100%;
    float: left;
    padding: 25px 10px 25px 20px;
}

.list-det-lftp ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.list-det-lftp ul li {
    font-family: "roboto", Helvetica, Arial, sans-serif;
}

.list-det-lftp .tag-tp {
    color: #939699;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.list-det-lftp h1 {
    color: #262D33;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 40px;
    width: 100%;
    float: left;
    line-height: 45px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-det-lftp p {
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.share-btns {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.share-btns a {
    border-radius: 100px;
    float: left;
    height: 40px;
    padding: 0px 25px;
    line-height: 40px;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #D9DADB;
    font-weight: 700;
}

.security-dv-login.col-db-rightFull {
    float: left;
    width: 100%;
}

.share-btns a.active {
    color: #fff;
    border: none;
}

.share-btns a i {
    color: #BCBFC2;
    margin-right: 5px;
}

.fav-dv-lis {
    width: 100%;
    float: left;
    margin-top: 20px;
    border-bottom: 1px solid #D9DADB;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.fav-dv-lis img {
    width: 20px;
    float: left;
    margin-right: 5px;
}

.location-lis-det {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location-lis-det span {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-right: 10px;
}

.vertual-view {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

.vertual-view span {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-right: 10px;
    width: 100%;
    float: left;
}

.vertual-view p {
    width: auto;
    float: left;
    margin-bottom: 10px;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vertual-view a {
    color: var(--main-brand-color);
    font-size: 26px;
    float: left;
    margin: -10px 0 0 15px;
}

.list-usd-pr {
    width: 100%;
    float: left;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 900;
}


/*Panel tabs*/

.tabs-pad {
    padding: 0px 0px 25px 0;
}

.list-detail-tp .tabs-pad {
    padding: 0px 0px 25px 0;
}

.list-detail-tp .tabs-nv-list {
    width: 100%;
    float: left;
    text-align: center;
}

.list-detail-tp .panel-tabs {
    float: left;
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #D9DADB;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.list-detail-tp .panel-tabs>li {
    display: inline-block;
}

.list-detail-tp .panel-tabs>li>a {
    margin-right: 2px;
    margin-top: 0px;
    padding-top: 20px;
    color: #939699;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.list-detail-tp .panel-tabs>li>a:hover {
    color: #262D33;
    border-top: 5px solid var(--main-brand-color);
    background: #fff;
}

.list-detail-tp .panel-tabs>li.active>a,
.list-detail-tp .panel-tabs>li.active>a:hover,
.list-detail-tp .panel-tabs>li.active>a:focus {
    color: #262D33;
    border-top: 5px solid var(--main-brand-color);
    background: #fff;
}

.product-dv-main {
    width: 100%;
    padding: 0 15%;
    display: inline-block;
}

.product-des {
    width: 100%;
    float: left;
    border-bottom: 1px solid #D9DADB;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.product-des h1 {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-weight: 900;
}

.product-des p {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    margin-top: 15px;
    line-height: 20px;
}

.product-des a {
    border-radius: 100px;
    float: left;
    height: 40px;
    padding: 8px 25px;
    color: #262D33;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #D9DADB;
    margin-top: 20px;
}

.product-des ul {
    list-style: none;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.product-des ul li {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 5px 0px;
    width: 100%;
    float: left;
}

.specific-shet-main {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.spec-dv {
    width: 100%;
    float: left;
}

.spec-dv h1 {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-weight: 900;
}

.spec-dv ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px;
    list-style: none;
    margin-top: 20px;
}

.spec-dv ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.spec-dv ul li span {
    color: #939699;
    width: 180px;
    display: inline-block;
}

.spec-dv a {
    border-radius: 100px;
    float: left;
    height: 40px;
    padding: 8px 25px;
    color: #262D33;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #D9DADB;
    margin-top: 40px;
}

.spec-shet-d {
    width: 100%;
    float: left;
}

.spec-shet-d h1 {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-weight: 900;
    margin-bottom: 15px;
}

.file-desd.label-des a {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 2px 0px;
    float: left;
    width: 100%;
}

.file-dv-main {
    width: auto;
    float: left;
    margin-top: 20px;
}

.file-dv-main img {
    width: 30px;
    float: left;
    margin-right: 10px;
}

.file-dv-main .file-desd {
    width: auto;
    float: left;
}

.file-dv-main .file-desd p {
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-dv-main .file-desd span {
    color: #939699;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.similars-slider-dv {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    margin: 25px 0 100px 0;
}

.similar-titles {
    border-bottom: 1px solid #D9DADB;
    width: 100%;
    float: left;
    padding: 25px 15px;
    margin-bottom: 15px;
    ;
}

.similar-titles h1 {
    color: #262D33;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    width: auto;
    float: left;
    margin-left: 15px;
    text-transform: uppercase;
}

.similar-titles .arrows-slider-sim {
    width: auto;
    float: right;
    margin-right: 15px;
}

#similar-slider .owl-nav .owl-prev {
    position: absolute;
    right: 33px;
    top: -69px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    background: #fff !important;
    outline: none;
    left: auto;
    border: 1px solid #D9DADB;
    border-radius: 5px 0 0 5px !important;
}

#similar-slider .owl-nav .owl-prev span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #262D33;
    margin-top: 1px;
    display: block;
    margin-left: 4px;
}

#similar-slider .owl-nav .owl-next {
    position: absolute;
    right: 4px;
    top: -69px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    background: #fff !important;
    outline: none;
    border: 1px solid #D9DADB;
    border-radius: 0 5px 5px 0 !important;
}

#similar-slider .owl-nav .owl-next span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #262D33;
    margin-top: 1px;
    display: block;
    margin-left: 4px;
}

.similars-slider-dv .recent-listing-slider {
    margin-top: 0px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

ul.feed-action {
    margin-bottom: 0px !important;
}

.similars-slider-dv a.view-all-sim {
    border-radius: 100px;
    float: left;
    height: 40px;
    padding: 0px 25px;
    color: #262D33;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #D9DADB;
    margin: 0px 0 50px 30px;
    line-height: 38px;
}

#similar-slider .card-list {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.similar-slider .card-list {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.similars-slider-dv#listingSimmilarDiv .card-list {
    width: 100%;
    float: left;
    border-radius: 10px;
    padding: 20px 15px;
    background: #f7f7f7;
}

.similars-slider-dv .recent-listing-slider .large-12.columns {
    padding: 0 20px;
}

.auction-detail.list-detail-tp .ms-slide .ms-slide-bgcont,
.list-detail-tp .ms-slide .ms-slide-bgvideocont {
    position: absolute;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
}

.auction-detail.list-detail-tp .ms-slide .ms-slide-bgcont {
    border-radius: 10px 0 0 10px;
}

.auction-detail.list-detail-tp .ms-thumb-list.ms-dir-v {
    height: 85%;
    top: 35px;
    left: 9px !important;
    border-radius: 0px;
}

.ms-inner-controls-cont,
.ms-container {
    position: relative;
    margin: 0 !important;
}

.auction-tag {
    width: auto;
    float: left;
    margin-bottom: 3px;
}

.auction-tp-rght {
    width: auto;
    float: right;
    margin-bottom: 3px;
}

.auction-tp-rght a {
    color: #262D33;
    font-size: 12px;
    margin-left: 12px;
    font-weight: 500;
    font-family: 'roboto', arial;
}

.auction-tag .tag-tp {
    color: #939699;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: auto;
    float: left;
    margin-left: 15px;
    padding-top: 3px;
}

.auction-tag .live-status {
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: auto;
    float: left;
}

.auction-tag .live-status span {
    color: #17D32D;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.auction-detail .auc-des {
    margin-top: 5px;
    margin-bottom: 10px;
}

.bid-panel {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.bid-panel ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.bid-panel ul li {
    width: 49%;
    float: left;
    border-right: 1px solid #D9DADB;
    border-bottom: 1px solid #D9DADB;
    min-height: 76px;
    /* max-height: 112px;} */
}

.bid-panel ul li:last-child {
    border-right: none;
    border-bottom: none;
}

.bid-panel ul li:nth-child(3n),
.bid-panell ul li:nth-child(4n),
.bid-panel ul li:last-child {
    border-bottom: none;
}

.bid-panel ul li:nth-child(2n) {
    border-right: none;
}

.bid-panel ul li:nth-child(4n) {
    border-right: none;
    border-bottom: none;
}

.bid-panel ul li .bid-tag {
    padding: 0px 10px 0 10px;
    width: 100%;
    float: left;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.bid-panel ul li .bid-tag.next-bid-text,
.bid-panel ul li .bid-tag.bid-now {
    font-size: 12px;
    margin: 8px 0 0 0;
}

.bid-panel ul li p {
    padding: 10px;
    width: 100%;
    float: left;
    color: red;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0px
}

.bid-panel ul li .bid-field {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 0 10px;
}

.bid-panel ul li .bid-field input {
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 58%;
    float: left;
    border: 1px solid #D9DADB;
    border-radius: 5px;
    padding: 10px;
    height: 40px;
    line-height: 40px;
    outline: none;
}

.bid-panel ul li .bid-field input#autoBidAmt {
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 48%;
    float: left;
    border: 1px solid #D9DADB;
    border-radius: 5px;
    padding: 10px;
    height: 40px;
    line-height: 40px;
    outline: none;
}

.vertual-view .req-btn {
    width: 100%;
    float: left;
}

.vertual-view .req-btn a {
    color: var(--main-brand-text-color) !important;
    font-size: 14px !important;
    padding: 9px 15px;
    border-radius: 500px;
    float: left;
    width: auto;
    margin: 0px !important;
}

.reg-bid-btn,
.reg-bid-btn:hover,
.reg-bid-btn:focus {
    min-width: 50% !important;
    float: left !important;
    height: 40px;
    line-height: 40px;
    color: var(--main-brand-text-color);
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
    min-width: 63%;
    padding: 0 10px;
    max-width: 100%;
}

.proxy-bid-btn-colr,
.proxy-bid-btn-colr:hover {
    width: 48%;
    float: right;
    height: 40px;
    line-height: 40px;
    color: var(--main-brand-text-color);
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
}

#set_autobid_enable,
#set_autobid_enable:hover {
    width: 48%;
    float: right;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
}

#removeAutoBidButton {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    color: red;
    margin-bottom: -8px;
}

.how-workin {
    display: block;
    font-size: 13px;
    margin-top: 9px;
    color: red;
}

#bidButton {
    width: 38%;
    float: right;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
}

#bidButton:disabled,
#bidButton[disabled] {
    color: #aaa;
}

Button[disabled] {
    color: #aaa;
}


/* .bid-panel ul li .bid-field a{
    width: 100%;
    float: right;
    height: 40px;
    line-height: 40px;
    color: #2e2e2e;
    font-family: 'roboto' , Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: left;
} */

.bid-panel ul li .bid-field a#set_autobid,
.bid-panel ul li .bid-field button#set_autobid {
    width: 48%;
    float: right;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
}

.auction-detail .list-det-lftp h1 {
    margin-bottom: 15px;
}

footer span {
    /*font-size: 11px;
    font-family: 'matter', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 500;
    color: #8E8E8E;*/
    width: auto !important;
    float: none !important;
}

.auction-detail .footer-right .user-des {
    width: 100%;
    float: left;
}

.auction-detail .footer-right {
    width: 55%;
    float: left;
    margin-left: 10px;
}

.auction-detail .footer-right .user-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 51%;
    padding: 0px;
    margin: 0px;
    display: block;
    line-height: 18px;
}

.auction-detail .footer-right .user-icon a {
    color: #c7c7c7;
    font-size: 12px;
    margin-left: 12px;
    font-weight: 500;
    font-family: 'roboto', arial;
}

.auction-detail .footer-right .user-name .user-icon {
    width: auto;
    float: right;
    margin-top: 0px;
}

.auction-detail .footer-right .user-name .user-icon img {
    width: 19px;
    float: left;
    margin-left: 10px;
}

.auction-detail .list-det-lftp {
    width: 100%;
    float: left;
    padding: 15px 10px 0px 10px;
}

.auction-detail .card-footer {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.card-footer.card-top {
    margin-top: 0px;
    margin-bottom: 10px;
}

.card-footer .ad-send-msg,
.card-footer .ad-send-msg:hover,
.card-footer .ad-send-msg:focus {
    float: left;
    margin-top: 10px;
    border: none;
    color: #fff;
    border-radius: 100px;
    height: 36px;
    line-height: 36px;
    padding: 0px 20px;
    font-size: 12px;
    background: var(--main-brand-color);
}

.user-icon a {
    color: #c7c7c7;
    font-size: 16px;
    margin-left: 12px;
}

#comp_emp .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 41px;
    user-select: none;
    -webkit-user-select: none;
}

#comp_emp .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#comp_emp .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}

#comp_emp .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 5px;
    position: absolute;
    top: 50%;
    width: 0;
}

.aq-user-card.prnet-div .user-info h3 {
    margin-top: 10px;
}

.aq-user-card.prnet-div p.day-ago {
    float: right !important;
    color: #90949c !important;
    text-align: right;
    margin-right: 10px;
    padding-top: 18px !important;
    font-size: 12px;
}

.aq-user-card.prcon-div p.day-ago {
    float: right !important;
    color: #90949c !important;
    text-align: right;
    margin-right: 10px;
    padding-top: 24px;
    font-size: 12px;
}

#auc-detail-slider .owl-nav .owl-prev {
    position: absolute;
    right: 33px;
    top: -69px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    background: #fff !important;
    outline: none;
    left: auto;
    border: 1px solid #D9DADB;
    border-radius: 5px 0 0 5px !important;
}

#auc-detail-slider .owl-nav .owl-prev span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #262D33;
    margin-top: 1px;
    display: block;
    margin-left: 4px;
}

#auc-detail-slider .owl-nav .owl-next {
    position: absolute;
    right: 4px;
    top: -69px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    background: #fff !important;
    outline: none;
    border: 1px solid #D9DADB;
    border-radius: 0 5px 5px 0 !important;
}

#auc-detail-slider .owl-nav .owl-next span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #262D33;
    margin-top: 1px;
    display: block;
    margin-left: 4px;
}

#auc-detail-slider .auction-card-list .big-picauc {
    width: 100%;
    float: left;
    height: 260px;
    position: relative;
}

#auc-detail-slider .auccard-body {
    width: 100%;
    float: left;
    padding: 20px 15px 0px 15px;
}

#auc-detail-slider .auction-lbl {
    width: auto;
    float: left;
    margin-top: -40px;
    margin-bottom: 12px;
}

.owl-item .auction-lbl {
    width: auto;
    float: none !important;
    margin-top: 10px !important;
    margin-bottom: 12px;
    position: absolute;
    margin-left: 10px;
    z-index: 999;
}

#auc-detail-slider .auction-card-list {
    width: 100%;
    float: left;
    background: #f7f7f7;
    border-radius: 10px;
}

.dashboard-main {
    width: 100%;
    float: left;
    margin: 40px 0;
}

.sweet-alert h2 {
    color: var(--main-brand-color) !important;
    font-size: 22px !important;
    text-align: center;
    text-transform: none;
    position: relative;
    margin: 30px 0 10px 0 !important;
    padding: 0 30px !important;
    line-height: 30px !important;
    display: block;
    font-weight: 900 !important;
    font-family: 'roboto', arial !important;
}

.sweet-alert button.cancel:hover,
.sweet-alert button.cancel:focus {
    color: var(--main-brand-color) !important;
    background: none !important;
}

.sweet-alert button.confirm:hover {
    color: var(--main-brand-color) !important;
}

.signup-left.verify-popup {
    position: fixed;
    bottom: -1000px;
    width: 28%;
    z-index: 9999;
    left: 130px;
}

.signup-left.profile-popup {
    position: fixed;
    bottom: -1000px;
    width: 123%;
    z-index: 9999;
    left: 50px;
}

#mobile-verify-modal .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    position: absolute;
    right: 3px;
    z-index: 1;
    top: 0px;
}

#mobile-verify-modal .close-btn,
#profile-completion-modal .close-btn {
    float: right;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    color: #000;
    width: 16px;
    height: 25px;
    color: #343b45;
    margin-top: 6px;
    margin-right: 11px;
}

#signup-modal.signup-left button.close>i,
.signup-second button.close>i {
    color: #000;
    font-size: 24px !important;
}

.signup-second button.close {
    opacity: .8;
    margin-right: 7px !important;
}

.signup-left.verify-popup .modal-wdthn {
    width: 520px;
    margin: 0 auto;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
}

#mobile-verify-modal .modal-wdthn {
    border-radius: 10px 10px 0 0 !important;
}

#mobile-verify-modal .panel-body {
    padding: 5px 20px 0 0px;
    height: 100%;
    width: 100%;
}

.modal-body-custom {
    margin-top: 8px;
    padding: 0 !important;
}

.font-cl {
    color: var(--main-brand-color);
    font-size: 15px;
    margin-top: 0px;
}

.edit-verify,
.edit-verify:hover,
.edit-verify:focus {
    color: var(--main-brand-color);
    font-weight: 700;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    margin-left: 10px;
}

.green-btn,
.green-btn:hover,
.green-btn:focus {
    background: var(--main-brand-color);
    color: #fff;
    height: 36px;
    text-align: center;
    border-radius: 26px;
    padding: 10px 22px;
    line-height: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    min-width: 100px;
}

.verify-div.panel {
    margin-bottom: -20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
}

.four-digit {
    width: auto;
    margin-right: 10px;
    float: left;
    padding-top: 10px;
}

.four-digit-field {
    width: 100%;
    float: left;
}

.verify-inpt input {
    width: 50px !important;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    margin-right: 10px;
    float: left;
    text-align: center;
    border-radius: 7px !important;
    border-color: rgb(210, 211, 214) !important;
    line-height: 50px;
    height: 50px !important;
    margin-top: 10px;
    margin-bottom: 10px !important;
    display: inline-block !important;
}

.verify-inpt span {
    float: left;
    margin-left: 10px;
    color: #17D32D;
    font-size: 30px;
    margin-top: 12px;
}

.mobile-main-div p,
span.v-sub-heading {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 5px 0px;
    width: 100%;
    float: left;
}

#report ul.report-option {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#report .title-modl {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 20px;
    color: var(--main-brand-color) !important;
    font-weight: 700;
    margin-bottom: 0px !important;
}

#report .confirm-option {
    float: left;
    width: 100%;
    color: #343b45;
    border-bottom: none !important;
    float: left;
    padding: 20px 10px 0px 20px !important;
    font-size: 18px;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

#report .modal-body a.green-btn {
    background: none;
    color: var(--main-brand-color) !important;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

#report .modal-body a.red-btn:hover {
    background: none;
    color: var(--main-brand-color) !important;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

#report .bord-btm-labl {
    border-bottom: 1px solid #ccc;
    padding: 0px 10px 15px 20px;
    float: left;
    width: 100%;
}

.bord-btm-labl .radio-default {
    margin-left: 50px !important;
}

.iti--separate-dial-code.iti {
    float: left;
}

.my-auc-filter .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 80% !important;
    margin-left: 10px;
}

.my-auc-filter .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 44px;
    line-height: 44px;
}

.my-auc-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #262D33;
    line-height: 44px;
}

#bidsFilters .form-group label,
#regFilters .form-group label {
    margin-top: 12px;
}

#bidsFilters .form-group,
#regFilters .form-group {
    margin-bottom: 0px;
}

#selectator_uids .selectator_input {
    height: 30px !important;
    line-height: 30px !important;
}

.selectator_options .selectator_option .selectator_option_title {
    margin-left: 52px;
    font-weight: bold;
    margin-top: 0px;
    font-size: 12.5px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0;
    color: #343b45;
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px !important;
}

.selectator_options .selectator_option .selectator_option_subtitle {
    font-size: 12px;
    /* color: rgba(0,0,0,0.5); */
    color: var(--main-brand-color) !important;
    margin-top: -3px;
    margin-bottom: 0px;
    margin-left: 40px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    width: 243px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400 !important;
    line-height: 17px;
}

#bidsFilters,
#regFilters {
    margin-top: 7px;
}

.my-auc-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 1px;
    width: 20px;
}

#cell-phon .iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0px;
    width: 100%;
    border-radius: 10px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.verify-div .green-border .code-m-dashboard {
    float: left;
    width: 88px;
    border-radius: 6px;
    color: #8f9399;
    background: #f9f9f9;
    border: 1px solid #dfe0e1 !important;
    height: 40px;
    padding-left: 0px !important;
}

.verify-div .green-border .number-dashboard {
    width: 125px;
    float: left;
    padding: 21px 10px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #dfe0e1 !important;
    margin-left: 10px;
    outline: none;
}

.edit-verify,
.edit-verify:hover,
.edit-verify:focus {
    color: var(--main-brand-color);
    font-weight: 700;
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;
}


/*
.signup-title {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-size: 16px;
    color: #2b79f3;
    text-align: left;
    padding: 0;
}
*/

.signup-title {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-size: 28px;
    color: #262D33;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
}

.signup-title span {
    color: #00CF9F;
    font-size: 40px;
}

.pragraph {
    /*
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 13px;
    color: #2f3746;
    margin-bottom: 20px;
    text-align: left;
    line-height: 25px;
*/
    font-family: 'Poppins-', sans-serif;
    font-size: 25px;
    color: #2f3746;
    margin: 10px 0 30px 0;
    text-align: left;
    line-height: 31px;
    padding: 0px 140px;
    text-align: center;
    float: left;
}

.singup-footer {
    background: #262D33;
    width: 100%;
    float: left;
    padding: 20px;
    margin-top: 40px;
    text-align: center;
    border-radius: 0 0 12px 12px;
}

.recommendation-list {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.recommendation-list h1.earth-mov {
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #262D33;
    width: auto;
    float: left;
    margin: 0;
    padding: 0;
}

.recommendation-list a.view-all {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #262D33;
    width: auto;
    float: right;
    padding-top: 10px;
}

.recomdation-cards {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.recomdation-cards .card-list {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.recomdation-cards .auction-card-list .big-picauc {
    width: 48%;
    float: left;
    height: 362px;
    position: relative;
}

.recomdation-cards .auccard-body {
    width: 52%;
    float: left;
    padding: 20px 15px;
}

.profile-complete {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
}

.profile-complete h1 {
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #262D33;
    width: 100%;
    float: left;
    padding: 20px;
    margin: 0px;
}

.profile-complete .chart-dv {
    width: 100%;
    float: left;
    text-align: center;
    padding: 35px 0 25px 0;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.circle-chart__percent {
    width: 60%;
    margin: 0 auto;
    top: 100px;
    position: absolute;
    left: 20%;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 55px;
    color: var(--main-brand-text-color);
    line-height: 25px;
}

.circle-chart__circle {
    animation: circle-chart-fill 2s reverse;
    /* 1 */
    transform: rotate(-90deg);
    /* 2, 3 */
    transform-origin: center;
    /* 4 */
}

.percent-num {
    width: 60%;
    margin: 0 auto;
    top: 185px;
    position: absolute;
    right: 0;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: var(--main-brand-text-color);
}

.profile-com-btm {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 15px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: var(--main-brand-text-color);
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.profile-complete-btn {
    font-size: 17px;
    color: var(--main-brand-text-color);
    text-align: center;
    width: 100%;
    float: left;
}

.pcomp {
    font-size: 17px;
    text-align: center;
}

.skip {
    font-size: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
}


/**
   * 1. Rotate by -90 degree to make the starting point of the
   *    stroke the top of the circle.
   * 2. Scaling mirrors the circle to make the stroke move right
   *    to mark a positive chart value.
   * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
   *    and Edge, use the transform attribute directly on the SVG element as a
   * .  workaround (https://markus.oberlehner.net/blog/pure-css-animated-svg-circle-chart/#part-4-internet-explorer-strikes-back).
   */

.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1);
    /* 1, 2, 3 */
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* #similar-slider .owl-nav{display: none;} */

a.upcoming-event {
    color: #262D33;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 14px;
    width: 100%;
    float: left;
    border-top: 1px solid #D9DADB;
    text-align: center;
}

.dashboard-feeds {
    background: #fff;
    width: 100%;
    height: 100%;
    float: left;
    padding: 0px;
    border-radius: 10px;
    margin-top: 30px;
}

.dashboard-feeds h2 {
    color: #262D33;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 20px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #D9DADB;
    margin-top: 0px;
}

.dashboard-feeds ul {
    list-style: none;
    width: 100%;
    float: left;
    margin-top: 15px;
    padding: 0px 20px;
}

.dashboard-feeds ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #D9DADB;
    background: url(../img/Quote.png) no-repeat top left;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.dashboard-feeds ul li h1 {
    color: #262D33;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 24px 10px 10px 20px;
    margin: 0px;
}

.dashboard-feeds ul li .card-footer {
    width: 100%;
    float: left;
    margin-top: 12px;
    margin-bottom: 7px;
    padding: 0px 20px;
}

.dashboard-feeds ul li .footer-right {
    width: 68%;
    float: left;
    margin-left: 10px;
}

.dashboard-feeds ul li .footer-right .user-name h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262D33;
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

.dashboard-feeds ul li .footer-right .user-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #939699;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 2px;
    max-height: 530px;
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, .175);
}

.dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
}

.dropdown-menu.notify-drop .drop-content {
    min-height: 70px;
    max-height: 430px;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

.dropdown-menu.notify-drop .drop-content#message-body {
    min-height: 70px;
    max-height: 430px;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
    background-color: #fff;
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
    border-radius: 50px;
}

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 150px;
}

.dropdown-menu.notify-drop .drop-content>li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 10px 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    margin-left: 0px;
}

.dropdown-menu.notify-drop .drop-content>li a {
    text-decoration: none;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    line-height: 20px !important;
}

.dropdown-menu.notify-drop .drop-content>li a.share-now {
    border: 1px solid var(--main-brand-color);
    padding: 5px 10px;
    margin-top: 5px;
    float: left;
    font-size: 12px;
    border-radius: 200px;
    line-height: 12px;
    outline: none;
}

.dropdown-menu.notify-drop .drop-content>li a:hover {
    color: inherit;
}

.dropdown-menu.notify-drop .drop-content>li a .main-notify figure img {
    vertical-align: middle;
    margin-top: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
}


/* .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
    background-color: #fafafa;
  } */

.dropdown-menu.notify-drop .drop-content>li:after {
    content: "";
    clear: both;
    display: block;
}

.dropdown-menu.notify-drop .drop-content>li:hover {
    background-color: #fcfcfc;
}

.dropdown-menu.notify-drop .drop-content>li:last-child {
    border-bottom: none;
}

.dropdown-menu.notify-drop .drop-content>li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 8px 0px;
}

.main-notify {
    width: 100%;
    float: left;
}

.main-notify figure {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 10px;
    float: left;
}

.main-notify figure img {
    width: 100%;
    height: 100% !important;
    border-radius: 100px;
}

.main-notify .notify-right {
    float: left;
    width: 85%;
}

.main-notify .notify-right .connection-item {
    float: right;
    margin-right: 15px;
}

#dayAuctionRegisteredModal .modal-header {
    padding: 15px 15px 0 0;
    border-bottom: none;
}

#dayAuctionRegisteredModal .modal-body {
    position: relative;
    padding: 0 25px 25px 25px;
}

.main-notify .notify-right .connection-item button {
    border-radius: 100px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    padding: 0 0px;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    outline: none;
    box-shadow: none;
    background: #db1127;
    margin-left: 0px;
    border: none;
}

.main-notify .notify-right .connection-item button.btn-success {
    background: #3DC47E !important;
}

table.view-list .noti_auc_reg_acc.seller-req-btn,
table.view-list .noti_auc_reg_rej.seller-req-btn {
    margin-right: 10px;
    border: none;
    font-size: 12px;
    font-family: 'roboto', arial;
    border-radius: 200px;
}

table.view-list .noti_auc_reg_rej.seller-req-btn {
    background: #db1127 !important;
}

table.view-list .noti_auc_reg_acc.seller-req-btn {
    background-color: #3DC47E !important;
}

table.view-list .btn.btn-gry.m-r-15 {
    background: #e2e0e0;
    padding: 0 20px;
    line-height: 36px;
    height: 36px;
    font-size: 12px;
    font-family: 'roboto', arial;
    border-radius: 35px;
    font-weight: 700;
    box-shadow: none;
    outline: none;
}

.main-notify .notify-head {
    float: left;
    width: 100%;
    margin-bottom: -4px;
}

#message-body .main-notify .notify-head {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.main-notify .notify-head h3 {
    margin: 0;
    padding: 0;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #262D33;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 13px;
}

.main-notify .notify-head span {
    width: 200px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px !important;
    color: var(--main-brand-color);
    margin-top: -4px;
    line-height: 16px;
    margin-bottom: 4px;
}

.main-notify .notify-head .week-staus {
    max-width: 35%;
    display: inline-block;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #262D33;
    float: right;
    padding-top: 4px;
}

.main-notify .notify-head .week-staus p {
    padding: 0px;
    margin: 0px;
    line-height: 10px;
    color: #939699;
    float: left;
}

.main-notify .notify-head .week-staus span.read-dn {
    width: 6px;
    height: 6px;
    float: right;
    background: var(--main-brand-color);
    border-radius: 100px;
    margin-left: 10px;
    margin-right: 6px;
    margin-top: 3px;
}

.main-notify .notify-head .week-staus span.unread-dn {
    width: 6px;
    height: 6px;
    float: right;
    background: #a3c8e4;
    border-radius: 100px;
    margin-left: 10px;
    margin-right: 6px;
    margin-top: 3px;
}

.main-notify .pragra-notyfi {
    width: 100%;
    float: left;
    margin-top: 0px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #262D33;
    padding: 0 10px 0 0;
    line-height: 17px;
}

.main-notify .pragra-notyfi .noti-yellow {
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #262D33;
}

a.notify-drop-footer {
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #939699;
    float: left;
    width: 100%;
    line-height: 50px !important;
    border-top: 1px solid rgba(0, 0, 0, .15);
    padding-top: 5px;
    text-decoration: none;
    background: #fff;
    border-radius: 0 0 3px 3px;
    margin-top: 12px;
    /* box-shadow: 0px 4px 9px rgba(0,0,0,.175); */
    box-shadow: none;
    margin: 0px 0 0 0px;
    border-radius: 0 0 10px 10px;
}

a.notify-drop-footer:hover {
    color: var(--main-brand-color);
}

span.povspan {
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* float: left; */
    display: inline-block;
}

.dropdown-menu.notify-drop.message-drop .designation-msg {
    /* padding: 0;
    font-family: 'GB' , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: var(--main-brand-color);
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 13px;
    float: left;
    margin: 1px 0px 4px 0 */
    padding: 0;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: var(--main-brand-color);
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 13px;
    float: left;
    margin: 0px 0px 1px 0;
    font-weight: 700;
}

#message-body .main-notify .notify-head {
    float: left;
    width: 100%;
    line-height: 17px;
}

#message-body .view-name {
    float: left;
    /* line-height: 24px; */
    margin-top: -4px;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
}

ul.message-drop li a img {
    vertical-align: middle;
    margin-top: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
}

ul.message-drop li a {
    text-decoration: none;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    line-height: normal !important;
}

.box-card {
    border-radius: 10px !important;
    /* box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08) !important; */
    border: 0;
    background: #fff;
    padding: 40px 0px 40px 0px;
}

.login-panel {
    width: 100%;
    float: left;
    margin: 15% 0;
    padding: 40px 40px 40px 40px;
}

#freeForm {
    padding: 0px 20px;
}

#form-login.reset-pading {
    padding: 0px 50px;
}

.cus-er .err-msg {
    position: static;
}

.login-panel h1 {
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #262D33;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-weight: 800;
}

.login-panel h2 {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #262D33;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
}

.complete-tag {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #262D33;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 10px;
}

.login-panel h2 span {
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #262D33;
    font-weight: 700;
}

.form-panel {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.form-panel .form-main {
    width: 85%;
    margin: 0 auto;
}

.form-panel .form-verify {
    width: 100%;
    margin: 0 auto;
}

.verify-reg-btn {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
}

.form-verify .group i {
    position: absolute;
    top: 18px;
    right: 10px;
    color: #262D33;
    font-size: 16px;
}

.login-panel .group .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #D9DADB;
    border-radius: 10px;
    height: 50px;
    outline: none;
}

.login-panel .group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: auto;
    margin-left: -4px;
    margin-top: 9px;
    position: absolute;
    top: 50%;
    width: 0;
    right: 10px;
}

.login-panel .group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #262D33;
    padding-left: 10px;
}

.verify-reg-btn button {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 22px;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    width: 50%;
    padding: 0px 30px;
    color: #fff;
    float: none;
    margin-top: 10px;
    border: none;
    outline: none;
    margin-bottom: 10px;
    margin: 0 auto;
}


/* floating input dv */

.sub-class-cit {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.group {
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.inputMaterial {
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    display: block;
    width: 100%;
    border: 1px solid #D9DADB;
    border-color: #D9DADB;
    background: #fff !important;
    height: 50px;
    border-radius: 10px;
}

.group select {
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    display: block;
    width: 100%;
    border: 1px solid #D9DADB;
    border-color: #D9DADB;
    background: #fff !important;
    height: 50px;
    border-radius: 10px;
}

.inputMaterial:focus {
    outline: none;
}

.form-main textarea {
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    display: block;
    width: 100%;
    border: 1px solid #D9DADB;
    border-color: #D9DADB;
    background: #fff !important;
    height: 100px;
    border-radius: 10px;
    resize: none;
    outline: none;
}


/* LABEL ======================================= */

.group label {
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.inputMaterial:focus~label,
.inputMaterial:valid~label {
    top: -8px;
    font-size: 12px;
    color: #262D33;
    background: #fff;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    opacity: 0;
}


/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: var(--main-brand-color);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 1%;
}

.bar:after {
    right: 1%;
}


/* active state */

.inputMaterial:focus~.bar:before,
.inputMaterial:focus~.bar:after {
    width: 50%;
}


/*Checkboxes styles*/

.checkbx-forgot {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.checkbox-main {
    width: auto;
    float: left;
}

.checkbx-forgot a {
    float: right;
    width: auto;
    color: var(--main-brand-color);
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 2px;
}

.login-btn {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.login-btn button {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 22px;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0px 30px;
    color: #fff;
    float: left;
    margin-top: 10px;
    border: none;
    outline: none;
    margin-bottom: 10px;
}

.login-btn button p {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}

.login-btn span {
    width: 100%;
    float: left;
    text-align: right;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #262D33;
    margin-top: 10px;
    padding-right: 5px;
}

.login-btn span a {
    color: var(--main-brand-color);
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-weight: 800;
}

.login-btn.regiterbtn {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.ordv {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #262D33;
    margin: 20px 0 0 0;
    border-top: 1px solid #CCC;
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: 800;
}

.lbl-iner {
    width: 100%;
    float: left;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.social-log-btn {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.social-log-btn a.fb-color {
    background: #3b5998;
}

.social-log-btn a.g-color {
    background: #5284ed;
}

.social-log-btn a.lin-color {
    background: #0077b5;
}

.social-log-btn a,
.social-log-btn a:hover,
.social-log-btn a:focus {
    border-radius: 100px;
    height: 44px;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    min-width: 150px;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 44px;
    margin-bottom: 10px;
}

.social-log-btn a i.fa-facebook {
    margin-right: 5px;
    border-right: 1px solid #fff;
    background: #fff;
    color: #3b5998;
    padding: 4px 6px 3px 6px;
    border-radius: 20px;
    font-size: 14px;
}

.social-log-btn a img {
    width: 22px;
    border-radius: 100px;
    margin-top: -4px;
    margin-right: 5px;
}

.social-log-btn a i.fa-linkedin {
    margin-right: 5px;
    border-right: 1px solid #fff;
    background: #fff;
    color: #0e76a8;
    padding: 4px 5px 4px 6px;
    border-radius: 20px;
    font-size: 14px;
}

.group.signup-1 {
    position: relative;
    margin-bottom: 0px;
    float: left;
    width: 70%;
}

.spantx.verify-sig {
    margin-bottom: 20px;
}

.signup-1btn {
    width: 30%;
    float: left;
    margin-top: 0px;
}

.signup-1btn button {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 0 10px 10px 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0px 10px;
    color: #fff;
    float: left;
    margin-top: 0px;
    border: none;
    outline: none;
    margin-bottom: 0px;
}

.signup-1btn button .fa-send {
    padding-right: 7px;
}

.ordv.sign-1ordv {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #262D33;
    margin: 10px 0 0 0;
    border-top: none;
    padding-top: 0px;
    padding-bottom: 10px;
}

.group.signup-1 .inputMaterial {
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    display: block;
    width: 100%;
    border: 1px solid #D9DADB;
    border-color: #D9DADB;
    background: #fff !important;
    height: 50px;
    border-radius: 10px 0 0 10px;
    border-right: 0;
}

.already-account {
    width: 100%;
    float: left;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #262D33;
    text-align: center;
    padding: 0 55px;
}

.login-panel #freeForm .spantx {
    width: auto;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;
    padding-top: 8px;
    display: inline-block;
    padding-left: 5px;
    float: none;
}

.mrg-fomr {
    margin-top: -10px;
    margin-bottom: 30px;
    font-family: 'GSB', arial;
    font-weight: 700;
}

.mrg-fomr span {
    color: var(--main-brand-color);
    font-weight: 700;
}

.verify-registr-final a {
    font-weight: 700;
}

.milghty-process p a {
    color: var(--main-brand-color) !important;
    text-decoration: none;
    font-weight: 700;
}

.already-account span {
    color: var(--main-brand-color)
}

.already-btn {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
}

.already-btn button {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 20px;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    min-width: 30%;
    padding: 0px 30px;
    color: #fff;
    float: none;
    margin-top: 40px;
    border: none;
    outline: none;
    margin-bottom: 10px;
}

.spantx {
    width: 100%;
    float: left;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;
    padding-top: 8px;
}

.spantx i {
    right: 10px !important;
    color: #262D33 !important;
    font-size: 16px;
    float: left;
    margin-right: 8px;
    position: static !important;
}

.form-main .group i {
    position: absolute;
    top: 18px;
    right: 10px;
    color: #262D33;
    font-size: 16px;
}

.privacy-registr {
    width: 100%;
    float: left;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;
    text-align: center;
    margin-bottom: 10px;
}

.reg-com-account {
    width: 100%;
    float: left;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #262D33;
    text-align: center;
    padding: 0 50px;
    margin-top: 10px;
}

span.weak.fill {
    border: 1px solid #ef4534;
    background: #ef4534;
    padding: 8px 14px;
    height: 35px;
    color: #fff;
    margin-right: 5px;
    border-radius: 36px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

span.medium.fill {
    border: 1px solid #ffae00;
    background: #ffae00;
    padding: 8px 14px;
    height: 35px;
    margin-right: 5px;
    color: #fff;
    border-radius: 36px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
}

span.strong.fill {
    border: 1px solid #09c800;
    background: #09c800;
    padding: 8px 14px;
    height: 35px;
    margin-right: 5px;
    color: #fff;
    border-radius: 36px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
}

span.weak {
    border: 1px solid #ef4534;
    padding: 8px 14px;
    height: 35px;
    color: red;
    margin-right: 5px;
    border-radius: 36px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.login-resurity-panel.logged-in-sec {
    padding: 0px;
    margin-bottom: 60px;
}

span.medium {
    border: 1px solid #ffae00;
    padding: 8px 14px;
    height: 35px;
    margin-right: 5px;
    color: #ffae00;
    border-radius: 36px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

span.strong {
    border: 1px solid #09c800;
    padding: 8px 14px;
    height: 35px;
    margin-right: 5px;
    color: #09c800;
    border-radius: 36px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.p-strength-des {
    clear: both;
    padding-top: 15px;
    line-height: 13px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #585756;
    font-weight: 500;
    opacity: 1 !important;
}

.p-strength-des.hint-text {
    opacity: 0.4;
}

.verify-registr-final {
    width: 100%;
    float: left;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.reg-com-account span {
    color: var(--main-brand-color);
    font-family: 'GB', Arial, Helvetica, sans-serif;
}

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

.checkbox-main input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 13px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding-top: 2px;
}

.checkbox-main input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.checkbox-main input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #D9DADB;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    border-radius: 4px;
}

.checkbox-main input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right-color: var(--main-brand-color);
    border-bottom-color: var(--main-brand-color);
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: var(--main-brand-color);
    border-color: var(--main-brand-color);
    opacity: 1;
    padding: 0px 10px 8px 10px;
    font-size: 27px;
    border-radius: 5px;
    outline: none;
}

.search-main-dv {
    min-width: 40%;
    min-height: 80px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.search-main-dv input {
    width: 50%;
    float: left;
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    outline: none;
    height: 50px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #D9DADB;
    padding: 0 15px;
}

.search-main-dv select {
    width: 30%;
    float: left;
    color: #262D33;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    outline: none;
    height: 50px;
    border-radius: 0px;
    border: 1px solid #D9DADB;
    padding: 0 15px;
}

.search-main-dv button {
    width: 20%;
    float: left;
    color: #fff;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
    height: 50px;
    border-radius: 0px 10px 10px 0;
    text-align: center;
    border: 1px solid var(--main-brand-color);
}

.mybid-main {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    margin-top: 30px;
}

.mybid-main .my-bid-col {
    width: 30%;
    float: left;
    margin: 10px 15px 10px 15px;
    min-height: 430px;
}

.bid-toper {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.bid-top-lft {
    width: auto;
    float: left;
}

.bid-top-lft h1 {
    font-weight: 700;
    color: #262D33;
    width: auto;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    margin-right: 5px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.bid-top-lft span {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 2px;
    float: left;
}

.bid-top-rght {
    width: auto;
    float: right;
}

.bid-top-rght span {
    color: #17D32D;
    text-align: right;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    margin-top: -2px;
}

.my-bid-col .bid-top-rght span {
    color: #17D32D;
    text-align: right;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    margin-top: -2px;
    padding: 0px;
    margin: 0px;
    height: auto;
    line-height: normal;
}

.bid-top-rght .winning-t {
    color: #17D32D;
    text-align: right;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    margin-top: -2px;
}

.bid-top-box {
    box-shadow: 0px 8px 8px #e0e0e0;
    border-radius: 10px;
    width: 100%;
    float: left;
    padding: 20px 0px 0 0px;
    margin-bottom: 20px;
    min-height: 366px;
    background: #fff;
    position: relative;
}

.bid-top-box h1 {
    width: 100%;
    float: left;
    padding: 0px 15px;
    margin: 0px;
    line-height: normal;
    color: #262D33;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bid-top-box h2 {
    width: 100%;
    float: left;
    padding: 0px 15px;
    margin: 0px;
    line-height: normal;
    color: #262D33;
    font-size: 14px;
    font-weight: 700;
}

.bid-top-box h2 a {
    color: #BABCC3;
    margin-right: 5px;
}

.bid-currency {
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px;
}

.bid-currency span {
    color: #fff;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    border-radius: 45px;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 700;
    margin: 0px 0;
    display: inline-block;
}

.my-bid-col ul {
    list-style: none;
    padding: 0px 15px;
    width: 100%;
    float: left;
    margin: 10px 0 15px 0;
}

.my-bid-col ul li {
    width: 50%;
    float: left;
    border-right: 1px solid #E9E9E9;
    padding: 15px 10px;
    border-bottom: 1px solid #E9E9E9;
    height: 79px;
}

.my-bid-col ul li .total-bid {
    width: 100%;
    float: left;
    color: #262D33;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
}

.my-bid-col ul li .view-bid {
    width: 100%;
    float: left;
    color: var(--main-brand-color);
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-anch {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
}

.my-bid-col ul li .view-bid span,
.my-bid-col ul li .view-bid span a {
    font-size: 14px;
    color: #262D33;
}

.my-bid-col ul li:nth-child(2n) {
    border-right: none;
}

.my-bid-col ul li:nth-child(3n),
.my-bid-col ul li:nth-child(4n) {
    border-bottom: none;
}

.my-bid-col .winnng-dv {
    width: 100%;
    margin: 16px 0 12px 0 !important;
    float: left;
}

.my-bid-col .winnng-dv h4 {
    width: 100%;
    float: left;
    color: #262D33;
    text-align: center;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
}

.my-bid-col .winnng-dv span {
    width: 100%;
    float: left;
    color: #17D32D;
    text-align: center;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-bid-col a.view-document {
    color: #262D33;
    /* float: left; */
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    width: auto;
    margin-left: 20px;
    margin-top: 0px;
    position: absolute;
    bottom: 14px;
    left: 0;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
}

.my-bid-col a.message-seller {
    background: var(--main-brand-color);
    width: auto;
    float: right;
    color: var(--main-brand-text-color);
    border-radius: 10px 0 10px 0;
    padding: 16px 12px;
    font-size: 14px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
}

.profile-dropdown-toggle {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 100px;
    outline: none;
    border: none;
    margin-top: 0px;
    padding: 0px;
    padding-top: 15px;
    background: none;
}

.profile-dropdown-toggle img {
    width: 35px;
    height: 35px;
    border-radius: 100px;
}

.dropdown-menu.profile-dropdown {
    width: 250px;
    /* box-shadow: 0px 6px 17px #ccc; */
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08);
    padding: 0px;
    left: auto;
    right: 0px;
    border-radius: 0 0 10px 10px;
}

.profile-dropdown:before,
.more-dropdown:before {
    position: absolute;
    top: -7px;
    right: 15px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu>li:first-child {
    padding-top: 0px;
}

.profile-dropdown li.dropdown-header-info {
    min-width: 215px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #eaebeb;
    padding: 10px 0;
    margin: 0px;
}

.profile-dropdown li {
    width: 100%;
    float: left;
    margin-left: 0px !important;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #262D33;
    margin-top: 0px !important;
}

.profile-dropdown li a {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #262D33;
}

.profile-dropdown .divider {
    height: 1px;
    margin: 0px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.profile-dropdown li a i {
    margin-right: 5px;
}

.profile-dropdown li.dropdown-header-info a:hover {
    background: transparent;
}

.profile-dropdown li>a {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
}

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

.dropdown-header-info .drop-imge-usr {
    margin-bottom: 7px;
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
}

.dropdown-header-info .drop-imge-usr img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 100px;
}

.menu-h {
    padding: 0;
    margin: 0;
    float: left;
    line-height: 20px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-h span {
    font-size: 14px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #262D33;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
}

.pro-viw {
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    line-height: 16px;
    text-overflow: ellipsis;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #262D33;
}

.form-panel.personal-profile {
    width: 100%;
    float: left;
    margin-top: 40px;
    padding: 0 0px;
}

.flag-sect {
    width: 20%;
    float: left;
    margin-right: 10px;
}

.phone-num-fild {
    width: 69%;
    float: left;
    margin-right: 10px;
}

.phone-num-fild.verify-fld {
    width: 61%;
    float: left;
    margin-right: 10px;
}

.phone-num-fild.verify-fld.no-cell-num {
    width: 78%;
    float: left;
    margin-right: 0;
}

.phone-num-fild.verify-fldbtn {
    width: 68%;
    float: left;
    margin-right: 10px;
}

.pull-left.togle-con {
    width: 100%;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-radius: 10px !important;
}

.phone-num-fild.companyprofl {
    width: 76%;
    float: right;
    margin-right: 0px;
}

.verify-btn-frm {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 8px;
    height: 50px;
    line-height: 50px;
    width: 15%;
    padding: 0px 15px;
    color: #fff;
    float: right;
    border: none;
    outline: none;
    text-align: center;
}

.personal-reg-btn {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}

.personal-reg-btn button {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-radius: 100px;
    height: 44px;
    line-height: 44px;
    min-width: 30%;
    ;
    padding: 0px 30px;
    float: none;
    margin-top: 10px;
    border: none;
    outline: none;
    margin-bottom: 10px;
    display: inline-block;
    margin: 0 5px;
    background: transparent;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
}

.personal-reg-btn button:hover,
.personal-reg-btn button:focus {
    background: #3a3a3a;
    border: 1px solid #3a3a3a;
    color: #fff;
}

.subscribe-panel {
    border: 1px solid #e9f2f9;
    width: 100%;
    float: left;
    padding: 10px 10px 0px 15px;
    border-radius: 8px;
}

.subscribe-panel p {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 70%;
    float: left;
}

.subscribe-panel.marketplace-form {
    margin-bottom: 15px;
}

.subscribe-panel.marketplace-form p {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 69%;
    float: left;
}

.subscribe-panel.marketplace-form .switch {
    position: relative !important;
    display: inline-block;
    width: 50px;
    height: 24px;
    pointer-events: all !important;
    float: right;
    margin-right: 10px;
    margin-top: -17px;
}

.subscribe-panel.marketplace-form .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 1px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch {
    position: relative !important;
    display: inline-block;
    width: 60px;
    height: 34px;
    pointer-events: all !important;
    float: right;
    margin-right: 20px;
    margin-top: -12px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--main-brand-color);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--main-brand-color);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.notification-main-dv {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 70px;
    border-radius: 18px !important;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    background: #fff;
    padding: 15px;
}

.notification-main-dv .notification-title {
    width: 100%;
    float: left;
    border-bottom: solid 1px rgba(141, 145, 150, 0.22);
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.notification-main-dv .notification-title h1 {
    width: auto;
    float: left;
    color: #262D33;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    font-size: 14px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    margin-top: 16px;
    padding-left: 10px;
}

.notification-main-dv .notification-title .title-btn {
    width: auto;
    float: right;
}

.notification-main-dv .notification-title .title-btn a {
    border-radius: 100px;
    float: left;
    margin-left: 10px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    line-height: 40px;
    min-width: 130px;
    padding: 0px 20px;
    text-align: center;
}

.notification-main-dv .notification-title .title-btn a.yellow-b.deleteAllNotification {
    margin-top: 0px;
}

.notification-title .title-btn .search-dv {
    margin-top: -2px;
}

.deleteAllNotification.mrg-tp {
    margin-top: 0px !important;
}

ul.notification-pg {
    margin: 0 0px;
    padding: 0 0px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
    list-style: none;
    width: 100%;
}

ul.notification-pg li {
    padding: 0px;
    color: #262D33;
    float: left;
    width: 100%;
}

ul.notification-pg li:hover {
    background: rgba(141, 145, 150, 0.1);
    ;
}

ul.notification-pg li.unread {
    background-color: #fffcf2;
    /* background-color: rgba(141, 145, 150, 0.2); */
    /* background: #e9f2f9; */
}

.unread {
    background-color: #fffcf2;
}

ul.notification-pg li:last-child .noti-row-dv {
    border-bottom: none;
}

.noti-row-dv {
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    float: left;
    padding: 10px 10px 10px 10px;
}

.select-noti-row {
    float: left;
    width: 33px;
    margin-right: 10px;
}

.noti-row-dv .noti-img {
    position: relative;
    float: left;
    margin-right: 5px;
}

ul.notification-pg li img {
    height: 45px;
    width: 45px;
    float: left;
    border-radius: 100px;
    border: 1px solid #ddd;
}

.notification-pg li .noti-row-dv .noti-img .on-off-msginn {
    position: absolute;
    right: -12px;
    top: 15px;
}

ul.notification-pg li .noti-des {
    width: 46%;
    float: left;
    padding: 0px 10px;
}

ul.notification-pg li .noti-des a h3 {
    padding: 0px;
    margin: 0;
    line-height: normal;
    margin-top: 7px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #262D33;
    font-size: 13px;
}

ul.notification-pg li .noti-des span {
    width: 100%;
    float: left;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: var(--main-brand-color);
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 0px;
}

ul.notification-pg li .noti-des p {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

ul.notification-pg li .del-mark {
    width: 14%;
    float: right;
    padding: 0px 0px;
}

ul.notification-pg li .manage-bidder-btn.noti-share {
    border: 1px solid var(--main-brand-color);
    padding: 5px 10px;
    margin-top: 5px;
    float: left;
    font-size: 12px;
    border-radius: 200px;
    line-height: 16px;
    outline: none;
}

.noti-row-dv .del-mark span {
    float: left;
    width: 100%;
    padding-top: 0px;
    text-align: right;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    color: #262D33;
    font-size: 12px;
    margin-top: 5px;
}

ul.notification-pg li .del-mark a.del-icon {
    font-size: 12px;
    float: right;
    display: inline-block;
    margin-top: 5px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: var(--main-brand-color);
}

ul.notification-pg li .del-mark a.del-icon i {
    font-size: 14px;
    margin-right: 3px;
}

ul.notification-pg li .form-group {
    position: relative;
    margin-top: 10px;
}

ul.notification-pg li .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    position: relative;
}

ul.notification-pg li .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: solid 1px var(--main-brand-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

ul.notification-pg li .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid var(--main-brand-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.personal-profile .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.personal-profile .form-group label {
    position: relative;
    cursor: pointer;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    color: #262D33;
    font-size: 13px;
    padding-top: 5px;
    font-weight: normal;
}

.box-width-pro {
    width: 70%;
    float: none;
    margin: 0 auto;
}

#form-login .group label {
    display: none;
}

#emailExistKrank .modal-body {
    position: relative;
    padding: 5px 25px 20px 25px;
}

.personal-profile .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--main-brand-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 0px;
}

.personal-profile .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid var(--main-brand-color);
    border-width: 0 2px 3px 0;
    transform: rotate(45deg);
}

.aviationcheckbox {
    width: 28%;
    margin: 10px;
    display: inline-block;
}

#agreementButton2 .form-group input,
#agreementButton1 .form-group input,
#agreementButton3 .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

#agreementButton2 .form-group label,
#agreementButton1 .form-group label,
#agreementButton3 .form-group label {
    position: relative;
    cursor: pointer;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    color: #262D33;
    font-size: 14px;
    padding-top: 5px;
    font-weight: normal;
}

#agreementButton2 .form-group label:before,
#agreementButton1 .form-group label:before,
#agreementButton3 .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #bbb9b9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
}

#agreementButton2 .form-group input:checked+label:after,
#agreementButton1 .form-group input:checked+label:after,
#agreementButton3 .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #bbb9b9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#agreementButton1 .form-group,
#agreementButton2 .form-group,
#agreementButton3 .form-group {
    margin-top: 20px;
    padding-left: 13px;
    margin-bottom: 0px;
}

.agree-cancel {
    width: auto;
    float: right;
    margin-bottom: 0px;
}

.agree-cancel .agree-btns {
    background: #00d080;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
    min-width: 113px;
    padding: 10px 10px;
    float: left;
    margin-left: 10px;
    text-align: center;
    margin-top: 25px;
    margin-right: 15px;
}

.agree-cancel .cancel-btns {
    background: #eb5d57;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
    min-width: 113px;
    padding: 10px 10px;
    float: left;
    text-align: center;
    margin-top: 25px;
}

.security-hone h1 {
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #262D33;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    margin-top: 50px;
}

.security-panel {
    width: 100%;
    float: left;
    margin: 5% 0;
}

.listing-dv-auc.recommendation-auction {
    margin-top: 35px;
}

.listing-dv-auc.recommendation-auction .aucprice-card .price-tag span {
    font-size: 16px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 31px;
}

.listing-dv-auc.recommendation-auction .aucprice-card .price-tag {
    width: 110px;
    float: left;
    color: #262D33;
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.listing-dv-auc.recommendation-auction .aucprice-card .left-br {
    width: 72px;
    float: left;
    color: #262D33;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 900;
}

.login-resurity-panel {
    width: 100%;
    float: left;
    border: 1px solid #d4d4d4;
}

.login-resurity-panel h1 {
    width: 100%;
    /*background: #F2F4F6;*/
    float: left;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
    padding-left: 15px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #262D33;
    line-height: 55px;
}

.login-resurity-panel .loggin-where {
    width: 100%;
    /*background: #F2F4F6;*/
    float: left;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
    padding-left: 15px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #262D33;
}

.login-resurity-panel .loggin-where h2 {
    float: left;
    margin: 0;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #262D33;
    line-height: 55px
}

.login-resurity-panel .change-div {
    width: 100%;
    float: left;
}

span.main-change {
    text-decoration: none;
    color: inherit;
    padding: 20px 0px 5px 0px;
    float: left;
    width: 100%;
    border-bottom: none;
}

.main-change {
    padding: 16px 0px 0 0px;
    float: left;
    width: 100%;
    border-bottom: none;
    border-bottom: 1px solid #d4d4d4
}

.main-change figure {
    width: 40px;
    float: left;
}

.login-resurity-panel .change-div figure img {
    width: 25px;
    float: left;
    margin-top: 6px;
}

.login-des {
    width: 80%;
    float: left;
}

.login-des h2 {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #262D33;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}

.login-des p {
    display: block;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #262D33;
    letter-spacing: 0.01em;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
    font-style: normal;
    white-space: normal;
}

.login-des p span {
    color: #00d080;
    font-weight: 700;
    padding-left: 5px;
}

a.edit-btn {
    background: var(--main-brand-color);
    padding: 0px 15px !important;
    border-radius: 3px;
    margin-top: -3px;
    font-size: 13px;
    color: #fff;
    float: right;
    width: 80px;
    text-align: center;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    height: 40px;
    line-height: 39px;
    border-radius: 36px;
}

#history_vm {
    background: var(--main-brand-color);
    padding: 0px 15px !important;
    border-radius: 3px;
    margin: 20px 0px;
    font-size: 13px;
    color: #fff;
    width: 120px;
    text-align: center;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    height: 40px;
    line-height: 39px;
    border-radius: 36px;
    border: none;
    outline: none;
}

.login-panel-hsp {
    width: 54%;
    margin: 50px auto 50px auto;
    display: none;
}

.login-panel-hsp .form-horizontal .form-group .control-label,
.form-horizontal .form-group:hover .control-label {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #343b45;
    text-align: right;
}

.login-panel-hsp .form-horizontal .form-group {
    border-bottom: none;
    padding-top: 19px;
    padding-bottom: 19px;
    margin-bottom: 0;
}

.login-panel-hsp .form-horizontal .form-group:last-child {
    border-top: 1px solid #d4d4d4;
    padding-top: 19px;
    padding-bottom: 19px;
    margin-bottom: 0;
}

.login-panel-hsp .form-horizontal .form-group button {
    background: var(--main-brand-color);
    padding: 10px 30px !important;
    border-radius: 36px;
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
}

.tool-icon {
    float: right;
    font-size: 18px;
    color: #2e2e2e;
    padding: 10px;
    margin-top: -3px;
}

a.see-all-login {
    float: left;
    font-size: 13px;
    padding-bottom: 15px;
    color: var(--main-brand-color);
    text-decoration: none;
}

a.logout-session {
    float: right;
    font-size: 13px;
    padding-bottom: 15px;
    color: var(--main-brand-color);
    text-decoration: none;
}

#content {
    display: none;
}

a.popover-las {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #343b45;
    padding: 5px 20px !important;
    width: 100%;
    float: left;
}

a.popover-las:hover {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    background: var(--main-brand-color);
    padding: 5px 20px !important;
}

.popover {
    width: 350px;
    border-radius: 10px !important;
}

.popover textarea.form-control {
    height: auto;
    resize: none;
    margin-bottom: 10px;
}

.popover .btn-primary,
.popover .btn-primary:hover,
.popover .btn-primary:focus {
    color: #fff;
    background-color: var(--main-brand-color);
    border-color: var(--main-brand-color);
    outline: none;
    border-radius: 100px;
    padding: 5px 20px;
}

.popover .close {
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-top: -3px;
    margin-right: -6px;
}

.tab-content .alert p a {
    color: var(--main-brand-color)
}

.listing-user-info a h4 {
    font-weight: 900;
}

a.edit-btn-loggin,
button.edit-btn-loggin {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: var(--main-brand-color);
    padding: 0px 15px !important;
    border-radius: 36px;
    margin: 8px 10px 0 0;
    color: #fff;
    float: right;
    margin-right: 15px;
    border: none;
    height: 40px;
    outline: none;
}

a.single-logout,
button.single-logout {
    float: right;
    padding: 10px 0;
    font-size: 13px;
    color: #343b45;
    background: none;
    border: none;
    line-height: 12px;
    margin-top: -2px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    outline: none;
}

button.single-logout i {
    font-size: 14px;
}

.change-div .accept-rejct {
    height: 44px;
    line-height: 42px;
    font-weight: 700 !important;
    font-size: 13px;
    padding: 0 15px;
}

a.single-logout:hover,
button.single-logout:hover {
    color: var(--main-brand-color);
}

#pwd_form .col-md-12 button {
    background: var(--main-brand-color);
    padding: 0px 15px !important;
    border-radius: 3px;
    margin-top: 1px;
    font-size: 13px;
    color: #fff;
    width: auto;
    text-align: center;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    height: 40px;
    line-height: 38px;
    border-radius: 36px;
    border-color: var(--main-brand-color);
    outline: none;
    margin: 50px 0;
}

.login-panel-hsp .form-group {
    margin-bottom: 20px;
}

.login-panel-hsp .form-group.alert-danger {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.showpanel {
    display: none;
}

.martp-forty {
    top: 53px !important;
}

.main-change .left-imge {
    width: 100% !important;
    float: left;
    padding: 10px 20px 20px 10px !important;
    border-bottom: none !important;
    height: auto;
    margin: 0px;
    box-shadow: none;
}

.main-change .circle-lft {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 30px !important;
    height: 30px !important;
    border-radius: 0px !important;
    position: relative;
    float: left;
}

.main-change .line-top {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 520px;
    height: 8px;
    position: relative;
    display: block;
    margin-left: 10px;
    margin-top: 6px;
}

.main-change .line-bottom {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 430px;
    height: 6px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.main-change.prhis-div a.edit-btn-loggin {
    margin: 5px 0px 0 0
}

.main-change .login-des span .tooltip {
    z-index: 709 !important;
}

#pwd_form .form-group .form-control {
    height: 52px;
}

.security-panel.login-resurity-panel.box-card {
    padding: 0px;
}

.yellow-b.rAll i,
.yellow-b.deleteAllNotification i {
    margin-right: 5px;
    ;
}

.drop-select {
    width: 200px;
    float: left;
}

.drop-select .select2-container {
    width: 100%;
}

.search-dv {
    width: 230px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

.search-dv input {
    width: 180px;
    float: left;
    height: 44px;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #262D33;
    border-radius: 8px 0 0 8px;
    padding: 0 15px;
    border-right: none;
}

.search-dv button {
    height: 44px;
    padding: 0 15px;
    border: none;
    font-size: 20px;
    color: #fff;
    border-radius: 0 8px 8px 0;
    float: left;
}

.connection-main-dv {
    width: 100%;
    float: left;
    margin-top: -15px;
}

.connection-main-dv p.m-t-15 {
    font-size: 14px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #262D33;
    margin-top: 15px;
    padding-left: 15px;
}

.connection-main-dv p.m-t-15 a {
    color: var(--main-brand-color);
}

.position-relative {
    position: relative;
}

.flex-cs {
    display: flex;
    align-items: center;
}

.b-grey {
    border-color: rgba(221, 222, 223, 0.9);
}

.b-b {
    border-bottom-width: 1px !important;
}

.call-dv-con a {
    margin-left: 15px;
}

.call-dv-con a i {
    margin-right: 5px;
    font-size: 16px;
}

.user-remove {
    display: inline-block;
    font-family: 'GSB', Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    color: #262D33;
    margin-right: 0px;
    border: 1px solid var(--main-brand-color);
    border-radius: 100px;
    text-align: center;
    padding: 7px 20px;
    box-shadow: none;
}

.user-remove:hover,
.user-remove:focus,
.user-remove.active {
    color: #fff;
    border: 1px solid var(--main-brand-color);
    background: var(--main-brand-color);
}

.aq-user-card .network-dv .fs-user-avatar img {
    border-radius: 0;
    border: 1px solid #ddd;
}

.on-off-conection {
    border-radius: 200px;
    position: absolute;
    left: 58px;
    top: 19px;
    text-align: center;
    z-index: 22;
    width: 15px;
    height: 15px;
}

.gray-st {
    background: #b0b0b0;
    width: 12px;
    height: 12px;
    border-radius: 200px;
    border: 2px solid #fff;
    float: left;
    margin-top: 3px;
    margin-right: 6px;
}

.thumbnail-wrapper.d48 {
    width: 48px;
    height: 48px;
}

.aq-user-card .fs-user-avatar {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.aq-user-card .fs-user-avatar img {
    border-radius: 100%;
}

.thumbnail-wrapper.circular {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.thumbnail-wrapper {
    background: #fff;
}

.thumbnail-wrapper>* {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}

.user-info.conect-name {
    margin-left: 20px;
}

#main-content .user-info.conect-name {
    margin-top: 8px;
}

.min-hght .aq-conn-div.aq-user-card .user-info,
#dealersTab .user-info {
    margin-left: 15px !important;
    position: relative;
}

.user-info.conect-name h3 {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    line-height: 17px;
    float: left;
    max-width: 100%;
    clear: both;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;
    font-weight: 700;
}

.user-info.conect-name .com-con {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    line-height: 17px;
    float: left;
    max-width: 100%;
    clear: both;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: var(--main-brand-color);
}

.user-info.conect-name .location-cont {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    line-height: 17px;
    float: left;
    max-width: 100%;
    clear: both;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;
}

.aq-user-card .b-grey .col-md-7 .user-info h3 a {
    float: left;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'GSB', Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
}

.ver-num {
    width: 20px !important;
    height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: -1px;
}

.ver-num img {
    width: 70%;
    border: none !important;
}

.private-lock {
    float: right;
    font-size: 12px;
    margin-top: 15px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;
    position: absolute;
}

.private-lock img {
    width: 13px;
    margin-top: -4px;
}

.aq-user-card .flex-cs .col-md-7 .user-info span {
    width: 170px;
}

.thumbnail-wrapper.d48 {
    width: 48px;
    height: 48px;
}

.comp-img-con {
    float: right;
    margin-right: 10px;
    margin-left: 25px;
    border: 1px solid rgba(221, 222, 223, 0.9);
}

.drop-select .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 40px;
}

.drop-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
    color: #262D33 !important;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    line-height: 40px;
}

.drop-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 4px;
    width: 20px;
}

.drop-select .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 12px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Connect-emp {
    float: left;
    width: auto;
    font-size: 13px !important;
    color: #262D33 !important;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    border-radius: 100px;
    border: solid 1px rgba(141, 145, 150, 0.22);
    padding: 7px 22px;
}

.Connect-emp:hover {
    float: left;
    width: auto;
    font-size: 13px !important;
    color: #fff !important;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    border-radius: 100px;
    border: 1px solid var(--main-brand-color);
    background: var(--main-brand-color);
    /* padding: 7px 22px; */
}

.call-dv-con .not-allowed {
    border-radius: 100px;
    border: 1px solid var(--main-brand-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    /* color: #262D33 !important; */
    font-size: 13px !important;
}

.Connect-emp,
.Connect-emp:hover,
.Connect-emp:focus {
    display: inline-block;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: var(--main-brand-color);
    margin-right: 0px;
    border: 1px solid var(--main-brand-color);
    margin-left: 15px;
}

.as-guest {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.as-guest h1 {
    font-family: 'Poppins-bold', sans-serif;
    font-size: 24px;
    color: #262D33;
    width: 100%;
    float: left;
    line-height: 30px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.as-guest p {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #262D33;
    width: 100%;
    float: left;
    line-height: 15px;
    margin-top: 0px;
    margin: 4px 0 15px 0;
    padding: 0px;
    font-weight: 500;
}

.guest-form {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}

.guest-form input {
    color: #262D33;
    font-size: 14px;
    float: left;
    border: none;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: none;
    outline: none;
    padding: 0px 15px;
    box-shadow: none;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
}

.guest-form textarea {
    color: #262D33;
    font-size: 14px;
    float: left;
    border: none;
    width: 100%;
    height: 90px;
    line-height: 16px;
    background: none;
    outline: none;
    padding: 15px 15px;
    box-shadow: none;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    resize: none;
}

.guest-form button {
    font-family: 'Poppins-Bold', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin: 5px 0px 35px 0;
    background: var(--main-brand-color) !important;
    width: auto;
    padding: 10px 18px;
    float: right;
    border-radius: 44px;
    box-shadow: none;
    border: none;
    line-height: normal;
    min-width: 150px;
    border: none;
    box-shadow: none;
}

.as-exguest a {
    width: 100%;
    float: left;
}

button.member-exiting {
    font-family: 'Poppins-Bold', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin: 5px 0px 35px 0;
    background: var(--main-brand-color) !important;
    width: auto;
    padding: 10px 18px;
    float: right;
    border-radius: 44px;
    box-shadow: none;
    border: none;
    line-height: normal;
    min-width: 100%;
    border: none;
    box-shadow: none;
}

.guest-form span {
    color: #FF0000;
    position: absolute;
    left: -15px;
    top: 15px;
    font-size: 16px;
}

#send-eq .modal-dialog {
    width: 45%;
    margin: 30px auto;
}

#send-eq .modal-header {
    padding: 25px 25px 0 0;
    border-bottom: none;
}

.as-exguest {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.as-exguest h1 {
    font-family: 'Poppins-bold', sans-serif;
    font-size: 24px;
    color: #262D33;
    width: 100%;
    float: left;
    line-height: 30px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.as-exguest h1 span {
    font-family: 'Poppins-bold', sans-serif;
    font-size: 14px;
    color: var(--main-brand-color);
}

.as-exguest p {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #262D33;
    width: 100%;
    float: left;
    line-height: 15px;
    margin-top: 0px;
    margin: 4px 0 15px 0;
    padding: 0px;
    font-weight: 500;
}

.as-exguest.mrg-tp-btm {
    margin-top: 40px;
}

#send-eq .modal-header .close {
    margin-top: -20px;
    font-size: 26px;
    opacity: 1;
    margin-right: -12px;
}

.m-r-30.xs-m-r-0.flex-cs.call-dv-con {
    font-size: 13px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.connection-main-dv .aq-conn-div.aq-user-card {
    padding: 20px 10px 20px 10px !important;
    border-bottom: solid 1px rgba(141, 145, 150, 0.22);
}

.personal-profile p.err-msg {
    position: static;
}

.article-new-nav {
    width: 100%;
    float: left;
    margin-top: 50px;
    padding: 0px 0 0px 0;
}

.box-card {
    border-radius: 18px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    background: #fff;
}

.article-new-nav .menu-items {
    display: block;
    position: relative;
    margin: 0px auto;
    z-index: 1;
    padding: 9px 20px 0 10px;
    text-align: left;
    width: 100%;
    min-height: 58px;
}

.article-new-nav .menu-items li {
    padding: 10px 0px;
    display: inline-block;
}

.article-new-nav .menu-items li:hover,
.article-new-nav .menu-items li.active {
    border-bottom: solid 5px var(--main-brand-color);
}

.article-new-nav .menu-items li a {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #343b45;
    border-right: solid 1px #dddedf;
    padding: 5px 10px;
    font-size: 12.5px;
}

.article-new-nav .menu-items li.active a {
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    color: #343b45;
    font-size: 12.5px;
}

.article-new-nav .menu-items li:last-child {
    border-right: none;
}

.private-vert {
    width: 20px;
    position: absolute;
    height: 91px;
    background: var(--main-brand-color);
    left: -10px;
    writing-mode: vertical-rl;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
    top: -20px;
}

.zoom-dv {
    margin: 50px 0;
    width: 100%;
    float: left;
}

#schedule_meeting .modal-footer {
    padding: 15px 15px 35px 15px;
    text-align: center;
    border-top: none;
    margin: -5px 0px 20px 0;
}

.schedule_meeting .modal-footer button,
.schedule_meeting .modal-footer button:hover,
.schedule_meeting .modal-footer button:focus {
    border: 1px solid #d7d7d7;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 100px;
    padding: 10px 30px;
    outline: none;
    background: none;
}

#zoom_schedule_meeting .form-group input,
#zoom_schedule_meeting .form-group input:focus,
.schedule_meeting .form-group input,
.schedule_meeting .form-group input:focus {
    height: 44px;
    line-height: 44px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;
    border-radius: 10px;
    box-shadow: none;
}

#zoom_schedule_meeting .form-group input:focus,
#zoom_schedule_meeting .form-group textarea:focus,
.schedule_meeting .form-group textarea:focus {
    border-color: var(--main-brand-color);
}

#zoom_schedule_meeting .form-group input,
#zoom_schedule_meeting .form-group textarea,
.schedule_meeting .form-group textarea {
    border: solid 1px rgba(141, 145, 150, 0.22);
}

#schedule_meeting .select2-container--default .select2-selection--single,
.schedule_meeting .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: solid 1px rgba(141, 145, 150, 0.22);
    border-radius: 10px;
    height: 44px;
}

#schedule_meeting .select2-container--default .select2-selection--single .select2-selection__rendered,
.schedule_meeting .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;
    line-height: 44px;
}

#schedule_meeting .select2-container--default .select2-selection--single .select2-selection__arrow,
.schedule_meeting .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 20px;
}

#schedule_meeting .select2-container,
.schedule_meeting .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

#zoom_schedule_meeting .selectator_input {
    border: none !important;
}

#schedule_meeting .modal-body {
    box-shadow: none;
    padding: 25px;
    padding-top: 0;
    white-space: normal;
}

#zoom_schedule_meeting .form-group textarea:focus {
    box-shadow: none;
}

#zoom_schedule_meeting .form-group textarea {
    resize: none;
}

#schedule_meeting .modal-header {
    padding: 25px 25px 0 25px;
    border-bottom: none;
}

.main-user-sch .main-usr-tp {
    width: 22% !important;
    float: left;
}

.main-user-sch .user-descrip {
    width: 78% !important;
    float: left;
    padding: 0px 15px;
}

.main-usr-btm .days-dv {
    width: 22% !important;
    float: left;
    text-align: center;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.main-usr-btm .time-icon {
    width: 78% !important;
    float: left;
    padding: 0px 15px;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    color: #262D33;
    font-weight: normal;
    font-size: 13px;
}

.upcoming-tabs .nav-pills>li.active>a,
.upcoming-tabs .nav-pills>li.active>a:hover,
.upcoming-tabs .nav-pills>li.active>a:focus {
    color: var(--main-brand-color) !important;
    background-color: transparent;
    border-bottom: 5px solid var(--main-brand-color) !important;
}

.zoom-call-detail h2 {
    color: var(--main-brand-color) !important;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 30px;
}

.participate-dv h1 {
    color: var(--main-brand-color) !important;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 30px;
    margin-bottom: 15px;
}

.description-dv h1 {
    color: var(--main-brand-color) !important;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 30px;
}

.zoom-dv .nav>li>a:focus,
.zoom-dv .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.btn-animated {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.btn-animated>span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.crequest.ccq span:first-child {
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.crequest span:last-child {
    display: block;
    position: absolute;
    top: 80px;
    left: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-animated:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* MY NETWORK PAGE */

.new-use-ic {
    list-style: none;
    width: auto;
    float: right;
    padding: 0px;
    margin: 0px;
}

.new-use-ic li {
    display: inline-block;
    margin-left: 5px;
}

.thumbnail-wrapper.d22 {
    width: 30px;
    height: 30px;
}

.ovel-style {
    border-radius: 20px;
    padding: 0px 4px;
    background: var(--main-brand-color) !important;
    text-align: center;
    font-size: 12px !important;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: var(--main-brand-text-color);
}

.ovel-style span {
    line-height: 28px !important;
    font-weight: 600;
}

.remove-new a i {
    margin-right: 5px;
    font-size: 14px;
}

.remove-new a {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262D33;
    line-height: 20px;
    font-weight: 700;
}

#form-login .p-r-20.inline.font-semibold.fs-12 {
    padding-right: 20px;
    float: left;
}

.remove-new a.font-light.text-master.xs-m-l-0 {
    display: block;
}

.remove-new a.removal-net {
    display: block;
    margin-top: 5px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent !important;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    color: #262D33;
    font-size: 14px;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #262D33;
    font-size: 12px;
    font-weight: normal;
}

.select2-dropdown {
    background-color: white;
    border: transparent !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    border-radius: 5px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #D9DADB !important;
    outline: none;
    box-shadow: none;
}

#modalSlideUpSmallMyBids .modal-dialog {
    width: 53%;
}

#viewDocumentsModal .modal-content,
#modalSlideUpSmallMyBids .modal-content,
#dayAuctionBidderModal .modal-content {
    border-radius: 18px;
    padding: 0px !important;
}

#modalSlideUpSmall button.close,
#modalSlideUpSmallMyBids button.close,
#dayAuctionRegisteredModal button.close {
    opacity: .5;
}

#modalSlideUpSmall button.close>i,
#modalSlideUpSmallMyBids button.close>i,
#dayAuctionRegisteredModal button.close>i {
    color: #000;
    font-size: 21px !important;
}

.table-wrapper-scroll-y {
    display: block;
    max-height: 380px;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

table.view-list thead {
    border: 1px solid #e7e7e7;
    text-align: center;
}

table.view-list thead tr th {
    background: #f7f7f8;
    border-bottom: 1px solid #e7e7e7;
    font-size: 11px;
    padding: 20px 0 !important;
    font-family: 'Roboto', sans-serif !important;
    color: #343b45;
    text-align: center;
}

.table thead tr th:first-child {
    padding-left: 10px !important;
}

table.view-list tbody tr {
    border: 1px solid #e7e7e7;
}

table.view-list>tbody>tr:nth-child(odd)>td,
table.view-list>tbody>tr:nth-child(odd)>th {
    background-color: #f3f4f6;
    border: 1px solid #dddddd;
}

table.view-list thead tr th {
    font-size: 14px;
    font-weight: 700;
    font-family: 'roboto', arial;
}

table.view-list tbody tr td {
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    font-family: 'roboto', arial;
}

.excel-bidders {
    background: transparent;
    border-radius: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    color: var(--main-brand-color);
    ;
    padding: 0px 20px;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid var(--main-brand-color);
    margin-left: 10px;
}

.excel-bidders img {
    width: 17px;
    float: left;
    margin-top: 9px;
    margin-right: 6px;
}

#modalSlideUpSmallMyBids .modal-header {
    padding: 0px;
    border-bottom: none;
}

#modalSlideUpSmallMyBids .modal-header .close {
    margin-top: 9px;
    margin-right: 10px;
}

#modalSlideUpSmallMyBids .modal-body {
    position: relative;
    padding: 0 25px 25px 25px;
}

.home-heading {
    margin: 40px auto 0px;
    width: 100%;
    font-weight: 600 !important;
    float: left;
}

.home-heading h2 {
    margin-bottom: 5px;
    padding-bottom: 0px;
    position: relative;
    font-size: 34px;
    line-height: 46px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 38px !important;
    color: #262D33;
}

.home-heading p {
    display: block;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
    font-style: normal;
    white-space: normal;
    font-family: 'roboto', sans-serif;
}

.login-container {
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 18px;
    border-radius: 18px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    background: #fff;
}

.login-container .font-semibold {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

.login-container .input-group-addon,
.login-container .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: top !important;
}

.login-content #form-login button {
    height: 36px;
    border-radius: 36px;
    align-items: center;
    padding: 9px 18px;
    text-align: center !important;
    /* padding-bottom: 0px !important; */
    width: 100%;
    font-weight: 400;
    line-height: normal;
    font-size: 12px;
    background: var(--main-brand-color);
    border-color: var(--main-brand-color);
}

.login-content .text-master {
    color: var(--main-brand-color) !important;
}

.login-content #form-logins .input-group {
    background: #fff !important;
    color: #8f9399;
    position: relative;
    border-radius: 10px 0 0 10px;
    outline: none;
}


#form-logins input#signupEmailComp {
    flex: 0 0 100%;
    max-width: calc(100% - 155px);
}

#form-logins .form-control {
    background-color: rgba(24, 117, 187, 0.1);
    color: #333;
    position: relative;
    height: 46px;
    border-radius: 10px 0 0 10px;
    line-height: 46px;
    font-size: 14px;
}

#form-logins #signUpBtn{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.login-content #form-logins .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: top !important;
}

.login-content #form-logins #signUpBtn {
    background: var(--main-brand-color);
    border-color: var(--main-brand-color);
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    padding: 0 30px;
}

#signUpInvit .login-content #form-logins #signUpBtn {
    background: var(--main-brand-color);
    border-color: var(--main-brand-color);
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    padding: 0 10px;
    border-radius: 0 10px 10px 0;
    color: #fff;
    min-width: 122px;
}

#registerBtn {
    border: none;
    border-radius: 100px;
    padding: 0 30px;
    line-height: 44px;
    height: 44px;
}

#registerBtn i {
    margin-right: 10px;
}

#registerBtn:hover,
#registerBtn:focus {
    background: var(--main-brand-color);
}

.margn-thirty-s {
    margin-bottom: 30px;
}

.sign-invt-contacts {
    width: 100%;
    background-color: transparent;
    height: 46px;
    padding: 0 15px;
    margin: 0;
    line-height: 46px;
    border: 1px solid #ccc;
    border-radius: 10px 0 0 10px;
    font-size: 12px;
    color: #3a3a3a;
    float: left;
}

.sign-invt {
    width: 50%;
    background-color: transparent;
    height: 46px;
    padding: 0 15px;
    margin: 0;
    line-height: 46px;
    border: 1px solid #ccc;
    border-radius: 10px 0 0 10px;
    font-size: 12px;
    color: #3a3a3a;
    float: left;
}

.sign-invt-sec {
    border-radius: 0;
    width: 50%;
    background-color: rgb(198 198 198 / 10%);
    height: 46px;
    padding: 0 15px;
    margin: 0;
    line-height: 46px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #b0b0b0;
    border-left: none;
    border-right: none;
    float: left;
}

.sign-invt-sec::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b0b0b0;
    opacity: 1;
    /* Firefox */
}

.sign-invt-sec:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b0b0b0;
}

.sign-invt-sec::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b0b0b0;
}

.auc-date.a-pending {
    padding-left: 12px;
}

.auc-date.a-pending .label-left {
    width: 29%;
    float: left;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #262D33;
    margin-bottom: 10px;
}

.auc-date.a-pending .label-des {
    width: 68%;
    float: left;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #262D33;
    margin-bottom: 10px;
}

.auc-date.a-pending .label-des i {
    color: var(--main-brand-color);
}

.auction-new-module {
    position: absolute;
    width: 115px;
    /* height: 115px; */
    left: 10px;
    top: 4%;
    text-align: center;
    z-index: 9;
}

.owl-item .auction-new-module {
    position: absolute;
    width: 115px;
    /* height: 115px; */
    left: 10px;
    top: 22%;
    text-align: center;
    z-index: 9;
}

.auction-new-module img {
    width: 50px !important;
    height: 50px;
    margin-bottom: 6px;
    display: inline-block !important;
}

.hit-enable-dv {
    padding: 10px 5px 5px 5px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px 10px 10px 10px;
}

.auction-new-module h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
    color: #425062;
    font-size: 11px;
    padding: 0;
    margin: 0;
    line-height: 9px;
}

.auction-new-module a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: var(--main-brand-color);
    font-size: 11px;
    display: block;
}

.co-worker-head h2 {
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #262D33;
}


/* audetail popup */

.net-bid .modal-content {
    border: 1px solid #f2f6f7;
    border-radius: 18px;
    box-shadow: none;
    margin-top: 10%;
    width: 85%;
    margin: 3% auto;
}

.net-bid .custom-tab {
    /*
    display: inline-block;
    width: auto;
    margin-right: 37px;
    float: right;
    position: absolute;
    left: -47px;
    top: -114px;
    z-index: -2;
*/
    display: inline-block;
    width: 100%;
    margin-right: 0;
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: 0;
    padding-left: 20px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.04);
    text-align: left !important;
}

.custom-tab>li>a {
    border-radius: 0;
    background: none;
    color: #343b45;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: none;
    padding: 20px 20px 20px 14px;
    border: none;
}

.custom-tab>li>a:hover,
.custom-tab>li>a:focus,
.custom-tab>li>a:active {
    background: none;
    border: none;
    color: inherit;
}

.net-main #modal-tab {
    padding: 15px 25px 45px 25px !important;
}

.nav-tabs.custom-tab>li.active>a,
.nav-tabs.custom-tab>li.active>a:hover,
.nav-tabs.custom-tab>li.active>a:focus {
    /*
       border-color: transparent;
    color: inherit;
    background-color: transparent;
    border:none;
*/
    border-color: transparent;
    color: inherit;
    background-color: transparent;
    border: none;
    border-bottom: 5px solid var(--main-brand-color);
}

.custom-tab>li {
    /*
    display: inline-block;
    float: none;
    background: #E3E3E3;
    color: #343b45;
    line-height: 24px;
 padding: 5px 11px 25px 11px;
    margin-right: 3px;
    border-radius: 18px 18px 0 0;
    box-shadow: 0px 0px 15px #909090;
*/
    display: inline-block;
    float: none;
    background: none;
    color: #343b45;
    line-height: 24px;
    /* padding: 5px 11px 25px 11px; */
    margin-right: 3px;
    border-radius: 0;
}

.custom-tab>li:hover,
.custom-tab>li:focus,
.custom-tab>li.active {
    /*
    background:#1578FC;
    color:#fff;
*/
    background: none;
    color: var(--main-brand-color);
    box-shadow: none;
}

.custom-tab ul h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #425062;
}

.custom-tab ul h3 span {
    font-size: 20px;
    color: #1578fc;
    font-weight: 500;
}


/*.custom-tab .nav-tabs > li.active > a {
   background-color:#1578fc;
    color:#FFF !important;
     font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor:pointer;

}
*/

.custom-tab {
    margin-top: 14px;
}

.net-main {
    position: relative;
}

.net-main button.close.cross-seller,
.net-main button.close.cross-seller:hover,
.net-main button.close.cross-seller:focus {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #000;
    font-size: 30px;
    margin-right: 14px;
    margin-top: -60px;
    opacity: .5;
    font-weight: normal;
}

.net-main h1.dynamic-head {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    color: #262D33;
    font-size: 18px;
    float: left;
    padding-left: 34px;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 20px;
    width: 100%;
}

.net-main {
    position: relative;
}

.net-bid-header {
    /* font-family: 'Roboto', sans-serif;
   font-size: 12.5px;
   color: #343b45;
   width: 40%;
   float: left;
       padding-left: 40px;
   margin-top: 70px;
   margin-bottom: 30px; */
    font-family: 'Roboto', sans-serif;
    font-size: 12.5px;
    color: #343b45;
    min-width: 33%;
    float: left;
    padding-left: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    right: 0;
    bottom: -91px;
    padding-right: 60px;
    max-width: 51%;
}

.net-bid-header span {
    font-size: 14px;
    color: red;
    font-weight: 700;
}

.net-main #modal-tab {
    padding: 15px 25px 45px 25px !important;
    float: left;
    margin-top: 7%;
}

.tab-content>.active {
    display: block;
}

.net-bid .auctionTCTemplate {
    overflow: hidden;
    height: 416px;
    padding: 25px 20px;
    box-shadow: 0 0 15px #e7e7e7;
    border-radius: 20px;
}

#agreementButton3 .form-group label p {
    display: inherit;
}

.sellerSign {
    /* background: #eff9ff; */
    padding: 15px;
    height: 416px !important;
    overflow-y: scroll !important;
}

.auctionTCTemplate {
    position: relative;
    height: 400px;
    overflow: auto !important;
    width: 100%;
    /* border-bottom: solid 1px rgba(141, 145, 150, 0.3); */
    border-bottom: none;
}

.aq-bid-modal .modal-dialog {
    width: 65%;
}

#viewDocumentsModal .modal-content,
#modalSlideUpSmallMyBids .modal-content,
#dayAuctionBidderModal .modal-content {
    border-radius: 18px;
    padding: 0px !important;
}

#viewDocumentsModal .modal-header {
    text-align: center;
    border-bottom: 0;
    font-weight: 300;
    padding: 25px 25px 0 25px;
    width: auto;
    position: absolute;
    right: 0px;
    z-index: 9999;
}

#viewDocumentsModal .modal-header {
    text-align: center;
    border-bottom: 0;
    font-weight: 300;
    padding: 25px 25px 0 25px;
    width: auto;
    position: absolute;
    right: 0px;
    z-index: 9999;
}

.all-cross .custom-modal .close {
    float: right;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    z-index: 999;
    opacity: .5;
    font-size: 21px;
}

#viewDocumentsModal .modal-body {
    box-shadow: none;
    padding: 25px 0px 25px 0px;
    padding-top: 0;
    white-space: normal;
    clear: both !important;
    display: table-cell;
    padding-bottom: 50px !important;
}

h1.dynamic-head {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    color: #343b45;
    font-size: 18px;
    float: left;
    padding-left: 34px;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 20px;
}

#viewDocumentsModal ul {
    width: 100%;
    float: left;
    padding-left: 20px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.04);
    margin-top: 8px;
    padding-bottom: 1px;
}

#viewDocumentsModal .nav-pills li {
    width: auto;
    border-radius: 0;
    float: left;
    display: inline-block;
    margin-right: 0px;
}

#viewDocumentsModal .nav-pills li.active {
    line-height: 24px;
    /* padding: 6px 11px; */
    background: none;
    margin-right: 0px;
    color: #fff;
}

#viewDocumentsModal .nav-pills>li.active>a,
#viewDocumentsModal .nav-pills>li.active>a:hover,
#viewDocumentsModal .nav-pills>li.active>a:focus {
    border-color: none;
    color: var(--main-brand-color);
    background-color: none;
    box-shadow: none;
    border-bottom: 5px solid var(--main-brand-color);
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0px 10px 20px 10px;
}

#viewDocumentsModal .nav-pills li>a {
    margin: 0;
    border-radius: 0;
    text-align: center;
    font-weight: 600;
    float: left;
    padding: 0px 10px;
    background: none;
    color: #343b45;
    box-shadow: none;
    border-bottom: 2px solid #fff;
}

#viewDocumentsModal .eight-per .ak-tab-content {
    max-height: 450px;
    overflow: scroll;
    overflow-x: hidden;
    float: left;
    margin: 30px 25px 0px 25px;
    padding: 20px 20px 30px 20px;
    width: 95%;
    box-shadow: 0 0 15px #e7e7e7;
    border-radius: 20px;
}

.templateContent .templateBody {
    padding: 30px 90px;
    box-shadow: none !important;
}

#win_msg,
#lose_msg,
#unsold_msg {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.avilble-dv {
    margin-top: -20px !important;
}

#selDocPdfDiv {
    float: right;
    margin-top: 20px;
}

#selDocPdf,
#purDocPdf,
.auctionDetailSellerPDFDiv {
    float: right;
    margin-top: 40px;
    font-size: 12px;
    margin-right: 35px;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 6px 26px;
}

#selDocPdf img,
#purDocPdf img,
.auctionDetailSellerPDFDiv img {
    width: 20px;
}

.templateContent {
    position: relative;
    width: 100%;
    min-width: 768px;
    border: solid 1px #eaeaea;
    box-shadow: 0px 0px 4px rgba(141, 145, 150, 0.2);
    padding: 20px auto;
    clear: both;
    border-radius: 18px;
}

#auctionPurchaseTemplate {
    height: 400px;
    padding: 20px;
}

.net-bid .templateContent {
    width: 100% !important;
}

.template-head-new {
    width: 100%;
    float: left;
    padding: 70px;
}

.logo-template {
    width: 70px;
    height: 70px;
    float: left;
}

.logo-template img {
    width: 70px;
    border: 1px solid #eaeaea;
}

.company-main-dv {
    width: 75%;
    float: left;
    padding-left: 20px;
}

.company-main-dv h2 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 700;
    color: #343b45;
    font-size: 23px;
    width: 100%;
    float: left;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-main-dv h3 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 500;
    color: var(--main-brand-color);
    font-size: 15px;
    width: 100%;
    float: left;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.us-main-dv {
    width: auto;
    float: right;
}

.us-main-dv h2 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 700;
    color: #343b45;
    font-size: 18px;
    width: auto;
    display: block;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.us-main-dv h3 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 500 !important;
    color: #343b45 !important;
    font-size: 13px !important;
    width: auto !important;
    display: block !important;
    margin-top: 5px !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.net-bid .templateContent .templateBody {
    padding: 30px 84px !important;
    box-shadow: none !important;
    float: left;
    width: 100%;
}

.templateContent .templateBody .userSignature {
    float: left;
    width: 100%;
}

.new-temp h3 {
    text-align: left;
}

.templateBody p {
    font-weight: normal;
    font-size: 14px;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.userSignature h3,
.userSignature p {
    font-weight: 700;
}

.templateContent {
    position: relative;
    width: 100%;
    /* border: solid 1px rgba(141, 145, 150, 0.3); */
    border: transparent;
    /* box-shadow: 0px 0px 3px rgba(141, 145, 150, 0.2); */
    box-shadow: none;
    padding: 20px auto;
    clear: both;
    border-radius: 18px;
    margin-top: 0px;
    float: left;
}

.form-country--select .select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
}

.form-country--select .select2-container .select2-selection--single {
    height: 52px !important;
}

.form-country--select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.form-country--select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.form-country--select .select2-container--default .select2-selection--single {
    border-radius: 10px;
}

@media (min-width: 992px) {
    .net-bid .modal-lg {
        width: 75% !important;
    }
}


/*------scroll bar -------*/

.style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: red;
}

.style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: var(--main-brand-color);
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: #fff;
}

.style-3 {
    overflow-y: scroll;
    scrollbar-color: var(--main-brand-color) #fff;
    scrollbar-width: thin;
}

#modalTermsofUse .home-heading,
#modalPrivacy .home-heading,
#modalCookies .home-heading {
    margin: 0px auto 0px;
    width: 100%;
    font-weight: 600 !important;
    float: left;
}

#modalTermsofUse .home-heading h2,
#modalPrivacy .home-heading h2,
#modalCookies .home-heading h2 {
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
    font-size: 34px;
    line-height: 46px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 38px !important;
    color: #262D33;
    margin-top: 0px;
}

#modalTermsofUse p,
#modalPrivacy p,
#modalCookies p {
    float: left;
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    color: #262D33;
    margin-top: 0px;
}

#modalTermsofUse h3,
#modalPrivacy h3,
#modalCookies h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    font-size: 34px;
    line-height: 46px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px;
    color: #262D33;
    margin-top: 0px;
    float: left;
    width: 100%;
}

ul.terms-list,
ul.terms-list ol,
ul.terms-list-num {
    width: 100%;
    float: left;
    margin-left: 0px;
    padding-left: 10px;
}

ul.terms-list li,
ul.terms-list li ol,
ul.terms-list-num li,
ul.terms-list-num li ol {
    float: left;
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    color: #262D33;
    margin-top: 0px;
    width: 100%;
}


/* pagination */

.status-box textarea.main-updates:focus,
.status-box .main-updates:focus,
.status-box textarea.main-updates,
.status-box .main-updates {
    box-shadow: none;
    resize: none !important;
}

.panel.panel-featured#dt_status {
    width: 68% !important;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}

.nav-tabs-simple li.active a {
    color: var(--main-brand-color) !important;
}

.nav-tabs-simple>li.active a,
.nav-tabs-simple>li.active a:hover,
.nav-tabs-simple>li.active a:focus {
    background-color: transparent;
    border-color: transparent;
}

.nav-tab-status li.active a {
    border-bottom: 3px solid var(--main-brand-color) !important;
}

.nav-tab-status li a:hover {
    background: transparent;
    border-color: transparent;
    border-bottom: 3px solid var(--main-brand-color);
}

.status-box .statusControls .btn-tags {
    border-color: #ddd !important;
}


/* .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: var(--main-brand-color) !important;
    background: none !important;
    border-color: none !important;
} */

.call-dv-con .btn-default:hover,
.call-dv-con .btn-default:focus,
.call-dv-con .btn-default.focus,
.call-dv-con .btn-default:active,
.call-dv-con .btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: var(--main-brand-color) !important;
    background: none !important;
    border-color: var(--main-brand-color) !important;
    border-radius: 100px;
    box-shadow: none;
}

.call-dv-con .btn-default i,
.not-allowed.Connect-emp i {
    margin-right: 10px !important;
}

#main-wall .dropdown-menu>li>a {
    display: block;
    padding: 15px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.status-box .statusControls .check-compNews {
    margin-left: 35px !important;
    color: #8d9196;
}

#tab2Checkin .form-group input {
    display: inline-block !important;
}

#postCheckIn span {
    background: rgb(255 225 11 / 10%) !important;
}

.status-box .statusControls label {
    padding-left: 0px !important;
}

.blue-btn,
.blue-btn:hover,
.blue-btn:focus {
    color: #fff;
    background-color: var(--main-brand-color) !important;
    border-color: var(--main-brand-color) !important;
    height: 40px;
    text-align: center;
    border-radius: 6px;
    padding: 0 15px;
    line-height: 38px;
    outline: none;
}

.status-box .statusControls .cs-select-custom {
    width: 100%;
    min-width: 190px;
    margin-left: 8px;
}

div.cs-skin-border {
    background: transparent;
    height: 40px !important;
    border: solid 1px #e9f2f9;
    background: #f8fbfd;
    border-radius: 6px;
    z-index: 99;
}

.cs-options ul {
    margin: 0px;
    padding: 0px;
    background: #fff;
}

#zoom_connecting .modal-header {
    padding: 15px;
    border-bottom: none;
    display: none;
}

#zoom_connecting .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
    padding-bottom: 50px;
}

.main-uer-dv {
    text-align: center;
    width: 100%;
    float: left;
    margin: 45px 0 70px 0;
}

.user-call {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
}

.user-call img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(155, 155, 155, 0.3), 0 0 0 15px rgba(155, 155, 155, 0.3), 0 0 0 35px rgba(155, 155, 155, 0.3), 0 0 0 45px rgba(155, 155, 155, 0);
    }
    100% {
        box-shadow: 0 0 0 15px rgba(155, 155, 155, 0.3), 0 0 0 35px rgba(155, 155, 155, 0.3), 0 0 0 45px rgba(155, 155, 155, 0), 0 0 0 60px rgba(155, 155, 155, 0);
    }
}

.connect-usr-zm {
    width: 100%;
    float: left;
    padding: 15px;
    text-align: center;
}

.connect-usr-zm span {
    color: var(--main-brand-color);
    font-size: 14px;
    text-align: center;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    font-weight: 600;
}

.connect-usr-zm h1 {
    color: var(--main-brand-color);
    font-size: 20px;
    text-align: center;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 46px;
    font-weight: 700;
}

#zoom_cancel_btn,
#zoom_cancel_btn:hover,
#zoom_cancel_btn:focus,
#zoom_cancel_btn:active {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 45px;
    border: 1px solid #e0dfdf;
    min-width: 140px;
    height: 44px;
    background: #FF617C !important;
    outline: none;
}

#zoom_reject_btn,
#zoom_reject_btn:hover,
#zoom_reject_btn:focus,
#zoom_reject_btn:active {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 45px;
    min-width: 140px;
    height: 44px;
    background: #FF617C !important;
    border: none;
    outline: none;
}

#zoom_accept_btn,
#zoom_accept_btn:hover,
#zoom_accept_btn:focus,
#zoom_accept_btn:active {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 45px;
    min-width: 140px;
    height: 44px;
    background: #00D593 !important;
    border: none;
    outline: none;
}

.cs-skin-border>span::after,
.cs-skin-border .cs-selected span::after {
    font-family: 'fontawesome';
    content: "\f078";
    position: absolute !important;
    right: 16px !important;
}

.marketplace-pagination {
    text-align: center;
    margin-bottom: 50px;
    clear: both;
    width: 100%;
    float: left;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: var(--main-brand-text-color) !important;
    cursor: default;
    background-color: var(--main-brand-color) !important;
    border-color: var(--main-brand-color) !important;
}

.pagination .active a {
    color: var(--main-brand-color);
    background: #fff;
    border-color: #D9DADB;
}

.pagination .active a:hover {
    color: var(--main-brand-color);
}

.pagination .active a:focus {
    color: var(--main-brand-color);
    outline: none;
    background: #fff;
    border-color: #D9DADB;
}

.pagination li a {
    margin-left: 0px;
    color: #262D33;
    padding: 20px 30px;
    margin: 0px 0px;
    background: #fff;
    border: none;
    border-right: 1px solid #D9DADB;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.pagination li a:hover {
    color: var(--main-brand-color);
    background: #fff;
}

.pagination li a:focus {
    outline: none;
    background-color: #fff;
    color: var(--main-brand-color) !important;
    /*color:#707070;*/
}

.pagination li:first-child a {
    border-radius: 10px 0 0 10px;
    margin: 0px;
    padding: 20px 70px;
    color: #262D33;
    outline: none;
    border: none;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-right: 1px solid #D9DADB;
}

.pagination li:first-child a i {
    color: #BCBFC2;
}

.pagination li:last-child a i {
    color: #BCBFC2;
}

.pagination li:last-child a {
    border-radius: 0 10px 10px 0;
    margin: 0px;
    padding: 20px 70px;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #262D33;
    outline: none;
    border: none;
}

.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
    text-decoration: none !important;
    color: var(--main-brand-color);
    background-color: #fff;
}

.pagination li:first-child a:focus,
.pagination li:last-child a:focus {
    outline: none;
    background: #fff;
}

#share-modal .modal-body {
    box-shadow: none;
    padding: 0px;
    padding-top: 0;
    white-space: normal;
}

#share-modal button.close {
    color: #000;
    opacity: .5;
    right: -10px;
    margin-right: -13px !important;
    margin-top: -13px;
}

#share-modal button.close>i {
    color: #000;
    font-size: 25px !important;
}

.shareList img {
    max-width: 50px;
    display: block;
    margin: 10px auto;
    border-radius: 3px;
}

#share-modal .aq-social h4 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 10px 0px 20px 0;
    text-align: center;
    font-size: 22px;
    color: #262D33;
}

#share-modal .modal-dialog.modal-md {
    display: table;
    height: 100%;
}

#share-modal .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#share-modal .modal-content {
    padding: 20px 20px 40px 20px;
}

#krank-share-modal-new .modal-content {
    width: 600px !important;
}

#user_form_panel .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

#share-modal .shareList a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    width: 100%;
    text-align: center;
    color: #262D33;
    margin-bottom: 20px;
    float: left;
}

#share-modal .modal-dialog {
    width: 470px;
    margin: 0px auto;
}

.title-modl-blk {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    color: #262D33;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 30px;
    line-height: 20px;
}

.title-modl {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    color: var(--main-brand-color) !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
}

#do_sok {
    border-radius: 100px;
    min-width: 110px;
    margin: 30px 5px 0 5px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    background: var(--main-brand-color);
    color: #fff;
    font-weight: 700;
    border: none;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    text-align: center;
    outline: none;
    margin-bottom: 30px;
}

.btn-default.btn-cons,
#do_privacy {
    border-radius: 100px;
    min-width: 110px;
    margin: 30px 5px 30px 5px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    background: #fff;
    color: #262D33;
    font-weight: 700;
    border: 1px solid #D9DADB;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    text-align: center;
    outline: none;
}

.menu-left-bar {
    float: left !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.menu-left-bar .logo {
    display: block;
    float: none !important;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}

.load-div {
    width: 100%;
    float: left;
    margin-top: 0% !important;
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.menu-left-bar .logo a img {
    width: 103px !important;
    margin-top: 66px !important;
    border-radius: 100px;
}

.milghty-process p {
    width: 100%;
    float: left;
    color: #455671;
    font-size: 13px;
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
    margin-top: 20px;
    padding: 0 80px !important;
}

.btn-default.btn-cons:hover,
#do_privacy:hover {
    background: var(--main-brand-color) !important;
    color: #fff !important;
}

#krank-share-modal-new .modal-content {
    padding: 25px 20px 20px 30px;
}

#krank-share-modal-new .modal-body {
    box-shadow: none;
    padding: 0px;
    padding-top: 0;
    white-space: normal;
}

.mobile-show {
    display: none;
}

.mobile-hide {
    display: block;
}


/* Mobile menu */

#menu-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    padding: 16px 10px;
    color: #939699;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

#menu-icon:hover {
    opacity: 1;
    text-decoration: none;
    border: none;
}

.navbar {
    float: none;
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
}

.navbar .menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navbar .menu li {
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #D9DADB;
}

.navbar .menu li a {
    display: block;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.expand {
    max-height: 20em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f7f7f7 !important;
    color: #262D33 !important;
}


/*------scroll bar -------*/

.select2-results__options::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: red;
}

.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: #F0F0F0;
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: #fff;
}

.select2-results__options {
    overflow-y: scroll;
    scrollbar-color: #F0F0F0 #fff;
    scrollbar-width: thin;
}

.form-panel.personal-profile .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.connection-item button.btn-notify.noti-acq {
    padding: 0 0px;
    line-height: 28px;
    font-size: 15px;
    height: 30px;
    width: 30px;
    margin-top: 15px;
    border-radius: 30px;
    margin-left: 10px;
    border: none;
    background: #3DC47E;
}

ul.notification-pg li button.btn.btn-success.btn-notify.noti_auc_reg_acc {
    padding: 0 0px;
    line-height: 28px;
    font-size: 15px;
    height: 30px;
    width: 30px;
    margin-top: 15px;
    border-radius: 30px;
    margin-left: 10px;
    border: none;
    background: #3DC47E;
}

.connection-item button.btn-danger {
    padding: 0 0px;
    width: 30px;
    line-height: 28px;
    font-size: 15px;
    height: 30px;
    margin-top: 15px;
    border-radius: 30px;
    margin-left: 10px;
    border: none;
    background: #fb3f3f;
}

#notification-body .notify-right .btn-notify.noti-acq {
    padding: 0 0px;
    line-height: 26px;
    font-size: 15px;
    height: 25px;
    width: 25px;
    margin-top: 5px;
    border-radius: 30px;
    margin-left: 0px;
    border: none;
    background: #3DC47E;
    margin-left: 0px;
}

#lose_msg a {
    color: #521211;
}

.fzferr-dv {
    width: 50%;
    margin: 24% auto 10% auto;
    background: #fff;
    border-radius: 18px;
    padding: 45px 20px 45px 30px;
    display: block;
}

.fzferr-dv .fzf-left {
    width: 36%;
    float: left;
    border-right: 1px solid #aaa;
    color: var(--main-brand-color);
    font-family: 'GB', Arial, Helvetica, sans-serif;
    font-size: 70px;
    padding: 0 0 0 20px;
}

.fzferr-dv .fzf-right {
    width: 55%;
    float: left;
    padding-left: 20px;
}

.fzferr-dv .fzf-right p {
    margin: 0px;
    padding: 0px;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    font-weight: 700;
    margin-bottom: 15px;
}

.fzferr-dv .fzf-right button,
.fzferr-dv .fzf-right a {
    margin: 0px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    float: left;
    box-shadow: none;
    outline: none;
    border: none;
    background: var(--main-brand-color);
    border-radius: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    min-width: 180px;
    color: #fff;
    width: auto;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}


/* Site Map page css open */
.SiteMapSec {
    background: var(--bs-white);
    padding: 50px 0;
    display: flex;
    width: 100%;
}
.SiteMapSec .HeadingSame {
    font-size: 40px;
    font-weight: 700;
    text-transform: initial;
}
.SiteMapSec h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0 0;
    text-transform: initial;
}
.SiteMapSec.SubCategory {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.SiteMapSec .SubHeading .list-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    list-style-type: none;
    padding: 0;
}
.SiteMapSec a.subCategoryAnchor {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}
.SiteMapSec a.subCategoryAnchor:hover {
    color: var(--main-brand-color);
    text-decoration: underline;
}
/* Site Map page css close */



@media (min-width: 2000px) and (max-width: 4000px) {
    .modal-lg {
        width: 55% !important;
    }
}

@media (min-width: 1280px) and (max-width: 1460px) {
    .menu-h {
        padding: 0;
        margin: 0;
        float: left;
        line-height: 20px;
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 2px;
    }
    .reducedv {
        width: 100%;
        float: left;
        padding-left: 282px;
        transition: 0.8s all ease;
    }
    .code-m {
        display: inline-block;
        width: 24%;
        background-color: #f9f9f9 !important;
        border-radius: 10px;
        border: 1px solid #dfe0e1;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-appearance: none;
        color: #8f9399;
        outline: 0;
        height: 44px;
        padding: 0px 12px;
        line-height: normal;
        font-size: 12.5px;
        font-weight: normal;
        vertical-align: middle;
        min-height: 35px;
        resize: none;
        -webkit-transition: all 0.12s ease;
        transition: all 0.12s ease;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-transition: background 0.2s linear 0s;
        transition: background 0.2s linear 0s;
    }
    .code-number {
        display: inline-block;
        width: 73%;
        background-color: #f9f9f9 !important;
        border-radius: 3px;
        background-image: none;
        border: 1px solid #dfe0e1;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-appearance: none;
        color: #8f9399;
        outline: 0;
        height: 44px;
        padding: 6px 12px;
        line-height: normal;
        font-size: 12.5px;
        font-weight: normal;
        vertical-align: middle;
        min-height: 35px;
        resize: none;
        -webkit-transition: all 0.12s ease;
        transition: all 0.12s ease;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-transition: background 0.2s linear 0s;
        transition: background 0.2s linear 0s;
        margin-left: 7px;
    }
    .phone-num-fild.verify-fld.verify-fldbtn .code-number {
        display: inline-block;
        width: 100%;
        background-color: #f9f9f9 !important;
        border-radius: 3px;
        background-image: none;
        border: 1px solid #dfe0e1;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-appearance: none;
        color: #8f9399;
        outline: 0;
        height: 44px;
        padding: 6px 12px;
        line-height: normal;
        font-size: 12.5px;
        font-weight: normal;
        vertical-align: middle;
        min-height: 35px;
        resize: none;
        -webkit-transition: all 0.12s ease;
        transition: all 0.12s ease;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-transition: background 0.2s linear 0s;
        transition: background 0.2s linear 0s;
        margin-left: 7px;
    }
    .box-width-pro {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .net-main #modal-tab {
        padding: 15px 25px 45px 25px !important;
        float: left;
        margin-top: 10%;
    }
    .custom-tab>li>a {
        border-radius: 0;
        background: none;
        background-color: rgba(0, 0, 0, 0);
        color: #343b45;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 13px;
        text-transform: none;
        padding: 20px 10px 20px 10px;
        border: none;
    }
    .net-bid-header {
        font-family: 'Roboto', sans-serif;
        font-size: 12.5px;
        color: #343b45;
        width: 40%;
        float: left;
        padding-left: 40px;
        margin-top: 70px;
        margin-bottom: 30px;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #343b45;
        width: 52%;
        float: left;
        padding-left: 40px;
        margin-top: 0px;
        margin-bottom: 0px;
        position: absolute;
        right: 0;
        bottom: -91px;
        padding-right: 28px;
        padding-left: 47px;
    }
    .banner-auction {
        /* width: 80%;
        position: fixed;
        bottom: 50px;
        left: 13.3%;
        right: auto; */
        width: 1170px;
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .box-width-pro {
        width: 75%;
        float: none;
        margin: 0 auto;
    }
    .viewHistory {
        position: absolute;
        display: block;
        right: 10px;
        top: -30px;
        color: var(--main-brand-color);
        z-index: 1;
    }
    .form-panel.personal-profile .switchery {
        background-color: #fff;
        border: 1px solid #dfdfdf;
        border-top-color: rgb(223, 223, 223);
        border-right-color: rgb(223, 223, 223);
        border-bottom-color: rgb(223, 223, 223);
        border-left-color: rgb(223, 223, 223);
        border-radius: 20px;
        cursor: pointer;
        display: inline-block;
        height: 30px;
        position: relative;
        vertical-align: middle;
        width: 50px;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        box-sizing: content-box;
        background-clip: content-box;
        margin-top: -4px;
    }
    .flag-sect {
        width: 16%;
        float: left;
        margin-right: 0px;
    }
    .phone-num-fild.verify-fld {
        width: 71%;
        float: left;
        margin-right: 20px;
        margin-left: 10px;
    }
    .form-panel.personal-profile {
        width: 100%;
        float: left;
        margin-top: 40px;
        padding: 0 40px;
    }
    .form-panel.personal-profile .select2-container {
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        position: relative;
        vertical-align: middle;
        width: 100% !important;
    }
    #send-eq .modal-dialog {
        width: 58%;
        margin: 30px auto;
    }
    .box-width {
        width: 58%;
        float: none;
        margin: 0 auto;
    }
    #freeForm {
        padding: 0px 20px;
    }
    .login-panel {
        width: 100%;
        float: left;
        margin: 15% 0;
        padding: 40px 10px 40px 10px;
    }
    .already-account {
        width: 100%;
        float: left;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 25px;
        color: #262D33;
        text-align: center;
        padding: 0 35px;
    }
    .login-panel-hsp {
        width: 70%;
        margin: 50px auto 50px auto;
        display: none;
    }
}

@media (max-width: 1440px) {
    .phone-num-fild.verify-fld.verify-fldbtn {
        width: 71%;
        float: left;
        margin-right: 20px;
        margin-left: 10px;
    }
    .phone-num-fild.verify-fld.no-cell-num {
        width: 81%;
        float: left;
        margin-right: 0;
    }
    .code-number {
        display: inline-block;
        width: 100%;
        background-color: #f9f9f9 !important;
        border-radius: 3px;
        background-image: none;
        border: 1px solid #dfe0e1;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-appearance: none;
        color: #8f9399;
        outline: 0;
        height: 44px;
        padding: 6px 12px;
        line-height: normal;
        font-size: 12.5px;
        font-weight: normal;
        vertical-align: middle;
        min-height: 35px;
        resize: none;
        -webkit-transition: all 0.12s ease;
        transition: all 0.12s ease;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-transition: background 0.2s linear 0s;
        transition: background 0.2s linear 0s;
        margin-left: 7px;
    }
    .phone-num-fild.verify-fld {
        width: 63%;
        float: left;
        margin-right: 20px;
        margin-left: 10px;
    }
    .verify-btn-frm {
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 16px;
        border-radius: 8px;
        height: 44px;
        line-height: 44px;
        width: 15%;
        padding: 0px 15px;
        color: #fff;
        float: right;
        border: none;
        outline: none;
        text-align: center;
    }
}

@media (max-width: 1366px) {
    .menu-h {
        padding: 0;
        margin: 0;
        float: left;
        line-height: 20px;
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: -2px;
    }
}

@media (max-width: 1280px) {
    .menu-h {
        padding: 0;
        margin: 0;
        float: left;
        line-height: 20px;
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: -2px;
    }
}

@media only screen and (max-width: 1024px) {
    .dropbtn {
        color: #262D33;
        border: none;
        cursor: pointer;
        background: transparent;
        outline: none;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        height: 50px;
        vertical-align: initial;
        display: inline-flex;
        line-height: 50px;
        text-transform: uppercase;
        background: url(../img/menu.png);
        background-repeat: no-repeat;
        background-position: left;
    }
    .user-info.conect-name {
        margin-left: 30px;
    }
    .baner-footerdv span {
        width: auto;
        float: left;
        color: #fff;
        font-family: 'GB', Arial, Helvetica, sans-serif;
        font-size: 25px;
        padding: 0px;
        line-height: 45px;
    }
    .baner-footerdv a {
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 100px;
        height: 36px;
        line-height: 36px;
        min-width: 100px;
        padding: 0px 20px;
        color: #fff;
        float: right !important;
    }
    #recommended_listing .recommendation-list .recomdation-cards .col-md-4.p-l-5.p-r-5 {
        width: 49.33%;
    }
    .box-width {
        width: 72%;
        margin: 0 auto;
        float: none;
    }
    .box-width-pro {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .owl-nav .owl-prev {
        position: absolute;
        left: 5px;
        top: 180px;
        box-shadow: 0px 0px 4px #ccc;
        width: 40px;
        height: 40px;
        border-radius: 200px !important;
        background: #C7C7C7 !important;
        outline: none;
    }
    .owl-nav .owl-next {
        position: absolute;
        right: -5px;
        top: 180px;
        box-shadow: 0px 0px 4px #ccc;
        width: 40px;
        height: 40px;
        border-radius: 200px !important;
        background: #C7C7C7 !important;
        outline: none;
    }
    .fzferr-dv {
        width: 80%;
    }
}

@media only screen and (min-width: 1024px) {
    .join-panel h1 {
        font-family: 'GB', Arial, Helvetica, sans-serif;
        font-size: 55px;
        padding: 0px 125px;
        margin: 0px;
        line-height: 70px;
        text-transform: uppercase;
    }
    .navbar {
        display: inline-block;
    }
    /* Mobile menu icon */
    #menu-icon {
        display: none;
    }
    .navbar {
        float: right;
        max-height: none;
    }
    .navbar .menu li {
        list-style-type: none;
        display: inline-block;
        text-align: center;
    }
    .navbar .menu li a {
        display: block;
        border-bottom: 0;
    }
    .navbar .menu li a:hover {
        box-shadow: 0 -3px 0 indianred inset;
    }
    .navbar .menu li a.active {
        box-shadow: 0 -3px 0 indianred inset;
    }
    ul.login-p-dv li {
        display: inline-block;
        margin-right: 0px;
    }
}

@media (max-width: 1024px) {
    .SiteMapSec .SubHeading .list-items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .user-info.conect-name {
        margin-left: 20px;
    }
    #recommended_listing .recommendation-list .recomdation-cards .col-md-4.p-l-5.p-r-5 {
        width: 48.33%;
        float: left;
        margin-left: 6px;
    }
    .footer-right {
        width: 79%;
        float: left;
        margin-left: 10px;
    }
    #menu-icon {
        display: block;
        position: absolute;
        top: 0;
        right: -4em;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
        opacity: 1;
        padding: 16px 10px;
        color: #939699;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        text-transform: uppercase;
    }
    .hide-mobile {
        display: none;
    }
    ul.login-p-dv {
        width: 100%;
        float: right;
        padding: 0px;
        margin: 0px;
        list-style: none;
        margin-top: 40px !important;
        text-align: right !important;
    }
    .call-dv {
        width: auto;
        float: left;
        font-family: 'GR', Arial, Helvetica, sans-serif;
        margin-top: 50px;
    }
    .new-use-ic {
        list-style: none;
        width: 177px;
        float: right;
        padding: 0px;
        margin: 0px;
    }
    .m-r-30.xs-m-r-0.flex-cs.call-dv-con a span {
        display: none;
    }

    .SiteMapSec .SubHeading .list-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 200px) and (max-width: 768px) {
    .hide-mobile {
        line-height: normal;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #fff;
        min-width: 250px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 999;
        border-radius: 0 0 10px 10px;
    }
    .box-width-pro {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .checkbx-forgot a {
        float: right;
        width: auto;
        color: var(--main-brand-color);
        font-family: 'GR', Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding-top: 3px;
    }

    .owl-nav .owl-prev span{
        font-size: 11px;
    }
 
    .login-panel {
        width: 100%;
        float: left;
        margin: 15% 0;
        padding: 40px 0px 40px 0px;
    }
    .box-width {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    #send-eq .modal-dialog {
        width: 100%;
        margin: 30px auto;
    }
    .owl-stage .item .footer-right {
        width: 83%;
        float: left;
        margin-left: 10px;
    }
    .footer-right {
        width: 82%;
        float: left;
        margin-left: 10px;
    }
    .owl-nav .owl-next {
        position: absolute;
        right: 5px;
        top: 150px;
        box-shadow: 0px 0px 4px #ccc;
        width: 25px;
        height: 25px;
        border-radius: 200px !important;
        background: #C7C7C7 !important;
        outline: none;
    }

    .owl-nav .owl-next span{
        font-size: 10px;
    }
    .owl-nav .owl-prev {
        position: absolute;
        left: 5px;
        top: 150px;
        box-shadow: 0px 0px 4px #ccc;
        width: 25px;
        height: 25px;
        border-radius: 200px !important;
        background: #C7C7C7 !important;
        outline: none;
    }
    footer ul.footer-list li h1 {
        margin-top: 5px;
    }
    .top-search {
        padding-left: 15px;
    }
    footer .contact-sec {
        width: 100%;
        float: left;
        border-left: none;
        padding-left: 5px !important;
        padding-bottom: 30px;
    }
    footer .contact-sec h1 {
        margin-top: 7px;
    }
    footer ul.footer-list {
        margin-top: 0%;
    }
    .join-news {
        width: 100%;
        min-height: 280px;
        text-align: center;
        padding: 20px;
    }
    .join-news .subscribe-dv button {
        width: 33%;
    }

    html .join-news .subscribe-dv input {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .join-news h1 {
        color: #fff;
        font-size: 23px !important;
        font-family: 'GB', Arial, Helvetica, sans-serif;
        padding: 0px;
        margin: 0px;
        line-height: 41px;
        margin-bottom: 20px;
    }
    ul.login-p-dv li {
        display: inline-block;
        margin-right: 8px;
        margin-left: 8px;
    }
    ul.login-p-dv {
        width: 100%;
        float: right;
        padding: 0px;
        margin: 0px;
        list-style: none;
        margin-top: 10px;
        text-align: center;
    }
    .live-chat {
        width: auto;
        float: right;
        margin-left: 0;
        font-family: 'GR', Arial, Helvetica, sans-serif;
        margin-top: 20px;
    }
    .logo {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .navbar.mobile-nav {
        position: relative;
        min-height: 0px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        box-shadow: none;
    }
    .navbar .navigation-top {
        list-style: none;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        text-align: left;
        margin-top: 10px;
    }
    .join-panel h1 {
        font-family: 'GB', Arial, Helvetica, sans-serif;
        font-size: 18px;
        padding: 0px 5px;
        margin: 0px;
        line-height: 40px;
        text-transform: uppercase;
    }
    .join-panel p {
        font-family: 'GR', Arial, Helvetica, sans-serif;
        font-size: 13px;
        padding: 0px 10px;
        margin: 0px;
        line-height: 30px;
        margin: 20px 0;
    }
    .list-main-div.list3 h1 {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        color: #fff;
        font-family: 'GB', Arial, Helvetica, sans-serif;
        font-size: 30px;
        padding: 0px 20px 0 0;
        margin-top: 0px;
        text-transform: uppercase;
    }
    .list-main-div .sale-rent-dv .timer-list {
        float: right;
        font-size: 18px;
        width: 100%;
        margin-bottom: 5px;
        color: #fff;
        font-family: 'GB', Arial, Helvetica, sans-serif;
        margin-top: 10px;
    }
}

@media (min-width: 200px) and (max-width: 767px) {
    #zoom_schedule_meeting .form-group.m-t-5 .col-sm-4.p-r-0 {
        padding-right: 15px !important;
    }

    .header .menu-icon .fa {
        font-size: 13px;
    }

  

    .dropdown-premium .select2-container .select2-selection__rendered .lang-selector {
        display: flex;
        align-items: center;
    }

    .dropdown-premium .select2-container .select2-selection__rendered .lang-img {
        width: 22px;
        margin-right: 5px;
    }

    .dropdown-premium .select2-container .select2-selection__rendered .lang-text.lang-value {
        font-size: 11px;
    }
    .select3-container--default .select3-selection--single{
        border:none !important
    }
    
   
    .header .menu-icon .more-text{
        font-size: 11px;
    }
    .pragraph-section{ 
        padding:30px 0;
    }
    .header .menu-icon .fa {
        font-size: 16px;
    }

    .join-panel p{
        margin:0 0 11px 0;
    }

    .join-panel a, .join-panel a:hover, .join-panel a:focus{
        font-size: 13px;
    }
    .join-list-panel{
        margin-top: 50px;
    }
    .list-main-div.list4 h1{
        font-size: 16px;
    }
    .list-main-div.list4 .baner-footerdv a, a.yellow-b.white-t{
        font-size: 12px;
    }
    .list-main-div.list4 .baner-footerdv a .fa, a.yellow-b.white-t .fa {
        margin-left: 5px;
        margin-left: 5px;
    }
    .list-main-div h1 {
        font-size: 14px;
        line-height: 20px;
    }


    .call-dv {
        width: 100%;
        float: left;
        font-family: 'GR', Arial, Helvetica, sans-serif;
        margin-top: 40px;
        text-align: center;
    }
    #recommended_listing .recommendation-list .recomdation-cards .col-md-4.p-l-5.p-r-5 {
        width: 100%;
    }
    .verify-btn-frm {
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 16px;
        border-radius: 8px;
        height: 50px;
        line-height: 50px;
        width: 27%;
        padding: 0px 15px;
        color: #fff;
        float: right;
        border: none;
        outline: none;
        text-align: center;
    }
    .phone-num-fild.verify-fld {
        width: 68%;
        float: left;
        margin-right: 10px;
        margin-left: 0px;
    }
    .similars-slider-dv a.view-all-sim {
        border-radius: 100px;
        float: left;
        height: 40px;
        padding: 0px 25px;
        color: #262D33;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin-right: 10px;
        border: 1px solid #D9DADB;
        margin: 40px 0 50px 30px;
        line-height: 38px;
    }
    .file-dv-main .file-desd {
        width: 80%;
        float: left;
    }
    .specific-shet-mai .col-md-5 {
        padding-left: 0px;
        margin-left: 0px;
    }
    .vertual-view .bid-btn.yellow-b.auc-login-btn {
        position: static;
        margin-bottom: 20px !important;
    }
    .specific-shet-mai {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }
    .specific-shet-mai .col-md-7 {
        padding: 0;
    }
    .bid-panel ul li .bid-field input {
        color: #262D33;
        font-family: 'GR', Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 100%;
        float: left;
        border: 1px solid #D9DADB;
        border-radius: 5px;
        padding: 10px;
        height: 40px;
        line-height: 40px;
        outline: none;
    }
    #bidButton {
        width: 100%;
        float: right;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border: none;
        outline: none;
        border-radius: 5px;
        text-align: center;
        margin-top: 10px;
    }
    .bid-panel ul li .bid-field input#autoBidAmt {
        color: #262D33;
        font-family: 'GR', Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 100%;
        float: left;
        border: 1px solid #D9DADB;
        border-radius: 5px;
        padding: 10px;
        height: 40px;
        line-height: 40px;
        outline: none;
    }
    .bid-panel ul li .bid-field a#set_autobid,
    .bid-panel ul li .bid-field button#set_autobid {
        width: 100%;
        float: right;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border: none;
        outline: none;
        border-radius: 5px;
        text-align: center;
        margin-top: 10px;
    }
    .bids-text {
        color: red;
        font-size: 12px;
        padding-left: 10px;
        margin-top: 10px;
        float: left;
        padding-right: 10px;
    }
    .bid-panel ul li .bid-tag {
        padding: 0px 10px 0 10px;
        width: 100%;
        float: left;
        color: #262D33;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 10px;
    }
    .auction-tag .tag-tp {
        color: #939699;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 100%;
        float: left;
        margin-left: 0px;
        padding-top: 3px;
    }
    .auction-tag {
        width: 53%;
        float: left;
        margin-bottom: 40px;
        margin-top: 16px;
    }
    .auction-detail .footer-right .user-des p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #262D33;
        font-family: 'GR', Arial, Helvetica, sans-serif;
        font-size: 12px;
        width: 100%;
        padding: 0px;
        margin: 0px;
        display: block;
        line-height: 18px;
    }
    .vertual-view a {
        color: var(--main-brand-color);
        font-size: 26px;
        float: left;
        margin: -10px 0 0 15px;
        position: absolute;
        right: 10%;
    }
    .absol-db-auc {
        position: absolute;
        right: 0%;
        top: 28%;
        background: #EFEFEF;
        border-radius: 0 0 10px 10px;
        padding: 15px 20px;
    }
    .auction-detail .list-det-lftp {
        width: 100%;
        float: left;
        padding: 15px 10px 20px 10px;
    }
    .container-fixed-lg.no-padding.p-t-20 {
        float: left;
        width: 100%;
    }
    ul.notification-pg li .noti-des {
        width: 71%;
        float: left;
        padding: 0px 10px;
    }
    ul.notification-pg li .del-mark {
        width: 100%;
        float: right;
        padding: 10px 0px;
    }
    .noti-row-dv .del-mark span {
        float: left;
        width: auto;
        padding-top: 0px;
        text-align: left;
        font-family: 'GR', Arial, Helvetica, sans-serif;
        color: #262D33;
        font-size: 12px;
        margin-top: 5px;
    }
    .notification-main-dv .notification-title .title-btn a {
        border-radius: 100px;
        float: left;
        margin-left: 5px;
        height: 40px;
        color: #fff;
        font-size: 14px;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        line-height: 40px;
        min-width: 100%;
        padding: 0px 20px;
        text-align: center;
        margin-bottom: 10px;
    }
    .iti--separate-dial-code.iti {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .flag-sect {
        width: 100%;
        float: left;
        margin-right: 10px;
    }
    .phone-num-fild.verify-fld.verify-fldbtn {
        width: 78%;
        float: left;
        margin-right: 20px;
        margin-left: 0px;
    }
    .code-number {
        display: inline-block;
        width: 100%;
        background-color: transparent !important;
        border-radius: 3px;
        background-image: none;
        border: 1px solid #dfe0e1;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-appearance: none;
        color: #8f9399;
        outline: 0;
        height: 50px;
        padding: 6px 12px;
        line-height: normal;
        font-size: 12.5px;
        font-weight: normal;
        vertical-align: middle;
        min-height: 35px;
        resize: none;
        -webkit-transition: all 0.12s ease;
        transition: all 0.12s ease;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-transition: background 0.2s linear 0s;
        transition: background 0.2s linear 0s;
        margin-left: 0;
    }
    .personal-reg-btn button {
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 18px;
        border-radius: 100px;
        height: 44px;
        line-height: 44px;
        min-width: 100%;
        padding: 0px 30px;
        float: none;
        margin-top: 10px;
        border: none;
        outline: none;
        margin-bottom: 20px;
        display: inherit;
        margin: 10px 5px;
        background: transparent;
        border: 1px solid #3a3a3a;
        color: #3a3a3a;
        float: left;
        width: 100%;
    }
    .box-width-pro .login-panel h1 {
        font-family: 'GB', Arial, Helvetica, sans-serif;
        font-size: 28px;
        color: #262D33;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0 20px;
        text-align: center;
        line-height: 35px;
    }
    .article-new-nav .menu-items li:hover,
    .article-new-nav .menu-items li.active {
        border-bottom: solid 5px var(--main-brand-color);
        padding: 5px 0;
    }
    .content.com-pro-log .article-new-nav .menu-items li:hover,
    .article-new-nav .menu-items li.active {
        border-bottom: solid 5px var(--main-brand-color);
        padding: 5px 0;
    }
    .panel .panel-heading+.panel-body {
        padding-top: 0;
        height: calc(100% - 50px);
        float: left;
    }
    .aq-bid-modal .modal-dialog {
        width: 100%;
        margin: 0px;
    }
    .search-dv {
        width: 100%;
        float: left;
        margin-right: 10px;
        margin-top: 7px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .search-dv input {
        width: 83%;
        float: left;
        height: 44px;
        border: 1px solid #ccc;
        font-size: 13px;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        color: #262D33;
        border-radius: 8px 0 0 8px;
        padding: 0 15px;
        border-right: none;
    }
    .mybid-main .my-bid-col {
        width: 98%;
        float: left;
        margin: 10px 5px 10px 5px;
        min-height: 430px;
    }
    .connection-main-dv .user-info.conect-name {
        margin-left: 30px;
    }
    .zoom_onetoone span,
    .cont-btn.nd-creq.Connect-emp span,
    .mrgn-tpnew span,
    .user-remove span {
        display: none;
    }
    .zoom_onetoone {
        border: none;
        display: inline-block;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-weight: 700;
        padding: 10px;
        font-size: 13px !important;
    }
    .Connect-emp,
    .Connect-emp:hover,
    .Connect-emp:focus {
        display: inline-block;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: var(--main-brand-color);
        margin-right: 0px;
        border: none;
        margin-left: 15px;
        padding: 10px;
    }
    .notification-main-dv .notification-title .title-btn {
        width: 100%;
        float: right;
        margin-top: 10px;
        padding-left: 10px;
    }
    .drop-select {
        width: 100%;
        float: left;
    }
    .user-info.conect-name h3 {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
        margin: 0;
        line-height: 17px;
        float: left;
        max-width: 100%;
        clear: both;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #262D33;
    }
    .aq-user-card .b-grey .col-md-7 .user-info h3 a {
        float: left;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'GSB', Arial, Helvetica, sans-serif !important;
        font-size: 13px !important;
    }
    .user-remove {
        display: inline-block;
        font-family: 'GSB', Arial, Helvetica, sans-serif !important;
        font-size: 13px !important;
        color: #262D33;
        margin-right: 0px;
        border: none;
        border-radius: 100px;
        text-align: center;
        padding: 10px;
        box-shadow: none;
    }
    .call-dv-con a i {
        margin-right: 0px;
        font-size: 13px;
        border-radius: 100px;
    }
    .sign-invt {
        width: 100%;
        background-color: transparent;
        height: 46px;
        padding: 0 15px;
        margin: 0;
        line-height: 46px;
        border: 1px solid #ccc;
        border-radius: 10px;
        font-size: 12px;
        color: #3a3a3a;
        float: left;
    }
    .sign-invt-sec {
        border-radius: 10px;
        width: 100%;
        background-color: rgb(198 198 198 / 10%);
        height: 46px;
        padding: 0 15px;
        margin: 0;
        line-height: 46px;
        border: 1px solid #ccc;
        font-size: 12px;
        color: #b0b0b0;
        border-left: none;
        border-right: none;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .login-content #form-logins .input-group-btn {
        width: 100%;
        white-space: nowrap;
        vertical-align: top !important;
        float: left;
    }
    #signUpInvit .login-content #form-logins #signUpBtn {
        background: var(--main-brand-color);
        border-color: var(--main-brand-color);
        font-size: 14px;
        line-height: 46px;
        height: 46px;
        padding: 0 10px;
        border-radius: 10px;
        color: #fff;
        min-width: 100%;
    }
    .milghty-process p {
        width: 100%;
        float: left;
        color: #455671;
        font-size: 13px;
        font-family: 'Poppins', sans-serif !important;
        text-align: center;
        margin-top: 20px;
        padding: 0 0px !important;
    }
    .milghty-process {
        width: 95%;
        margin: 50% auto !important;
        box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
        border: 0;
        background: #fff;
        border-radius: 18px;
        padding: 25px;
    }
    .listing-cat,
    .listing-catsub,
    .listing-catype,
    .listing-cat-sort {
        width: 100%;
        float: left;
        padding: 0 8px;
    }
    .signup-1btn button {
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 10px;
        height: 50px;
        line-height: 50px;
        width: 100%;
        padding: 0px 10px;
        color: #fff;
        float: left;
        margin-top: 0px;
        border: none;
        outline: none;
        margin-bottom: 0px;
    }
    .group.signup-1 {
        position: relative;
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }
    .signup-1btn {
        width: 100%;
        float: left;
        margin-top: 0px;
    }
    #form-login #signUpBtn {
        border-radius: 10px 10px 10px 10px !important;
        font-size: 14px;
    }
    .group.signup-1 .inputMaterial {
        color: #262D33;
        font-family: 'GR', Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding: 10px 20px 10px 20px;
        display: block;
        width: 100%;
        border: 1px solid #D9DADB;
        border-top-color: rgb(217, 218, 219);
        border-right-color: rgb(217, 218, 219);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(217, 218, 219);
        border-left-color: rgb(217, 218, 219);
        border-color: #D9DADB;
        border-right-color: rgb(217, 218, 219);
        background: #fff !important;
        height: 50px;
        border-radius: 10px;
        border-right: 1px solid #D9DADB;
    }
    .already-account {
        width: 100%;
        float: left;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #262D33;
        text-align: center;
        padding: 0 35px;
    }
    .verify-reg-btn button {
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 17px;
        border-radius: 100px;
        height: 50px;
        line-height: 50px;
        width: 90%;
        padding: 0px 30px;
        color: #fff;
        float: none;
        margin-top: 10px;
        border: none;
        outline: none;
        margin-bottom: 10px;
        margin: 0 auto;
    }
    .complete-tag {
        font-family: 'GR', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #262D33;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 18px;
    }
    .recommendation-list a.view-all {
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #262D33;
        width: auto;
        float: left;
        padding-top: 10px;
    }
    #share-modal .modal-dialog {
        width: 100%;
        margin: 0px auto;
    }
    .dropbtn span {
        margin: 0px 10px 0 30px;
    }
    .footer-right {
        width: 72%;
        float: left;
        margin-left: 10px;
    }
    .baner-footerdv a {
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-radius: 100px;
        height: 40px;
        line-height: 40px;
        min-width: 110px;
        padding: 0px 30px;
        color: #fff;
        float: left !important;
    }
    .baner-footerdv {
        position: absolute;
        bottom: 20px;
        width: 100%;
        left: 0;
        padding: 0 40px;
        height: auto;
    }
    .article-new-nav .menu-items li a {
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        color: #343b45;
        border-right: solid 1px #dddedf;
        padding: 5px 20px;
        font-size: 12.5px;
        width: 100%;
        float: left;
        text-align: center;
    }
    .dropbtn {
        color: #939699;
        border: none;
        cursor: pointer;
        background: transparent;
        outline: none;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        height: 50px;
        vertical-align: initial;
        display: inline-flex;
        line-height: 20px;
        text-transform: uppercase;
        background: url(../img/menu.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: no-repeat;
        background-position: left;
    }
    .login-panel h1 {
        font-family: 'GB', Arial, Helvetica, sans-serif;
        font-size: 22px;
        color: #262D33;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 35px;
        padding: 0 10px;
    }
    .login-btn button{
        font-size: 18px;
    }

    .social-log-btn a,
    .social-log-btn a:hover,
    .social-log-btn a:focus {
        border-radius: 100px;
        height: 44px;
        display: inline-block;
        margin: 0 2px;
        text-align: center;
        min-width: 100%;
        padding: 0 20px;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #fff;
        line-height: 44px;
        margin-bottom: 10px;
    }
    .main-notify figure img {
        width: 100% !important;
        height: 100% !important;
        border-radius: 100px;
    }
    .main-notify .notify-head h3 {
        margin: 0;
        padding: 0;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #262D33;
        width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        line-height: 13px;
    }
    .main-notify .notify-right {
        float: left;
        width: 84%;
    }
    .search-showanch.with-out-login-search {
        /* display: block; */
        position: absolute;
        width: 310px;
        right: 53px;
    }
    .aviationcheckbox {
        width: 100%;
        margin: 10px;
        display: inline-block;
    }
    .panel.panel-featured#dt_status {
        width: 100% !important;
        margin: 30px auto;
    }
    a.single-logout,
    button.single-logout {
        float: right;
        padding: 10px 0;
        font-size: 13px;
        color: #343b45;
        background: none;
        border: none;
        margin-top: -8px;
        line-height: 12px;
    }
    a.edit-btn-loggin,
    button.edit-btn-loggin {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        font-size: 14px;
        background: var(--main-brand-color);
        padding: 0px 15px !important;
        border-radius: 6px;
        margin: 0px 0px 0 0;
        color: #fff;
        float: left;
        margin-right: 15px;
        border: none;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    a.edit-btn {
        background: var(--main-brand-color);
        padding: 0px 15px !important;
        border-radius: 6px;
        margin-top: 5px;
        color: #fff;
        float: right;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .login-resurity-panel .loggin-where h2 {
        float: left;
        margin: 0;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 18px;
        color: #343b45;
        line-height: 40px;
        width: 100%;
        text-align: center;
    }
    .login-resurity-panel .loggin-where {
        width: 100%;
        background: #fff;
        float: left;
        border-bottom: 1px solid #d4d4d4;
        margin: 0;
        padding: 0px 10px 10px 10px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 18px;
        color: #343b45;
        border-radius: 18px 18px 0 0;
    }
    a.edit-btn-loggin {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        font-size: 14px;
        background: var(--main-brand-color);
        padding: 5px 20px !important;
        border-radius: 3px;
        margin: 5px 0px 0 0;
        color: #fff;
        float: left;
        width: 100%;
        text-align: center;
    }
    .login-des {
        width: 75%;
        float: left;
    }
    .login-des h2 {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 14px;
        color: #343b45;
        margin: 0px;
        padding: 0px;
        line-height: 18px;
    }
    .login-panel-hsp {
        width: 80%;
        margin: 50px auto 50px auto;
        display: none;
        transition: 0.2s ease;
    }
    .login-panel-hsp .form-group {
        margin-bottom: 20px;
    }
    #similar-slider .card-footer .user-pic {
        width: 46px;
        height: 46px;
        float: left;
    }
    .list-detail-tp .ms-thumb-list.ms-dir-v {
        height: 36%;
        top: 64%;
    }
    .listing-dv-auc .auction-card-list .big-picauc {
        width: 100%;
        float: left;
        height: 170px;
        position: relative;
    }
    .listing-dv-auc .auccard-body {
        width: 100%;
        float: left;
        padding: 20px 15px;
    }
    .pagination li:first-child a {
        border-radius: 10px 0 0 10px;
        margin: 0px;
        padding: 10px 10px;
        color: #262D33;
        outline: none;
        border: none;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-right: 1px solid #D9DADB;
    }
    .pagination li a {
        margin-left: 0px;
        color: #262D33;
        padding: 10px 10px;
        margin: 0px 0px;
        background: #fff;
        border: none;
        border-right: 1px solid #D9DADB;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
    }
    .pagination li:last-child a {
        border-radius: 0 10px 10px 0;
        margin: 0px;
        padding: 10px 20px;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #262D33;
        outline: none;
        border: none;
    }
    .market-search {
        width: 100%;
        float: left;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .market-search input {
        width: 85%;
        float: left;
        background: none;
        border: none;
        height: 54px;
        font-family: 'GR', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #939699;
        line-height: 54px;
        padding: 10px 15px;
        outline: none;
    }
    .select2-container {
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        position: relative;
        vertical-align: middle;
        width: 100% !important;
        float: left;
    }
    .market-filter {
        width: 100%;
        float: left;
        background: #fff;
        border-radius: 10px;
        height: auto;
        padding-bottom: 10px;
    }
    .auccard-body {
        width: 100%;
        float: left;
        padding: 20px 15px;
    }
    .auction-card-list .big-picauc {
        width: 100%;
        float: left;
        height: 362px;
        position: relative;
    }
    .list-img {
        width: 100%;
        float: left;
        height: 100%;
        background: url(../img/a1.png);
        background-size: cover;
        border-radius: 10px 10px 0 0px;
    }
    .auc-des span.rght-br {
        width: 75%;
        float: left;
        color: #262D33;
        font-family: 'GR', Arial, Helvetica, sans-serif;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .auccard-body .footer-right .user-name {
        width: 100%;
        float: left;
    }
    .auccard-body .footer-right .user-name h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #262D33;
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 12px;
        float: left;
        width: 67%;
        padding: 0px;
        margin: 0px;
        margin-top: 5px;
    }
    .construction-panel a.view-all {
        font-family: 'GSB', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #262D33;
        width: 100%;
        float: left;
        padding-top: 10px;
    }

    .SiteMapSec .SubHeading .list-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 2px;
    }
}

@media (max-width: 480px) {
    .fzferr-dv {
        width: 100%;
        padding: 30px;
    }
    .fzferr-dv .fzf-left {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #aaa;
        padding: 0;
        margin: 0 0 16px;
    }
    .fzferr-dv .fzf-right {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 360px) {
    .search-dv input {
        width: 79%;
        float: left;
        height: 44px;
        border: 1px solid #ccc;
        font-size: 13px;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        color: #262D33;
        border-radius: 8px 0 0 8px;
        padding: 0 15px;
        border-right: none;
    }
    .checkbx-forgot a {
        float: left;
        width: 100%;
        color: var(--main-brand-color);
        font-family: 'GR', Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding-top: 13px;
        text-align: center;
    }
    .login-btn span {
        width: 100%;
        float: left;
        text-align: center;
        font-family: 'GR', Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #262D33;
        margin-top: 10px;
        padding-right: 5px;
    }

    .list-main-div p{
        font-size: 10px;
    }
    .search-showanch.with-out-login-search {
        /* display: block; */
        position: absolute;
        width: 260px;
        right: 53px;
    }
    ul.login-p-dv li {
        display: inline-block;
        margin-right: 1px;
    }
    .list-main-div.list3 h1 {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        color: #fff;
        font-family: 'GB', Arial, Helvetica, sans-serif;
        font-size: 17px;
        padding: 0px 20px 0 0;
        margin-top: 0px;
        text-transform: uppercase;
    }
    .list-main-div .sale-rent-dv .timer-list {
        float: right;
        font-size: 16px;
        width: 100%;
        margin-bottom: 5px;
        color: #fff;
        font-family: 'GB', Arial, Helvetica, sans-serif;
        margin-top: 10px;
    }
}


/* ------------caursal cards------------- */

.dashboardc-feeds {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0px;
    margin-top: 30px;
}

.dashboardc-feeds h2 {
    color: #62D333;
    font-family: 'GSB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 20px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #D9DADB;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboardc-feeds ul {
    list-style: none;
    width: 100%;
    float: left;
    margin-top: 15px;
    padding: 0px;
}

.cards-style {
    width: 100%;
    float: left;
}

.cards-style h1 {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 10px 20px 10px 55px;
    margin: 0px;
    background: url(../img/Quote.png) no-repeat top left;
    font-weight: 900;
    font-style: italic;
}

.dashboardc-feeds ul li {
    border-radius: 10px !important;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    border: 0;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    float: left;
}

.box-style {
    border-radius: 10px !important;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    border: 0;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    float: left;
}

.like-dv-panel {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.cards-style figure,
.cards-style img {
    width: 100%;
    float: left;
    position: relative;
}

.list-show {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
}

.cards-style h3 {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards-style span {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards-style .user-des span {
    font-size: 12px;
}

.cards-style h4 {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    margin: 0px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    padding: 20px 20px 10px 20px;
    background: url(../img/Quote.png) no-repeat top left;
}

.cards-style p {
    margin-left: 10px;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    box-shadow: none !important;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    float: left;
    margin-right: 6px;
    font-weight: normal;
    margin-top: 5px;
}

.like-dv-panel ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #D9DADB;
    border-top: 1px solid #D9DADB;
    padding-bottom: 5px;
    padding-top: 10px;
}

.like-dv-panel ul li {
    display: inline-block;
    margin-left: 10px;
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    box-shadow: none !important;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    float: none;
    margin-right: 6px;
    font-weight: 700;
}

.like-dv-panel ul li a {
    color: #262D33;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    font-weight: 500;
}

.like-dv-panel ul li a img {
    width: 14px;
    float: left;
    margin-right: 5px;
}

.like-dv-panel ul li a i {
    margin-right: 5px;
}

.like-dv-panel ul li span {
    margin-left: 10px;
    color: #939699;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    box-shadow: none !important;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    float: left;
    margin-right: 0px;
    font-weight: 700;
}

.dashboardc-feeds ul li .card-footer {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 7px;
    padding: 0px 0px;
}

.dashboardc-feeds ul li .footer-right {
    width: 68%;
    float: left;
    margin-left: 10px;
}

.dashboardc-feeds ul li .footer-right .user-name h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4B5157;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

.dashboardc-feeds ul li .footer-right .user-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #939699;
    font-family: 'GR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.dashboardc-feeds #newsfeedData {
    height: 900px;
}


/*------scroll bar -------*/

.style-3::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: red;
}

.style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: var(--main-brand-color);
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: transparent;
}

.style-3 {
    overflow-y: scroll;
    scrollbar-color: var(--main-brand-color) #fff;
    scrollbar-width: thin;
}

#demo {
    height: 500px;
}


/*--------------------left circle----------------*/

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.left-imgep {
    width: 100%;
    float: left;
    height: 410px;
    box-shadow: 0px 8px 8px #e0e0e0;
    position: relative;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
}

.animated-lbl {
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 120px;
    height: 40px;
    float: left;
    border-radius: 10px;
    position: absolute;
    top: -10px;
    left: 30px;
}

.animated-backgroundmp {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 100%;
    height: 230px;
    float: left;
    border-radius: 10px;
}

.line-backgroundmp {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 70%;
    height: 15px;
    position: relative;
    float: left;
    margin-left: 0px;
    margin-top: 20px;
}

.small-line-backgroundmp {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50%;
    height: 10px;
    position: relative;
    float: left;
    margin-left: 0px;
    margin-top: 5px;
}

.line-backgroundbigmp {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 180px;
    height: 15px;
    position: relative;
    float: left;
    margin-left: 0px;
    margin-top: 35px;
}

.animated-btnmp {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50%;
    height: 50px;
    position: relative;
    float: left;
    border-radius: 18px 0px 18px 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.notify-circlepn {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    position: relative;
    float: left;
}

.notifyline-backgroundpn {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 60%;
    height: 10px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.notifydate-backgroundpn {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 10%;
    height: 10px;
    position: relative;
    float: right;
    margin-right: 1px;
    margin-top: 10px;
}

.notifysmall-line-backgroundpn {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50%;
    height: 8px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.lft-flot {
    float: left;
}

.right-flot {
    float: right;
}

.left-imge {
    width: 100%;
    float: left;
    padding: 10px 20px 10px 10px;
}

.notify-circle {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    position: relative;
    float: left;
}

.notifyline-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 60%;
    height: 10px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.notifydate-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 10%;
    height: 10px;
    position: relative;
    float: right;
    margin-right: 1px;
    margin-top: 10px;
}

.notifysmall-line-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50%;
    height: 8px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-h {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

svg.insvg {
    width: 100%;
    height: 100%;
}

.send-eq .modal-dialog {
    margin: 30px auto;
}

.send-eq .modal-header {
    padding: 25px 25px 0 0;
    border-bottom: none;
}

.send-eq .modal-header .close {
    margin-top: -20px;
    font-size: 26px;
    opacity: 1;
    margin-right: -12px;
}
