@import url('https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    height: auto;
  
} 
.sticky {
    position: fixed;
    top: 73px;
    width: 100%;
}
#header-fixed {
    position: fixed;
    top: 0px;
    display: none;
    background-color: white;
}
/* 
tr:nth-child(even) {
    background-color: #f9f9f9;
} */
th {
    text-align: center !important;
    padding: 16px 0px !important;
}
/* header {
    width: 100%;
    height: 100vh;
    background: url(../img/component.png) no-repeat 50% 220%;
    background-size: cover;
} */
/* .logo a {
    line-height: 60px;
    margin: 13px 46px;
    color: #fff;
    font-size: 48px;
    letter-spacing: 2px;
    float: right;
} */
a{
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
a:focus{
    text-decoration: none;
}
.logo img {
    width: 138px;
    margin: 19px 0px 5px 39px;
    float: right;
}
.logo2 img {
    width: 20%;
    /* margin: 12px 0px 5px 39px; */
}
/* .logo a:hover {
    color: #fff;
    text-decoration: none
} */
/* .logo_footer {
    color: #fff;
}
.logo_footer:hover {
    color: #fff;
    text-decoration: none
} */
.logo_footer img {
    width: 73%;
    margin-top: 60px;
}
.searching {
    margin-top: -760px;
}
.card_content a {
    color: #000 !important;
}
nav {
    position: fixed;
    width: 100%;
    line-height: 45px;
    z-index: 99999999999;
    transition: ease 1s;
    
}
nav ul {
    line-height: 45px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: center;
    margin: 0;
    transition: ease 1s;

}
.black {
    box-shadow: 0px 2px 7px #1297e7;
}
nav.black>.row {
    background: linear-gradient(-55deg,#1297e7 10%, #245bc5 80%,#4481eb 30%);
    transition: ease 1s;
}
.nav_header_class_top{
    background: linear-gradient(-55deg,#1297e7 10%, #245bc5 80%,#4481eb 30%);
}
.footer_class_buttom{
    background: linear-gradient(55deg,#1297e7 0%, #245bc5 0%,#4481eb 50%);
}
nav ul li {
    display: inline-block;
    transition: ease 1s;
    padding-right: 28px;
    padding-top: 15px;
    margin-bottom: 7px;
}
nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: ease 1s;
    font-family: 'Poppins', sans-serif !important;
    -webkit-transition: all .34s ease-in-out;
            transition: all .34s ease-in-out; 
    text-transform: capitalize;
}
nav ul li a:focus {
    text-decoration: none;
    color: #fff;
}
.submenu li a:focus {
    text-decoration: none;
    color: #4481eb;
}
nav ul li a:hover {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: ease 1s;
}
.menu-icon {
    line-height: 60px;
    width: 100%;
    background: linear-gradient(-55deg,#1297e7 10%, #245bc5 80%,#4481eb 30%);;
    text-align: right;
    box-sizing: border-box;
    padding: 5px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}
@media(max-width: 1000px) {
    .logo {
        position: fixed;
        top: 0;
        background: linear-gradient(-55deg,#1297e7 10%, #245bc5 80%,#4481eb 30%);;
    }
    .dropdowns {
        margin-left: 0px !important;
    }
    nav ul {
        max-height: 0px;
        background: linear-gradient(-55deg,#1297e7 10%, #245bc5 80%,#4481eb 30%);;
    }
    nav.black ul {
        /* background: linear-gradient(-55deg,#1297e7 10%, #245bc5 80%,#4481eb 30%);; */
    }
    .showing {
        max-height: 34em;
        margin: 0px -303px auto;
        display: block !important;
        transition: display 0.5s ease-in;
    }
    nav ul li {
        box-sizing: border-box;
        width: 100%;
        padding: 0px;
        text-align: center;
        margin-bottom: 0px !important;
        transition: .3s !important;
        padding-right: 14%;
    }
    .menu-icon {
        display: block;
    }
    nav ul li:hover {
        background-color: #f6f6f6;
        color: linear-gradient(-55deg,#1297e7 10%, #245bc5 80%,#4481eb 30%);;
    }
    nav ul li:hover a {
        color: linear-gradient(-55deg,#1297e7 10%, #245bc5 80%,#4481eb 30%);
    }
    nav ul li:hover .taka{
        border: 1px solid #4481eb !important;
    }
    nav ul li:hover .fa-bolt{
        color: linear-gradient(-55deg,#1297e7 10%, #245bc5 80%,#4481eb 30%); !important;
    }
    nav ul li:hover .sign_in {
        border: 1px solid #4481eb;
        border-radius: 50%;
        padding: 14px;
        padding: 5px 22px 5px 22px;
        border-bottom-right-radius: 24px !important;
        border-bottom-left-radius: 24px !important;
        border-top-right-radius: 24px !important;
        border-top-left-radius: 24px !important;
        color: #4481eb;
    }
    .submenu li a {
        color: #4481eb !important;
        text-decoration: none;
        transition: background .3s;
        white-space: nowrap;
        font-weight: 600;
        border-bottom: 1px solid #4481eb;
        text-align: center !important;
    }
    .submenu {
        background: #fff
    }
    nav {
        /* position: relative; */
        background: linear-gradient(-55deg,#1297e7 10%, #245bc5 80%,#4481eb 30%);;
    }
    .menu-icon {
        /* position: fixed; */
        z-index: 9999;
    }
    .logo {
        z-index: 9999999999999999999999999999;
    }
    .menu {
        /* margin-top: 71px; */
    }
    .height-none {
        /* max-height: 0px; */
        display: none;
    }
}
@media(max-width: 1230px) {
    nav .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: -2px;
    }
}
@media(max-width:768px) {
    nav ul li {
        padding-right: 0px;
    }
}
.search-section {
    z-index: -1;
    background-image: url(../img/component.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* left: -3px; */
    position: relative;
    height: 833px;
    top: -101px;
}
.sitting {
    z-index: 22;
    background-image: url(../img/sitting.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 580px;
    height: 526.43px;
    opacity: 1;
    margin-left: -24px;
    margin-top: 4px;
}
.sitting span {
    display: none;
}
.text1 {
    top: 285px;
    color: #fff;
    font-weight: bold !important;
    font-size: 40px;
    padding-top: 142px;
    padding-bottom: 40px;
}
.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 2px solid #8b8b8b;
    float: left;
    width: 70%;
    background: #fff;
    color: #000;
    border-radius: 30px;
    text-align: center;
    border-radius: 64px 0px 0px 64px;
}
.example button {
    float: left;
    width: 26%;
    padding: 10px;
    /*    background: #F2F2F2;*/
    /*    color: #4B4B4B;*/
    font-size: 17px;
    /*    border: 2px solid #f6f6f6;*/
    cursor: pointer;
    border-radius: 0px 64px 64px 0px;
    border: 2px solid #8b8b8b;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}
.example button:hover {
    box-shadow: 0 2px 4px #7a8f7ee6;
    background: linear-gradient(107deg, #64DEC6, #6CD59A);
}
.input-group mb-3 {
    position: relative;
}
.input-group-append {
    position: absolute;
    right: 0;
    z-index: 5;
    padding: 6px 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 50px;
    padding-top: 3px !important;
    padding-bottom: 4px !important;
}
@media(max-width: 500px) {
    .subscribe {
        position: absolute;
        bottom: -51px;
        right: 0;
    }
}
.form-control {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-top-left-radius: 24px !important;
    padding-left: 39px !important;
}
.btn-search {
    color: #fff !important;
    background: linear-gradient(102deg, #f30070 0%, #eb7e0a 100%)!important;
    border-color: #f30070 !important;
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-top-left-radius: 24px !important;
    width: 120px;
    -webkit-box-shadow: 0 25px 20px 0 rgba(136, 136, 136, .35) !important;
    box-shadow: 0 25px 20px 0 rgba(136, 136, 136, .35) !important;
}
@media(max-width: 1000px) {
    .btn-search {
        width: 44px !important;
    }
    .btn_search {
        display: none;
    }
}
.search-icon {
    padding: 11px 9px 9px 9px;
    background: linear-gradient(50deg, #f30070 0%, #e27807 100%);
    border-radius: 50%;
    right: 2px;
    position: absolute;
    top: 2px;
    height: 37px;
    width: 37px;
}
.get_started{
    color:#fff;
    background: linear-gradient(102deg, #f30070 0%, #eb7e0a 100%)!important;
    border-color: #f30070 !important;
    border-radius: 50%;
    padding: 14px;
    padding: 5px 22px 5px 22px;
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-top-left-radius: 24px !important;
    transition: .5s;
}

.card {
    min-width: 336px;
    height: 280.38px;
    padding: 30px;
    overflow-y: hidden;
    margin-bottom: 10px;
    box-shadow: 0px 6px 37px rgba(0, 0, 0, .12);
    transition: ease 0.5s;
}
.card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 6px 37px hsla(0, 0%, 0%, 0.30);
}
.cards {
    margin-top: -7%;
    margin-bottom: 7%;
}
.inner {
    /*     background-image: url(../img/Group1151.png);
    min-width: 169.83px;
    height: 213px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-top: 29px;
    padding-left: 30px; */
}
.title {
    margin-bottom: 44px;
}
.titleh1 {
    font-weight: bold;
    text-align: center;
}
.title h2 {
    font-weight: bold;
    float: left;
    font-size: 20px
}
.content {

    padding-top: 16px;
}
.about {
    padding: 10px;
    margin-bottom: 40px;
}
.image1 {
    width: 814.85px !important;
    height: 705.26px;
    z-index: 22;
    background-image: url(../img/Group754.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    margin-left: -16px;
}
.text2 {
    text-align: left;
    color: rgba(37, 37, 45, 1);
    margin-top: 100px;
    padding: 15px;
}
.button1 {
    width: 200px;
    height: 50px;
    background: linear-gradient(285deg, #4481eb, #245bc5);
    border-radius: 5px;
    border: none;
    box-shadow: 0px 9px 18px rgba(217, 85, 96, 0.28);
    margin-top: 30px;
    position: relative;
    transition: ease 0.5s;
}
.button1:hover {
    transform: translateY(-10px);
    box-shadow: 0px 9px 18px rgba(170, 49, 59, 0.28);
    cursor: pointer;
}
.arrow {
    color: #fff;
    width: 25px;
    padding-left: 70px;
    font-size: 28px;
}
.try {
    padding: 14px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 32px;
    font-family: 'Poppins';
}
.try a {
    color: #fff !important;
}
.middle {
    width: 100%;
    height: auto;
    background-image: url(../img/back_index.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    position: relative;
    margin-bottom: 125px;
}
.card1 {
    height: 355px;
    max-width: 330px;
    background-color: #FAFAFA;
    border-radius: 27px;
    text-align: center;
    transition: ease 0.5s;
    margin-bottom: 30px;
    box-shadow: 0px 5px 23px rgba(0, 0, 0, 0.1);
}
.card1:hover {
    background-color: #fff;
    box-shadow: 0px 5px 37px rgba(0, 0, 0, 0.226);
}
.icon img {
    width: 31%;
    margin-top: 32px;
}
.middle_content {
    margin-top: 90px;
}
.button2 {
    width: 211px;
    height: 47px;
    border-radius: 5px;
    border: none;
    margin-top: 5px;
    transition: ease 0.5s;
    border: 2px solid  #245bc5;
    background-color: transparent;
    width: 60%;
}
.button2:hover {
    cursor: pointer;
}
.try2 {
    font-size: 16px;
    color: #245bc5;
}
.card1:hover .try2 {
    color: #fff;
}
.all_category a:hover .try2 {
    color: #fff;
}
.all_category .button2 {
    width: 211px;
}
.all_category {
    text-align: center;
}
.card1:hover .button2 {
    transform: translateY(-10px);
    background: linear-gradient(285deg, #4481eb, #245bc5);
    box-shadow: 0px 9px 18px rgba(104, 116, 223, 0.356);
    color: #fff;
}
.all_category a:hover .button2 {
    transform: translateY(-10px);
    background: linear-gradient(285deg, #4481eb, #245bc5);
    box-shadow: 0px 9px 18px rgba(104, 116, 223, 0.356);
    color: #fff;
}
.footer {
    background: linear-gradient(102deg, #4481eb, #245bc5);
}
.footer_bg {
    background-image: url(../img/Group1154.png);
    width: 100%;
    height: auto;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}
.footer_bg ul li {
    list-style: none;
    color: #fff !important;
    font-size: 13px;
    line-height: 30px;
}
.footer_bg ul li a {
    color: #fff !important;
}
.footer_content {
    margin-top: 8%;
    margin-bottom: 5%;
}
.pre_footer {
    background-color: #fff;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 0px -1px 20px rgba(0, 0, 0, 0.1);
    padding: 68px;
    margin-bottom: -60px;
    z-index: 999999999999999;
    display: inline-block;
    width: 80%;
}
.footer_search {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    padding-left: 39px !important;
    width: 100% !important;
    border: 1px solid #4481eb !important;
}
.btn-search-footer {
    width: 120px;
}
.btn-search-footer:focus {
    background: linear-gradient(293deg, #4481eb, #245bc5) !important;
}
.btn.btn-outline-secondary.btn-search-footer {
    border: 1px solid #245bc5;
    background: linear-gradient(293deg, #4481eb, #245bc5);
}
.footer-bottom p {
    font-size: 12px;
    text-align: center;
    padding: 4px 23px;
    color: #fff;
    margin-bottom: 0px;
}
.footer-bottom {
    background: linear-gradient(55deg,#1297e7 0%, #245bc5 0%,#4481eb 50%);
}
.social li {
    display: inline-block;
    padding-right: 18px;
    transition: .5s;
}
.social li i {
    font-size: 15px;
}
.social {
    margin-left: -36px;
    margin-top: 8px;
}
.social li:hover {
    transform: translateY(-8px);
    cursor: pointer;
}
.sign_in {
    background: linear-gradient(102deg, #f30070 0%, #eb7e0a 100%) !important;
    border-color: #f30070 !important;
    border-radius: 50%;
    padding: 14px;
    padding: 5px 22px 5px 22px;
    border-radius: 24px !important;

    transition: .5s;
}
.sign_in:hover {
    background: linear-gradient(-102deg, #f30070 0%, #eb7e0a 100%) !important;
    border-color: #f30070 !important;
    border-radius: 50%;
    padding: 14px;
    padding: 5px 22px 5px 22px;
    border-bottom-right-radius: 24px !important;
    color: #fff;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    transition: 1s;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}
.tab button:hover {
    background-color: #ddd;
}
.tab .active {
    background-color: #ccc;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
/* 
table {
    width: 90%;
    margin: auto;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    width: fit-content;
    max-width: 100%;
    text-align: left;
    table-layout: fixed;
    width: 100%;
}
th {
    padding: .5rem;
    padding-left: 72px !important;
}
td {
    padding: .5rem;
    padding-left: 72px !important;
}
th {
    text-align: left;
    background-color: #ECFEFC;
    border-top: none;
    padding: 20px 79px !important;
    font-size: 15px;
}
td {
    white-space: nowrap;
    border-bottom: none;
    color: rgb(20, 20, 20);
    border-bottom: 1px solid #F6F6F6;
    padding-top: 20px !important;
    font-size: 14px;
    padding-bottom: 20px !important;
}
th:first-of-type {
    border-left: none;
    padding-left: 39px !important;
    padding-right: 199px !important;
}
td:first-of-type {
    border-left: none;
    padding-left: 40px !important;
}
th:last-of-type {
    border-right: none;
}
td:last-of-type {
    border-right: none;
    padding-left: 95px !important;
    padding-right: 37px !important;
}
.tab-buyer-tabs td {
    padding-left: 31px !important;
}
.tab-buyer-tabs th {
    padding-left: 32px !important;
}
.tab-buyer-tabs th:last-of-type {
    padding-right: 177px !important;
} */
.tab-buyer li {
    width: 25% !important;
}
.tab-buyer>li:last-child>a {
    margin-right: 0px !important;
}
.btn_table {
    padding: 11px 48px;
    border-radius: 20px;
    box-shadow: 0px 6px 20px rgba(95, 97, 123, 0.15);
    background: linear-gradient(55deg, #245bc5 10%,#4481eb 100%)!important;
    border-color: #4481eb !important;
    font-size: 14px;
    transition: .5s;
    color:#fff;
}
.btn_table:hover {
    color: #fff !important;
    background: linear-gradient(180deg, #245bc5 10%,#4481eb 100%)!important;
    border-color: #4481eb !important;
    box-shadow: 0px 20px 20px rgba(95, 97, 123, 0.15);

}
.container.table_wrapper {
    box-shadow: 0px 1px 5px #5F617B;
    border-radius: 7px;
    padding-left: 0px;
    background: #fff;
    padding-right: 0px;
}
.table_wrapper {
    box-shadow: 0px 3px 5px #5F617B;
    border-radius: 7px;
    padding-left: 0px;
    background: #fff;
    padding-right: 0px;
}
.tablists {
    text-align: center;
    position: relative;
    margin-top: 50px;
    margin-bottom: 2%;
}
.tab-navs {
    text-align: center;
    width: 86%;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
}
.tab-content {}
.nav.nav-tabs {
    /* border: 1px solid #D8D8E8; */
    border-radius: 48px;
    background-color: #F6F6F9;
}
.navs>li {
    /* background-color: #F6F6F9;
    border-radius: 48px !important */
    width: 18%;
}
@media(max-width: 1200px) {
    .navs>li {
        width: 100% !important;
    }
}
@media(max-width: 1200px) {
    .navs>li {
        width: 100% !important;
    }
}
.navs>li>a {
    border-radius: 48px !important;
    font-size: 14px;
}
.nav-tabs>li.active>a {
    border-bottom-color: #D8D8E8 !important;
    background: linear-gradient(55deg, #245bc5 10%,#4481eb 100%)!important;
    color: #fff !important;
}
.nav-tabs>li>a {
    color: #6B6B73 !important
}
.nav-tabs>li>a {
    margin-right: 1px !important;
}
.nav-tabs>li:last-child>a {
    margin-right: -6px !important;
}
.tab-buyer li:last-child>a {
    margin-right: 0px !important;
}
.nav.nav-tabs.navs.navs-shuvo li:last-child>a {
    margin-right: 0px !important;
}
.btn_table {
    padding: 11px 35px;
}
.show_number {
    display: inline-block;
    float: left;
    padding-bottom: 12px;
    padding-top: 38px;
    margin-left: -34px;
}
.input_table {
    width: 17%;
    border-style: none;
    background-color: #F6F6F9;
    border-radius: 5px;
    margin: 0px 6px;
    height: 27px;
}
.Searching {
    width: 352px;
    height: 27px;
    padding-left: 43px;
    padding-top: 1px;
    font-size: 15px;
    color: #6B6B73;
    outline: 0;
    border-style: none;
    box-shadow: 0 8px 6px -4px #F3F3F3;
    -webkit-box-shadow: 0 8px 6px -4px #F3F3F3;
    -moz-box-shadow: 0 8px 6px -4px #F3F3F3;
    box-shadow: 0 8px 6px -4px #F3F3F3;
}
.Searching::-webkit-search-cancel-button {
    position: relative;
    right: 20px;
}
#input {
    display: inline-block;
    float: right;
    padding-bottom: 12px;
    padding-top: 38px;
    margin-right: 36px;
    position: relative;
}
.table_search {
    position: absolute;
    top: 46px;
    left: 15px;
    color: #25252D;
}
.pagination_table {
    display: inline-block;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 50px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px !important;
    border-radius: 4px;
    /* float: right; */
}
.page-link.prev {
    border-radius: 30px !important;
    color: #4481eb !important;
    border-color: #4481eb !important;
    padding: 8px 28px !important;
    margin-right: 10px;
    transition: .5s;
}
.page-link.next {
    border-radius: 30px !important;
    color: #4481eb !important;
    border-color: #4481eb !important;
    padding: 8px 28px !important;
    margin-right: 10px;
    transition: .5s;
}
.page_value {
    border-color: #6B6B73;
    border-radius: 30px;
    margin-right: 5px;
    height: 40px;
    width: 40px;
    color: #6B6B73 !important;
    padding: 9px 15px !important;
    transition: .5s;
}
.page-link.prev:hover,
.page-link.next:hover,
.page_value:hover {
    color: #4481eb !important;
    box-shadow: 0px 4px 6px #000 !important;
    background-color: #4481eb !important;
    color: #fff !important;
    border-color: #4481eb !important;
    transition: .5s;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #4481eb !important;
    border-color: #4481eb !important;
}
.table_bg {
    /* background-image: url(../img/back2.png); */
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto;
    width: 100%;
}
.tab-buyer {
    width: 57% !important;
}
.point {
    background-color: #fff;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.05);
    text-align: left;
    padding: 31px 55px;
    width: 100%;
    height: 100%;
    line-height: 61px;
    transition: ease 0.5s;
}
.point p {
    color: #383838;
    font-size: 3vh;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px !important;
    text-align: left;
    font-size: 15px;
    padding-right: 0px;
    padding-left: 0px;
}
.dropdowns {
    position: relative;
    display: inline-block;
    margin-left: -15px;
}
.dropdown-content {
    display: none;
    background-color: #f9f9f9;
    min-width: 118px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 0px;
    z-index: 1;
}
.dropdowns:hover .dropdown-content {
    display: table;
    color: red
}
.show_number2 {
    display: inline-block;
    float: right;
    padding-bottom: 12px;
    padding-top: 38px;
    margin-right: -150px !important;
}
.category img {
    width: 69px;
    margin: 5px 0px -1px -13px;
}
.text_category {
    display: inline-block;
    position: absolute;
    top: 6px;
    padding-left: 5px;
}
.category {
    position: relative
}
.input_category {
    width: 85%;
    height: 45px;
    border-radius: 30px;
    border-style: none;
    box-shadow: 0 5px 20px 0 rgba(24, 13, 91, .15);
    padding-left: 55px;
    position: absolute;
}
.search-icon-category {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 24px;
}
.btn.btn-outline-secondary.btn-search-category {
    position: absolute;
    z-index: 1;
    color: #fff;
    border: none;
    background: -webkit-linear-gradient(348deg, #f30070 0%, #eb7e0a 100%);
    background: linear-gradient(102deg, #f30070 0%, #eb7e0a 100%);
    right: 15%;
    border-radius: 30px;
    top: 2px;
    padding:10px;
    box-shadow: 0 10px 10px 0 rgba(28, 75, 154, .1);
}
.category_details {
    position: relative;
}
.make-offer {
    box-shadow: 0px 5px 14px rgba(95, 97, 123, 0.11);
    border-radius: 7px;
    background: #fff;
    padding: 0px 41px 22px;
}
.make-offer img {
    width: 63px;
    padding-top: 33px;
}
.friend99 {
    position: relative;
    left: 85px;
    top: -67px;
}
.first {
    font-size: 20px;
    font-weight: 600;
}
.second {
    display: inline-block;
    background: #F0F7FC;
    border-radius: 24px;
    padding: 4px 11px;
    color: #4481eb;
    font-size: 13px;
}
.third {
    display: inline-block;
    background: #F0F7FC;
    border-radius: 24px;
    padding: 4px 17px;
    color: #1C9BF0;
    font-size: 13px;
}
.fourth {
    display: inline-block;
    background: #F0F7FC;
    border-radius: 24px;
    padding: 4px 11px;
    color: #119F25;
    font-size: 13px;
}
.input_category2 {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    border-style: none;
    box-shadow: 0px 7px 24px rgba(95, 97, 123, 0.15);
    padding-left: 50px;
    margin-bottom: 8px;
}
.btn.btn-make-offer {
    float: right;
    margin-top: 41px;
    /* margin-right: 20%; */
    border-radius: 5px;
    color: #4481eb;
    border: 1px solid #4481eb;
    font-size: 13px;
    padding: 11px 20px;
    background: #fff;
    transition: 1s;
    float: left;
}
@media(max-width:762px) {
    .btn.btn-make-offer {
        position: absolute;
        top: -128px;
        right: 0;
        margin-top: 0px !important;
    }
}
.btn.btn-make-offer:hover {
    box-shadow: 0px 1px 10px rgba(95, 97, 123, 0.15);
    color: #4481eb
}
.btn.btn-make-offer:active {
    box-shadow: 0px 1px 10px rgba(95, 97, 123, 0.15);
    color: #4481eb
}
#menu {
    /* position: fixed; */
    height: 100%;
}
#menu>li {
    float: left;
    list-style-type: none;
    position: relative;
}
.drop_label {
    position: relative;
    display: block;
    padding: 5px 25px 5px 12px;
    line-height: 0em;
    transition: background 0.3s;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 40px;
    font-size: 14px;
    top: 3px;
    transition: .5s;
}
.drop_label img {
    width: 37px;
}
.drop_p {}
.user {
    font-size: 21px !important;
    margin-top: -1px;
}
.drop_label:after {
    content: "";
    position: absolute;
    display: block;
    top: 49%;
    right: 9px;
    width: 0;
    height: 0;
    border-top: 4px solid rgba(255, 255, 255, 1);
    border-bottom: 0 solid rgba(255, 255, 255, .5);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: border-bottom .1s, border-top .1s .1s;
}
#menu:hover .drop_label {
    background: #f6f6f6;
    border: 1px solid #4481eb;
    color: #4481eb;
}
/* #menu:hover, */
.drop_input:checked~.drop_label {
    background:#f6f6f6;
    border: 1px solid #4481eb;
    color: #4481eb;
}
.drop_input:checked~.drop-user{
    max-height: 300px;
    transition: max-height 0.5s ease-in;
}
.drop_input_money:checked~.drop-money{
    max-height: 300px;
    transition: max-height 0.5s ease-in;
    z-index: 1;
    width: 107px;
    border-radius: 24px;
    height: 40px;
}
#menu:hover .drop_label::after {
    border-top: 4px solid #4481eb;
    border-bottom: 0 solid #4481eb;
}
.drop_label:active::after {
    border-top: 4px solid #4481eb;
    border-bottom: 0 solid #4481eb;
}
.drop_input:checked~.drop_label:after {
    border-top: 0 solid rgba(255, 255, 255, .5) !important;
    border-bottom: 4px solid #4481eb !important;
    transition: border-top .1s, border-bottom .1s .1s;
}
.drop_input2:checked~.drop_label:after {
    border-top: 0 solid rgba(255, 255, 255, .5) !important;
    border-bottom: 4px solid #4481eb !important;
    transition: border-top .1s, border-bottom .1s .1s;
}
/*hide the inputs*/
.drop_input {
    display: none
}
.drop_input2 {
    display: none
}
.drop_input2:checked~.drop-money{
    max-height: 300px;
    transition: max-height 0.5s ease-in;
    z-index: 55;
    height: 40px;
}
/*show the second levele menu of the selected voice*/
#menu:hover .submenu {
    /* max-height: 300px;
    transition: max-height 0.5s ease-in; */
}
.submenu:hover {
    /* max-height: 300px; */
}
.drp:hover .submenu {
    /* max-height: 300px;
    transition: max-height 0.5s ease-in; */
}
/*style for the second level menu*/
.submenu {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    background: #f2f2f2f2;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .3);
    transition: max-height 0.5s ease-out;
    position: absolute;
    width: 24%;
    z-index: 9999999999999999999999;
    border-radius: 20px;
}
.submenu li {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: -3px;
}
.submenu li a {
    display: block;
    color: #4481eb;
    text-decoration: none;
    transition: background .3s;
    white-space: nowrap;
    font-weight: 600;
    border-bottom: 1px solid #4481eb;
    text-align: left;
    padding-left: 22px;

}
.taka {
    border: 1px solid #fff;
    padding: 5px 21px;
    border-radius: 30px;
}
.taka:hover{
    border: 1px solid
    #fff;
    color:
    #fff;
}
.submenu li a:hover {
    background: #245bc5;
    color: #fff !important;
}
.submenu li:hover .drop_label {
    border: 1px solid red;
}
@media(min-width: 1230px) {
    .submenu-money {
        width: 17%;
    }
}
@media(max-width: 1230px) {
    .submenu {
        width: 26%;
    }
    .submenu-money {
        width: 17%;
    }
}
@media(max-width: 1168px) {
    .submenu {
        width: 27%;
    }
    .submenu-money {
        width: 17%;
    }
}
@media(max-width: 915px) {
    .submenu {
        width: 169%;
        left: 0;
    }
}
@media(max-width: 800px) {
    .submenu {
        width: 172%;
        left: 0;
    }
}
@media(max-width: 768px) {
    .submenu {
        width: 174%;
        left: 0;
    }
}
@media(max-width: 700px) {
    .submenu {
        width: 182%;
        left: 0;
    }
}
@media(max-width: 600px) {
    .submenu {
        width: 193%;
        left: 0;
    }
}
@media(max-width: 550px) {
    .submenu {
        width: 202%;
        left: 0;
    }
}
@media(max-width: 480px) {
    .submenu {
        width: 215%;
        left: 0;
    }
}
@media(max-width: 440px) {
    .submenu {
        width: 224%;
        left: 0;
    }
}
@media(max-width: 415px) {
    .submenu {
        width: 228%;
        left: 0;
    }
}
@media(max-width: 398px) {
    .submenu {
        width: 233%;
        left: 0;
    }
}
@media(max-width: 376px) {
    .submenu {
        width: 242%;
        left: 0;
    }
}
@media(max-width: 358px) {
    .submenu {
        width: 249%;
        left: 0;
    }
}
@media(max-width: 340px) {
    .submenu {
        width: 256%;
        left: 0;
    }
}
@media(max-width: 320px) {
    .submenu {
        width: 264%;
        left: 0;
    }
}
@media(max-width: 1230px) {
    .drop_label {
        width: 160px;
        margin: auto;
        margin-bottom: 10px;
    }
}
.btn_table a {
    color: #6B6B73;
}
.btn_table:hover a {
    color: #000;
    text-decoration: none
}
.btn_table a:hover {
    color: #000;
    text-decoration: none
}
.btn_table a:focus {
    color: #000;
    text-decoration: none
}
.head_icon {
    padding-right: 5px;
}
#example_previous>a {
    border-radius: 30px !important;
    color: #4481eb;
    border-color: #4481eb !important;
    padding: 7px 15px 0px 17px !important;
    transition: .5s;
    height: 34px;
    margin-top: 6px;
}
#example_next>a {
    border-radius: 30px !important;
    color: #4481eb;
    border-color: #4481eb !important;
    padding: 6.5px 57px 0px 22px !important;
    transition: .5s;
    height: 33px;
    margin-top: 6px;
    width: 5px;
}
#example1_previous>a {
    border-radius: 30px !important;
    color: #4481eb;
    border-color: #4481eb !important;
    padding: 6px 15px 0px 17px !important;
    transition: .5s;
    height: 34px;
    margin-top: 6px;
}
#example1_next>a {
    border-radius: 30px !important;
    color: #4481eb;
    border-color: #4481eb !important;
    padding: 6px 57px 0px 22px !important;
    transition: .5s;
    height: 33px;
    margin-top: 6px;
    width: 5px;
}
#example2_previous>a {
    border-radius: 30px !important;
    color: #4481eb;
    border-color: #4481eb !important;
    padding: 7px 15px 0px 17px !important;
    transition: .5s;
    height: 34px;
    margin-top: 6px;
}
#example2_next>a {
    border-radius: 30px !important;
    color: #4481eb;
    border-color: #4481eb !important;
    padding: 6px 57px 0px 22px !important;
    transition: .5s;
    height: 33px;
    margin-top: 6px;
    width: 5px;
}
#example3_previous>a {
    border-radius: 30px !important;
    color: #4481eb;
    border-color: #4481eb !important;
    padding: 7px 15px 0px 17px !important;
    transition: .5s;
    height: 34px;
    margin-top: 6px;
}
#example3_next>a {
    border-radius: 30px !important;
    color: #4481eb;
    border-color: #4481eb !important;
    padding: 6px 57px 0px 22px !important;
    transition: .5s;
    height: 33px;
    margin-top: 6px;
    width: 5px;
}
#example4_previous>a {
    border-radius: 30px !important;
    color: #4481eb;
    border-color: #4481eb !important;
    padding: 7px 15px 0px 17px !important;
    transition: .5s;
    height: 34px;
    margin-top: 6px;
}
#example4_next>a {
    border-radius: 30px !important;
    color: #4481eb;
    border-color: #4481eb !important;
    padding: 6px 57px 0px 22px !important;
    transition: .5s;
    height: 33px;
    margin-top: 6px;
    width: 5px;
}
#example5_previous>a {
    border-radius: 30px !important;
    color: #4481eb;
    border-color: #4481eb !important;
    padding: 7px 15px 0px 17px !important;
    transition: .5s;
    height: 34px;
    margin-top: 6px;
}
#example5_next>a {
    border-radius: 30px !important;
    color: #4481eb;
    border-color: #4481eb !important;
    padding: 6px 57px 0px 22px !important;
    transition: .5s;
    height: 33px;
    margin-top: 6px;
    width: 5px;
}
.ellipsis{
    padding: 6px 11px !important;
    border: 1px solid #B6BCC1;
    border-radius: 30px;
    margin-right: 4px;
}
.paginate_button>.page-link {
    border-radius: 30px;
    margin-right: 5px;
    height: 31px;
    /* width: 33px; */
    color: #6B6B73;
    padding: 6px 12px !important;
    transition: .5s;
    border-color: #4481eb;
    margin-top: 7px;
}
.paginate_button.page-item:not(.disabled):hover .page-link {
    box-shadow: 0px 2px 6px #000 !important;
    background-color: #4481eb  !important;
    color: #fff !important;
    border-color: #4481eb  !important;
    transition: .5s;
}
.paginate_button.page-item.active>a {
    box-shadow: 0px 2px 4px #000 !important;
    background-color: #4481eb  !important;
    color: #fff !important;
    border-color: #4481eb  !important;
    transition: .5s;
    margin-top: 7px;
}
.custom-select.custom-select-sm.form-control.form-control-sm {
    border-radius: 5px !important;
    padding: 0px 16px 0px 0px;
    padding-left: 0px;
    padding-left: 6px !important;
    font-size: 13px;
}
/* #example_filter{
    display: none
} */
.form-control.form-control-sm {
    height: 27px;
    padding-top: 1px;
    font-size: 15px;
    color: #6B6B73;
    outline: 0;
    border-style: none;
    box-shadow: 0 8px 6px -4px #F3F3F3;
    -webkit-box-shadow: 0 8px 6px -4px #F3F3F3;
    -moz-box-shadow: 0 8px 6px -4px #F3F3F3;
    box-shadow: 0 8px 6px -4px #F3F3F3;
}
#search_table {
    width: 236px;
    height: 27px;
    padding-left: 43px;
    padding-top: 4px;
    font-size: 15px;
    color: #6B6B73;
    outline: 0;
    border-style: none;
    box-shadow: 0 8px 6px -4px #F3F3F3;
    -webkit-box-shadow: 0 8px 6px -4px #F3F3F3;
    -moz-box-shadow: 0 8px 6px -4px #F3F3F3;
    box-shadow: 0 8px 6px -4px #F3F3F3;
    border: 1px solid #ced4da !important;
    margin-right: 9px;
    font-size: 13px;
}
#example_filter>label {
    position: relative;
}
#example1_filter>label {
    position: relative;
}
#example2_filter>label {
    position: relative;
}
#example3_filter>label {
    position: relative;
}
#example4_filter>label {
    position: relative;
}
#example5_filter>label {
    position: relative;
}
.fa.fa-search.table_search {
    position: absolute;
    top: 6px;
    left: 24px;
}
.fa.fa-search.table_search1 {
    position: absolute;
    top: 45px;
    left: 24px;
}
#example_info {
    margin-top: 5%;
    margin-bottom: 5%;
}
#example_paginate {
    margin-bottom: 16%;
    margin-top: 5%;
}
#example1_info {
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: left;
    margin-left: 15px;
}
#example1_paginate {
    margin-bottom: 9%;
    margin-top: 2%;
}
#example2_info {
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: left;
    margin-left: 15px;
}
#example2_paginate {
    margin-bottom: 9%;
    margin-top: 2%;
}
#example3_info {
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: left;
    margin-left: 15px;
}
#example3_paginate {
    margin-bottom: 9%;
    margin-top: 2%;
}
#example4_info {
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: left;
    margin-left: 15px;
}
#example4_paginate {
    margin-bottom: 9%;
    margin-top: 2%;
}
#example5_info {
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: left;
    margin-left: 15px;
}
#example5_paginate {
    margin-bottom: 9%;
    margin-top: 2%;
}
#largeModal {
    z-index: 9999;
}
.modal-header {
    position: relative;
}
.modal-header .close {
    position: absolute;
    right: 16px;
}
.modal-width {
    /* min-width: 1100px !important; */
    margin-top: 85px !important;
}
.pending {
    background: linear-gradient(55deg, #245bc5 10%,#4481eb 100%);
    padding: 3px 17px;
    border-radius: 19px;
    color: #fff;
    font-size: 12px;
}
.verify {
    background: #616161E0;
    padding: 3px 17px;
    border-radius: 19px;
    color: #fff;
    font-size: 12px;
}
.success {
    background: #28A745;
    padding: 3px 17px;
    border-radius: 19px;
    color: #fff;
    font-size: 12px;
}
.warning {
    background: #FFC107;
    padding: 3px 17px;
    border-radius: 19px;
    color: #000;
    font-size: 12px;
}
.no-bid {
    background: #337AB7;
    padding: 3px 17px;
    border-radius: 19px;
    color: #fff;
    font-size: 12px;
}
.danger {
    background: #337AB7;
    padding: 3px 17px;
    border-radius: 19px;
    color: #fff;
    font-size: 12px;
}
.domain-verify {
    padding: 0px 55px !important;
}
#example_length {
    float: left;
    margin-left: 15px;
}
#example1_length {
    float: left;
    margin-left: 15px;
}
#example2_length {
    float: left;
    margin-left: 15px;
}
#example3_length {
    float: left;
    margin-left: 15px;
}
#example4_length {
    float: left;
    margin-left: 15px;
}
#example5_length {
    float: left;
    margin-left: 15px;
}
.tab-pane {
}
/* =============================================================
CHECKOUT DESIGN
============================================================ */
.pad-top-botm {
    padding-bottom: 30px;
    padding-top: 10px;
}
/* =============================================================
PAGE STYLES
============================================================ */
.checkout-bg {
    background-color: #faf8f5;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0px 1px 5px #5F617B;
    border-radius: 7px;
}
.checkout tr {
    border-bottom: 1px solid #f4d4aa !important;
    background: transparent !important;
    text-align: center;
}
.checkout>tr th {
    border: none !important;
}
.checkout>tr td {
    border: none;
}
.contact-info span {
    font-size: 14px;
    /* padding: 0px 50px 0px 50px; */
}
.contact-info hr {
    margin-top: 0px;
    margin-bottom: 0px;
}
.client-info {
    font-size: 15px;
}
.ttl-amts {
    text-align: right;
    padding-right: 50px;
}
.gradient {
    /* background-image: linear-gradient(to right, #9D1B55, #D9595B);
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative; */
    color: #1958ce;
}
.mg-0 {
    margin: 5px !important;
}
.invoice {
    /* position: absolute;
    left: 28px;
    top: 15px; */
}
.invoice1 {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    /* background: linear-gradient(to right, #330867 0%, #2da7a8 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #330867;
}
@media(min-width: 1230px) {
    .padding-left {
        padding-left: 50px !important;
    }
}
.invoice_form {
    font-family: "Roboto" !important;
}
.fa-bell {
    margin-left: 5px;
}
#lgx-countdown span {
    text-align: center;
    font-size: 2rem;
    line-height: 3.2rem;
    margin-right: 1.5rem;
    letter-spacing: .16rem;
}
#lgx-countdown i {
    /* font-family: Poppins, sans-serif;
    font-size: 1rem !important;
    line-height: 2rem !important;
    color: #000;
    bottom: 5px;
    right: -20px; */
}
.lgx-days {
    color: #111 !important;
}
.lgx-hr::before {
    content: " : ";
}
.lgx-min::before {
    content: " : ";
}
.lgx-sec::before {
    content: " : ";
}
.Deadline {
    position: absolute;
    /* 
    text-align: center;
    margin-left: 20pc;
    margin-top: 58px; */
    top: 33%;
    left: 4%;
    color: #1b273d;
}
.Deadline b {
    font-size: 21px;
}
#lgx-countdown span,
.lgx-inner-countdown .countdown-left-info .date {
    font-family: Oswald, sans-serif
}
#lgx-countdown {
    /* right: -61px; */
    text-align: center;
    position: relative;
}
#lgx-countdown span {
    /* text-align: center; */
    /* font-size: 3.8rem; */
    /* line-height: 10.2rem; */
    /* font-weight: 900; */
    /* display: inline-block; */
    /* margin-bottom: 0; */
    /* margin-right: 6.8rem; */
    /* letter-spacing: .16rem; */
    /* position: relative; */
    /* bottom: -15px */
}
#lgx-countdown span:last-child {
    margin-right: 0
}
#lgx-countdown i {
    /* font-family: Poppins, sans-serif;
    font-size: 1rem !important;
    line-height: 3rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: normal;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-style: normal;
    display: inline-block;
    position: absolute;
    bottom: 41px;
    right: -10px;
    top: 17px; */
}
.lgx-banner-info-circle #lgx-countdown i,
.lgx-countdown-area-squre #lgx-countdown i {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    font-style: normal;
    left: 0;
    text-transform: uppercase
}
#lgx-countdown .lgx-days {
    color: #111;
}
#lgx-countdown .lgx-hr {
    color: #111;
}
#lgx-countdown .lgx-min {
    color: #111;
}
#lgx-countdown .lgx-sec {
    color: #111;
}
.lgx-banner-info-circle #lgx-countdown span {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 4.2rem;
    line-height: 6.300000000000001rem;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2rem;
    position: relative;
    bottom: 0
}
.lgx-banner-info-circle #lgx-countdown span:last-child {
    margin-right: 0
}
.lgx-banner-info-circle #lgx-countdown i {
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: normal;
    transform: rotate(0);
    display: inline-block;
    position: absolute;
    bottom: -15px;
    right: 0;
    opacity: .7
}
.lgx-banner-info-circle #lgx-countdown .lgx-days,
.lgx-banner-info-circle #lgx-countdown .lgx-hr,
.lgx-banner-info-circle #lgx-countdown .lgx-min,
.lgx-banner-info-circle #lgx-countdown .lgx-sec {
    color: #fff
}
.lgx-countdown-area-squre #lgx-countdown {
    display: flex
}
.lgx-countdown-area-squre #lgx-countdown span {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 6.8rem;
    /* line-height: 10.2rem;
    line-height: 150px; */
    font-weight: 900;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    letter-spacing: .16rem;
    position: relative;
    top: 0;
    flex: 1;
    /* height: 180px */
}
.lgx-countdown-area-squre #lgx-countdown span:first-child {
    border-radius: 6px 0 0 6px
}
.lgx-countdown-area-squre #lgx-countdown span:last-child {
    border-radius: 0 6px 6px 0
}
.lgx-countdown-area-squre #lgx-countdown i {
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    /* line-height: 3rem; */
    color: #fff;
    font-weight: 300;
    letter-spacing: normal;
    transform: rotate(0);
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: 0
}
.lgx-countdown-area-squre #lgx-countdown .lgx-days {
    color: #fff;
    background: #fac400
}
.lgx-countdown-area-squre #lgx-countdown .lgx-hr {
    color: #fff;
    background: #ff8a00
}
.lgx-countdown-area-squre #lgx-countdown .lgx-min {
    color: #fff;
    background: #00acee
}
.lgx-countdown-area-squre #lgx-countdown .lgx-sec {
    color: #fff;
    background: #8478fd
}
.lgx-countdown-simple #lgx-countdown span {
    text-align: center;
    margin-bottom: 0;
    margin-right: 6.8rem;
    position: relative;
    bottom: 0
}
.lgx-countdown-simple #lgx-countdown span:last-child {
    margin-right: 0
}
.lgx-countdown-simple #lgx-countdown i {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-style: normal;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    opacity: .7
}
@media (max-width:1199px) {
    #lgx-countdown {
        display: inline-block;
        margin-bottom: 2.6rem
    }
    #lgx-countdown span {
        font-size: 4.2rem;
        line-height: 6.300000000000001rem;
        bottom: 0;
        margin-right: 2rem
    }
    /* #lgx-countdown i {
        font-size: 1.6rem;
        line-height: 2.4000000000000004rem;
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        font-style: normal;
        display: inline-block;
        position: absolute;
        bottom: -15px;
        right: 0;
        left: 0
    } */
}
@media (max-width:767px) {
    #lgx-countdown span {
        font-size: 2.6rem;
        line-height: 3.9000000000000004rem
    }
    #lgx-countdown i {
        font-size: 1.4rem;
        line-height: 2.0999999999999996rem
    }
    #lgx-countdown {
        display: inline-block
    }
    .lgx-countdowns-banner-bottom {
        margin-top: 0;
        padding-top: 1rem
    }
    .lgx-countdown-area-squre #lgx-countdown span {
        font-size: 3rem;
        /* line-height: 4.5rem;
        line-height: 85px;
        height: 100px */
    }
    .lgx-countdown-area-squre #lgx-countdown i {
        font-size: 1.6rem;
        /* line-height: 2.4000000000000004rem;
        bottom: 25px */
    }
}
@media (max-width: 768px) {
    #lgx-countdown {
        width: 70%;
        right: 0px;
    }
    #lgx-countdown span {
        margin-right: 0px;
    }
}
@media (max-width: 610px) {
    .Deadline {
        margin-top: 3px !important;
    }
    #lgx-countdown {
        width: 100%;
    }
}
@media (max-width: 530px) {
    #lgx-countdown span {
        margin-right: 1.4rem !important;
    }
    .lgx-countdown-area {
        width: 100%;
    }
}
.lgx-countdown-area {
    /* width: 44%;
    margin: auto;
    border: 3px solid #75B121;
    margin-top: 50px;
    padding: 15px;
    border-radius: 5px;
    border: 0.3rem outset #75B121;
    margin-bottom: 35px;
    position: relative; */
}
#countdown {
    width: 465px;
    height: 148px;
    text-align: center;
    background: #222;
    background-image: none;
    background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
    background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image: -o-linear-gradient(top, #222, #333, #333, #222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    margin: auto;
    padding: 24px 0;
    position: relative;
    top: 4px;
    bottom: 0;
    left: 0;
    right: 0;
}
#countdown:before {
    content: "";
    width: 8px;
    height: 65px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: block;
    position: absolute;
    top: 48px;
    left: -10px;
}
#countdown:after {
    content: "";
    width: 8px;
    height: 65px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    position: absolute;
    top: 48px;
    right: -10px;
}
#countdown .labels {
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    bottom: 8px;
}
#countdown #lgx-countdown i {
    /* width: 102px; */
    font: bold 14px 'Droid Sans',
        Arial,
        sans-serif;
    color: #f47321;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    z-index: 99999;
    bottom: -26px;
    left: 29px;
}
#countdown #tiles {
    position: relative;
    z-index: 1;
}
#countdown span {
    width: 92px;
    max-width: 92px;
    font: bold 48px 'Droid Sans',
        Arial,
        sans-serif;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #bbb, #eee);
    background-image: -moz-linear-gradient(top, #bbb, #eee);
    background-image: -ms-linear-gradient(top, #bbb, #eee);
    background-image: -o-linear-gradient(top, #bbb, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    margin: 0 7px;
    padding: 13px 0;
    display: inline-block;
    position: relative;
}
#countdown span:before {
    content: "";
    width: 100%;
    height: 13px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1;
}
#countdown span:after {
    content: "";
    width: 100%;
    height: 1px;
    /* background: #eee;
    border-top: 1px solid #333; */
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
}
.list-group {
    margin-top: 50px;
    width: 86%;
    cursor: pointer;
    position: absolute;
    overflow-y: auto;
    max-height: 204px;
    box-sizing: border-box;
    z-index: 1;
}
.invoice_print {
    /* position: absolute;
    top: -108px;
    left: 55px; */
}
/* -------------------------------------------------------------------------
VERTICAL STEPPERS
-------------------------------------------------------------------------- */
/* Steps */
.step {
    position: relative;
    min-height: 1em;
    color: gray;
}
.step+.step {
    margin-top: 1.5em
}
.step>div:first-child {
    position: static;
    height: 0;
}
.step>div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1em;
}
.step.step-active {
    color: #5CB85C;
}
.step.step-pending {
    color: #4285f4;
}
.step.step-active .circle {
    background-color: #5CB85C;
}
.step.step-pending .circle {
    background-color: #4285f4;
}
.step.step-pending .circle_last {
    background-color: #4285f4;
}
.step.step-active .circle_last {
    background-color: #5CB85C;
}
.stepper {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* Circle */
.circle {
    background: gray;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
}
.circle_last {
    background: gray;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
}
/* Vertical Line */
.circle:after {
    content: ' ';
    position: absolute;
    display: block;
    top: 1px;
    right: 50%;
    bottom: 1px;
    left: 50%;
    height: 100%;
    width: 1px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 0;
}
.step:last-child .circle:after {
    display: none
}
/* Stepper Titles */
.title_stepper {
    line-height: 1.5em;
    font-weight: bold;
}
.caption_stepper {
    font-size: 0.8em;
}
.wrapper {
    width: 70%;
}
@media(max-width:992px) {
    .wrapper {
        width: 100%;
    }
}
.panel-heading {
    padding: 0;
    border: 0;
    padding: 0px 15px !important;
}
.panel-title>a:focus {
    outline: 0;
    text-decoration: none;
}
.panel-title>a,
.panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}
.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.overflow_tdatatable {
    overflow-x: auto;
}
.search_offer {
    color: #fff;
    font-weight: bold;
    padding: 20px;
}
@media(max-width:400px) {
    .search_offer {
        padding: 0px !important;
    }
}
.sorting_1 a {
    color: black;
}
td a:hover {
    color: #1569b3 !important;
}
.datatable_custom_wrap{
    overflow-x:auto;
}
.view-bids:hover{
    color: #000 !important;
}
/*  -------------------------------------------start Shuvo Mukherjeee--------------------------------------- */
.navs-shuvo li {
    width: 25%;
}
@media(max-width: 1200px) {
    .navs-shuvo>li {
        width: 100%;
    }
}
.cus_input {
    border-radius: .25rem !important;
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(226, 226, 226) !important;
    height: 38px !important;
}
.row_design {
    border: 0.5px solid rgba(116, 117, 128, 0.18);
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0px 8px 10px rgba(95, 97, 123, 0.1);
}
.row_padding {
    padding: 15px 70px;
}
.btn-submit_form {
    color: #FFFFFF;
    background: linear-gradient(55deg, #245bc5 10%,#4481eb 100%)!important;
    padding: 10px 50px 10px 50px !important;
    border-radius: 5px;
    box-shadow: 0px 8px 10px rgba(85, 120, 217, 0.2) !important;
    font-size: 16px !important;
    font-family: "Open Sans" !important;
    margin-left: 55px;
    margin-bottom: 50px;
}
.label_sell {
    font-size: 15px !important;
    color: rgb(40, 43, 57) !important;
    float: left !important;
    font-weight: unset !important;
}
.cus_input:focus {
    background-color: rgb(243, 248, 253) !important;
    box-shadow: 0 0 0 .1rem #4481eb !important;
}
.has-error {
    background-color: rgba(255, 248, 249, 1) !important;
    box-shadow: 0 0 0 .1rem #4481eb!important;
}
.back_design {
    /* background-image: url(../img/back2.png); */
    width: 100%;
    height: auto;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    margin-top: 150px;
}
.title-align {
    margin: 45px;
    font-size: 20px !important;
}
.title-align {
    margin: 45px;
}
.basic_padding {
    padding: 0px 40px 0px 40px !important;
}
.payment_padding {
    padding: 0px 40px 0px 40px !important;
}
.pay_card {
    box-shadow: 0px 3px 21px rgba(0, 0, 0, 0.16) !important;
    height: 138%;
    padding-top: 9%;
    color: #45BD6A;
    font-weight: bolder;
    border-radius: 7px;
    font-size: 20px;
    cursor: pointer;
}
.btn_save {
    background: none;
    padding: 10px 50px 10px 50px !important;
    border-radius: 6px;
    font-size: 16px !important;
    margin-left: 55px;
    color: #4481eb !important;
    border: 1.5px solid #4481eb !important;
}
.btn_save:hover {
    background: linear-gradient(55deg, #245bc5 10%,#4481eb 100%)!important;
    box-shadow: 0px 8px 10px rgba(217, 85, 96, 0.2) !important;
    color: white !important;
}
.block-icon {
    position: absolute;
    top: 7px;
    right: 22px;
    color: #4481eb;
}
/*  End Shuvo Mukherjeee */
#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.is-hide {
    display: none;
}

/*************************** AUCTION *****************************/
.card-auction{
    max-width: 356px;
    background-color: #fff;
    border-radius: 4%;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow .25s;
    padding: 19px 15px;
}
.card-auction:hover {
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-title h5 a{
    font-weight: bold;
    color: #000;
    overflow-wrap: anywhere;
}
.card-auction p{
    font-size: 15px;
    color: #6B6B73;
    margin-top: 12px;
    font-weight: 600;
    margin-bottom: -5px;
    font-size: 13px;
    line-height: 13px;
}
.auction-offer{
    font-size: 13px;
    color: #4481eb;
}
.card-auction span{
    color: #4481eb;
}
.button-auction{
    height: 30px;
    border-radius: 5px;
    margin-top: 5px;
    transition: ease 0.5s;
    border: 2px solid #4481eb;
    background: linear-gradient(-55deg,#1297e7 10%, #245bc5 80%,#4481eb 30%);
    width: 81%;
    margin-top: 10%;
}
.button-auction:hover {
    transform: translateY(-5px);
    background: linear-gradient(-55deg,#1297e7 10%, #245bc5 80%,#4481eb 30%);
    box-shadow: 0px 9px 18px rgba(170, 49, 59, 0.28);
    color: #fff;
    cursor: pointer;
}
.button-auction:hover .auction-offer {
    color: #fff;
}
.pad-both{
    padding: 5px;
    width: 500px;
}
.button-auction > span{
    color: #fff;
}
.make-offer-live{
    float:right;
    width: 47px !important;
    padding-top: 37px !important;
}
.padd-none{
    padding: 0px !important;
}
.text-center{
    text-align: center !important;
}
.text-center .padd-none p{
    font-size: 10px;
    margin-bottom: 4px;
}
.text-center .padd-none h4{
    margin-bottom: 0px;
    margin-top: 3px;
}
.border-timer{
    border-radius: 5px;
    border: 1px solid #4481eb;
    margin-top: 41px;
    margin-bottom: 12px;
}
.live-icon{
    width: 32px !important;
    margin-top: -9px;
    margin-left: 3px;
}
@media(max-width:575px){
    .pad-both {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .card-auction{
        max-width: 100%;
    }
}
@media(max-width:768px){
    .make-offer-live{
        float:left;
    }
    .custom-see-more{
        top: -61px !important;
        left: 87px !important;
    }
}
