@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

@font-face {
    font-family: 'Poppins-Bold';
    src: local('☺'), url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

#send-eq .modal-header .close {
    font-size: 26px;
    opacity: 1;
    position: absolute;
    right: 12px;
    top: 12px;
    margin: 0 !important;
    z-index: 11;
}

.Arezza .nav--modal .modal-content .modal-body .checkbox label::after {
    left: 1px !important;
}

.Arezza .select3-container .select3-selection--single .select3-selection__rendered{
    padding-left: 0 !important;
}


.as-guest {
    width: 100%;
    float: left;
    margin-top: 0;
}

.as-guest h1 {
    font-family: 'Poppins-bold', sans-serif;
    font-size: 24px;
    color: #455671;
    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: #455671;
    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,select {
    color: #455671;
    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: #455671;
    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: var(--main-brand-text-color);
    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: var(--main-brand-text-color);
    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: 100%;
    margin: 30px auto;
    max-width: 720px;
}

#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: #455671;
    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: #1578FC;
}

.as-exguest p {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #455671;
    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;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.Searc {
    border: none;
    width: 65px;
    height: 65px;
    color: #1578FC;
    font-size: 26px;
    float: right;
    border-radius: 0 18px 18px 0;
    outline: none;
    background: none !important;
    padding: 20px;
}

.navbar {
    padding: 30px 0 !important;
}

.navbar-nav .nav-link {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0 12px;
    font-weight: 400;
    position: relative;
}

.navbar-nav .nav-link.active:after,
.navbar-nav .nav-link:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
}

.navbar-nav.v1 .nav-link {
    padding: 4px 14px;
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 500;
    margin-left: 12px;
    line-height: 25px;
    border-radius: 46px;
}

.navbar-nav.v1 .nav-link.active:after,
.navbar-nav.v1 .nav-link:hover:after {
    position: unset
}

.navbar-nav.v1 .nav-link.active,
.navbar-nav.v1 .nav-link:hover {
    background-color: #1578fc;
    color: #fff;
    border-radius: 30px;
    line-height: 25px;
}

.navbar-nav .nav-link.active:after,
.navbar-nav .nav-link:hover:after {
    position: unset;
}

.navbar-nav.inner .nav-link {
    color: #fff
}

.navbar-nav.inner .nav-link.active,
.navbar-nav.inner .nav-link:hover {
    background-color: #4d61f7
}

#header.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 5px 0;
    background-color: #1578fc;
    height: 75px;
}

#header.sticky.style-two {
    background: linear-gradient(-45deg, rgb(56, 33, 215) 0%, rgb(100, 31, 215) 49%, rgb(143, 29, 215) 100%)
}

#header.sticky.style-three {
    background-color: #222629;
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.08)
}

#header.sticky .navbar {
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#header.sticky .navbar-nav.v1 .nav-link.active,
#header.sticky .navbar-nav.v1 .nav-link:hover {
    background-color: #fff;
    color: #1578fc;
    border-radius: 30px;
    line-height: 25px;
}

#header.sticky .navbar-nav.v1 .nav-link {
    color: #fff;
}

#header.sticky .navbar {
    padding: 0px 0 !important;
}

.style-one.sticky a.logo {
    display: none;
}

.style-one #logo-scroll {
    display: none;
}

.style-one.sticky #logo-scroll {
    display: block;
}

.header-section #logo-scroll {
    display: none;
}

.header-section.sticky #logo-scroll {
    display: block;
}

.header-section.sticky a.logo-inner {
    display: none;
}

.header-section.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 16px !important;
    background-color: #1578fc;
    height: auto !important;
}

.footer-bg-inner {
    background-position: top;
    width: 100%;
    float: left;
    min-height: auto;
    background: #fff;
    margin-top: 0px;
}

section.header-section.sticky a img {
    width: 123px !important;
    margin-top: 4px !important;
}

.home-one #header {
    position: static;
    height: auto;
    padding: 15px 0 0;
}

.home-one .menu-left-bar .logo {
    height: auto;
    padding: 0;
}

.home-one section.header-section a img {
    margin-top: 0 !important;
}

.home-one .milghty-process {
    padding: 40px;
}

.home-one .btn-landing-home {
    display: inline-block;
    font-family: 'Poppins', sans-serif !important;
    color: var(--main-brand-text-color);
    font-size: 14px;
    font-weight: bold;
    border-radius: 22px;
    border: 1px solid #e0dfdf;
    padding: 12px 20px;
    min-width: 140px;
    background: var(--main-brand-color);
    flex-shrink: 0;
}

.home-one .menu-left-bar {
    margin-bottom: 20px !important;
}

#header.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 5px 0;
    background-color: #fff;
    height: 75px;
    box-shadow: 0px 0px 13px #e0e0e0;
}

#header.sticky .menu-left-bar ul {
    margin-top: 11px !important;
    margin-left: 25px !important;
}

#header.sticky .search.new-hader {
    margin-top: 3px;
}

.menu-right-bar {
    float: right;
    width: 40%;
}

.menu-left-bar {
    float: left;
    width: 60%;
}

.search.new-hader {
    width: 56%;
    float: right;
    border-radius: 18px;
    background: #fff;
    height: auto;
    position: relative;
    margin-top: 7px;
}

.search.new-hader input {
    /*
        color: #455671;
    font-size: 14px;
    float: left;
    border: none;
    width: 80%;
    line-height: 49px;
    padding-left: 20px;
    background: none;
    outline: none;
*/
    color: #455671;
    font-size: 14px;
    float: left;
    border: none;
    width: 80%;
    line-height: 49px;
    padding-left: 20px;
    background: none;
    outline: none;
    padding: 0px 15px;
    border-radius: 0px;
    margin-right: 0;
    box-shadow: none;
    border: 1px solid #DFDFDF;
    border-radius: 18px 0 0 18px;
}

.search.new-hader button {
    border: none;
    background: #1578FC;
    width: 65px;
    height: 51px;
    color: #fff;
    font-size: 16px;
    float: left;
    border-radius: 0 18px 18px 0;
    outline: none;
    cursor: pointer;
    border: 1px solid #1578FC;
    text-align: center;
    padding: 0px;
}

.search.new-hader button:focus {
    border: none;
    background: #1578FC !important;
    width: 65px;
    height: 51px;
    color: #fff;
    font-size: 16px;
    float: left;
    border-radius: 0 18px 18px 0;
    outline: none;
    cursor: pointer;
    border: 1px solid #1578FC;
    text-align: center;
    padding: 0px;
}

.header .menu {
    float: left;
    /*    clear: none;
    float: left !important;
    max-height: none;
    background: none;*/
}

/*
.menu-left-bar ul.menu {
    clear: none;
    float: left !important;
    max-height: none;
    background: none;
}
*/
a.join-login {
    font-family: 'Poppins', sans-serif !important;
    color: #1578FC;
    font-size: 14px;
    font-weight: bold;
    border-radius: 45px;
    border: 1px solid #e0dfdf;
    line-height: 40px;
    padding: 0px 18px;
    margin-left: 10px;
    min-width: 120px;
    text-align: center;
    text-decoration: none;
    float: right !important;
}

a.join-login:hover {
    font-family: 'Poppins', sans-serif !important;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 45px;
    border: 1px solid #1578FC;
    line-height: 40px;
    padding: 0px 18px;
    margin-left: 10px;
    min-width: 120px;
    text-align: center;
    background: #1578FC;
    text-decoration: none;
}

.menu-left-bar ul li a {
    width: auto;
    height: 40px;
    border: none !important;
    border-radius: 36px;
    padding: 10px 14px 0 !important;
    font-family: 'Poppins', sans-serif !important;
    color: #455671;
    text-decoration: none;
    font-size: 15px !important;
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
}

.menu-left-bar ul li a:hover {
    color: #1578FC !important;
    background: none !important;
}

.search.new-hader.sticky ul li a {
    color: #455671 !important;
}

.search.new-hader.sticky ul li a:hover {
    color: #1578FC !important;
    background: #fff;
}

section.header-section a img {
    width: 123px !important;
    margin-top: 16px !important;
}

section.header-section.sticky a img {
    width: 123px !important;
    margin-top: 13px !important;
    margin-bottom: 15px !important;
}

.menu-left-bar ul {
    margin-top: 15px !important;
    margin-left: 15px !important
}

.menu-left-bar ul li {
    float: left;
    width: auto;
    margin-left: 0px !important;
    padding-left: 0px;
    line-height: inherit;
}

.autocomplete-items div:first-child {
    cursor: pointer;
    background-color: #fff;
    padding: 10px 16px;
    /* border-bottom: 1px solid #d4d4d4; */
    border-radius: 18px 18px 0 0 !important;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0px;
    margin-left: 2px;
    width: 100%;
    border-radius: 18px !important;
    box-shadow: -3px 8px 8px #e0e0e0;
    background: #fff;
}

.hs_submit .actions .hs-button {
    height: 45px;
    margin: 30px 0;
}

/*--------------home new page css--------------*/
.container.cuctom-home {
    width: 100%;
    max-width: 1280px;
}

.comunity-sec.atdesk .container.cuctom-home .col-md-7 .col-md-12 .col-md-6 {
    float: left;
    padding-left: 0px;
    padding-right: 12px;
}

.new-home-main .container .banner {
    margin-top: 10%;
    float: left;
    width: 100%;
    background: url(../img/banner-home.jpg);
    background-size: 100% auto;
    background-position: bottom;
    min-height: 890px;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}

.strted-dv {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 60px;
}

.strted-dv a {
    min-width: 140px;
    margin: 0 auto 0 0;
    padding: 0px 40px;
    height: 70px;
    background: #1578FC;
    color: #fff;
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 25px;
    border-radius: 100px;
    line-height: 70px;
    display: inline-block;
}

.new-home-main .container .banner h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    padding: 0px 10%;
    margin: 0px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    color: #455671;
    text-align: center;
    line-height: 70px;
    margin-bottom: 40px;
}

.new-home-main .container .banner p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    padding: 0px 200px;
    margin: 0px;
    float: left;
    width: 100%;
    color: #455671;
    text-align: center;
}

/*--------------new homepage----------------------*/
.new-home-main .container .banner-new-home {
    margin-top: 7%;
    float: left;
    width: 100%;
    min-height: auto;
    margin-bottom: 80px;
}

.new-home-main .container .banner-new-home .ban-truck {
    width: 100%;
    float: left;
    margin: 30px 0px 30px 0;
    text-align: center;
}

.new-home-main .container .banner-new-home .ban-truck .ban-box {
    width: 284px;
    height: 240px;
    display: inline-block;
    background: rgb(224, 224, 224);
    background: radial-gradient(circle, rgba(224, 224, 224, 1) 0%, rgba(244, 244, 244, 1) 100%);
    border-radius: 18px;
    margin-right: 20px;
    padding: 50px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: bottom;
    margin-bottom: 15px;
}

.new-home-main .container .banner-new-home .ban-truck .ban-box figure {
    width: 100%;
    display: block;
    height: 100px;
}

.new-home-main .container .banner-new-home .ban-truck .ban-box figure img {
    width: 122px;
}

.new-home-main .container .banner-new-home .ban-truck .ban-box figure img.cent-pic {
    width: 143px;
    margin-top: -12px;
}

.new-home-main .container .banner-new-home .ban-truck .ban-box span {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #455671;
}

.new-home-main .container .banner-new-home h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    padding: 0px 7%;
    margin: 0px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    color: #455671;
    text-align: center;
    line-height: 70px;
    margin-bottom: 30px;
}

.new-home-main .container .banner-new-home h2 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 40px;
    padding: 0px 0%;
    margin: 0px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    color: #455671;
    text-align: center;
    line-height: 70px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.new-home-main .container .banner-new-home h2 span {
    display: block;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    font-size: 30px;
    line-height: 50px;
}

.new-home-main .container .banner-new-home p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    padding: 0px 175px;
    margin: 0px;
    float: left;
    width: 100%;
    color: #455671;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0px;
}

a.arrow-btn {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-size: 20px;
    color: #455671;
    width: auto;
    font-weight: 700;
    display: inline-block;
    margin-right: 0px;
    background: none;
}

a.arrow-btn img {
    width: 38px;
    margin-left: 13px;
}

/*--------------new homepage----------------------*/
.new-home-main .container .banner .playstore-btn {
    width: 75%;
    margin: 52% auto 0 auto;
    float: none;
}

.new-home-main .container .banner .playstore-btn a.googlebtn {
    float: left;
}

.new-home-main .container .banner .playstore-btn a img {
    width: 200px;
}

.new-home-main .container .banner .playstore-btn a.iosbtn {
    float: right;
}

.public-market h1.title-heading {
    font-family: 'Poppins-Bold', sans-serif !important;
    color: #455671;
    font-weight: 700;
    font-size: 60px;
    padding: 0px 19%;
    margin: 0px;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 68px;
    margin-bottom: 50px;
}

.marketplace-tabs {
    width: 100%;
    float: left;
}

.marketplace-tabs .pad-slidr {
    padding: 0 0%;
}

.marketplace-tabs .recomendation-grid .flx-cls-new .listing {
    box-shadow: none !important;
    border-radius: 18px;
}

/*--------------hmarketplace tab css--------------*/
.marketplace-tabs .tabbable-panel {
    padding: 10px;
}

.marketplace-tabs .tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
    border: none;
    margin: 0px;
    width: 100%;
    float: left;
    text-align: center;
    display: inherit;
}

.marketplace-tabs .tabbable-line>.nav-tabs>li {
    margin-right: 2px;
    display: inline-block;
    float: none;
}

.marketplace-tabs .tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    font-family: 'Poppins', sans-serif !important;
    color: #455671;
    font-size: 16px;
    text-transform: inherit;
}

.marketplace-tabs .tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.marketplace-tabs .tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    color: #1578FC;
}

.marketplace-tabs .tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #1578FC;
}

.marketplace-tabs .tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.marketplace-tabs .tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.marketplace-tabs .tabbable-line>.nav-tabs>li.active {
    color: #1578FC;
    position: relative;
}

.marketplace-tabs .tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #1578FC;
    padding: 15px 20px;
    background: none;
    float: none;
    display: inline-block;
}

.marketplace-tabs .tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.marketplace-tabs .tabbable-line>.tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    padding: 15px 7%;
    width: 100%;
    float: left;
}

.marketplace-tabs .portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

#auc_tab_nav li.active a,
#auc_tab_nav li:hover a {
    color: #425062 !important;
    text-decoration: none;
    background: #ecf4fa !important;
}

/*--------------end marketplace tab css--------------*/
.new-home-grid .listing-body p {
    color: #455671;
    line-height: 20px;
}

/*
.flx-cls-new.new-home-grid {
    width: 377px;
    float: left;
    margin: 10px 10px 10px 10px;
    transition: all 0.1s ease;
}
*/
.flx-cls-new.new-home-grid {
    width: 24%;
    float: left;
    margin: 10px 7px 10px 8px;
    transition: all 0.1s ease;
}

.flx-cls-new.new-home-grid .listing-body h3 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    line-height: 20px;
}

.flx-cls-new.new-home-grid .listing-body h3#lst-price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
    line-height: 20px;
}

.new-home-grid .send-enquery-new,
.new-home-grid .send-enquery-new:hover,
.new-home-grid .send-enquery-new:focus {
    float: right;
    background: #1578fc;
    padding: 0px 18px;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
}

a.show-morelist-home {
    border: 1px solid #dcdcdc;
    color: #1578fc;
    padding: 0px 45px;
    border-radius: 50px;
    font-weight: 700;
    width: auto;
    display: inline-block;
    font-size: 16px;
    margin-left: 0px;
    margin-top: 20px;
    line-height: 50px;
    height: 50px;
}

a.show-morelist-home:hover {
    border: 1px solid #1578fc;
    color: #fff;
    background: #1578fc;
}

.comunity-sec {
    width: 100%;
    float: left;
    background: #fafafb;
    padding: 5%;
    margin-top: 4%;
}

.krank-unique-sec {
    width: 100%;
    float: left;
    background: #1578FC;
    padding: 5%;
    margin-bottom: 6%;
}

.growing-dv {
    width: 100%;
    float: left;
    margin-top: 5%;
}

.growing-dv h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    color: #455671;
    line-height: 68px;
    margin-bottom: 20px;
    padding-left: 10px;
}

.growing-dv p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    color: #455671;
}

.growing-dv a {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    margin-top: 20px;
    float: left;
    width: auto;
    color: #455671;
}

.growing-dv a img {
    width: 38px;
    margin-left: 13px;
}

.growing-dv a i {
    font-size: 35px;
    vertical-align: middle;
    margin-left: 10px;
}

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

ul.community-list li {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

ul.community-list li figure {
    width: 86px;
    /* height: 136px; */
    float: left;
    /* border-radius: 100px; */
    /* background: #455671; */
    margin-left: 60px;
    margin-top: 25px;
}

ul.community-list li figure img {
    width: 70px;
    /* height: 67px; */
    /* border-radius: 100px;*/
}

ul.community-list li .community-dv {
    width: 65%;
    float: right;
    margin-top: 3%;
}

ul.community-list li .community-dv h3 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    color: #1578FC;
    width: 100%;
    float: left;
}

ul.community-list li .community-dv p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    color: #455671;
    width: 100%;
    float: left;
}

.krank-auction-left {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    width: 100%;
    float: left;
    line-height: 70px;
}

.krank-auction-right {
    width: 100%;
    float: left;
}

.krank-auction-right p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    color: #fff;
    width: 100%;
    float: left;
    line-height: 30px;
}

.krank-auction-right a {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    margin-top: 15px;
    float: left;
    width: auto;
    color: #fff;
}

.krank-auction-right a img {
    width: 38px;
    margin-left: 13px;
}

.krank-auction-right a i {
    font-size: 35px;
    vertical-align: middle;
    margin-left: 10px;
}

.auction-marketplace {
    background-color: #fff;
    border: 0;
    padding: 0px 7%;
    width: 100%;
    float: left;
}

/*
.auction-marketplace .flx-cls-auc {
    width: 377px;
    float: left;
    margin: 10px 14px;
    transition: all 0.1s ease;
}
*/
.auction-marketplace .flx-cls-auc {
    width: 24%;
    float: left;
    margin: 10px 8px 10px 8px;
    transition: all 0.1s ease;
}

.auction-marketplace .listings-grids .top-panl .top-left-user a.user-pic-list {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    float: left;
    border: 1px solid #dcdbdb;
    padding: 2px;
    margin-top: -5px;
    margin-bottom: 8px;
}

.marketplace-tabs .line-background-one {
    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: 80%;
    height: 15px;
    position: relative;
    float: left;
    margin-left: -14px;
    margin-top: 20px;
}

.marketplace-tabs .small-line-background-two {
    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: 10px;
    position: relative;
    float: left;
    margin-left: -14px;
    margin-top: 5px;
}

.marketplace-tabs .btn-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: 55%;
    height: 10px;
    position: relative;
    float: left;
    margin-left: -14px;
    margin-top: 54px;
}

.marketplace-tabs .btn-aniate {
    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: 100px;
    height: 36px;
    position: relative;
    float: right;
    margin-right: -10px;
    margin-top: 42px;
    border-radius: 36px;
}

.auction-marketplace .flag-truncate {
    max-width: 437px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 86px;
    float: none;
    text-align: center;
}

.auction-marketplace .listings-grids .auction-by .col-lg-12 span {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 17px;
    font-weight: 700;
    font-size: 12px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
    text-align: center;
    padding: 0 0px;
    color: #606060;
    padding-right: 10px;
    max-width: 134px;
    display: inline-block;
    min-width: auto;
    width: auto;
}

.auction-marketplace img.flag-final {
    width: 20px;
    float: none;
    margin-top: -15px;
    margin-left: 0px;
    display: inline-block;
}

.auction-marketplace .auction.time .user-name-detail h1 {
    width: auto;
    max-width: 73%;
    float: left;
    color: #455671;
    font-size: 12.5px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}

.auction-marketplace .user-name-detail span {
    width: 100%;
    float: left;
    color: #606060;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.auction-marketplace .listings-grids .top-right-timer {
    float: right;
    width: 44%;
    margin-top: 8%;
}

.auction-marketplace .user-name-detail {
    width: 120px !important;
    height: 50px;
    float: left;
    margin-top: 0px;
    margin-left: 10px;
}

.auction-marketplace .listings-grids .auction-body {
    box-shadow: none;
    border-radius: 0 0 18px 18px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
}

.auction-marketplace .auction-by h3.no-margin a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #1578FC;
    padding: 0 15px;
    text-transform: uppercase;
}

.krank-why-left {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    color: #455671;
    width: 100%;
    float: left;
    line-height: 70px;
}

.krank-why-right {
    width: 100%;
    float: left;
}

.krank-why-right p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    color: #455671;
    width: 100%;
    float: left;
    line-height: 30px;
}

.krank-why-right a {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    margin-top: 15px;
    float: left;
    width: auto;
    color: #455671;
}

.krank-why-right a img {
    width: 38px;
    margin-left: 13px;
}

.krank-why-right a i {
    font-size: 35px;
    vertical-align: middle;
    margin-left: 10px;
}

.margn-krank-why {
    margin: 6% auto;
}

.zeromargin {
    margin: 0px;
}

.growing-dv.zeromargin .col-md-6 {
    margin-top: 20px;
}

.growing-dv.zeromargin .col-md-6 h3 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 19px;
    padding: 0px;
    margin-top: 15px;
    float: left;
    width: 100%;
    color: #455671;
    line-height: 30px;
}

.growing-dv.zeromargin .col-md-6 p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    padding: 0px;
    margin-top: 15px;
    float: left;
    width: 100%;
    color: #455671;
    padding-right: 20px;
}

.animation-mobile {
    width: 100%;
    float: left;
    text-align: center;
}

.animation-mobile img {
    width: 77%;
    margin-top: 15px;
}

.krank-why-right.manage-glow h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 55px;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    color: #455671;
    line-height: 68px;
    margin-bottom: 20px;
}

.manage-img {
    width: 100%;
    float: left;
}

.manage-img img {
    width: 90%;
    margin-top: 17px;
}

.get-krank-start {
    width: 100%;
    float: left;
}

.get-krank-start h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 55px;
    padding: 0px 40% 0 0;
    margin: 0px;
    float: left;
    width: 100%;
    color: #455671;
    line-height: 68px;
    margin-bottom: 20px;
}

.get-krank-start ol {
    width: 100%;
    float: left;
    margin: 0px 0 0 20px;
    padding: 0px;
}

.get-krank-start ol li {
    width: 100%;
    float: left;
    margin-top: 25px;
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    color: #455671;
}

.get-krank-start a {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    margin-top: 45px;
    float: left;
    width: auto;
    color: #455671;
    margin-right: 40px;
}

.get-krank-start a img {
    width: 38px;
    margin-left: 13px;
}

.get-krank-start a i {
    font-size: 35px;
    vertical-align: middle;
    margin-left: 10px;
}

.faq-sec-dv {
    width: 100%;
    float: left;
    margin-top: 6%;
}

.faq-sec-dv h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 55px;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    color: #455671;
    line-height: 68px;
    margin-bottom: 50px;
}

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

.faq-sec-dv ul li {
    width: 100%;
    float: left;
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    color: #455671;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.faq-sec-dv ul li:last-child {
    border-bottom: none;
}

.faq-sec-dv ul li h3 {
    width: 100%;
    float: left;
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    color: #455671;
}

.faq-sec-dv ul li p {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    color: #455671;
    line-height: 35px;
}

footer {
    display: block;
    border-top: 1px solid #dcdcdc !important;
    float: left;
    width: 100%;
    background: #fff !important;
    margin-top: 2%;
    padding: 6% 0px;
}

.custom-divleft {
    max-width: 21% !important;
}

.custom-dv-argin {
    margin-right: 6% !important;
}

footer h1 {
    color: #455671;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins-Bold', sans-serif !important;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    line-height: 28px;
}

ul.footer-list li a {
    width: 100%;
    float: left;
    color: #425062;
    padding: 0px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    line-height: 18px;
}

.about-krank-footer {
    width: 100%;
    float: left;
}

.about-krank-footer img {
    width: 135px;
    display: block;
}

.about-krank-footer p {
    width: 100%;
    float: left;
    color: #425062;
    padding: 0px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    line-height: 30px;
    margin-top: 20px;
}

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

.social-footer a {
    margin-right: 10px;
}

.social-footer img {
    height: 20px;
    margin-right: 10px;
}

.visa-sign {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.visa-sign img {
    height: 15px;
    margin-right: 10px;
    float: left;
}

.visa-sign span {
    float: left;
    color: #425062;
    font-weight: 700;
    padding: 0px;
    font-size: 11px;
    font-family: 'Poppins', sans-serif !important;
    width: auto;
}

.palystor-footer {
    width: 120px;
    float: left;
    margin-top: 20px;
}

.palystor-footer a {
    width: 100%;
    float: left;
}

.palystor-footer img {
    width: 110px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
}

/*--------------home new page css--------------*/
body.modal-open #wrap {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.modal-backdrop {
    background: #000;
}

.close {
    font-size: 50px;
    display: block;
}

.btn-close-video,
.btn-close-video:hover,
.btn-close-video:focus {
    width: 30px;
    height: 30px;
    opacity: 1;
    color: #fff;
    font-size: 30px;
    top: 8px;
    background: #1578FC !important;
    right: 8px;
    text-align: center;
    border-radius: 0px;
    padding: 0px !important;
    margin: 0px;
    outline: none;
    z-index: 9999;
}

.video-play {
    margin-right: 0px !important;
}

#video-play.modal {
    overflow-y: hidden;
}

.container-video {
    width: 75%;
    margin: 0 auto;
    padding: 0px 4.6%;
    margin-top: 90px;
    position: relative;
}

.auction-pop-video {
    width: 100%;
}

.auction-pop-video iframe {
    width: 100% !important;
    height: 728px;
}

#video-play button.close {
    /*
 -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: #fff;
    opacity: 1;
    padding: 3px 10px 3px 10px;
    font-size: 25px;
    left: 13px;
    z-index: 888;
    top: 23px;
    background: #1578FC;
    color: #fff;
    border-radius: 8px;
*/
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: #fff;
    opacity: 1;
    padding: 1px 10px 3px 10px;
    font-size: 25px;
    left: 13px;
    z-index: 888;
    top: 23px;
    background: #1578FC;
    color: #fff;
    border-radius: 8px;
    position: absolute;
    top: -10px;
    right: 63px;
    z-index: 999;
    left: auto;
}

#video-play button.close:hover,
#video-play button.close:focus {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: #fff;
    opacity: 1;
    padding: 1px 10px 3px 10px;
    font-size: 25px;
    left: 13px;
    z-index: 888;
    top: 23px;
    background: #1578FC;
    color: #fff;
    border-radius: 8px;
    position: absolute;
    top: -10px;
    right: 63px;
    z-index: 999;
    left: auto;
}

.video-bg {
    float: left;
    width: 100%;
    height: 600px;
}

#videoContainer {
    width: 44vw;
    height: 64vh;
    background: #ddd;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#videoContainer.fullScreen {
    width: 100vw !important;
    height: 100vh !important;
}

#videoContainer.small .intensityBar {
    width: 50px !important;
}

#videoContainer.small .playButton {
    margin: 0 !important;
    margin-right: 5px !important;
}

#videoContainer.small .timer {
    display: none !important;
}

#videoContainer.small .playPause,
#videoContainer.small .volume .icon,
#videoContainer.small .scale .icon {
    width: 15px !important;
    height: 15px !important;
}

#videoContainer.small .progressBar {
    height: 6px !important;
}

#videoContainer.small .overlay .button {
    width: 50px !important;
    height: 50px !important;
}

#videoContainer.small .time {
    display: none !important;
}

#videoContainer .overlay {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    border-radius: 5px;
}

#videoContainer .overlay .button {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../../frontend/video/play-button.svg);
    background-size: 100% 100%;
    transform: translate(-50%, calc(-50% - 30px));
    cursor: pointer;
    transition: width 0.2s, height 0.2s;
}

#videoContainer .overlay .button:hover {
    width: 90px;
    height: 90px;
}

#videoContainer #video {
    width: 100%;
    height: calc(100% - 60px);
    position: relative;
    top: -30px;
    left: 0;
    overflow: hidden;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#videoContainer #video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#videoContainer #controls {
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 9999;
}

#videoContainer #controls .playButton {
    width: 70px;
    height: 100%;
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.4s;
    border-bottom-left-radius: 5px;
}

#videoContainer #controls .playButton:hover {
    background: #eaeaea;
}

#videoContainer #controls .playButton .playPause {
    width: 25px;
    height: 25px;
    background: url(../../frontend/video/play.svg);
    background-size: 100% 100%;
}

#videoContainer #controls .ProgressContainer {
    color: #fff;
    width: calc(100% - 100px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

#videoContainer #controls .ProgressContainer .progressBar {
    width: 100%;
    height: 8px;
    background: #1578FC;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
}

#videoContainer #controls .ProgressContainer .progressBar:hover+.time {
    opacity: 1;
    transform: translateY(0);
}

#videoContainer #controls .ProgressContainer .progressBar .progress {
    width: 0%;
    height: 100%;
    background: #eaeaea;
    border-radius: 20px;
}

#videoContainer #controls .ProgressContainer .timer {
    margin: 0 10px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    font-weight: 300;
    color: #2e2e2e;
    letter-spacing: 1px;
}

#videoContainer #controls .ProgressContainer .time {
    width: 80px;
    height: 25px;
    background: #1578FC;
    position: absolute;
    top: -20px;
    left: 0;
    border-radius: 5px;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.3s, opacity 0.3s;
}

#videoContainer #controls .ProgressContainer .time::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 25px;
    left: 33px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1578FC;
}

#videoContainer #controls .volume {
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

#videoContainer #controls .volume .icon {
    width: 25px;
    height: 25px;
    background: url(../../frontend/video/volume.svg);
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 10px;
}

#videoContainer #controls .volume .intensityBar {
    width: 100px;
    height: 4px;
    background: #1578FC;
    border-radius: 20px;
    max-width: 100px;
    overflow: hidden;
    transform-origin: right center;
    cursor: pointer;
    transition: all 0.5s;
}

#videoContainer #controls .volume .intensityBar .intensity {
    width: 50%;
    height: 100%;
    background: #eaeaea;
}

#videoContainer #controls .scale {
    width: 70px;
    height: 100%;
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    cursor: pointer;
    transition: all 0.4s;
    border-bottom-right-radius: 5px;
}

#videoContainer #controls .scale:hover {
    background: #eaeaea;
}

#videoContainer #controls .scale .icon {
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    background: url(../../frontend/video/expand.svg);
    background-size: 100% 100%;
}

/*----------video css done---------------*/
/*--------------host auction css--------------*/
.hide-sec-full {
    display: none;
}

.host-sec {
    padding: 0px 4%
}

.hostbanner {
    width: 100%;
    float: left;
    margin-top: 7%;
    background: url(../img/banner-hostf.jpg);
    background-size: 100% auto;
    background-position: top;
    min-height: 858px;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    position: relative;
}

.hostbanner .video-dv {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
}

.hostbanner .banner-dvn {
    width: auto;
    float: left;
    margin: 8% 0 0 5%
}

.hostbanner .banner-dvn h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    width: auto;
    display: block;
    line-height: 70px;
}

.hostbanner .banner-dvn p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    color: #fff;
    width: auto;
    display: block;
    line-height: 30px;
}

.hostbanner .banner-dvn a.get-start-ban {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-size: 25px;
    color: #fff;
    width: auto;
    float: left;
    line-height: 70px;
    background: #1478FB;
    border-radius: 45px;
    font-weight: 700;
    height: 70px;
    min-width: 360px;
    text-align: center;
}

a.watch-btn {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-size: 20px;
    color: #fff;
    width: auto;
    font-weight: 700;
    text-align: center;
    position: absolute;
    bottom: 25%;
    right: 13%;
}

a.watch-btn img {
    width: 38px;
    margin-left: 13px;
}

a.watch-btn i {
    font-size: 35px;
    margin-left: 10px;
    vertical-align: middle;
}

.introducing-section {
    width: 100%;
    float: left;
}

.introducing-section h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    color: #455671;
    text-align: center;
    line-height: 70px;
    padding: 0px 31%;
}

.introducing-section p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    padding: 0px;
    margin: 25px 0px;
    float: left;
    width: 100%;
    color: #455671;
    text-align: center;
}

.introducing-section ul {
    width: 100%;
    float: left;
    list-style: none;
    text-align: center;
    margin: 5% 0px;
}

.introducing-section ul li {
    display: inline-block;
    margin-left: 45px;
    margin-right: 45px;
}

.introducing-section ul li figure {
    width: 144px;
    /*
	height: 144px;
	background: #F2F2F2;
*/
    display: block;
    border-radius: 100px;
    text-align: center;
}

.introducing-section ul li figure img {
    /*
	width: 144px;
	height: 144px;
*/
    height: 60px;
}

.introducing-section ul li span {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    float: left;
    width: 100%;
    color: #455671;
    text-align: center;
    margin-top: 20px;
}

.btn-intro-dv {
    width: 100%;
    text-align: center;
    float: left;
}

.btn-intro-dv a {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-size: 20px;
    color: #455671;
    width: auto;
    font-weight: 700;
    display: inline-block;
    margin-right: 0px;
}

.btn-intro-dv a img {
    width: 38px;
    margin-left: 13px;
}

.btn-intro-dv i {
    font-size: 35px;
    margin-left: 10px;
    vertical-align: middle;
}

.features-control .btn-intro-dv a {
    margin-right: 0px;
}

.desk-go-min {
    padding: 0px 4%;
    margin-top: 6%;
    width: 100%;
    float: left;
}

.desk-go-sec {
    width: 100%;
    background: #FAFAFA;
    float: left;
}

.desk-go-sec-left {
    width: 100%;
    float: left;
}

.desk-go-sec-left img {
    width: 100%;
    float: left;
}

.desk-go-rightn {
    width: 80%;
    float: left;
    margin-top: 15%;
    padding-left: 30px;
}

.desk-go-rightn figure {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.desk-go-rightn img {
    width: 110px;
    float: left;
}

.desk-go-rightn h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    color: #455671;
    line-height: 68px;
    margin-bottom: 30px;
}

.desk-go-rightn p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    color: #455671;
    width: 100%;
    float: left;
    line-height: 35px;
}

.desk-go-rightn a {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    margin-top: 15px;
    float: left;
    width: auto;
    color: #455671;
    margin-bottom: 30px;
}

.desk-go-rightn a img {
    width: 38px;
    margin-left: 13px;
    float: none;
}

.features-control {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10% 0 5% 0;
    padding: 0px 15%;
}

.features-control figure {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.features-control figure img {
    width: 100px;
}

.features-control h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    padding: 0px 18%;
    margin: 0px;
    float: left;
    width: 100%;
    color: #455671;
    line-height: 68px;
    margin-bottom: 30px;
}

.features-control.res h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    padding: 0px 14%;
    margin: 0px;
    float: left;
    width: 100%;
    color: #455671;
    line-height: 68px;
    margin-bottom: 30px;
}

.features-control p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    color: #455671;
    width: 100%;
    float: left;
    line-height: 35px;
    margin-bottom: 7%;
}

.features-control h3 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    color: #455671;
    line-height: 68px;
}

.feature-core-main {
    padding: 0px 4%;
    width: 100%;
    float: left;
}

.core-privacy-section {
    width: 100%;
    float: left;
    margin-top: 0%;
    background: url(../img/banner-core-privacy.jpg);
    background-size: 100% auto;
    background-position: top;
    min-height: 714px;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    position: relative;
}

.core-privacy-section .core-privacy-main {
    width: auto;
    float: left;
    margin: 9% 0 0 9%;
}

.core-privacy-section .core-privacy-main figure {
    width: auto;
    display: block;
}

.core-privacy-section .core-privacy-main figure img {
    width: 76px;
}

.core-privacy-section .core-privacy-main h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #fff;
    line-height: 68px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.core-privacy-section .core-privacy-main p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    color: #fff;
    width: 100%;
    float: left;
    line-height: 35px;
    margin-bottom: 20px;
}

.core-privacy-section .core-privacy-main span {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    float: left;
    line-height: 35px;
    margin-bottom: 35px;
}

.core-privacy-section .core-privacy-main a {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    margin-top: 15px;
    float: left;
    width: auto;
    color: #fff;
    margin-bottom: 30px;
}

.core-privacy-section .core-privacy-main a img {
    width: 38px;
    margin-left: 13px;
    float: none;
}

.feaure-part-bot {
    width: 100%;
    float: left;
    margin-bottom: 13%;
}

.feaure-part-bot figure {
    width: 100%;
    float: left;
    height: 80px;
}

.feaure-part-bot figure img {
    height: 100%;
}

.feaure-part-bot figure img.special-pic {
    height: 71%;
    margin-top: 2%;
}

.feaure-part-bot h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #455671;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.feaure-part-bot p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #455671;
}

.mtp-feature {
    margin-top: 5%;
}

.growth-secion {
    padding: 0px 4%;
    width: 100%;
    float: left;
}

.growth-secion-inner {
    width: 100%;
    background: #455671;
    float: left;
    padding: 5%;
}

.growth-secion-inner figure {
    width: 100%;
    float: left;
    text-align: center;
}

.growth-secion-inner figure img {
    width: 96px;
}

.growth-secion-inner h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #fff;
    line-height: 70px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}

.driver-panel {
    width: 87%;
    float: left;
    margin-top: 15%;
    margin-bottom: 5%;
}

.driver-panel.panel-right-driver {
    padding-left: 15%;
    width: 96%;
}

.driver-panel h3 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}

.driver-panel p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #fff;
    line-height: 35px;
    margin-bottom: 30px;
}

.driver-intro-dv {
    width: 100%;
    text-align: center;
    float: left;
}

.driver-intro-dv a {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-size: 20px;
    color: #fff;
    width: auto;
    font-weight: 700;
    display: inline-block;
    margin-right: 60px;
}

.driver-intro-dv a img {
    width: 38px;
    margin-left: 13px;
}

.heavyindus-secion {
    width: 100%;
    background: #FDFFF5;
    float: left;
    padding: 7% 5%
}

.heavyindus-secion.boost-dv figure {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 4%;
}

.heavyindus-secion.boost-dv figure img {
    width: 82px;
}

.heavyindus-secion.boost-dv h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #455671;
    margin-bottom: 5%;
    text-align: center;
    padding: 0 0%;
}

.timepickup {
    width: 100%;
    float: left;
    margin: 7% 0px;
}

.timepickup figure {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 4%;
}

.timepickup figure img {
    width: 108px;
}

.timepickup h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 60px;
    padding: 0px 32%;
    float: left;
    width: 100%;
    color: #455671;
    margin-bottom: 8%;
    text-align: center;
}

.timepickup .list-option {
    width: 100%;
    float: left;
}

.timepickup .list-option .circle-dv {
    width: 144px;
    height: 144px;
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border-radius: 200px;
    text-align: center;
    padding-top: 60px;
    float: none;
    margin: 0 auto;
}

.timepickup .list-option p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    line-height: 35px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #455671;
    text-align: center;
    margin-top: 25px;
}

.blue-circle {
    background: #58ACF9
}

.black-circle {
    background: #455671
}

.blued-circle {
    background: #1578FC
}

.bluel-circle {
    background: #58ACF9
}

.timepickup .btn-intro-dv {
    margin: 5% 0 2% 0;
}

/*--------------host auction css--------------*/
.autocomplete-items div {
    text-align: left;
}

.faq-navigation {
    width: 100%;
    float: left;
    padding: 0px 0px;
    text-align: center;
    border-top: 1px solid #e0dfdf;
    margin-top: 10px;
    padding-top: 80px !important;
}

.faq-navigation ul {
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.faq-navigation ul li {
    font-size: 16px;
    color: #455671;
    display: inline-block;
    width: 16%;
}

.faq-navigation ul li a {
    font-size: 16px;
    display: inline-block;
    padding: 20px 20px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    color: #455671;
}

.faq-navigation ul li>ul {
    display: none;
}

.autocomplete-items div strong.active {
    color: #1578FC !important;
}

.faq-navigation ul li:hover ul {
    display: block;
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    text-align: center;
    position: absolute;
    border-top: 1px solid #ccc;
    left: 0;
    top: 61px;
    transition: all 0.1s ease;
    z-index: 999;
    box-shadow: 0px 6px 8px #e0e0e0;
}

.faq-navigation ul li ul li {
    font-size: 16px;
    color: #455671;
    display: inline-block;
    width: 12%;
    vertical-align: top;
    border-right: solid 1px #ccc;
}

.faq-navigation ul li ul li:last-of-type {
    border-right: none;
}

.faq-navigation ul li ul li a {
    font-size: 15px;
    color: #455671;
    display: inline-block;
    padding: 10px 10px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
}

.searchpanel-faq {
    width: 100%;
    float: left;
    margin-top: 2%;
}

.searchpanel-faq,
.searchpanel-brands h1 {
    font-size: 60px;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Poppins-bold', sans-serif !important;
    color: #455671;
    font-weight: 700;
}

.searchpanel-brands {
    width: 100%;
    float: left;
    margin-top: 10%;
}

.icon-headf {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
}

.icon-headf img {
    width: 70%;
    height: auto !important;
}

.faq-searchpage {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 50px;
    margin-bottom: 5%;
}

.faq-searchpage .search.new-hader input {
    color: #455671;
    font-size: 18px;
    float: left;
    border: none;
    width: 86%;
    line-height: 65px;
    padding-left: 20px;
    background: none;
    outline: none;
    font-family: 'Poppins', sans-serif !important;
}

/**/
.faq-searchpage .search.new-hader button,
.faq-searchpage .search.new-hader button:hover,
.faq-searchpage .search.new-hader button:focus {
    border: none;
    width: 65px;
    height: 65px;
    color: #1578FC;
    font-size: 26px;
    float: right;
    border-radius: 0 18px 18px 0;
    outline: none;
    cursor: pointer !important;
    background: none !important;
}

.faq-searchpage .search.new-hader {
    width: 68%;
    float: left;
    border: 1px solid #DFDFDF;
    border-radius: 18px;
    background: #fff;
    height: auto;
    position: relative;
    margin-top: 7px;
    margin-left: 16%;
}

.autocomplete-items {
    position: absolute;
    border: none;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 6px !important;
    margin-left: 2px;
    width: 100%;
    border-radius: 18px !important;
    box-shadow: 0px 0px 8px #f1f0f0;
    background: #fff;
}

.autocomplete-items div:first-child:hover,
.autocomplete-items div:first-child:hover strong {
    cursor: pointer;
    background-color: transparent !important;
    /* border-bottom: 1px solid #d4d4d4; */
    border-radius: 18px 18px 0 0 !important;
    color: #1578FC !important;
}

.autocomplete-items div:last-child:hover,
.autocomplete-items div:last-child:hover strong {
    cursor: pointer;
    background-color: transparent !important;
    /* border-bottom: 1px solid #d4d4d4; */
    border-radius: 0 0 18px 18px !important;
    color: #1578FC !important;
}

.autocomplete-items div:hover,
.autocomplete-items div strong:hover {
    cursor: pointer;
    background-color: transparent !important;
    color: #1578FC !important;
}

.autocomplete-items div:hover strong {
    color: #1578FC !important;
}

.detail-faq-dv {
    width: 100%;
    float: left;
    margin-bottom: 10%;
}

.detail-faq-dv h1 {
    font-size: 20px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins-bold', sans-serif !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    padding: 0 0 25px;
}

.article-row {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 0px;
}

.tag-describ {
    width: 70%;
    float: left;
    font-size: 16px;
    color: #455671;
    font-family: 'Poppins', sans-serif !important;
    margin: 15px 0 15px 0;
    padding-top: 8px;
}

.tag-describ a {
    width: 95%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Poppins', sans-serif !important;
    color: #455671;
}

.tag-describright {
    width: 30%;
    float: left;
    font-size: 20px;
    color: #455671;
    font-family: 'Poppins', sans-serif !important;
    margin: 15px 0 15px 0;
}

.tag-describright a {
    float: left;
    font-size: 14px;
    color: #455671;
    font-family: 'Poppins', sans-serif !important;
    border: 1px solid #e0dfdf;
    padding: 8px 25px;
    margin-top: 0px;
    text-decoration: none;
    border-radius: 36px;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.tag-describright i {
    float: right;
    margin-top: 5px;
}

.respas-dv {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border: 1px solid #e0dfdf;
    padding: 15px 15px 25px 15px;
    margin-top: 20px;
    border-radius: 8px;
}

.respas-dv figure {
    width: 20%;
    float: left;
}

.respas-dv figure img {
    width: 100%;
}

.respas-dv .reset-des {
    width: 78%;
    float: right;
    padding: 10px;
}

.respas-dv .reset-des h1 {
    font-size: 16px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins-bold', sans-serif !important;
    margin: 0px 0 5px 0;
    padding: 0px;
    line-height: normal;
}

.respas-dv .reset-des h3 {
    font-size: 16px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins-bold', sans-serif !important;
    margin: 0px 0 35px 0;
    padding: 0px;
    line-height: normal;
}

.respas-dv .reset-des p {
    font-size: 13px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
    margin: 0px;
    padding: 0px;
    line-height: 22px;
}

.respas-dv .reset-des a {
    text-decoration: none;
    color: #1578fc;
}

.reset-des figure {
    width: auto;
    float: left;
}

.reset-des figure img {
    width: 100px;
    margin-right: 5px;
    margin-top: 5px;
}

.article-row:last-child {
    border-bottom: none;
}

.faq-inner-page {
    width: 100%;
    float: left;
    margin: 30px 0;
    min-height: 300px;
}

.faq-inner-page h1 {
    font-size: 28px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins-bold', sans-serif !important;
    margin: 0px 0 25px 0;
    padding: 0px;
    line-height: normal;
    border-bottom: 1px solid #e0dfdf;
    padding-bottom: 10px;
}

.faq-inner-page h2 {
    font-size: 20px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins-bold', sans-serif !important;
    margin: 10px 0 10px 0;
    padding: 0px;
    line-height: normal;
}

.faq-inner-page h3 {
    font-size: 13px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins-bold', sans-serif !important;
    margin: 10px 0 5px 0;
    padding: 0px;
    line-height: normal;
}

.faq-inner-page p {
    font-size: 13px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
    margin: 0px 0 15px 0;
    padding: 0px;
    line-height: 22px;
}

.faq-inner-page p a {
    color: #1578FC;
}

.faq-inner-page strong {
    font-weight: bold;
}

.faq-inner-page ul,
.faq-inner-page ol {
    margin: 0px 0 10px 0;
    width: 100%;
    float: left;
    list-style: disc;
    padding: 0 0 0 30px;
}

.faq-inner-page ul li,
.faq-inner-page ol li {
    font-size: 13px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
    margin: 0px 0 10px 0;
    padding: 0px;
    line-height: normal;
}

.faq-navigation.sticky {
    position: fixed;
    top: 44px;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 6px 8px #e0e0e0;
}

.resp-disp,
.resp-disp-search,
.mobile-head-host {
    display: none;
}

.listing-hide-mobile {
    display: block;
}

.listing-show-mobile {
    display: none;
}

.animation-mobile.show-mobile {
    display: none;
}

.animation-mobile.hide-mobile {
    display: block;
}

.auFavShr {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
}

.auFavShr a.fav_auc {
    background: #1578FC;
    padding: 4px 8px 3px 8px;
    border-radius: 8px;
    color: #00D593;
    font-size: 15px;
    float: left;
    position: static;
}

.auFavShr a.auc-shre {
    background: #1578FC;
    padding: 5px 7px 3px 8px;
    border-radius: 8px;
    color: #00D593;
    font-size: 14px;
    float: left;
    margin-top: 5px;
}

/*-----------------------jobs-------------------*/
.legal-mrgin {
    margin: 0px 0 0px 0 !important;
}

.job-section-legal {
    margin-top: 15% !important;
    margin-bottom: 18% !important;
}

.job-heading {
    font-size: 30px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins-Bold', Arial, sans-serif;
    font-weight: 700;
    margin: 0px 0 25px 0;
    padding: 0px;
    line-height: 50px;
    padding-bottom: 10px;
}

.job-dsheading {
    font-size: 28px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins-Bold', Arial, sans-serif;
    font-weight: 700;
    margin: 0px 0 0px 0;
    padding: 0px;
    line-height: normal;
    padding-bottom: 0px;
}

.job-local {
    font-size: 20px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins-Bold', Arial, sans-serif;
    font-weight: 700;
    margin: 0px 0 0px 0;
    padding: 0px;
    line-height: 30px;
    padding-bottom: 10px;
}

.job-section {
    margin-top: 3%;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.job-section.job-section-legal .col-md-12 p {
    font-family: 'Poppins', Arial, sans-serif;
    color: #455671;
}

.selec-job {
    width: 100%;
    float: left;
}

.selec-job select {
    font-size: 13px;
    color: #455671;
    float: right;
    width: 47%;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 0px 0 25px 0;
    padding: 8px;
    line-height: normal;
    border: 1px solid #DFDFDF;
    margin-left: 15px;
    height: 50px;
    outline: none;
    border-radius: 10px;
}

.job-des-section {
    width: 100%;
    float: left;
    border-bottom: 1px solid #DFDFDF;
    padding: 15px 15px 0px 15px;
    margin-bottom: 35px;
}

.job-des-section:last-child {
    border-bottom: none;
}

.job-des-section h2 {
    font-size: 22px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins-Bold', Arial, sans-serif;
    margin: 0px 0 5px 0;
    padding: 0px;
    line-height: normal;
    padding-bottom: 0px;
    padding-left: 12px;
    font-weight: 700;
}

.other-position {
    width: 100%;
    float: left;
    margin-top: 35px;
}

.other-position h2 {
    font-size: 28px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'Poppins-Bold', Arial, sans-serif;
    font-weight: 700;
    margin: 0px 0 15px 0;
    padding: 0px;
    line-height: normal;
    padding-bottom: 30px;
    padding-left: 15px;
    text-align: center;
}

.job-section-inner {
    margin-top: 15%;
    float: left;
    width: 100%;
    border-bottom: none;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

a.job-row-box {
    width: 100%;
    font-size: 14px;
    color: #1578FC;
    float: left;
    line-height: 24px;
    margin-bottom: 50px;
    font-family: 'Poppins-Bold', Arial, sans-serif;
}

a.job-row-box span {
    font-size: 14px;
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
    color: #455671;
}

.job-description {
    margin-top: 0px;
    width: 100%;
    float: left;
}

.job-description h1,
.job-description h2,
.job-description h3 {
    font-size: 16px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'hel-bold', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 20px 0 0px 0;
    padding: 0px;
    line-height: 10px;
    font-weight: 700;
}

.job-des-section .noborder {
    border: none;
}

.job-des-section .hideCity {
    display: none;
}

.job-des-section .hideCat {
    display: none;
}

.open-pos-empty-text {
    margin: 50px 0;
}

.job-description p {
    font-size: 13px;
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
    color: #455671;
    padding: 0px;
    line-height: 24px;
    padding-bottom: 10px;
    margin: 15px 0;
}

.job-description ul {
    list-style: disc;
    width: 100%;
    float: left;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 15px;
}

.job-description ul li {
    font-size: 13px;
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
    color: #455671;
    padding: 15px 0px;
    line-height: 28px;
    padding-bottom: 0px;
}

.applynow-btn,
.applynow-btn:hover,
.applynow-btn:focus,
.applynow-btn.active {
    border: none;
    background: #1578FC;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 16px;
    float: right;
    border-radius: 18px;
    outline: none;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-family: 'Poppins-bold', sans-serif !important;
}

.form-job {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.form-job label {
    font-size: 13px;
    color: #425062;
    float: left;
    width: 100%;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    padding: 15px 0px;
    line-height: 28px;
    padding-bottom: 0px;
    cursor: auto;
    margin: 0;
}

.form-job input {
    font-size: 13px;
    color: #455671;
    float: left;
    width: 50%;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 8px;
    line-height: normal;
    border: 1px solid #DFDFDF;
    height: 50px;
    outline: none;
    border-radius: 10px;
}

.form-job .oneselect {
    width: 50%;
}

.form-job textarea {
    font-size: 13px;
    color: #455671;
    min-height: 100px;
    max-height: 200px;
    resize: none;
    float: left;
    width: 50%;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 8px;
    line-height: normal;
    border: 1px solid #DFDFDF;
    height: 50px;
    outline: none;
    border-radius: 10px;
}

.form-job input[type=checkbox] {
    font-size: 13px;
    color: #455671;
    float: left;
    width: 14px;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 8px;
    line-height: normal;
    border: 1px solid #DFDFDF;
    outline: none;
    border-radius: 10px;
    height: 14px;
}

.form-job a,
.form-job button {
    font-size: 13px;
    color: #1578FC;
    float: left;
    width: auto;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    padding: 0px;
    line-height: normal;
    padding-bottom: 0px;
    text-decoration: none;
    background: none;
    outline: none;
    margin-right: 10px;
}

.form-job input.ad-education,
.form-job input.ad-employment {
    font-size: 13px;
    color: #1578FC;
    float: left;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    padding: 15px 0 0;
    line-height: normal;
    padding-bottom: 0px;
    text-decoration: none;
    background: none;
    outline: none;
    text-align: left;
    border: none;
    width: auto;
    height: auto;
}

.form-job select {
    font-size: 13px;
    color: #455671;
    float: left;
    width: 23%;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 8px;
    line-height: normal;
    border: 1px solid #DFDFDF;
    height: 50px;
    outline: none;
    border-radius: 10px;
    margin-right: 10px;
}

.form-job input.date-year {
    font-size: 13px;
    color: #455671;
    float: left;
    width: 23%;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 8px;
    line-height: normal;
    border: 1px solid #DFDFDF;
    height: 50px;
    outline: none;
    border-radius: 10px;
}

.show-field-div,
.show-employment-div {
    display: none;
}

#employmentInfoDiv {
    margin-bottom: 20px;
    float: left;
}

.full-form-dv {
    width: 100%;
    background: #FDFFF5;
    float: left;
    padding: 4% 5%;
    margin: 35px 0px;
}

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

.equal-dv h1 {
    font-size: 20px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'hel-bold', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 0px 0 20px 0;
    padding: 0px;
    line-height: 10px;
    font-weight: 700;
    text-align: center;
}

.equal-dv span {
    font-size: 20px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'hel-bold', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0px 0 30px 0;
    padding: 0px;
    line-height: 10px;
    text-align: center;
}

.equal-dv p {
    font-size: 13px;
    color: #455671;
    float: left;
    width: 100%;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 0px 0 20px 0;
    padding: 0px;
    line-height: 20px;
}

.full-form-dv .panel-default>.panel-heading {
    color: #455671;
    background: none;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.full-form-dv .panel-default>.panel-heading a {
    display: block;
    padding: 20px 0px;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #455671;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    color: #455671;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 10px 0px;
}

.full-form-dv .panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.full-form-dv .panel-default>.panel-heading a[aria-expanded="true"] {
    background: none;
}

.full-form-dv .panel-default>.panel-heading a:before {
    display: none;
}

.full-form-dv .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.full-form-dv .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

a.submit-form {
    width: 20%;
    font-size: 16px;
    color: #fff;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    border-radius: 36px;
    background: #1578FC;
    padding: 15px 35px;
    margin: 0 auto;
    clear: both;
}

.margn-btn {
    margin: 25px 0 50px 0;
}

.seo-foote-content {
    padding: 15px 10px;
    float: left;
}

.seo-foote-content h1 {
    font-family: 'Poppins-Bold', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #343b45;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.seo-foote-content h2 {
    font-family: 'Poppins-Bold', sans-serif;
    font-size: 20px;
    color: #343b45;
    width: 100%;
    float: left;
}

.seo-foote-content h3 {
    font-family: 'Poppins-Bold', sans-serif;
    font-size: 18px;
    color: #343b45;
    width: 100%;
    float: left;
}

.seo-foote-content h4 {
    font-family: 'Poppins-Bold', sans-serif;
    font-size: 16px;
    color: #343b45;
    width: 100%;
    float: left;
}

.seo-foote-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #343b45;
    width: 100%;
    float: left;
    line-height: 18px;
}

.tab-res,
a.search-btn-res,
.search-btn-res {
    display: none;
}

.job-baner {
    float: left;
    width: 100%;
    margin-top: 9%;
    margin-bottom: 3%;
    background: url(../img/career.jpg);
    background-size: 100% auto;
    background-position: top;
    min-height: 650px;
    background-repeat: no-repeat;
    position: relative;
}

.job-baner .banner-dvn {
    width: auto;
    float: left;
    margin: 3% 0 0 5%;
}

.job-baner .banner-dvn h1 {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    width: auto;
    display: block;
    line-height: 70px;
}

.job-baner img {
    width: 100%;
}

/*-----------------------jobs-------------------*/
#modalTermsofUse .close,
#modalPrivacy .close,
#modalCookies .close {
    float: right;
    font-size: 21px !important;
    font-weight: bold;
    line-height: normal;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1 !important;
    z-index: 999;
    margin-top: -14px;
    margin-right: -10px;
}

#modalTermsofUse p,
#modalPrivacy p,
#modalCookies p {
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #131947;
}

/* ------------brand css--------------- */
.gal {
    display: flex;
    flex-wrap: wrap;
}

.brand-dv {
    width: 25%;
    padding: 20px 40px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.brand-dv:nth-child(even) {
    margin-top: 100px;
}

.gal img {
    max-width: 400px;
    width: 100%;
    padding: 7px 0;
}

#brand_desc {
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 0px 8px 8px #e0e0e0; */
    width: 100%;
    float: left;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 40px;
}

#brand_desc figure {
    width: 16%;
    float: left;
    /* border: 1px solid #ccc; */
    padding: 0px;
    border-radius: 10px;
    margin-top: 0px;
    margin-left: 15px;
}

.total-list-count {
    width: auto;
    float: right;
    font-size: 20px;
    color: var(--main-brand-secondary-color) !important;
    font-family: 'roboto', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin: 35px 15px 0 0;
}

#brand_desc figure img {
    max-height: 100px;
    min-height: auto;
    max-width: 300px;
}

.brand-info #brand_desc figure img{
    border: solid 1px #E3E3E3;
    border-radius: 12px;
    padding: 10px;
    background: white;
}

.brand-des {
    width: 100%;
    float: left;
    padding: 0 0px 20px 0px;
    margin-top: 0px;
    margin-bottom: -20px;
}

.brand-info #brand_desc figure{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.brand-info #brand_desc {
    background-color: #F5FAFF;
    margin-bottom: 20px;
}

.brand-des h1 {
    width: 100%;
    float: left;
    font-size: 36px;
    color: var(--main-brand-secondary-color) !important;
    font-family: 'roboto', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin: 0px 0 0px 0;
    padding: 0px;
}

.brand-des p {
    width: 100%;
    float: left;
    font-size: 17px;
    color: var(--main-brand-desc-color);
    font-family: 'roboto', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 0 15px;
    line-height: 28px;
}

.brand-des p a {
    color: #1578fc;
    font-weight: 700;
    font-size: 17px;
    margin-left: 10px;
}

.search-bar {
    width: 59%;
    margin: 0px auto 50px auto;
    float: none;
    clear: both;
}

.search-bar input {
    width: 87%;
    float: left;
    border: none;
    border-radius: 20px 0 0 20px;
    padding: 7px 15px;
    height: 68px;
    border-right: none;
    outline: none;
    color: #919191;
    font-family: 'matter', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-left: 2px;
    box-shadow: 0px 8px 8px #e0e0e0;
    border: 1px solid #ddd;
}

.search-bar.autocomplete input {
    margin: 0;
    width: calc(100% - 93px);
}

.search-bar a {
    width: auto;
    float: left;
    background: #1578FC;
    color: #fff;
    font-family: 'matter', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    height: 68px;
    line-height: 60px;
    padding: 0px 20px;
    border: 1px solid #1578FC;
    border-radius: 0 20px 20px 0;
    outline: none;
    text-decoration: none;
    box-shadow: 0px 8px 8px #e0e0e0;
}

.pagination {
    justify-content: center;
}

/*Style 'show menu' label button and hide it by default*/
.faq-navigation .show-menu {
    text-decoration: none;
    color: #ccc;
    text-align: center;
    padding: 15px 15px;
    display: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 0px;
    border-bottom: 1px solid #e0dfdf;
}

.faq-navigation .show-menu span {
    padding-left: 25px;
    font-size: 16px;
}

/*Hide checkbox*/
.faq-navigation input[type=checkbox] {
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.faq-navigation input[type=checkbox]:checked~#menu {
    display: block;
}

/*Responsive Styles*/
@media (max-width: 1920px) {
    .flx-cls-new.new-home-grid {
        width: 24%;
        float: left;
        margin: 10px 0px 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .flx-cls-auc {
        width: 32%;
        float: left;
        margin: 10px 0 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .listings-grids .top-right-timer {
        width: 45% !important;
    }

    .auction-marketplace .listings-grids .top-panl .top-left-user {
        width: 48% !important;
    }

    .auction-marketplace .user-name-detail {
        width: 110px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
}

@media (max-width: 1600px) {
    .auction-marketplace .listings-grids .top-right-timer {
        float: right;
        width: 50%;
        margin-top: 9%;
    }

    .home-one .home-curve img {
        max-width: 600px;
    }

    .home-one .milghty-process {
        padding: 35px;
    }

    .auction-pop-video iframe {
        width: 100% !important;
        height: 603px;
    }

    .strted-dv {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 50px;
    }

    .desk-go-rightn {
        width: 80%;
        float: left;
        margin-top: 7%;
        padding-left: 30px;
    }

    #videoContainer {
        width: 44vw;
        height: 60vh;
        background: #ddd;
        margin: 30px auto;
        border-radius: 5px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .hostbanner {
        width: 100%;
        float: left;
        margin-top: 7%;
        background: url(../img/banner-hostf.jpg);
        background-size: 100% auto;
        background-position: top;
        min-height: 720px;
        background-repeat: no-repeat;
        margin-bottom: 80px;
        position: relative;
    }

    .hostbanner .banner-dvn {
        width: auto;
        float: left;
        margin: 3% 0 0 5%;
    }

    .hostbanner .banner-dvn h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 50px;
        color: #fff;
        width: auto;
        display: block;
        line-height: 70px;
    }

    .hostbanner .banner-dvn p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #fff;
        width: auto;
        display: block;
        line-height: 30px;
        padding: 0px 8% 0 0;
    }

    .core-privacy-section .core-privacy-main {
        width: auto;
        float: left;
        margin: 6% 0 0 5%;
    }

    .flx-cls-new.new-home-grid {
        width: 324px;
        float: left;
        margin: 10px 10px 10px 10px;
        transition: all 0.1s ease;
    }

    .marketplace-tabs .flx-cls-new.new-home-grid {
        width: 308px;
        float: left;
        margin: 10px 10px 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .flx-cls-auc {
        width: 330px;
        float: left;
        margin: 10px 5px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .user-name-detail {
        width: 105px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }

    .auction-marketplace .listings-grids .top-right-timer {
        float: right;
        width: 50%;
        margin-top: 10%;
    }

    .menu-left-bar ul li a {
        width: auto;
        height: 40px;
        border: none !important;
        border-radius: 36px;
        padding: 10px 10px 0 !important;
        font-family: 'Poppins', sans-serif !important;
        color: #455671;
        text-decoration: none;
        font-size: 15px !important;
        display: table-cell;
        vertical-align: middle;
        font-weight: normal;
    }

    .search.new-hader {
        width: 50%;
        float: right;
        border: none;
        border-radius: 18px;
        background: #fff;
        height: auto;
        position: relative;
        margin-top: 7px;
    }

    .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: 75%;
        line-height: 49px;
        padding-left: 20px;
        background: none;
        outline: none;
        padding: 0px 15px;
        border-radius: 18px 0 0 18px;
        margin-right: 0;
        box-shadow: none;
        border: 1px solid #DFDFDF;
    }

    .marketplace-tabs .flx-cls-new.new-home-grid {
        width: 24%;
        float: left;
        margin: 10px 0px 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .flx-cls-auc {
        width: 24%;
        float: left;
        margin: 10px 0 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .listings-grids .top-right-timer {
        width: 55% !important;
    }

    .auction-marketplace .listings-grids .top-panl .top-left-user {
        width: 44% !important;
    }

    .auction-marketplace .user-name-detail {
        width: 58px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
}

@media (max-width: 1399px) {
    #send-eq .modal-dialog {
        width: 58%;
        margin: 30px auto;
    }

    #video-play button.close {
        top: -10px;
        right: 35px;
        z-index: 999;
        left: auto;
    }

    #video-play button.close:hover,
    #video-play button.close:focus {
        top: -10px;
        right: 35px;
        z-index: 999;
        left: auto;
    }

    .animation-mobile {
        width: 100%;
        float: left;
        text-align: center;
    }

    .new-home-main .container .banner p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        padding: 0px 180px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
    }

    .growing-dv h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 60px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 68px;
        margin-bottom: 20px;
        padding-left: 0px;
    }

    .growing-dv {
        width: 100%;
        float: left;
        margin-top: 0%;
    }

    .hostbanner {
        width: 100%;
        float: left;
        margin-top: 7%;
        background: url(../img/banner-hostf.jpg);
        background-size: 100% auto;
        background-position: top;
        min-height: 569px;
        background-repeat: no-repeat;
        margin-bottom: 80px;
        position: relative;
    }

    .desk-go-rightn {
        width: 80%;
        float: left;
        margin-top: 7%;
        padding-left: 30px;
    }

    .desk-go-rightn figure {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .desk-go-rightn h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 40px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 48px;
        margin-bottom: 11px;
    }

    .desk-go-rightn p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #455671;
        width: 100%;
        float: left;
        line-height: 26px;
    }

    .container.cuctom-home {
        width: 100%;
        max-width: 1280px;
    }

    .core-privacy-section {
        width: 100%;
        float: left;
        margin-top: 0%;
        background: url(../img/banner-core-privacy.jpg);
        background-size: 100% auto;
        background-position: top;
        min-height: 516px;
        background-repeat: no-repeat;
        margin-bottom: 0px;
        position: relative;
    }

    .core-privacy-section .core-privacy-main {
        width: auto;
        float: left;
        margin: 4% 0 0 7%;
    }

    .core-privacy-section .core-privacy-main span {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        width: 90%;
        float: left;
        line-height: 35px;
        margin-bottom: 15px;
        padding: 0px 445px 0 0;
    }

    .core-privacy-section .core-privacy-main p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #fff;
        width: 100%;
        float: left;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .core-privacy-section .core-privacy-main h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 60px;
        padding: 0px;
        float: left;
        width: 100%;
        color: #fff;
        line-height: 68px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .animation-mobile img {
        width: 76%;
        margin-top: 22px;
    }

    .hostbanner .banner-dvn h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 40px;
        color: #fff;
        width: auto;
        display: block;
        line-height: 50px;
    }

    .hostbanner .banner-dvn p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        width: 87%;
        display: block;
        line-height: 30px;
        padding: 0px 0px;
        color: #fff;
    }

    .hostbanner .banner-dvn a.get-start-ban {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 20px;
        color: #fff;
        width: auto;
        float: left;
        line-height: 60px;
        background: #1478FB;
        border-radius: 45px;
        font-weight: 700;
        height: 60px;
        min-width: 280px;
        text-align: center;
    }

    .hostbanner .banner-dvn {
        width: auto;
        float: left;
        margin: 3% 0 0 4%;
    }

    .marketplace-tabs .flx-cls-new.new-home-grid {
        width: 340px;
        float: left;
        margin: 10px 10px 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .user-name-detail {
        width: 116px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }

    .auction-marketplace .listings-grids .top-panl .top-left-user {
        float: left;
        width: 49%;
        margin-top: 10px;
        position: relative;
    }

    .auction-marketplace .flx-cls-auc {
        width: 387px;
        float: left;
        margin: 10px 10px;
        transition: all 0.1s ease;
    }

    .menu-left-bar ul li a {
        padding: 10px 8px 0 !important;
    }

    .search.new-hader {
        width: 45%;
        float: right;
        border: 1px solid #DFDFDF;
        border-radius: 18px;
        background: #fff;
        height: auto;
        position: relative;
        margin-top: 7px;
    }

    .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: 68%;
        line-height: 49px;
        padding-left: 20px;
        background: none;
        outline: none;
        margin-right: 0px;
        border: 1px solid #DFDFDF;
        border-radius: 18px 0 0 18px;
    }

    .search.new-hader button {
        border: none;
        background: #1578FC;
        width: 65px;
        height: 51px;
        color: #fff;
        font-size: 16px;
        float: left;
        border-radius: 0 18px 18px 0;
        outline: none;
        cursor: pointer;
        border: 1px solid #1578FC;
    }

    section.header-section ul li a {
        width: auto;
        height: 40px;
        border: 1px solid #1578FC;
        border-radius: 36px;
        padding: 10px 15px 0;
        font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        /*    color: #1578FC;*/
        /* line-height: 42px; */
        text-decoration: none;
        font-size: 13px !important;
        display: table-cell;
        vertical-align: middle;
    }

    .auction-pop-video iframe {
        width: 100% !important;
        height: 543px;
    }

    .marketplace-tabs .flx-cls-new.new-home-grid {
        width: 382px;
        float: left;
        margin: 10px 0px 10px 10px;
        transition: all 0.1s ease;
    }

    .search.new-hader {
        width: 51%;
        float: right;
        border-radius: 18px;
        background: #fff;
        height: auto;
        position: relative;
        margin-top: 7px;
        border: none;
    }

    #video-play button.close {
        top: -10px;
        right: 35px;
        z-index: 999;
        left: auto;
    }

    #video-play button.close:hover,
    #video-play button.close:focus {
        top: -10px;
        right: 35px;
        z-index: 999;
        left: auto;
    }

    .auction-pop-video iframe {
        width: 100% !important;
        height: 523px;
    }

    .faq-navigation {
        width: 100%;
        float: left;
        padding: 0px 0px;
        text-align: center;
        border-top: 1px solid #e0dfdf;
        margin-top: 10px;
    }

    .strted-dv {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 54px;
    }

    .animation-mobile img {
        width: 83%;
        margin-top: 15px;
    }

    .search.new-hader {
        width: 45%;
        float: right;
        border: none;
        border-radius: 18px;
        background: #fff;
        height: auto;
        position: relative;
        margin-top: 7px;
    }

    .marketplace-tabs .flx-cls-new.new-home-grid {
        width: 352px;
        float: left;
        margin: 10px 10px 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .flx-cls-auc {
        width: 365px;
        float: left;
        margin: 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .listings-grids .top-panl .top-left-user a.user-pic-list {
        width: 50px;
        height: 50px;
        border-radius: 100px;
        float: left;
        border: 1px solid #dcdbdb;
        padding: 2px;
        margin-top: 1px;
        margin-bottom: 8px;
    }

    .marketplace-tabs .recomendation-grid .flx-cls-new.home-new {
        width: 377px;
        float: left;
        margin: 10px 10px 10px 9px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .flag-truncate {
        max-width: 437px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 100%;
        float: none;
        text-align: center;
    }

    .auction-pop-video iframe {
        width: 100% !important;
        height: 484px;
    }

    .menu-left-bar ul li a {
        padding: 10px 7px 0 !important;
    }

    .search.new-hader {
        width: 44%;
        float: right;
        border-radius: 18px;
        background: #fff;
        height: auto;
        position: relative;
        margin-top: 7px;
        margin-right: 0px;
        border: none;
    }

    .marketplace-tabs .flx-cls-new.new-home-grid {
        width: 340px;
        float: left;
        margin: 10px 0px 10px 10px;
        transition: all 0.1s ease;
    }

    .marketplace-tabs .recomendation-grid .flx-cls-new.home-new {
        width: 313px;
        float: left;
        margin: 10px 10px 10px 9px;
        transition: all 0.1s ease;
    }

    .flx-cls-new.new-home-grid {
        width: 313px;
        float: left;
        margin: 10px 10px 10px 10px;
        transition: all 0.1s ease;
    }

    .container.cuctom-home {
        width: 100%;
        max-width: 1280px;
    }

    .auction-marketplace .flx-cls-auc {
        width: 340px;
        float: left;
        margin: 10px 10px 10px 12px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .user-name-detail {
        width: 90px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }

    .krank-why-left {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 60px;
        color: #455671;
        width: 100%;
        float: left;
        line-height: 70px;
        padding-left: 65px;
    }

    .manage-img {
        width: 100%;
        float: left;
        padding-left: 70px;
    }

    .faq-sec-dv {
        width: 100%;
        float: left;
        padding: 0px 70px;
        margin-top: 6%;
    }

    footer {
        display: block;
        border-top: 1px solid #a1aab7 !important;
        float: left;
        width: 100%;
        background: #fff !important;
        margin-top: 2%;
        padding: 6% 70px;
    }

    .search.new-hader {
        width: 43%;
        float: right;
        border: none;
        border-radius: 18px;
        background: #fff;
        height: auto;
        position: relative;
        margin-top: 7px;
    }

    .search.new-hader {
        width: 46%;
        float: right;
        border: none;
        border-radius: 18px;
        background: #fff;
        height: auto;
        position: relative;
        margin-top: 7px;
    }

    .content.sm-gutter .social .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 79px;
        z-index: 699;
        width: 73%;
        border-radius: 0px 0px 18px 18px !important;
        transition: top 0.5s ease;
    }

    .sidebar-toggled .content.sm-gutter .social .article-new-nav#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 79px;
        z-index: 699;
        width: 86%;
        border-radius: 0px 0px 18px 18px !important;
        transition: top 0.5s ease;
    }

    .content.sm-gutter .article-new-nav.com-nv#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 79px;
        z-index: 699;
        width: 77.5%;
        border-radius: 0px 0px 18px 18px !important;
        transition: top 0.5s ease;
        margin-left: -9px;
    }

    #comp_marketplace.company-dv .listing-inn-new {
        width: 32%;
        float: left;
        margin: 10px 5px 10px 5px;
        transition: all 0.1s ease;
    }

    .sidebar-toggled #comp_marketplace.company-dv .listing-inn-new {
        width: 32%;
        float: left;
        margin: 10px 5px 10px 5px;
        transition: all 0.1s ease;
    }

    .sidebar-toggled .content.sm-gutter .article-new-nav.com-nv#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 79px;
        z-index: 699;
        width: 89%;
        border-radius: 0px 0px 18px 18px !important;
        transition: top 0.5s ease;
        margin-left: -15px;
    }

    #comp_marketplace .listing-inn-new.absol-dv {
        width: 31%;
        float: left;
        margin: 10px 5px 10px 13px;
        transition: all 0.1s ease;
    }

    .sidebar-toggled #comp_marketplace .listing-inn-new.absol-dv {
        width: 32%;
        float: left;
        margin: 10px 5px 10px 10px;
        transition: all 0.1s ease;
    }

    #comp_marketplace .bg-wht #search-com .widt-custom {
        width: 79% !important;
        border-radius: 10px 0 0 10px !important;
    }

    .marketplace-tabs .flx-cls-new.new-home-grid {
        width: 32%;
        float: left;
        margin: 10px 3px 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .flx-cls-auc {
        width: 32%;
        float: left;
        margin: 10px 0 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .listings-grids .top-right-timer {
        width: 45% !important;
    }

    .auction-marketplace .listings-grids .top-panl .top-left-user {
        width: 48% !important;
    }

    .auction-marketplace .user-name-detail {
        width: 110px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }

    .marketplace-tabs .flx-cls-new.new-home-grid {
        width: 32%;
        float: left;
        margin: 10px 2px 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .flx-cls-auc {
        width: 32%;
        float: left;
        margin: 10px 0 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .listings-grids .top-right-timer {
        width: 45% !important;
    }

    .auction-marketplace .listings-grids .top-panl .top-left-user {
        width: 45% !important;
    }

    .auction-marketplace .user-name-detail {
        width: 90px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
}

@media (max-width: 1199px) {
    .container.cuctom-home {
        width: 100%;
        max-width: 1280px;
    }

    #send-eq .modal-dialog {
        width: 85%;
        margin: 30px auto;
    }

    .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: 89%;
        line-height: 49px;
        padding-left: 20px;
        background: #fff;
        outline: none;
        padding: 0px 15px;
        border-radius: 0px;
        margin-right: 0;
        box-shadow: none;
        border: 1px solid #DFDFDF;
        border-radius: 18px 0 0 18px;
    }

    .search-btn-res.search.new-hader {
        width: 58%;
        float: none;
        border: none;
        border-radius: 18px;
        background: none;
        height: auto;
        position: relative;
        margin-top: 7px;
        margin: 28% auto;
        display: block;
    }

    .search.new-hader button {
        border: none;
        background: #1578FC;
        width: 65px;
        height: 53px;
        color: #fff;
        font-size: 16px;
        float: left;
        border-radius: 0 18px 18px 0;
        outline: none;
        cursor: pointer;
        border: 1px solid #1578FC;
        margin-top: -1px;
    }

    .faq-navigation ul li {
        width: 25%;
    }

    .auction-marketplace .listings-grids .top-right-timer {
        margin-top: 7% !important;
    }

    .auction-marketplace .flx-cls-auc {
        width: 48%;
        float: left;
        margin: 10px 0 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .listings-grids .top-right-timer {
        width: 39% !important;
    }

    .auction-marketplace .listings-grids .top-panl .top-left-user {
        width: 58% !important;
    }

    .auction-marketplace .user-name-detail {
        width: 170px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }

    .marketplace-tabs .flx-cls-new.new-home-grid {
        width: 48%;
        float: left;
        margin: 10px 0px 10px 10px;
        transition: all 0.1s ease;
    }

    .menu-left-bar ul li a {
        width: auto;
        height: 40px;
        border: none !important;
        border-radius: 36px;
        padding: 10px 7px 0 !important;
        font-family: 'Poppins', sans-serif !important;
        color: #455671;
        text-decoration: none;
        font-size: 15px !important;
        display: table-cell;
        vertical-align: middle;
        font-weight: normal;
    }

    ul.community-list li .community-dv {
        width: 57%;
        float: right;
        margin-top: 3%;
    }

    .search.new-hader {
        width: 44%;
        float: right;
        border: 1px solid #DFDFDF;
        border-radius: 18px;
        background: #fff;
        height: auto;
        position: relative;
        margin-top: 7px;
        margin-right: 0px;
        display: none;
    }

    a.search-btn-res {
        float: right !important;
        width: auto !important;
        font-size: 22px;
        display: block;
        /* background: #1578FC; */
        color: #1578FC;
        padding: 4px 21px;
        border-radius: 100px;
        margin-top: 12px;
        border: none;
        border: 1px solid #e0dfdf;
    }

    .menu-left-bar {
        float: left;
        width: 100% !important;
    }

    .menu-right-bar {
        display: none;
    }

    .tab-res {
        display: block !important;
    }

    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        padding: 15px 13px;
        position: relative;
        user-select: none;
        margin-right: 15px;
        border: 1px solid #ccc;
        border-radius: 8px;
        margin-top: 15px;
        margin-left: 10px;
    }

    a.search-btn-res {
        float: right !important;
        width: auto !important;
        font-size: 22px;
        display: block;
        /* background: #1578FC; */
        color: #1578FC;
        padding: 4px 21px;
        border-radius: 100px;
        margin-top: 0;
        border: none;
        border: 1px solid #e0dfdf;
    }

    .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: 89%;
        line-height: 49px;
        padding-left: 20px;
        background: #fff;
        outline: none;
        padding: 0px 15px;
        border-radius: 0px;
        margin-right: 0;
        box-shadow: none;
        border: 1px solid #DFDFDF;
        border-radius: 18px 0 0 18px;
    }

    .search-btn-res.search.new-hader {
        width: 58%;
        float: none;
        border: none;
        border-radius: 18px;
        background: none;
        height: auto;
        position: relative;
        margin-top: 7px;
        margin: 28% auto;
        display: block;
    }

    .search.new-hader button {
        border: none;
        background: #1578FC;
        width: 65px;
        height: 53px;
        color: #fff;
        font-size: 16px;
        float: left;
        border-radius: 0 18px 18px 0;
        outline: none;
        cursor: pointer;
        border: 1px solid #1578FC;
        margin-top: -1px;
    }

    #search-tab {
        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;
    }

    #search-tab.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;
        z-index: 999;
    }

    #search-tab .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: #1578FC;
        border-color: #ccc;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
    }
}

@media (max-width: 1024px) {
    .marketplace-tabs .flx-cls-new.new-home-grid .listing-body h3#lst-price {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 54%;
        line-height: 20px;
    }

    .bottom-message {
        display: none;
    }

    #video-play button.close {
        top: -10px;
        right: 5px;
        z-index: 999;
        left: auto;
    }

    #video-play button.close:hover,
    #video-play button.close:focus {
        top: -10px;
        right: 5px;
        z-index: 999;
        left: auto;
    }

    .new-home-main .container .banner-new-home p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        padding: 0px 165px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
    }

    .auction-marketplace .user-name-detail {
        width: 130px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }

    .public-market h1.title-heading {
        font-family: 'Poppins-Bold', sans-serif !important;
        color: #455671;
        font-weight: 700;
        font-size: 60px;
        padding: 0px 13%;
        margin: 0px;
        float: left;
        width: 100%;
        text-align: center;
        line-height: 68px;
        margin-bottom: 50px;
    }

    .search.new-hader {
        display: none;
    }

    a.submit-form {
        width: 30%;
        font-size: 14px;
        color: #fff;
        font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        border-radius: 36px;
        background: #1578FC;
        padding: 15px 35px;
        margin: 0 auto;
        clear: both;
    }

    .job-section-inner {
        margin-top: 0%;
        float: left;
        width: 100%;
        border-bottom: none;
        padding-bottom: 35px;
        margin-bottom: 35px;
    }

    .menu-left-bar ul li a {
        padding: 10px 8px !important;
    }

    .job-baner {
        float: left;
        width: 100%;
        margin-top: 11%;
        margin-bottom: 3%;
        background: url(../img/career.jpg);
        background-size: 100% auto;
        background-position: top;
        min-height: 350px;
        background-repeat: no-repeat;
        position: relative;
    }

    .selec-job select {
        font-size: 13px;
        color: #455671;
        float: right;
        width: 44%;
        font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        margin: 0px 0 25px 0;
        padding: 8px;
        line-height: normal;
        border: 1px solid #DFDFDF;
        margin-left: 15px;
        height: 50px;
        outline: none;
        border-radius: 10px;
    }

    .search.new-hader {
        display: none;
    }

    .nologin {
        margin: 15% 0px !important;
    }

    .container.cuctom-home {
        width: 100%;
        max-width: 100%;
    }

    #video-play button.close {
        top: -10px;
        right: 15px;
        z-index: 999;
        left: auto;
    }

    #video-play button.close:hover,
    #video-play button.close:focus {
        top: -10px;
        right: 15px;
        z-index: 999;
        left: auto;
    }

    .auction-pop-video iframe {
        width: 100% !important;
        height: 400px;
    }

    .faq-navigation.sticky {
        position: fixed;
        top: 104px;
        background: #fff;
        z-index: 999;
        box-shadow: 0px 6px 8px #e0e0e0;
    }

    .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: 89%;
        line-height: 49px;
        padding-left: 20px;
        background: #fff;
        outline: none;
        padding: 0px 15px;
        border-radius: 0px;
        margin-right: 0;
        box-shadow: none;
        border: 1px solid #DFDFDF;
        border-radius: 18px 0 0 18px;
    }

    .search.new-hader button {
        border: none;
        background: #1578FC;
        width: 65px;
        height: 53px;
        color: #fff;
        font-size: 16px;
        float: left;
        border-radius: 0 18px 18px 0;
        outline: none;
        cursor: pointer;
        border: 1px solid #1578FC;
        margin-top: -1px;
    }

    .search-btn-res.search.new-hader {
        width: 58%;
        float: none;
        border: none;
        border-radius: 18px;
        background: none;
        height: auto;
        position: relative;
        margin-top: 7px;
        margin: 28% auto;
        display: block;
    }

    .new-home-main .container .banner p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        padding: 0px 110px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
    }

    .time-contact {
        margin-bottom: 0px;
        padding-bottom: 0px;
        height: 246px;
    }

    .mgn-tewlv {
        margin-top: 6% !important;
    }

    .mobile-head-host {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 60px;
        color: #455671;
        width: auto;
        display: block;
        line-height: 63px;
        text-align: center;
        margin-top: 2%;
        margin-bottom: 0px;
    }

    a.watch-btn {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        position: absolute;
        bottom: 5%;
        right: 0%;
        width: 100%;
        text-align: center;
    }

    .host-sec .heavyindus-secion p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        padding: 0px;
        margin: 0px 0px 20px 0;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
    }

    .host-sec .heavyindus-secion {
        width: 100%;
        background: #FDFFF5;
        float: left;
        padding: 5% 4% 8% 4%;
        margin-bottom: 9%;
        display: block;
    }

    .host-sec .heavyindus-secion a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 18px;
        color: #fff;
        width: auto;
        display: inline-block;
        line-height: 50px;
        background: #1478FB;
        border-radius: 45px;
        font-weight: 700;
        height: 50px;
        min-width: 45%;
        text-align: center;
        margin-left: 29%;
    }

    .hostbanner {
        width: 100%;
        float: left;
        margin-top: 7%;
        background: url(../img/banner-hostf.jpg);
        background-size: 100% auto;
        background-position: top;
        min-height: 348px;
        background-repeat: no-repeat;
        margin-bottom: 00px;
        position: relative;
    }

    .banner-dvn {
        display: none;
    }

    .core-privacy-section .core-privacy-main {
        width: auto;
        float: left;
        margin: 4% 0 0 5%;
    }

    .core-privacy-section .core-privacy-main h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 50px;
        padding: 0px;
        float: left;
        width: 100%;
        color: #fff;
        line-height: 68px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .core-privacy-section .core-privacy-main span {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 23px;
        font-weight: 700;
        color: #fff;
        width: 100%;
        float: left;
        line-height: 35px;
        margin-bottom: 0px;
    }

    .core-privacy-section .core-privacy-main p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #fff;
        width: 100%;
        float: left;
        line-height: 35px;
        margin-bottom: 0px;
    }

    .core-privacy-section {
        width: 100%;
        float: left;
        margin-top: 0%;
        background: url(../img/banner-core-privacy.jpg);
        background-size: 100% auto;
        background-position: top;
        min-height: 354px;
        background-repeat: no-repeat;
        margin-bottom: 0px;
        position: relative;
    }

    .timepickup .list-option p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 14px;
        line-height: 35px;
        padding: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
        margin-top: 25px;
    }

    .btn-intro-dv a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 20px;
        color: #455671;
        width: auto;
        font-weight: 700;
        display: inline-block;
        margin-right: 0px;
    }

    .feaure-part-bot {
        width: 100%;
        float: left;
        margin-bottom: 13%;
        margin-left: 20px;
    }

    .feaure-part-bot p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 14px;
        padding: 0px;
        float: left;
        width: 100%;
        color: #455671;
    }

    .desk-go-min .desk-go-sec .col-md-6 {
        width: 100%;
        padding: 15px !important;
    }

    .desk-go-rightn {
        width: 100%;
        float: left;
        margin-top: 15%;
        padding-left: 30px;
    }

    .desk-go-rightn figure {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        text-align: center;
    }

    .desk-go-rightn img {
        width: 160px;
        float: none;
    }

    .desk-go-rightn h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 60px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 68px;
        margin-bottom: 30px;
        text-align: center;
    }

    .desk-go-rightn p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #455671;
        width: 100%;
        float: left;
        line-height: 35px;
        text-align: center;
        padding: 0 6%;
    }

    .desk-go-rightn a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px;
        margin-top: 15px;
        float: left;
        width: 100%;
        color: #455671;
        margin-bottom: 30px;
        text-align: center;
    }

    .introducing-section ul li {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }

    .container.cuctom-home.margn-krank-why.managedv {
        width: 100%;
        max-width: 100%;
        padding: 5%;
    }

    .margn-krank-why.managedv .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .manage-img {
        width: 100%;
        float: left;
        padding-left: 70px;
        text-align: center;
    }

    .manage-img img {
        width: 60%;
        margin-top: 17px;
        margin-bottom: 60px;
    }

    .margn-krank-why.managedv .krank-why-right.manage-glow h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 55px;
        padding: 0px 40px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 68px;
        margin-bottom: 20px;
    }

    .krank-why-right p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #455671;
        width: 100%;
        float: left;
        line-height: 30px;
        padding: 0 40px;
    }

    .krank-why-right a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px 40px;
        margin-top: 15px;
        float: left;
        width: auto;
        color: #455671;
    }

    .krank-why-left {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 48px;
        color: #455671;
        width: 100%;
        float: left;
        line-height: 57px;
        padding-left: 40px;
        margin-bottom: 30px;
    }

    .new-home-main .container .banner .playstore-btn {
        width: 75%;
        margin: 76% auto 0 auto;
        float: none;
    }

    .faq-navigation {
        width: 100%;
        float: left;
        padding: 0px 0px;
        text-align: center;
        border-top: 1px solid #e0dfdf;
        margin-top: 0px;
    }

    .faq-navigation ul li:hover ul {
        display: block;
        width: 100%;
        float: left;
        background: #fff;
        padding: 15px;
        text-align: center;
        position: absolute;
        border-top: 1px solid #ccc;
        left: 0;
        top: 91px;
        transition: all 0.1s ease;
        z-index: 999;
        box-shadow: 0px 6px 8px #e0e0e0;
    }

    .full-head {
        width: 100% !important;
    }

    ul.community-list li .community-dv {
        width: 54%;
        float: right;
        margin-top: 3%;
    }

    .growing-dv h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 42px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 54px;
        margin-bottom: 20px;
        padding-left: 10px;
    }

    .krank-auction-left {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        color: #fff;
        width: 100%;
        float: left;
        line-height: 54px;
    }

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

    .auction-marketplace .flx-cls-auc {
        width: 400px;
        float: left;
        margin: 10px 20px;
        transition: all 0.1s ease;
    }

    .animation-mobile.show-mobile {
        display: block;
        text-align: center;
    }

    .animation-mobile img {
        width: 42%;
        margin-top: 15px;
        margin: 20px auto 20px 0%;
        float: none;
    }

    .animation-mobile.hide-mobile {
        display: none;
    }

    .comunity-sec.atdesk .container.cuctom-home .col-md-5 {
        display: none;
    }

    .comunity-sec.atdesk .container.cuctom-home .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: auto;
        max-width: 100%;
    }

    .comunity-sec.atdesk .container.cuctom-home .col-md-7 .growing-dv h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 60px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 70px;
        margin-bottom: 20px;
        padding-left: 10px;
        text-align: center;
    }

    .managedv.krank-why-right.manage-glow h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 45px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 51px;
        margin-bottom: 20px;
    }

    .faq-sec-dv {
        width: 100%;
        float: left;
        padding: 0px 50px;
        margin-top: 6%;
    }

    .custom-divleft {
        max-width: 28% !important;
    }

    .marketplace-tabs .flx-cls-new.new-home-grid {
        width: 368px;
        float: left;
        margin: 10px 30px 10px 20px;
        transition: all 0.1s ease;
    }

    .new-home-main .container .banner {
        margin-top: 0%;
    }

    #header.sticky {
        position: fixed !important;
        min-height: 75px;
        height: auto !important;
    }

    .menu-left-bar ul li a {
        padding: 10px 30px !important;
    }

    #header.sticky a.search-btn-res {
        float: right !important;
        width: auto !important;
        font-size: 22px;
        display: block !important;
        /* background: #1578FC; */
        color: #1578FC;
        padding: 4px 21px;
        border-radius: 100px;
        margin-top: 8px;
        border: none;
        border: 1px solid #e0dfdf;
    }

    .login-shape {
        margin-top: 0px;
        padding-top: 0% !important;
    }

    #signUpInvit {
        margin-bottom: 0px !important;
    }

    .home-curve .login-container {
        max-width: 500px !important;
        width: 100%;
    }

    #verifyEmailBox {
        margin-top: 8%;
        width: 60%;
        margin: 4% auto 8% auto !important;
    }

    #emailConfirmationTxt {
        margin-top: 0%;
        width: 100%;
        padding: 35px 15px;
        margin: 0% auto 14% auto !important;
    }

    .hi-account {
        width: 80%;
        padding: 35px 15px;
        margin: 0 auto 8% auto;
    }

    #freeForm button.btn-cons {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 14px;
        height: 42px;
        width: auto;
        border-radius: 36px;
        padding: 9px 28px;
        margin: 0 auto;
        min-width: 150px;
        line-height: normal;
    }
}

@media (max-width: 991px) {
    .brand-dv {
        width: 33.33%;
    }

    .brand-dv:nth-child(even) {
        margin-top: 0;
    }

    .brand-dv:nth-child(3n-1) {
        margin-top: 100px;
    }

    .faq-navigation .lines {
        border-bottom: 10px double #ccc;
        border-top: 3px solid #ccc;
        content: "";
        height: 0px;
        width: 20px;
        padding-right: 15px;
        float: right;
        padding-top: 4px;
        margin-top: 2px;
    }

    /*Make dropdown links appear inline*/
    .faq-navigation ul {
        position: static;
        display: none;
    }

    /*Create vertical spacing*/
    .faq-navigation li {
        margin-bottom: 1px;
    }

    /*Make all menu links full width*/
    .faq-navigation ul li,
    .faq-navigation li a {
        width: 100%;
    }

    /*Display 'show menu' link*/
    .faq-navigation .show-menu {
        display: block;
        margin-top: 15px;
    }

    .faq-navigation ul li:hover ul {
        display: block;
        width: 100%;
        float: left;
        background: #fff;
        padding: 15px;
        text-align: center;
        position: static;
        border-top: 1px solid #ccc;
        left: 0;
        top: 61px;
        transition: all 0.1s ease;
        z-index: 999;
        box-shadow: 0px 6px 8px #e0e0e0;
    }

    .faq-navigation ul li a {
        font-size: 16px;
        color: #455671;
        display: inline-block;
        padding: 10px 20px;
        text-decoration: none;
    }

    .faq-navigation ul li ul li {
        font-size: 16px;
        color: #455671;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .faq-navigation ul li ul li a {
        font-size: 16px;
        color: #455671;
        display: inline-block;
        padding: 10px 10px;
        text-decoration: none;
    }
}

@media (max-width: 767px) {
    #send-eq .modal-dialog {
        width: 75%;
        margin: 30px auto;
    }

  

    a.arrow-btn {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 20px;
        color: #455671 !important;
        width: auto;
        font-weight: 700;
        display: inline-block;
        margin-right: 0px;
        background: none;
        background: none !important;
        margin: 0px !important;
        margin-bottom: 20px !important;
    }

    .new-home-main .container .banner-new-home .ban-truck .ban-box {
        width: 219px;
        height: 240px;
        display: inline-block;
        background: rgb(224, 224, 224);
        background: radial-gradient(circle, rgba(224, 224, 224, 1) 0%, rgba(244, 244, 244, 1) 100%);
        border-radius: 18px;
        margin-right: 10px;
        padding: 50px 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: bottom;
        margin-bottom: 15px;
        margin-left: 10px;
    }

    .new-home-main .container .banner-new-home p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        padding: 0px 35px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
    }

    .auction-marketplace .user-name-detail {
        width: 70px !important;
        height: 50px;
        float: left;
        margin-top: 6px;
        margin-left: 10px;
    }

    .auction-pop-video iframe {
        width: 100% !important;
        height: 301px;
    }

    .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: 85%;
        line-height: 49px;
        padding-left: 20px;
        background: #fff;
        outline: none;
        padding: 0px 15px;
        border-radius: 0px;
        margin-right: 0;
        box-shadow: none;
        border: 1px solid #DFDFDF;
        border-radius: 18px 0 0 18px;
    }

    .search.new-hader button {
        border: none;
        background: #1578FC;
        width: 65px;
        height: 52px;
        color: #fff;
        font-size: 16px;
        float: left;
        border-radius: 0 18px 18px 0;
        outline: none;
        cursor: pointer;
        border: 1px solid #1578FC;
        margin-top: 0px;
    }

    .public-market h1.title-heading {
        font-family: 'Poppins-Bold', sans-serif !important;
        color: #455671;
        font-weight: 700;
        font-size: 60px;
        padding: 0px 0%;
        margin: 0px;
        float: left;
        width: 100%;
        text-align: center;
        line-height: 68px;
        margin-bottom: 50px;
    }

    .onefifty-mrgn.w-l-menu #filtersDivAuc {
        float: right;
        width: 75%;
    }

    .onefifty-mrgn.w-l-menu .navi-search #descAuc {
        /* width: 81% !important; */
        min-width: calc(100% - 32px);
        padding: 0 10px 0 10px;
    }

    .market-wth-lgn #listingView .flx-cls-auc {
        width: 325px;
        float: left;
        margin: 10px 5px 10px 20px;
        transition: all 0.1s ease;
    }

    .listings-grids .top-panl .top-left-user {
        width: 48% !important;
    }

    .marketplace-tabs .tabbable-line>.nav-tabs>li>a {
        border: 0;
        margin-right: 0;
        font-family: 'Poppins', sans-serif !important;
        color: #1578FC;
        font-size: 16px;
        text-transform: inherit;
        background: #F3F5F9;
        border-radius: 56px;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .marketplace-tabs .tabbable-line>.nav-tabs>li.active>a {
        border: 0;
        color: #fff;
        padding: 10px 20px;
        background: none;
        float: none;
        display: inline-block;
        background: #1578FC;
        border-radius: 53px;
    }

    .marketplace-tabs .tabbable-line>.nav-tabs {
        border: none;
        margin: 0px;
        border: none;
        margin: 0px;
        width: 100%;
        float: left;
        text-align: center;
        display: inherit;
        min-height: 110px;
    }

    .faq-navigation.sticky {
        position: fixed;
        top: 104px;
        background: #fff;
        z-index: 999;
        box-shadow: 0px 6px 8px #e0e0e0;
    }

    .applynow-btn,
    .applynow-btn:hover,
    .applynow-btn:focus,
    .applynow-btn.active {
        display: inline-block;
        border: none;
        background: #1578FC;
        width: 30%;
        height: 40px;
        color: #fff;
        font-size: 16px;
        float: none;
        border-radius: 18px;
        outline: none;
        cursor: pointer;
        text-align: center;
        line-height: 40px;
        margin: 0 auto;
    }

    .job-baner {
        float: left;
        width: 100%;
        margin-top: 0%;
        margin-bottom: 3%;
        background: url(../img/career.jpg);
        background-size: 100% auto;
        background-position: top;
        min-height: 360px;
        background-repeat: no-repeat;
        position: relative;
    }

    .selec-job select {
        font-size: 13px;
        color: #455671;
        float: left;
        width: 47%;
        font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        margin: 0px 0 25px 0;
        padding: 8px;
        line-height: normal;
        border: 1px solid #DFDFDF;
        margin-left: 0px;
        height: 50px;
        outline: none;
        border-radius: 10px;
        margin-right: 15px;
    }

    .mobile-head-host {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 55px;
        color: #455671;
        width: auto;
        display: block;
        line-height: 62px;
        text-align: center;
        margin-top: 2%;
        margin-bottom: 0px;
    }

    a.watch-btn {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        position: absolute;
        bottom: 5%;
        right: 0%;
        width: 100%;
        text-align: center;
    }

    .host-sec .heavyindus-secion p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        padding: 0px;
        margin: 0px 0px 20px 0;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
    }

    .host-sec .heavyindus-secion {
        width: 100%;
        background: #FDFFF5;
        float: left;
        padding: 5% 4% 8% 4%;
        margin-bottom: 9%;
        display: block;
    }

    .host-sec .heavyindus-secion a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 18px;
        color: #fff;
        width: auto;
        display: inline-block;
        line-height: 50px;
        background: #1478FB;
        border-radius: 45px;
        font-weight: 700;
        height: 50px;
        min-width: 95%;
        text-align: center;
        margin-left: 4%;
    }

    .hostbanner {
        width: 100%;
        float: left;
        margin-top: 7%;
        background: url(../img/banner-hostf.jpg);
        background-size: 100% auto;
        background-position: top;
        min-height: 348px;
        background-repeat: no-repeat;
        margin-bottom: 00px;
        position: relative;
    }

    .banner-dvn {
        display: none;
    }

    .introducing-section ul li {
        display: inline-block;
        margin-left: 45px;
        margin-right: 45px;
        margin-bottom: 8%;
    }

    .btn-intro-dv a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 20px;
        color: #455671;
        width: auto;
        font-weight: 700;
        display: inline-block;
        margin-right: 0px;
    }

    .introducing-section ul {
        width: 100%;
        float: left;
        list-style: none;
        text-align: center;
        margin: 5% 0px 0px 0px;
    }

    .desk-go-sec {
        width: 100%;
        background: #FAFAFA;
        float: left;
        padding-bottom: 6%;
    }

    .core-privacy-section {
        width: 100%;
        float: left;
        margin-top: 0%;
        background: url(../img/banner-core-privacy.jpg) #455671;
        background-size: 100% auto;
        background-position: top;
        min-height: 534px;
        background-repeat: no-repeat;
        margin-bottom: 0px;
        position: relative;
    }

    .core-privacy-section .core-privacy-main {
        width: auto;
        float: left;
        margin: 19% 0 30px 0%;
        padding: 0px 20px;
    }

    .core-privacy-section .core-privacy-main figure {
        width: 100%;
        display: block;
        text-align: left;
        margin-top: 25%;
    }

    .desk-go-min .desk-go-sec .col-md-6 {
        padding: 15px !important
    }

    .desk-go-rightn {
        width: 100%;
        float: left;
        margin-top: 10%;
        padding-left: 30px;
    }

    .desk-go-rightn figure {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        text-align: center;
    }

    .desk-go-rightn img {
        width: 150px;
        float: none;
    }

    .desk-go-rightn h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 60px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 68px;
        margin-bottom: 30px;
        text-align: center;
    }

    .desk-go-rightn p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #455671;
        width: 100%;
        float: left;
        line-height: 35px;
        text-align: center;
    }

    .desk-go-rightn a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px;
        margin-top: 15px;
        float: left;
        width: auto;
        color: #455671;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .feaure-part-bot {
        width: 45%;
        float: left;
        margin-bottom: 6%;
        margin-left: 30px;
    }

    .feaure-part-bot p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        padding: 0px;
        float: left;
        width: 90%;
        color: #455671;
    }

    .driver-panel.panel-right-driver {
        padding-left: 0%;
        width: 96%;
        margin-top: 0%;
    }

    .timepickup .list-option {
        width: 50%;
        float: left;
        margin-bottom: 50px;
    }

    .cuctom-home.margn-krank-why .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    ul.community-list li figure {
        width: 86px;
        float: left;
        margin-left: 0px;
        margin-top: 25px;
    }

    .auction-marketplace .flx-cls-auc {
        width: 310px;
        float: left;
        margin: 10px 10px;
        transition: all 0.1s ease;
    }

    .auction-marketplace .user-name-detail {
        width: 70px !important;
        height: 50px;
        float: left;
        margin-top: 8px;
        margin-left: 10px;
    }

    .auction-marketplace img.flag-final {
        width: 20px;
        float: none;
        margin-top: -10px;
        margin-left: 0px;
        display: inline-block;
    }

    .full-head {
        width: 100% !important;
    }

    #freeForm button.btn-cons {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700 !important;
        font-size: 14px;
        height: 42px;
        width: auto;
        border-radius: 36px;
        padding: 9px 28px;
        margin: 0 auto;
        min-width: 150px;
        line-height: normal;
    }

    .hi-account {
        width: 80%;
        padding: 35px 15px;
        margin: 0 auto 8% auto;
    }

    .strted-dv {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 47px;
    }

    #emailConfirmationTxt {
        margin-top: 0%;
        width: 100%;
        padding: 35px 15px;
        margin: 0% auto 14% auto !important;
    }

    #verifyEmailBox {
        margin-top: 8%;
        width: 60%;
        margin: 4% auto 8% auto !important;
    }

    .home-curve .login-container {
        width: 76% !important;
        margin-left: 12%;
        margin-bottom: 8% !important;
        margin-top: 7%;
    }

    .new-home-main .container .banner h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 48px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
        line-height: 58px;
        margin-bottom: 40px;
    }

    .new-home-main .container .banner p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        padding: 0px 40px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
    }

    .menu-left-bar ul li a {
        padding: 10px 8px !important;
    }

    .header-section.sticky #logo-scroll {
        display: block;
        width: auto;
    }

    .header-section.sticky .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 18px 13px !important;
        position: relative;
        user-select: none;
        margin-left: 15px;
        border: 1px solid #e0dfdf !important;
        border-radius: 8px;
        margin-top: 10px !important;
        margin-right: 0px !important;
    }

    .marketplace-tabs .flx-cls-new.new-home-grid {
        width: 298px;
        float: left;
        margin: 10px 5px 10px 5px;
        transition: all 0.1s ease;
    }

    .comunity-sec .container.cuctom-home .col-md-5 {
        -ms-flex: 0 0 58.333333%;
        flex: auto;
        max-width: 100%;
    }

    .comunity-sec .container.cuctom-home .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: auto;
        max-width: 100%;
    }

    .comunity-sec .container.cuctom-home .col-md-7 .growing-dv h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 60px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 70px;
        margin-bottom: 20px;
        padding-left: 10px;
        text-align: center;
    }

    .comunity-sec .container.cuctom-home .col-md-7 .growing-dv h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 48px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 59px;
        margin-bottom: 20px;
        padding-left: 0px;
        text-align: center;
    }

    .growing-dv p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
    }

    .growing-dv a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px;
        margin-top: 30px;
        float: left;
        width: auto;
        color: #455671;
        margin-left: 41%;
    }

    ul.community-list {
        padding: 0px;
        width: 100%;
        float: none;
        list-style: none;
        margin-top: 60px;
        margin: 40px auto;
    }

    ul.community-list li .community-dv {
        width: 64%;
        float: left;
        margin-top: 3%;
        margin-left: 40px;
    }

    .krank-auction-right a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 18px;
        padding: 0px;
        margin-top: 15px;
        float: left;
        width: auto;
        color: #fff;
    }

    .krank-auction-left {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 37px;
        color: #fff;
        width: 100%;
        float: left;
        line-height: 52px;
    }

    .krank-why-left {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 45px;
        color: #455671;
        width: 100%;
        float: left;
        line-height: 57px;
        padding-left: 30px;
        text-align: center;
    }

    .krank-why-right p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #455671;
        width: 100%;
        float: left;
        line-height: 30px;
        padding: 0 40px;
        text-align: center;
    }

    .krank-why-right a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px 40px;
        margin-top: 15px;
        float: left;
        width: auto;
        color: #455671;
        margin-left: 30%;
    }

    .get-krank-start h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 50px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 68px;
        margin-bottom: 20px;
    }

    .growing-dv.zeromargin .col-md-6 p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        padding: 0px;
        margin-top: 15px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: left;
    }

    .comunity-sec.atdesk .growing-dv.zeromargin .col-md-6 p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        padding: 0px;
        margin-top: 15px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: left;
    }

    .margn-krank-why.managedv .krank-why-right.manage-glow h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 55px;
        padding: 0px 40px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 68px;
        margin-bottom: 20px;
        text-align: center;
    }

    .container.cuctom-home.margn-krank-why.managedv .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    .krank-unique-sec {
        padding: 8% 5%;
        margin-bottom: 9%;
    }

    .krank-why-right {
        width: 100%;
        float: left;
        padding: 0%;
    }

    .container.cuctom-home.margn-krank-why.managedv {
        width: 100%;
        max-width: 100%;
        padding: 2%;
    }

    .faq-sec-dv {
        width: 100%;
        float: left;
        padding: 0px 38px;
        margin-top: 6%;
    }

    .new-home-main .container .banner {
        margin-top: 0%;
        float: left;
        width: 100%;
        background: url(../img/banner-home.jpg);
        background-size: 100% auto;
        background-position: bottom;
        min-height: 680px;
        background-repeat: no-repeat;
        margin-bottom: 80px;
    }

    .strted-dv a {
        min-width: 140px;
        margin: 0 auto 0 1%;
        padding: 0px 20px;
        height: 60px;
        background: #1578FC;
        color: #fff;
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        border-radius: 100px;
        line-height: 60px;
        display: inline-block;
    }

    .new-home-main .container .banner .playstore-btn {
        width: 96%;
        margin: 59% auto 0 auto;
        float: none;
    }

    .fixed-header section.header-section {
        width: 100%;
        float: left;
        padding: 15px 35px;
        background: #fff;
        border-bottom: none;
        position: inherit !important;
        height: auto;
        box-shadow: 0px 0px 10px #f3f1f1;
    }

    .login-shape {
        margin-top: 0px;
    }

    #signUpInvit {
        margin-bottom: 0px !important;
    }

    .custom-dv-argin {
        margin-right: 6% !important;
    }

    .custom-divleft {
        max-width: 27% !important;
    }

    .comunity-sec.atdesk .container.cuctom-home .col-md-5 {
        display: none;
    }

    .comunity-sec.atdesk .container.cuctom-home .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: auto;
        max-width: 100%;
    }

    .comunity-sec.atdesk .container.cuctom-home .col-md-7 .growing-dv h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 60px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 70px;
        margin-bottom: 20px;
        padding-left: 10px;
        text-align: center;
    }

    #send-eq .modal-dialog {
        width: 95%;
        margin: 30px auto;
    }

    #modalTermsofUse .close,
    #modalPrivacy .close,
    #modalCookies .close {
        float: right;
        font-size: 21px !important;
        font-weight: bold;
        line-height: normal;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        z-index: 999;
        margin-top: -17px;
        margin-right: -19px;
        opacity: .5;
    }

    #modalTermsofUse .close>i,
    #modalPrivacy .close>i,
    #modalCookies .close>i {
        color: #000;
        font-size: 21px !important;
    }

    #modalPrivacy .home-heading,
    #modalCookies .home-heading {
        margin: 0 auto 10px;
        width: 100%;
    }

    #modalTermsofUse .home-heading h2 {
        margin-bottom: -35px;
        padding-bottom: 15px;
        position: relative;
        font-size: 31px;
        line-height: 40px;
        /* font-family: 'Roboto', sans-serif !important; */
        font-family: 'Poppins-bold', sans-serif !important;
        font-size: 24px !important;
        /* font-weight: 400 !important; */
        text-align: left;
        width: 100%;
    }

    #modalTermsofUse .home-heading {
        margin: 0 auto 10px;
        width: 100%;
    }

    .container.cuctom-home.margn-krank-why.managedv {
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }

    .new-home-main .container .banner-new-home {
        margin-top: 7%;
        float: left;
        width: 100%;
        min-height: auto;
        margin-bottom: 0px;
    }

    a.arrow-btn {
        margin-bottom: 0px !important;
    }

    .recommended_content_home .feed-head-dashboard a.dashboard-anchor {
        float: right;
        font-family: 'hel-bold', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        padding: 0px 30px;
        width: 100%;
        font-size: 13px;
        font-weight: 400;
        margin-top: 0px;
        margin-right: 15px;
        color: #1578FC;
        border-radius: 36px;
        height: 36px;
        min-width: auto;
        text-align: left;
        line-height: normal;
        display: inline-block;
    }

    .recommended_content_home .feed-head-dashboard h1 {
        font-family: 'Roboto', sans-serif;
        width: 100%;
        float: left;
        margin-bottom: 0px;
        color: #343b45;
        padding: 10px 15px;
        width: auto;
        font-size: 25px;
        font-weight: 700;
        margin-top: 20px;
        text-align: left;
    }

    .new-home-main .container .banner-new-home h2 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 40px;
        padding: 0px 0%;
        margin: 0px;
        margin-bottom: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
        line-height: 50px;
        margin-bottom: 0px;
    }

    .new-home-main .container .banner-new-home p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        padding: 0px 15px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
        margin-bottom: 30px;
    }

    .new-home-main .container .banner-new-home h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 40px;
        padding: 0px 10%;
        margin: 18% 0 0 0px;
        margin-bottom: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .respas-dv .reset-des h1 {
        font-size: 16px;
        color: #455671;
        float: left;
        width: 100%;
        font-family: 'Poppins-bold', sans-serif !important;
        margin: 0px 0 5px 0;
        padding: 0px;
        line-height: 18px;
    }

    .respas-dv .reset-des p {
        font-size: 13px;
        color: #455671;
        float: left;
        width: 100%;
        font-family: 'Poppins', sans-serif !important;
        margin: 0px;
        padding: 0px;
        line-height: 18px;
    }

    .time-contact {
        margin-bottom: 0px;
        padding-bottom: 0px;
        height: 200px;
    }

    .faq-inner-page {
        width: 100%;
        float: left;
        margin: 30px 0;
        min-height: 300px;
        padding: 0 20px;
    }

    .faq-inner-page p iframe {
        width: 100%;
        height: 270px;
    }

    .row.mtp-feature {
        clear: both;
    }

    .websiteContent ol li {
        font-size: 16px;
        font-family: 'Poppins', sans-serif !important;
        color: #455671;
    }

    .features-control.res h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px 0 0 0;
        margin: 0px;
        margin-bottom: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 44px;
        margin-bottom: 30px;
    }

    .faq-sec-dv ul li {
        width: 100%;
        float: left;
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 16px;
        color: #455671;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .comunity-sec.atdesk .container.cuctom-home .col-md-7 .growing-dv h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px;
        padding-left: 0px;
        margin: 0px;
        margin-bottom: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 44px;
        margin-bottom: 20px;
        padding-left: 10px;
        text-align: center;
    }

    .public-market h1.title-heading {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 0px;
        margin-top: 23%;
        text-align: center;
        padding-left: 0px;
        padding: 0px;
    }

    .marketplace-tabs .tabbable-line>.nav-tabs>li.active {
        color: #1578FC;
        position: relative;
        margin-bottom: 10px;
    }

    .marketplace-tabs .tabbable-line>.nav-tabs>li.active>a {
        border: 0;
        color: #fff;
        padding: 10px 20px;
        background: none;
        float: none;
        display: inline-block;
        background: #1578FC;
        border-radius: 53px;
        margin-bottom: 0px;
    }

    .marketplace-tabs .tabbable-line>.nav-tabs>li>a {
        border: 0;
        margin-right: 0;
        font-family: 'Poppins', sans-serif !important;
        color: #1578FC;
        font-size: 16px;
        text-transform: inherit;
        background: #F3F5F9;
        border-radius: 56px;
        padding: 10px 20px;
        margin-bottom: 0px;
    }

    .bread-tp {
        width: 100%;
        float: left;
        padding: 0 0 15px 0;
    }

    .market-wth-lgn #listingView .flx-cls-auc {
        width: 100%;
        float: left;
        margin: 10px 0px 10px 0px;
        transition: all 0.1s ease;
    }
    
    #myWizard .code-number-w {
        width: 65% !important;
        margin-left: 25px;
    }

    #emailConfirmationTxt {
        margin-top: 10%;
        width: 100%;
        padding: 35px 15px;
        margin: 13% auto 5% auto !important;
    }

    .margn-krank-why.managedv .krank-why-right.manage-glow h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px 10px 0 20px;
        margin: 0px;
        margin-bottom: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 44px;
        margin-bottom: 20px;
        text-align: left;
    }

    .comunity-sec .container.cuctom-home .col-md-7 .growing-dv h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px;
        padding-left: 0px;
        margin: 0px;
        margin-bottom: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 44px;
        margin-bottom: 20px;
        padding-left: 16px;
        text-align: left;
    }

    .container.cuctom-home {
        width: 100%;
        max-width: 100%;
        padding: 0px 15px;
    }

    .growth-secion .heavyindus-secion .container.cuctom-home {
        width: 100%;
        max-width: 100%;
        padding: 0px 0px;
    }

    .container-video {
        width: 88%;
        margin: 0 auto;
        padding: 0;
        margin-top: 90px;
    }

    .auction-pop-video iframe {
        width: 100% !important;
        height: 215px !important;
    }

    #video-play button.close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        border: 0;
        background: #fff;
        opacity: 1;
        padding: 1px 7px 3px 8px;
        font-size: 27px;
        right: -13px;
        z-index: 888;
        top: 3px;
        background: #1578FC !important;
        color: #fff !important;
    }

    #video-play button.close:hover,
    #video-play button.close:focus,
    #video-play button.close.active {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        border: 0;
        background: #fff;
        opacity: 1;
        padding: 1px 7px 3px 8px;
        font-size: 27px;
        right: -13px;
        z-index: 888;
        top: 3px;
        background: #1578FC !important;
        color: #fff !important;
    }

    .flag-truncate {
        max-width: 230px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 80px;
        float: left;
        width: 200px;
    }

    .job-baner {
        float: left;
        width: 100%;
        margin-bottom: 3%;
        background: url(../img/career.jpg);
        background-size: 100% auto;
        background-position: top;
        min-height: 170px;
        background-repeat: no-repeat;
        position: relative;
    }

    .flx-cls-new.new-home-grid .listing-body h3#lst-price {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        line-height: 20px;
    }

    .new-home-grid .send-enquery-new,
    .new-home-grid .send-enquery-new:hover,
    .new-home-grid .send-enquery-new:focus {
        float: right;
        background: #1578fc;
        padding: 0px 18px;
        color: #fff;
        border-radius: 50px;
        font-weight: 700;
        cursor: pointer;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        width: 100%;
        text-align: center;
    }

    .manage-img img {
        width: 90%;
        margin-top: 17px;
        margin-bottom: 60px;
    }

    .feaure-part-bot {
        width: 100%;
        float: left;
        margin-bottom: 6%;
        margin-left: 0px;
    }

    #header.sticky .menu-left-bar ul {
        margin-top: 11px !important;
        margin-left: 0px !important;
    }

    #SELLER_DECLARATION .modal-content,
    #PURCHASE_DECLARATION .modal-content {
        border: 1px solid #f2f6f7;
        border-radius: 12px;
        box-shadow: none;
        overflow-y: scroll;
        height: 90%;
    }

    .tag-describ {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #455671;
        font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        margin: 15px 0 15px 0;
        padding-top: 8px;
    }

    .tag-describright {
        width: 100%;
        float: left;
        font-size: 20px;
        color: #455671;
        font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        margin: 15px 0 15px 0;
    }

    .menu-left-bar ul li a {
        padding: 10px 20px !important;
    }

    .hi-account {
        width: 100%;
        padding: 35px 15px;
        margin: 0 auto 8% auto;
    }

    .full-head {
        width: 100% !important;
    }

    .login-shape {
        margin-top: 0px;
        padding-top: 20px !important;
        margin-bottom: 16%;
    }

    #search-tab {
        display: block;
    }

    .join-login.tab-res {
        display: none;
    }

    .tab-res,
    a.search-btn-res,
    .search-btn-res {
        display: block;
    }

    a.search-btn-res {
        float: right !important;
        width: auto !important;
        font-size: 18px;
        display: block !important;
        /* background: #1578FC; */
        color: #cccc;
        padding: 3px 16px;
        border-radius: 10px;
        margin-top: 12px;
        border: none;
        border: 1px solid #ccc;
        margin: 0px 10px 0px 0px;
        top: 0px;
    }

    .search-btn-res.search.new-hader {
        width: 60%;
        float: none;
        border: none;
        border-radius: 18px;
        background: #fff;
        height: auto;
        position: relative;
        margin-top: 7px;
        margin: 28% auto;
        display: block;
    }

    #search-tab {
        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;
    }

    #search-tab.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;
        z-index: 999;
    }

    #search-tab .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: #1578FC;
        border-color: #ccc;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
    }

    .search-btn-res.search.new-hader {
        width: 100%;
        float: none;
        border: none;
        border-radius: 18px;
        background: none;
        height: auto;
        position: relative;
        margin-top: 7px;
        margin: 48% auto;
        display: block;
    }

    .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: 77%;
        line-height: 49px;
        padding-left: 20px;
        background: #fff;
        outline: none;
        padding: 0px 15px;
        border-radius: 0px;
        margin-right: 0;
        box-shadow: none;
        border: 1px solid #DFDFDF;
        border-radius: 18px 0 0 18px;
        margin-left: 20px;
    }

    .search.new-hader button {
        border: none;
        background: #1578FC;
        width: 55px;
        height: 53px;
        color: #fff;
        font-size: 16px;
        float: left;
        border-radius: 0 18px 18px 0;
        outline: none;
        cursor: pointer;
        border: 1px solid #1578FC;
        margin-top: -1px;
    }

    #search-tab .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: #1578FC;
        border-color: #ccc;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
    }

    #header.sticky a.search-btn-res {
        display: none !important;
    }

    .header-section.sticky .menu-icon {
        margin-right: 15px !important;
    }

    section.header-section.sticky a img {
        width: 123px !important;
        margin-top: 17px !important;
        margin-bottom: 15px !important;
    }

    .home-curve .login-container {
        width: 100% !important;
        margin-left: 0%;
        margin-bottom: 0px !important;
        display: inline-block !important;
    }

    .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: 80%;
        padding: 0 20px;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #fff;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .form-job .oneselect {
        width: 100%;
    }

    a.submit-form {
        width: 100%;
        font-size: 14px;
        color: #fff;
        font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        border-radius: 36px;
        background: #1578FC;
        padding: 15px 35px;
        margin: 0 auto;
        clear: both;
    }

    .form-job input {
        font-size: 13px;
        color: #455671;
        float: left;
        width: 100%;
        font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        margin: 0px;
        padding: 8px;
        line-height: normal;
        border: 1px solid #DFDFDF;
        height: 50px;
        outline: none;
        border-radius: 10px;
    }

    .form-job textarea {
        font-size: 13px;
        color: #455671;
        min-height: 100px;
        min-height: 200px;
        resize: none;
        float: left;
        width: 100%;
        font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        margin: 0px;
        padding: 8px;
        line-height: normal;
        border: 1px solid #DFDFDF;
        height: 50px;
        outline: none;
        border-radius: 10px;
    }

    .selec-job select {
        font-size: 13px;
        color: #455671;
        float: right;
        width: 100%;
        font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        margin: 0px 0 25px 0;
        padding: 8px;
        line-height: normal;
        border: 1px solid #DFDFDF;
        margin-left: 15px;
        height: 50px;
        outline: none;
        border-radius: 10px;
    }

    .job-section {
        margin-top: 0%;
        float: left;
        width: 100%;
        padding-bottom: 0px;
        margin-bottom: 15px;
        margin-top: 102px !important;
    }

    .job-des-section h2 {
        font-size: 22px;
        color: #455671;
        float: left;
        width: 100%;
        font-family: 'Poppins-Bold', Arial, sans-serif;
        margin: 0px 0 5px 0;
        padding: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        line-height: 30px;
        padding-bottom: 0px;
        padding-left: 15px;
        font-weight: 700;
    }

    .other-position h2 {
        font-size: 28px;
        color: #455671;
        float: left;
        width: 100%;
        font-family: 'Poppins-Bold', Arial, sans-serif;
        font-weight: 700;
        margin: 0px 0 15px 0;
        padding: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        line-height: 34px;
        padding-bottom: 30px;
        padding-left: 0px;
        text-align: center;
    }

    .applynow-btn,
    .applynow-btn:hover,
    .applynow-btn:focus {
        width: 100%;
    }

    .job-section .col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #videoContainer {
        width: 94vw;
        height: 38vh;
        background: #ddd;
        margin: 30px auto;
        border-radius: 5px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .auction-marketplace .flag-truncate {
        max-width: 100% !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 86px;
        float: none;
        text-align: center;
    }

    .listing-show-mobile .listings-grids .top-panl .top-left-user a.user-pic-list img {
        border-radius: 100px !important;
    }

    .listing-show-mobile .owl-nav .owl-prev,
    .recent-listing .owl-nav .owl-prev,
    #c-slider .owl-nav .owl-prev,
    .recent-listing .owl-nav .owl-prev {
        position: absolute;
        left: -15px;
        top: 49%;
        box-shadow: 0px 0px 4px #ccc;
        width: 40px;
        height: 40px;
        border-radius: 200px !important;
        background: #fff !important;
        outline: none;
    }

    .listing-show-mobile .owl-nav .owl-next,
    .recent-listing .owl-nav .owl-next,
    #c-slider .owl-nav .owl-next,
    .recent-listing .owl-nav .owl-next {
        position: absolute;
        right: -15px;
        top: 49%;
        box-shadow: 0px 0px 4px #ccc;
        width: 40px;
        height: 40px;
        border-radius: 200px !important;
        background: #fff !important;
        outline: none;
    }

    .tab-content .listing-show-mobile .owl-nav .owl-prev,
    .recent-listing .owl-nav .owl-prev,
    #c-slider .owl-nav .owl-prev,
    .recent-listing .owl-nav .owl-prev {
        position: absolute;
        left: -15px;
        top: 36%;
        box-shadow: 0px 0px 4px #ccc;
        width: 40px;
        height: 40px;
        border-radius: 200px !important;
        background: #fff !important;
        outline: none;
    }

    .tab-content .listing-show-mobile .owl-nav .owl-next,
    .recent-listing .owl-nav .owl-next,
    #c-slider .owl-nav .owl-next,
    .recent-listing .owl-nav .owl-next {
        position: absolute;
        right: -15px;
        top: 35%;
        box-shadow: 0px 0px 4px #ccc;
        width: 40px;
        height: 40px;
        border-radius: 200px !important;
        background: #fff !important;
        outline: none;
    }

    .tabbable-line>.nav-tabs>li.active>a {
        border: 0;
        color: #fff !important;
        padding: 10px 16px;
        background: none;
        float: none;
        display: inline-block;
        background: #1578FC !important;
        border-radius: 38px;
    }

    .tabbable-line>.nav-tabs>li {
        margin-right: 2px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .tabbable-line>.nav-tabs>li.four {
        margin-top: 0px;
    }

    .tabbable-line>.nav-tabs>li>a {
        border: 0;
        margin-right: 0;
        font-family: 'Poppins', sans-serif !important;
        text-transform: inherit;
        font-size: 12px;
        background: #F3F5F9;
        padding: 10px 18px;
        border-radius: 36px;
        color: #1578FC;
        margin-bottom: 10px;
    }

    .marketplace-tabs .tabbable-line>.nav-tabs>li>a {
        font-size: 12px;
        padding: 10px 16px;
    }

    .tabbable-line>.nav-tabs>li>a:hover,
    .tabbable-line>.nav-tabs>li>a:focus,
    .tabbable-line>.nav-tabs>li>a.active {
        border: 0;
        margin-right: 0;
        font-family: 'Poppins', sans-serif !important;
        text-transform: inherit;
        font-size: 12px;
        background: #1578FC !important;
        border-radius: 36px;
        color: #fff;
        padding: 10px 16px;
    }

    .listing-hide-mobile {
        display: none;
    }

    .listing-show-mobile {
        display: block;
    }

    .listing-show-mobile .owl-item .listing .listing-body {
        padding: 0 15px;
        min-height: 242px;
        box-shadow: none;
        border-radius: 0 0 18px 18px;
        background: #fff;
    }

    .animation-mobile.show-mobile {
        display: block;
    }

    .animation-mobile.hide-mobile {
        display: none;
    }

    .faq-sec-dv ul li p {
        width: 100%;
        float: left;
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #455671;
        line-height: 30px;
        margin-top: 15px;
    }

    .header-section.sticky {
        padding: 0px !important;
    }

    .header-section.sticky .menu-icon {
        margin-top: 13px !important;
    }

    .hostbanner {
        width: 100%;
        float: left;
        margin-top: 2%;
        background: url(../img/mobile-banner.jpg);
        background-size: 100% auto;
        background-position: top;
        min-height: 230px;
        background-repeat: no-repeat;
        position: relative;
        margin-bottom: 0px;
    }

    a.watch-btn {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        position: absolute;
        bottom: 5%;
        right: 0%;
        width: 100%;
        text-align: center;
    }

    .host-sec .heavyindus-secion p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        padding: 0px;
        margin: 0px 0px 20px 0;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
    }

    .host-sec .heavyindus-secion a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 18px;
        color: #fff;
        width: auto;
        display: inline-block;
        line-height: 50px;
        background: #1478FB;
        border-radius: 45px;
        font-weight: 700;
        height: 50px;
        min-width: 95%;
        text-align: center;
        margin-left: 4%;
    }

    .host-sec .heavyindus-secion {
        width: 100%;
        background: #FDFFF5;
        float: left;
        padding: 10% 4% 13% 4%;
        margin-bottom: 9%;
        display: block;
    }

    .desk-go-rightn {
        width: 100%;
        float: left;
        margin-top: 23%;
        padding-left: 0;
    }

    .desk-go-rightn figure {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        text-align: left;
    }

    .desk-go-rightn img {
        width: 110px;
        float: none;
    }

    .desk-go-rightn h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 44px;
        margin-bottom: 30px;
        text-align: left;
    }

    .desk-go-rightn p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #455671;
        width: 100%;
        float: left;
        line-height: 35px;
        text-align: left;
        padding: 0px;
    }

    .desk-go-rightn a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px;
        margin-top: 15px;
        float: left;
        width: 100%;
        color: #455671;
        margin-bottom: 30px;
        text-align: left;
    }

    .features-control {
        width: 100%;
        float: left;
        text-align: left;
        margin: 15% 0 21% 0;
        padding: 0px 15px;
        clear: both;
    }

    .features-control figure {
        width: 100%;
        text-align: left;
        margin-bottom: 30px;
    }

    .features-control h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 44px;
        margin-bottom: 30px;
    }

    .core-privacy-section {
        width: 100%;
        float: left;
        margin-top: 0%;
        background: url(../img/banner-core-privacy.jpg) #455671;
        background-size: 100% auto;
        background-position: top;
        min-height: 714px;
        background-repeat: no-repeat;
        margin-bottom: 0px;
        position: relative;
    }

    .core-privacy-section .core-privacy-main {
        width: auto;
        float: left;
        margin: 19% 0 30px 0%;
        padding: 0px 20px;
    }

    .core-privacy-section .core-privacy-main figure {
        width: 100%;
        display: block;
        text-align: left;
        margin-top: 40%;
    }

    .core-privacy-section .core-privacy-main h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px;
        float: left;
        width: 100%;
        color: #fff;
        line-height: 44px;
        margin-top: 20px;
        margin-bottom: 0px;
        text-align: left;
    }

    .core-privacy-section .core-privacy-main p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #fff;
        width: 100%;
        float: left;
        line-height: 25px;
        margin-bottom: 10px;
        text-align: left;
        padding: 10px 1px;
    }

    .core-privacy-section .core-privacy-main span {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        width: 100%;
        float: left;
        line-height: 35px;
        margin-bottom: 35px;
        text-align: left;
    }

    .core-privacy-section .core-privacy-main a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px;
        margin-top: 0px;
        float: left;
        width: 100%;
        color: #fff;
        margin-bottom: 30px;
        text-align: left;
    }

    .core-privacy-section {
        width: 100%;
        float: left;
        margin-top: 0%;
        background: url(../img/banner-core-privacy.jpg) #455671;
        background-size: 100% auto;
        background-position: top;
        min-height: 534px;
        background-repeat: no-repeat;
        margin-bottom: 0px;
        position: relative;
    }

    .desk-go-sec .col-md-6.p-l-0 {
        padding-right: 0px
    }

    .feaure-part-bot figure {
        width: 100%;
        float: left;
        height: 80px;
        text-align: center;
    }

    .feaure-part-bot h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 25px;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .feaure-part-bot p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        padding: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
    }

    .features-control p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #455671;
        width: 100%;
        float: left;
        line-height: 28px;
        margin-bottom: 7%;
    }

    .growth-secion-inner {
        width: 100%;
        background: #455671;
        float: left;
        padding: 23% 20px;
        margin-top: 8%;
    }

    .growth-secion-inner figure {
        width: 100%;
        float: left;
        text-align: left;
    }

    .driver-intro-dv a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 20px;
        color: #fff;
        width: 100%;
        font-weight: 700;
        display: inline-block;
        margin-right: 0px;
    }

    .driver-panel p {
        margin-bottom: 0px;
    }

    .heavyindus-secion {
        width: 100%;
        background: #FDFFF5;
        float: left;
        padding: 6% 0%;
    }

    .timepickup {
        width: 100%;
        float: left;
        margin: 15% 0px;
        padding: 0px 15px;
    }

    .timepickup figure {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 12%;
    }

    .timepickup .list-option {
        width: 100%;
        float: left;
        margin-left: 0px;
    }

    .timepickup .list-option .circle-dv {
        width: 144px;
        height: 144px;
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        border-radius: 200px;
        text-align: center;
        padding-top: 60px;
        margin: 0 auto;
        float: none;
    }

    .timepickup .list-option p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        line-height: 35px;
        padding: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
        margin-top: 25px;
    }

    .timepickup .list-option p {
        margin-bottom: 40px;
    }

    .timepickup .btn-intro-dv {
        margin: 0% 0 -20% 0;
    }

    .heavyindus-secion.boost-dv {
        width: 100%;
        background: #FDFFF5;
        float: left;
        padding: 23% 3%;
    }

    .heavyindus-secion.boost-dv figure {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 4%;
    }

    .heavyindus-secion.boost-dv h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px;
        float: left;
        width: 100%;
        color: #455671;
        margin-bottom: 5%;
        text-align: left;
        line-height: 42px;
    }

    .timepickup h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px 9%;
        float: left;
        width: 100%;
        color: #455671;
        margin-bottom: 15%;
        text-align: center;
        line-height: 42px;
    }

    .heavyindus-secion.boost-dv h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px;
        float: left;
        width: 100%;
        color: #455671;
        margin-bottom: 5%;
        text-align: center;
        line-height: 44px;
    }

    .features-control h3 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 28px;
    }

    .growth-secion-inner h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px;
        float: left;
        width: 100%;
        color: #fff;
        line-height: 44px;
        margin-top: 40px;
        margin-bottom: 10px;
        text-align: left;
    }

    .growth-secion-inner .container.cuctom-home {
        padding: 0px;
    }

    .growth-secion-inner .container.cuctom-home .col-md-12 {
        padding: 0px;
    }

    .driver-panel {
        width: 100%;
        float: left;
        margin-top: 15%;
        margin-bottom: 5%;
        text-align: left;
    }

    .driver-intro-dv {
        width: 100%;
        text-align: left;
        float: left;
    }

    .driver-panel.panel-right-driver {
        padding-left: 0;
        width: 100%;
    }

    .introducing-section h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px 15px;
        margin: 0px;
        margin-top: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
        line-height: 44px;
        margin-top: 10%;
        padding: 0px 10%;
    }

    .introducing-section p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        padding: 0px;
        margin: 25px 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
        padding-left: 15px;
    }

    .introducing-section ul li {
        display: inline-block;
        margin-left: 0px;
        margin-right: 15px;
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }

    .introducing-section ul li figure {
        width: 100%;
        display: block;
        border-radius: 100px;
        text-align: center;
    }

    .btn-intro-dv a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 18px;
        color: #455671;
        width: auto;
        font-weight: 700;
        display: inline-block;
        margin-left: 0px;
        margin-right: 13px;
        margin-bottom: 10px;
        float: left;
        text-align: center;
        width: 100%;
    }

    .features-control .btn-intro-dv a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-size: 18px;
        color: #455671;
        width: auto;
        font-weight: 700;
        display: inline-block;
        margin-left: 0px;
        margin-right: 13px;
        margin-bottom: 10px;
        float: left;
        text-align: left;
        width: 100%;
    }

    .btn-intro-dv a img {
        width: 30px;
        margin-left: 10px;
    }

    .desk-go-sec {
        width: 100%;
        background: #FAFAFA;
        float: left;
        margin-top: 15%;
        margin-bottom: 5%;
    }

    a.watch-btn img {
        width: 26px;
        margin-left: 7px;
    }

    .mobile-head-host {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        color: #455671;
        width: auto;
        display: block;
        line-height: 44px;
        text-align: center;
        margin-top: 27%;
        margin-bottom: 10px;
        padding: 0px 4%;
    }

    .banner-dvn {
        display: none;
    }

    .tabbable-line {
        clear: both;
        margin-top: 10px;
        float: left;
        width: 100% !important;
    }

    .faq-sec-dv h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px;
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 44px;
        margin-bottom: 30px;
        margin-top: 13%;
    }

    .auction-marketplace .flx-cls-auc {
        width: 100%;
        float: left;
        margin: 10px 0px;
        transition: all 0.1s ease;
    }

    .marketplace-tabs .flx-cls-new .listing .listing-img {
        position: relative;
        height: 166px;
        /* overflow: hidden; */
    }

    .marketplace-tabs .flx-cls-new .listing .listing-img a.hover-effect {
        display: block;
        width: 100%;
        position: relative;
        transition: all .5s ease-in-out 0s;
        height: 160px;
    }

    .marketplace-tabs .flx-cls-new.new-home-grid {
        width: 100%;
        float: left;
        margin: 10px 0px 0px 0px;
        transition: all 0.1s ease;
    }

    .marketplace-tabs .recomendation-grid.pad-slidr {
        margin-bottom: 0px;
    }

    .marketplace-tabs .listing {
        position: relative;
        margin-bottom: 0px;
        transition: none;
    }

    a.show-morelist-home {
        border: 1px solid #dcdcdc;
        color: #1578fc;
        padding: 0px 45px;
        border-radius: 50px;
        font-weight: 700;
        width: auto;
        display: inline-block;
        font-size: 16px;
        margin-left: 0px;
        margin-top: 10px;
        line-height: 50px;
        height: 50px;
        margin-bottom: 19%;
    }

    .playstore-btn a {
        width: auto !important;
        float: left;
        text-align: center;
        margin-bottom: 10px !important;
    }

    .new-home-main .container .banner {
        margin-top: 25%;
        float: left;
        width: 100%;
        background: url(../img/banner-home.jpg);
        background-size: 100% auto;
        background-position: bottom;
        min-height: 680px;
        background-repeat: no-repeat;
        margin-bottom: 0px;
    }

    section.header-section ul {
        border: none !important;
    }

    .new-home-main .container .banner h1 {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 15px;
        margin-top: 20px;
        text-align: center;
    }

    .strted-dv {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .public-market h1.title-heading {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 0px;
        margin-top: 23%;
        text-align: center;
        padding-left: 0px;
    }

    .new-home-main .container .banner p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
    }

    .new-home-main .container .banner .playstore-btn a img {
        width: 160px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .public-market .custom-select {
        display: block;
        width: 100%;
        float: left;
        padding: 0px 0px;
    }

    .growing-dv h1 {
        font-size: 38px;
        line-height: 42px;
        text-align: left;
    }

    .krank-why-right.manage-glow h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px 15px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 42px;
        margin-bottom: 20px;
        margin-top: 40px;
        text-align: left;
    }

    .manage-img {
        width: 100%;
        float: left;
        padding-left: 0px;
        text-align: center;
        margin-top: 10%;
    }

    .faq-sec-dv {
        width: 100%;
        float: left;
        padding: 0px 20px;
        margin-top: 6%;
    }

    .custom-divleft {
        max-width: 100% !important;
        margin-bottom: 30px;
    }

    .custom-dv-argin {
        margin-right: 0% !important;
        margin-bottom: 30px;
    }

    .about-krank-footer {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    footer {
        display: block;
        border-top: 1px solid #dcdcdc !important;
        float: left;
        width: 100%;
        background: #fff !important;
        margin-top: 2%;
        padding: 6% 15px;
    }

    ul.footer-list {
        text-align: left;
    }

    footer h1 {
        text-align: left;
    }

    #backtop {
        right: auto;
        left: 20px;
    }

    .animation-mobile img {
        width: 80%;
        margin-top: 15px;
        margin: 20px auto 0px 0%;
    }

    .krank-auction-left {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 20px;
    }

    .krank-auction-right p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #fff;
        width: 100%;
        float: left;
        line-height: 30px;
        text-align: left;
    }

    .krank-auction-right a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 17px;
        padding: 0px;
        margin-top: 15px;
        float: left;
        width: 100%;
        color: #fff;
        text-align: left;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .krank-why-left {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        line-height: 44px;
        padding: 0px 10px;
        text-align: center;
        margin-top: 3%;
        margin-bottom: 20px;
    }

    .krank-why-right p {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        color: #455671;
        width: 100%;
        float: left;
        line-height: 30px;
        padding: 0px 20px;
        text-align: left;
    }

    .growing-dv p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        padding: 0px 17px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: left;
    }

    .growing-dv a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px 15px;
        margin-top: 20px;
        display: inline-block;
        width: 100%;
        color: #455671;
        text-align: center;
        margin-left: 0px;
    }

    .container.cuctom-home .growing-dv a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px 15px;
        margin-top: 20px;
        display: inline-block;
        width: 100%;
        color: #455671;
        text-align: left;
        margin-left: 0px;
    }

    .comunity-sec.atdesk .growing-dv a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px 15px;
        margin-top: 20px;
        display: inline-block;
        width: 100%;
        color: #455671;
        text-align: center;
        margin-left: 0px;
    }

    .krank-unique-sec {
        padding: 21% 5%;
        margin-bottom: 6%;
    }

    .krank-auction-left {
        font-size: 38px;
        line-height: 44px;
        text-align: left;
        margin-bottom: 20px;
    }

    .zeromargin {
        margin-top: 0%;
    }

    .krank-why-right a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px 25px;
        margin-top: 15px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: left;
        margin-bottom: 8%;
        margin-left: 0;
    }

    .margn-krank-why.managedv .krank-why-right.manage-glow a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        padding: 0px 20px;
        margin-top: 15px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: left;
        margin-bottom: 8%;
        margin-left: 0;
    }

    .get-krank-start h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px 15px;
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 44px;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .get-krank-start ol li {
        width: 100%;
        float: left;
        margin-top: 25px;
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 14px;
        color: #455671;
    }

    .growing-dv.zeromargin .col-md-6 h3 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 19px;
        padding: 0px;
        margin-top: 15px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 30px;
        text-align: center;
    }

    .growing-dv.zeromargin .col-md-6 p {
        margin-top: 5px;
    }

    .get-krank-start a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 15px;
        padding: 0px;
        margin-top: 45px;
        float: left;
        width: auto;
        color: #455671;
        margin-left: 17px;
        margin-right: 5px;
    }

    .get-krank-start a img {
        width: 27px;
        margin-left: 11px;
    }

    .faq-searchpage .search.new-hader {
        width: 100%;
        float: left;
        border: 1px solid #DFDFDF;
        border-radius: 18px;
        background: #fff;
        height: auto;
        position: relative;
        margin-top: 7px;
        margin-left: 0%;
    }

    .faq-searchpage .search.new-hader input {
        color: #455671;
        font-size: 18px;
        float: left;
        border: none;
        width: 74%;
        line-height: 65px;
        padding-left: 20px;
        background: none;
        outline: none;
    }

    section.header-section a img {
        width: 123px !important;
        margin-top: 0px !important;
    }

    .header .menu-icon {
        margin-top: 0px !important;
    }

    .comunity-sec {
        padding: 15% 0px;
    }

    .get-krank-start ol {
        width: 100%;
        float: left;
        margin: 0px 0 0 10px;
        padding: 0px 20px;
    }

    .auction-marketplace .user-name-detail {
        width: 110px !important;
        height: 50px;
        float: left;
        margin-top: 10px !important;
        margin-left: 10px;
    }

    .auction-marketplace .listings-grids .top-panl .top-left-user {
        width: 60% !important;
    }

    .auction-marketplace .listings-grids .top-right-timer {
        width: 30% !important;
        margin-top: 7% !important;
    }

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

    ul.community-list li figure {
        float: left;
        display: inherit;
        margin-left: 8px;
        width: 100%;
    }

    ul.community-list li .community-dv h3 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 20px;
        color: #1578FC;
        width: 100%;
        float: left;
        text-align: center;
    }

    ul.community-list li .community-dv {
        width: 100%;
        float: right;
        margin-top: 3%;
        text-align: center;
        padding-left: 15px;
    }

    .tabbable-line>.tab-content {
        margin-top: -3px;
        background-color: #fff;
        border: 0;
        padding: 15px 0%;
        width: 100%;
        float: left;
        overflow: inherit;
    }

    .new-home-main .container .banner .playstore-btn {
        width: 100%;
        margin: 5% auto 0 auto;
        float: left;
    }

    .faq-navigation.sticky {
        position: fixed;
        top: 3px;
        background: #fff;
        z-index: 99;
        box-shadow: 0px 6px 8px #e0e0e0;
    }

    .searchpanel-faq h1 {
        font-size: 60px;
        color: #455671;
        float: left;
        width: 100%;
        text-align: center;
        font-family: 'hel-bold', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        margin-top: 30px;
    }

    .faq-navigation {
        width: 100%;
        float: left;
        padding: 0px 0px;
        text-align: center;
        border-top: 1px solid #e0dfdf;
        margin-top: 10px;
    }

    section.header-section {
        padding: 20px 0px 0px 0 !important;
    }

    .menu-left-bar {
        float: left;
        width: 100%;
    }

    .resp-disp {
        display: block;
    }

    .menu-right-bar {
        display: none;
    }

    .resp-disp-search {
        display: block;
    }

    .header .menu-btn:checked~.menu {
        max-height: 100%;
    }

    .header .menu-btn:checked~.menu .search.new-hader {
        width: 93%;
        float: left;
        border: none;
        border-radius: 18px;
        background: #fff;
        height: auto;
        position: relative;
        margin: 20px 0 25px 15px !important;
        display: none;
    }

    #desc_home_mob,
    .new-hader.resp-disp-search {
        display: none;
    }

    .header .menu-btn:checked~.menu .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: 83%;
        line-height: 50px;
        padding-left: 20px;
        background: none;
        outline: none;
        border: 1px solid #DFDFDF;
        height: 54px;
        margin-top: -2px;
    }

    .last-li {
        margin-top: 15px !important;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }

    .slast-li {
        margin-top: 16px !important;
        border-top: 1px solid #ccc;
        padding-top: 14px;
        background: #1578FC;
        padding-bottom: 14px;
        color: #fff !important;
    }

    .last-li {
        margin-top: 16px !important;
        border-top: 1px solid #ccc;
        padding-top: 14px;
        background: #00d0a0;
        padding-bottom: 14px;
        color: #fff !important;
    }

    .slast-li a {
        color: #fff !important;
    }

    section.header-section ul li {
        float: left;
        width: 100%;
        margin-left: 0;
        margin: 10px 0 0 8px;
        padding-left: 0px;
    }

    .host-sec {
        padding: 102px 0 0;
    }

    .job-baner {
        min-height: 360px;
    }

    .brand-dv {
        width: 50%;
        padding: 15px 20px;
    }

    .brand-dv:nth-child(3n-1) {
        margin-top: 0;
    }

    .brand-dv:nth-child(even) {
        margin-top: 100px;
    }

    .icon-headf img {
        width: 90%;
    }
}

@media (max-width: 575px) {
    .faq-inner-page p iframe {
        height: 285px;
    }

    .job-baner {
        min-height: 285px;
    }

    .faq-inner-page p iframe {
        height: 245px;
    }

    .header-main .navbar .navbar-right {
        display: none;
    }
}

@media (max-width: 425px) {
    .faq-inner-page p iframe {
        height: 218px;
    }

    .faq-inner-page p iframe {
        height: 205px;
    }

    .job-baner {
        min-height: 200px;
    }

    .brand-dv {
        width: 100%;
        padding: 20px 50px;
    }

    .brand-dv:nth-child(even),
    .brand-dv:nth-child(3n-1) {
        margin-top: 0;
    }
}

@media (max-width: 375px) {
    .faq-inner-page p iframe {
        height: 178px;
    }

    .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: 74%;
        line-height: 49px;
        padding-left: 20px;
        background: #fff;
        outline: none;
        padding: 0px 15px;
        border-radius: 0px;
        margin-right: 0;
        box-shadow: none;
        border: 1px solid #DFDFDF;
        border-radius: 18px 0 0 18px;
        margin-left: 20px;
    }

    .introducing-section h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px 15px;
        margin: 0px;
        margin-top: 0px;
        margin-top: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
        line-height: 44px;
        margin-top: 10%;
        padding: 0px 2%;
    }

    .timepickup h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        padding: 0px 8%;
        float: left;
        width: 100%;
        color: #455671;
        margin-bottom: 15%;
        text-align: center;
        line-height: 42px;
    }

    .timepickup .btn-intro-dv {
        margin: -15% 0 0 0;
    }

    .header .menu-btn:checked~.menu .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: 79%;
        line-height: 50px;
        padding-left: 20px;
        background: none;
        outline: none;
        border: 1px solid #DFDFDF;
        height: 54px;
        margin-top: -2px;
    }

    .new-home-main .container .banner p {
        font-family: 'Poppins', sans-serif !important;
        font-weight: normal;
        font-size: 15px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        text-align: center;
    }

    .krank-why-left {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 38px;
        line-height: 44px;
        padding: 0px 10px;
        text-align: center;
        margin-top: 3%;
        margin-bottom: 20px;
    }

    .public-market h1.title-heading {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 0px;
        margin-top: 23%;
        text-align: center;
        padding-left: 0px;
        padding: 0px;
    }

    .animation-mobile img {
        width: 88%;
        margin-top: 15px;
        margin: 20px auto 0px 0%;
    }

    #myWizard .code-number-w {
        width: 60% !important;
        margin-left: 25px;
    }

    .market-wth-lgn .listings-grids .top-right-timer {
        width: 48% !important;
    }

    .comunity-sec.atdesk .container.cuctom-home .col-md-7 .growing-dv h1 {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 39px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        color: #455671;
        line-height: 40px;
        margin-bottom: 20px;
        padding-left: 10px;
        text-align: left;
    }

    .manage-img img {
        width: 90%;
        margin-top: 17px;
        margin-bottom: 60px;
    }

    .new-home-main .container .banner .playstore-btn a img {
        width: 145px;
        margin-right: 0px;
        margin-left: 9px;
    }

    .new-home-main .container .banner {
        margin-top: 25%;
        float: left;
        width: 100%;
        background: url(../img/banner-home.jpg);
        background-size: 100% auto;
        background-position: bottom;
        min-height: 670px;
        background-repeat: no-repeat;
        margin-bottom: 0px;
    }

    .tabbable-line>.nav-tabs>li.active>a {
        border: 0;
        color: #fff !important;
        padding: 10px 16px !important;
        background: none;
        float: none;
        display: inline-block;
        background: #1578FC !important;
        border-radius: 38px;
    }
}

@media (max-width: 320px) {
    .header .menu-btn:checked~.menu .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: 72%;
        line-height: 49px;
        padding-left: 20px;
        background: none;
        outline: none;
    }

    .krank-auction-right a {
        font-family: 'Poppins-Bold', sans-serif !important;
        font-weight: 700;
        font-size: 15px;
        padding: 0px;
        margin-top: 15px;
        float: left;
        width: 100%;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }
}