html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{font-family: "Plus Jakarta Sans", sans-serif;border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }


/* Default Font Styles
______________________*/
body, input, select, textarea{
    font-family: "Plus Jakarta Sans", sans-serif;
    color:#000;
}
*,
*:after,
*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Headings
______________________*/
h1{

}
h2{

}
h3{

}
h4{

}
h5{

}


/* Links
______________________*/
a{ }
a:hover {
    -webkit-transition:0.9s;
    -moz-transition:0.9s;
    -ms-transition:0.9s;
    -o-transition:0.9s;
    transition:0.9s;
    color: #e14800;
}

/* p, blockquote, address
______________________*/
p{
    font-size: 15px;
    margin-bottom:20px;
}

/* Lists
______________________*/
ul{

}
ul li{

}
ol{

}
ol li{

}

.less_margin{
    margin: 0;
}
.logo img {
    padding-top: 4px;
}
.banner_wrap {
    padding-top: 0px;
    padding-right: 0px;
    /* position: absolute; */
    top: 0;
    right: 0;
    left: 0;
}
.logo{

}
.logo h4 {
    color: #fff;
    padding-top: 6px;
}
.navbar{
text-align: right;
}
.navbar ul{

}
.navbar ul li {
    display: inline-block;
    margin-right: 30px;
}
.navbar ul li a {
    /* color: #fff;
    font-size: 13px; */
    /* padding-bottom: 1px; */

}
.navbar ul li .active,.navbar ul li a:hover{
      border-bottom: 1px solid #4d56ef;
      text-decoration: none;
}
.right_bar {
    text-align: right;
}
.right_bar ul{

}
.right_bar ul li {
    display: inline-block;
    margin: 0 8px;
}
.right_bar ul li a {
     color: #808080;
    font-size: 14px; 
    font-weight: 600;
}


/* inline CSS */
.custom_right{
  left: inherit;
  right: -2px !important;
  background: white;
}
.custom_right>li>a{
  color:#745eaf !important;
}
.custom_right_2{
  left: 100px;
  /*right: -2px !important;*/
  background: white;
}
.custom_right_2>li {
   border-bottom: 0px;
}
.custom_right_2>li>a{
  color: black !important;
  font-weight: 500;
}
.caps{
    text-transform: capitalize;
    /*color: white;*/
}
.custom_style_name {
    color: #725cae;
    font-weight: 600;
}
.custom_style_img{
  width: 36px !important;
  height: 36px;
  object-fit: cover;
}
.orange-btn{
  background-color:  #FFA500;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  width: 204px;
}
.pagination>li>a, .pagination>li>span {

float: none !important;
padding: 3px 11px !important;

border-radius: 5px !important;
}

.sub_menu{
  width: 210px;
}
.dropdown-menu>li{

  border-bottom: 1px solid #2b242417;
  width: 204px;
  padding: 2px;
}

/*.right_bar ul li a{
  color: black !important
}*/
.custom_color_white{
  color: white !important;
}
.col-sm-3.first-colum {
    color: white;
    margin-bottom: 20px;
}

.col-sm-3.first-colum>ul>li>a {
    color: white !important;
}

.mobile-img {
  margin-left: 0px;
  padding-left: 25px;
}

.navbar {
  padding-top: 17px;
}
.right_bar {
  padding-top: 17px;
}
.notification a{
  color: #333 !important;
}
.notification .dropdown-menu{
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  left: unset;
  right: 0;
  margin: auto;
  min-width: 239px;
}
.notification .dropdown-menu li{
  border-top: 1px solid lightgray;
  padding: 10px 0px;
}
.notification .dropdown-menu li:first-child{
  border-top: 0px;
}
.notification .dropdown-menu li:last-child{
  border-bottom: 1px solid lightgray;
}

.notification .dropdown-menu a.view-all{
  padding: 10px 0px;

}
.notification .dropdown-menu a{
  text-emphasis: w;
  word-wrap: break-word;
  font-size: 12px;
}

/*
*  STYLE 3
*/

.notification .dropdown-menu::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.notification .dropdown-menu::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

.notification .dropdown-menu::-webkit-scrollbar-thumb
{
  background-color: #673AB7;
}
/* inline CSS END */

/*footer*/

.footer_wrap {
    background: #F9F9FB;
    position: relative;
    padding-top: 100px;
    margin-top: 52px;
}
.first-colum h3{
    color: #fff;
    font-size: 33px;
    margin-bottom: 28px;
}
.first-colum p {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 1.7;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
}
.second-footer {
    padding-left: 85px;
    padding-top: 10px;
}
.second-footer h4 {
    margin-bottom: 35px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 2px;
}
.second-footer li{

}
.second-footer li a {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
    display: block;
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
    /*text-transform: capitalize;*/
    font-weight: 300;
    letter-spacing: 2px;
}
a:focus{
    text-decoration: none;
    outline: 0;
}
.right_bar li a img {
    vertical-align: middle;
    width: 15px;
    margin-right: 4px;
}
.right_bar .register{
    width: 11px;
}
.third-footer {
    padding-top: 67px;
    padding-left: 54px;
}
.third-footer h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 19px;
}
a:hover{
    text-decoration: none;
}
.third-footer p {
    color: #fff;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.third-footer p  span{
    display: block;
}
.third-footer p a{
        color: #fff;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 300;
    line-height: 1.5;
}
.middle{
        margin: 0;
    padding-left: 0;
}
.first-colum img {
    width: 269px;
    margin-bottom: 24px;
    margin-left: -68px;
}


.form_box {
    background: #FFFFFF1A;
    max-width: 1038px;
    margin: -92px auto 0;
    border-radius: 20px;
    padding: 22px 0px 25px 26px;
    position: relative;
    z-index: 100;
    box-shadow: 0px 4px 30px 0px #00000014;
    backdrop-filter: blur(30px);
    border: 1px solid #ffffff3b;
}
.form_box h3 {
    text-align: center;
    color: #6e74ed;
font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    margin-bottom: 23px;
}
#form_sec {

}
#form_sec ul{

}
#form_sec li {
    display: inline-block;
    width: 23%;
    margin-right: 10px;
        position: relative;
}
#form_sec ul .form_field {
    width: 15%;
    margin-right: 12px;
    position: relative;
}
#form_sec ul li label {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: block;
}
#form_sec ul li input ,#form_sec ul li select{
    width: 100%;
    border: none;
    background: #fff;
    height: 42px;
    border-radius: 8px;
    padding: 14px;
    margin-top: 12px;
    color: #848484;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
    -webkit-appearance: none;
    padding: 4px 11px;
    /* background: transparent url(../images/search_03.jpg) no-repeat right -7px center ; */
    background-size: 27px 25px;
    cursor: pointer;
}
#form_sec ul .angle-down_color {
    position: absolute;
    top: 24px;
    right: 10px;
    z-index: 10;
}


body{
    overflow-x:hidden !important;
}
#form_sec ul .serach-btn {
    margin-right: 0;
    text-align: center;
    width: 15%;
}
#form_sec ul li button {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF !important;
    display: inline-block;
    background-color: #225050;
    padding: 13px 16px;
    border-radius: 8px;
    letter-spacing: 0px;
    border: none;
    width: 100%;
}
#form_sec ::-webkit-input-placeholder {
  color: #848484;
}
#form_sec ::-moz-placeholder {
  color: #848484;
}
#form_sec :-ms-input-placeholder {
  color: #848484;
}
#form_sec :-moz-placeholder {
  color: #848484;
}

.feel_wrap {
    background: linear-gradient(to bottom, rgb(0 0 0 / 28%), rgb(0 0 0 / 64%)), url(../images/bg-image-earning.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 524px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
}
.feel_joy {
    text-align: center;
    max-width: 1040px;
    background-color: #fff;
    border-radius: 20px;
    padding: 64px;
}
.feel_joy h2 {
    font-size: 48px;
    font-weight: 500;
    color: #0D0D0D;
    margin-bottom: 20px;
}
.feel_joy p {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
}
.payment_wrap{
    padding-bottom: 120px;
}
.our_payment {
    text-align: center;
    padding-bottom: 20px;
    padding: 32px 0;
}
.our_payment p {
    color: #e9e6e6;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 10px;
    margin: 0;
}
.our_payment p {
   display: none !important;
}
.our_payment h3 {
    color: #6e74ed;
    font-size: 29px;
    font-weight: 500;
    margin-top: 7px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.payment-method {
    margin: 0;
}
.payment-cards {
    padding: 72px 0 0 140px;
}
.payment-cards h3 {
    color: #897878;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 3px;
    margin-bottom: 47px;
}
.payment-cards h3 span {
    display: block;
}
.payment-cards a{

}
.cards_itmes{

}
.cards_itmes ul li {
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 10px 0 #ccc;
    padding: 45px 28px;
    width: 26%;
    margin-right: 29px;
    border-radius: 4px;
}

.cards_itmes ul li img {
    width: 100%;
}
.right_img {
    padding: 0;
}
.right_img img{
width: 100%;
}
.payment-cards a {
    margin-top: 59px;
    display: block;
    font-weight: 500;
    color: #6e74ed;
}

.owl-item {
     padding:10px;
}
 .offer-box {
    border: 1px solid #D6D6D6;
    padding: 16px;
    border-radius: 20px;
    position: relative;
}
.img-cont {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
}
.img-cont a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-align: center;
    height: 300px;
}
.img-cont a img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    padding: 8px;
    border-radius: 20px;
}
 .offer-img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(80px);
    background: #b0bbcc;
}
 .offer-info-box {
    margin-top: 14px;
}
 .offer-img-box img {
    object-fit: contain;
    max-width: 100%;
    height: 300px;
}
 .offer-info-box h5 {
     color: #0D0D0D;
     font-size: 24px;
     margin-bottom: 10px;
     font-weight: 500;
     text-align: center;
}
 .offer-info-box p {
     margin-bottom: 8px;
      display: flex;
    justify-content: space-between;
}
 .offer-info-box span{
     display:inline-block;
}
 .offer-info-box b {
     font-weight: 400;
     display: flex;
    justify-content: space-between;
}
 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
     background: #8e8fd9;
     cursor: default;
     height: 24px;
     display: inline-block;
     width: 24px;
     border: 4px solid #d9d1fa;
}
 .owl-theme .owl-dots .owl-dot span {
     width: 14px;
     height: 14px;
     margin: 5px 7px;
     background: #D6D6D6;
     display: block;
     -webkit-backface-visibility: visible;
     transition: opacity .2s ease;
     border-radius: 30px;
}


.arrow {
    position: fixed;
    right: 26px;
    cursor: pointer;
    bottom: 39px;
    /*z-index: 1;*/
}
.arrow i {
    color: #927ffd;
    background: #fff;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    text-align: center;
    padding-top: 9px;
    font-weight: 300;
}
.angle-down {
    position: absolute;
    top: 32px;
    cursor: pointer;
    right: -8px;
}
.angle-down i {
    background: #434cf1;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}

 .how-work_wrap {
    background: #f9f9fb;
    padding-bottom: 65px;
}

.how-it_work {
    margin: 0;
}
.fout_box {
    background: url(../images/fout-box-bg.jpg);
    background-size: cover;
    width: 23%;
    margin: 0 8px;
    padding: 1px 23px 59px;
    height: 336px;
    position: relative;
    border-radius: 0 0 0 18px;
    text-align: center;
}
.fout_box b {
    color: #fff;
    font-size: 51px;
    text-align: left;
    display: inherit;
    font-weight: 500;
}
.fout_box img {
    width: 100%;
    padding: 0 14px 41px;
    height: 199px;
}
.same-img-width img{
    height: auto;
    padding-bottom: 36px;
    margin-top: -18px;
}
.secure-items img{
    margin-top: -9px !important;
}
.fout_box h4 {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}
.menu-btn{
    display: none;
}
.close-icon{
    display: none;
}

.biding_wrap {
    height: 280px;
    /* padding: 17px 36px 0 0; */
    background: url(../images/bidding-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.login_register {
    text-align: right;
}
.login_register ul li {
    display: inline-block;
    margin-left: 28px;
}
.login_register ul li p {
    color: #fffefe;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
}
.login_register ul .carrie{
    margin-left: 50px;
}
.login_register ul li a {
    background: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 6px 24px;
    border-radius: 35px;
    color: #6149e7;
    font-weight: 500;
    letter-spacing: 1px;
}
.login_register ul li a:hover{
    background: #6149e7;
    color: #fff;
}
.bidding_result {
    text-align: center;
    padding-top: 76px;
}
.bidding_result h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    margin-top: 7px;
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: 4px;
}
.bidding_result p {
    margin-top: 10px;
    color: #fff;
}

.bidding_table{
    padding-top: 50px;

}


.bidding_itm_table {
    border-collapse: collapse;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    min-width: 500px;
}

.bidding_itm_table td {
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    text-align: left;
    color: #474747;
    padding: 25px 0;
    font-size: 12px;
    vertical-align: top;
    font-weight: 500;
    letter-spacing: 1px;
}
.bidding_itm_table th {
    border-bottom: 1px solid #ddddddc7;
    text-align: left;
    color: #9e9e9e;
    padding: 18px 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    width: 17%;
}
.bidding_itm_table tr td a.custom_style_on_a {
    display: inline-block;
    text-align: center;
    width: 30px !important;
    margin-bottom: 5px;
}

.bidding_itm_table tr td i {
    background: #f4e9e9;
    color: #5941df;
    padding: 7px 7px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    margin-right: 0px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.bidding_itm_table tr td .green-btn{
    background: #9dc44a;
}
.pagination {
    margin-bottom: 121px;
    text-align: center;
    float: right;
    padding-right: 78px;
}
.pagination ul li {
    display: inline-block;
    font-size: 11px;
    background: #e5e5e5;
    border-radius: 6px;
    height: 19px;
    width: 19px;
    text-align: center;
    padding-top: 3px;
    padding-left
    font-weight: 500;
    color: #474747;
    cursor: pointer;
}
.pagination ul li:hover{
     background: #434cf3;
     color: #fff;
}
.pagination ul .active{
    background: #434cf3;
    color: #fff;
}
.pagination ul .next_Btn {
    height: 21px;
    width: 61px;
    padding: 4px 0;
}

.filter_search {
    text-align: left;
    position: relative;
    max-width: 456px;
    margin: 63px auto 0;
    box-shadow: 0 0 25px 0 #9c9c9c;
}
.filter_search i {
    color: #6149e7;
    font-size: 14px;
    position: absolute;
    top: 14px;
    left: 16px;
    vertical-align: middle;
}
.filter_search input {
    font-size: 11px;
    width: 331px;
    height: 42px;
    border: none;
    padding: 0 16px 0 45px;
    letter-spacing: 1px;
}
.filter_search button {
    background: #fff1e9;
    font-size: 13px;
    padding: 12px 0;
    vertical-align: middle;
    border: none;
    color: #464ff1;
    font-weight: 500;
    position: absolute;
    width: 28%;
}
.filter_search button img {
    width: 12px;
    vertical-align: middle;
    margin: -2px 7px 0 0;
}

.search_wrap{
        padding: 78px 0;
}
.left_sidebar{
    padding: 0 10px 0 0;
}
.left_sidebar .form_box {
    background: #fff;
    max-width: 100%;
    margin: 20px 0 0;
    border-radius: 7px;
    padding: 14px 22px 14px 15px;
    background: #fff;
    box-shadow: 0 0 7px 0 #ccc;
}
.left_sidebar  #form_sec ul .form_field {
    width: 100%;
    margin-right: 0;
}
.left_sidebar #form_sec li {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    position: relative;
    margin-bottom: 19px;
}
.left_sidebar #form_sec ul .serach-btn {
    margin-right: 0;
    text-align: center;
    width: 100%;
}
.right_content .bidding_itm_table {
    border-collapse: collapse;
    max-width: 100%;
    margin: 0;
    width: 100%;
}
.right_content .bidding_itm_table a {
    width: auto;
    background: #4d56f0;
    border-radius: 35px;
    padding: 11px 15px;
    color: #fff;
    vertical-align: middle;
}
.right_content  .bidding_itm_table td {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
}
.right_content .bidding_itm_table .details-par  {
   width: 28%;
    padding: 17px 0;
    font-size: 11px;
}
.right_content .bidding_itm_table td {
    padding: 16px 0 !important;
    font-size: 11px;
    vertical-align: top;
}
.right_content .bidding_itm_table th {
    font-size: 10px !important;
    width: auto;
}
.right_content td .non-active{
    background: #f7f0f0;
    color: #b5afaf;
}
.right_content .pagination {
    margin-bottom: 43px;
    float: right;
    text-align: right;
    text-align: center;
    padding-right: 0;
}

.three_itemss li b input{
    border: none;
    background: none;
    color: #381ba3;
    width: 50px;
    font-size: 20px;
}
.pagination p {
    color: #474747;
    font-size: 8px;
    text-align: right;
    margin-top: 4px;
    letter-spacing: 1px;
}
.search_wrap {
    padding: 78px 0;
    margin-bottom: 40px;
}
.samsung {
    margin: 0;
    background: #f9f9f9;
    border-radius: 15px;
    padding: 30px 0 41px;
}
.mobile-img {
    margin-left: 0px;
}
.mobile-img img {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 25px #ccc;
    border-radius: 6px;
    padding: 51px 0;
}
.sum-des {
    padding: 5px 0 0 30px;
}
.sum-des h3 {
    color: #381ba3;
    font-size: 31px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.sum-des h4 {
    font-size: 18px !important;
}
.sum-des h5 {
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 14px;
}
.sum-des p {
    color: #65666e;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 400;
}
.three_itemss{

}
.three_itemss li {
    display: inline-block;
    width: 49%;
    margin: 0 2px 10px 0;
    float: left;
    padding: 12px;
    border-radius: 12px;
}
.three_itemss li p {
    margin: 0;
    color: #000;
    font-size: 13px;
    vertical-align: top;
}
.three_itemss li b {
    letter-spacing: 0;
    color: #381ba3;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    display: block;
}
.three_itemss li span {
    display: block;
    background: #d8d045;
    width: 37px;
    height: 16px;
    border-radius: 35px;
    margin-top: 6px;
}

.three_itemss  h4{
font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 25px;
}
.three_itemss a {
    background: #5941df;
    color: #fff;
    font-size: 11px;
    border-radius: 13px;
    padding: 9px 42px;
    display: inline-block;
}
a.custom_style_on_a.wrong_link {
    padding: 0px 4px;
    background: transparent;
    color: #381ba3;
    font-size: 16px;
}
.register-middle{
        padding: 57px 0;
        background: url(../images/registeration.jpg);
        background-size: cover;
        background-repeat: no-repeat;
}
.acrate_account{
        max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.acrate_account h3{
    text-align: center;
    font-size: 21px;
    margin-bottom: 52px;
    color: #2d2c31;
    font-weight: 400;
    border-bottom: 2px solid #2d2c31;
    display: inline-block;
    padding-bottom: 11px;
}
.register_form h3 {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.register_form .form_field input, .register_form  .form_field textarea, .register_form  .form_field select{
      background: #fff;
}

.acrate_account label{
    font-size: 12px;
    color: #2d2c31;
    letter-spacing: 1px;
    margin-bottom: 6px;
    padding-left: 12px;
    font-weight: 400;
}

.form_field input,.form_field textarea,.form_field select{
    width: 100%;
    border-radius: 35px;
    /*border: none;*/
    /*background: #cfcfd4;*/
    border: 1px solid #9582ff;
    height: 39px;
    padding: 0 15px 0 37px;
    margin-bottom: 10px;
    font-weight: 500;
}
.acount_lock{
    text-align: left;
}
.form_field textarea{
    height: 90px;
    border-radius: 8px;
}
.form_field{
    position: relative;
}
.form_field img {
    position: absolute;
    width: 20px;
    top: 43px;
    left: 27px;
}
.upload-photo{
    text-align: left;
}
.upload-photo label{
font-size: 11px;
    font-weight: 400;
    text-align: left;
    color: #2d2c31;
    padding-left: 11px;
    margin-bottom: 8px;
    font-weight: 500;
}
.upload-photo input{
       font-size: 16px;
}
.upload-photo button {
    border: none;
    background: #3d60e1;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    display: inline-block;
    border-radius: 35px;
    font-weight: 500;
    margin-top: 20px;
}
.forgot-pass {
    border-top: 1px solid #fff;
    margin-top: 70px;
}
.forgot-pass a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding-top: 42px;
}
.upload-photo input[type=checkbox] {

    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
  margin-bottom: 10px;
    height: 18px;

}

.upload-photo input[type=checkbox]:checked,
.upload-photo input[type=checkbox]:focus,
 {
    outline: none !important;

}

.upload-photo input[type=checkbox]+.lbl {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 14px;
    min-width: 14px;
    font-size: 12px;
    font-weight: normal;

}

.upload-photo input[type=checkbox]+.lbl.padding-16::before{
    margin-right: 16px;
}



.upload-photo input[type=checkbox]+.lbl.padding-12::before {
    margin-right: 12px;

}
.upload-photo input[type=checkbox]+.lbl.padding-8::before {
    margin-right: 8px;

}

.upload-photo input[type=checkbox]+.lbl.padding-4::before {
    margin-right: 4px;

}
.upload-photo input[type=checkbox]+.lbl.padding-0::before {
    margin-right: 0px;
}
.upload-photo input[type=checkbox]+.lbl::before {
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 11px;
    color: #3d60e1;
    content: "\a0";
    background-color: #3d60e1;
    border: 1px solid #3d60e1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 19px;
    line-height: 1.6;
    min-width: 19px;
    margin-right: 1px;
    margin-top: -3px;
}
.upload-photo input[type=checkbox]:checked+.lbl::before {
    display: inline-block;
    content: '\f00c';
    background-color: #F5F8FC;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);

}
.upload-photo input[type=checkbox]:hover+.lbl::before,
.upload-photo input[type=checkbox]+.lbl:hover::before {
    border-color: #1c7aad;
}
.upload-photo input[type=checkbox]:active+.lbl::before,
.upload-photo input[type=radio]:checked:active+.lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.upload-photo input[type=checkbox]:disabled+.lbl::before,
.upload-photo input[type=checkbox][disabled]+.lbl::before,
.upload-photo input[type=checkbox].disabled+.lbl::before{
    background-color: #DDD !important;
    border-color: #CCC !important;
    box-shadow: none !important;
    color: #BBB;
}
.checkboxes{
    margin-bottom: 0;
    margin-top: 24px;
}


.file-upload{display:block;text-align:center;font-size: 12px;}
.file-upload .file-select {
    display: block;
    border: none;
    color: #000000;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: none;
    overflow: hidden;
    position: relative;
    border: 1px solid #3d60e173;
}
.file-upload .file-select .file-select-button {
    font-weight: bold;
    background: #fafafa;
    padding: 0 66px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #3d60e1;
}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.first-angle{
    top: 38px;
}
.cards_itmes ul li:hover{
    background: #735bfb;
}
.cards_itmes ul li{
    cursor: pointer;
}

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.carousel-control {
    position: absolute;
    top: 50%;
    left: 20px;
    width: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: 1;
    z-index: 999;
    height: 0;
}
.carousel-control.right {
    right: 23px;
}
.arrow-size img{
        background: #3b425487;
    border-radius: 100%;
    width: 34px;
    height: 34px;
    padding: 9px;
}






.switch_itemss{
        margin: 16px 0 0;
}
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 27px;
    float: right;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.warant_sim p {
    font-size: 15px;
    color: #2a2a2a;
}

.right_swithc {
    text-align: right;
    padding: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #458afb;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 6px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.sub_menu {
    position: absolute;
    width: 176px;
    background: #4d56f0;
    padding: 6px 12px 10px;
    top: 34px;
    border-radius: 4px;
    text-align: left;
    opacity: 0;
}
.sub_menu li{
margin-right: 0 !important
}
.more-hover:hover .sub_menu {
opacity: 1;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 18px 0;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: none;
}
.see_all_requests {
    text-align: center;
    margin: 10px auto 50px;
}
.see_all_requests a:hover, #form_sec ul li button:hover,.feel_joy a:hover,.right_content .bidding_itm_table a:hover,.bidding_itm_table tr td a:hover,.three_itemss a:hover,.upload-photo button:hover{
    background:#1C4645;
    -webkit-transition:0.8s;
}
.payment-cards a:hover{
    color: #4d56f0;
}

.bidding_table {
    min-height: 600px;
}
/*responsive*/

@media(max-width: 1250px){
    .container{
        width: 992px;
    }
    .banner_wrap .form_box {
        margin: 157px auto 0;
    }
    .carousel-control {
        top: 38%;
    }
    .same-img-width img,.secure-items img{
        margin-top: 0 !important;
    }
    .navbar ul li {
        margin-right: 43px;
    }
    .sliding-box h5 {
        padding-top: 32px;
    }
    .sliding-box {
        width: 28%;
        height: 331px;
    }
    .right_bar ul li {
        margin: 0 3px;
    }
    .banner_wrap {
        padding-right: 0px;
        padding-left: 0px;
    }
    .header-main .navbar {
        padding-right: 00px;
    }
    .fout_box img {
        height: 170px;
    }
    .fout_box {
        height: 297px;
    }
    .feel_wrap {
        background-position: right;
    }
    .cards_itmes ul li {
        width: 28%;
        margin-right: 10px;
    }
    .airplane img {
        width: 551px;
    }
    .airplane {
        top: 0;
    }
    .footer_wrap{
        height: auto;
    }
    .sum-des {
    padding: 17px 0 0 43px;
}



}


@media(max-width: 1024px){
    .container{
        width: 732px;
    }
    .banner_wrap .form_box {
    margin: 114px auto 0;
}
    .three_itemss li b {
    font-size: 14px;
}
    .right_content .bidding_itm_table th {
        font-size: 10px !important;
        width: auto;
    }
    .search_wrap {
        padding: 78px 0 0;
        margin-bottom: 0;
    }
    .right_content{
        width: 100%;
    }
    .left_sidebar {
        padding: 0 10px 0 0;
        width: 100%;
    }
   .sliding-box {
        width: 28%;
        height: 259px;
    }
    .arrow i {
        color: #927ffd;
        background: #fff;
        width: 27px;
        height: 27px;
        border-radius: 100%;
        text-align: center;
        padding-top: 6px;
        font-weight: 300;
        font-size: 14px;
    }
    .watch-img img {
        width: 124px;
    }
    .bag-img img {
        width: 76px;
    }
    .sliding-box p {
       font-size: 10px;
    }
    .sliding-box b {
        font-size: 11px;
        color: #fff;
        display: block;
        font-weight: 400;
    }
    .navbar ul li {
        margin-right: 18px;
    }
    .right_bar ul li {
        margin: 0;
    }
    .logo {
        padding: 0;
    }
    .right_bar {

        padding: 0;
    }
    .right_bar ul li a {

        font-size: 11px;
    }
    .form_box {
        max-width: 100%;
        margin: 291px auto 0;
        padding: 17px 0px 25px 17px;
    }
    #form_sec ul li button {
        padding: 12px 23px;
        font-size: 14px;
    }
    #form_sec ul .serach-btn {
        width: 7%;
    }
    .fout_box {
        height: 203px;
        width: 22%;
    }
    .fout_box img {
        height: 88px;
        padding: 0 14px 18px;
    }
    .fout_box h4 {
        font-size: 9px;
        line-height: 1.3;
    }
    .payment-cards {
        padding: 72px 0 0 41px;
    }
    .second-footer {
        padding-left: 41px;
        padding-top: 10px;
    }
    .second-footer h4 {
        margin-bottom: 35px;
        font-size: 16px;
    }
    .third-footer h4 {
        font-size: 16px;
        margin-bottom: 19px;
    }
    .flex-direction-nav .flex-prev,.flex-direction-nav .flex-next {
        opacity: 0;
        left: 10px;
    }
    .bidding_itm_table tr td i {
        padding: 7px 7px;
    }
    .bidding_itm_table tr td a{
        width: 90%;
    }
    .pagination {
        margin-bottom: 17px;
        text-align: left;
        float: right;
        padding-right: 0;
    }
    /*.bidding_itm_table th ,.bidding_itm_table td{
        width: 100%;
        display: block;
        padding: 15px 0;
    }*/


}


@media(max-width: 767px){
    .container{
        width: auto;
    }
    #form_sec ul li input, #form_sec ul li select {
    width: 100%;
    box-shadow: 0 0 7px #ccc;
    border: 1px solid #cccccca1;
    background: #fff;
    height: 42px;
    border-radius: 5px;
    padding: 0 23px 0 15px;
    margin-top: 6px;
    color: #848484;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
    -webkit-appearance: none;
    padding: 4px 11px;
    cursor: pointer;
}
    #form_sec ul .angle-down_color span{
        display: none;
    }
    .right_content .pagination {
    margin-bottom: 43px;
    text-align: left;
    float: none;
    padding-right: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 18px 10px;
}

.sub_menu {
    position: static;
    width: 100%;
    background: #4d56f0;
    padding: 6px 12px 10px;
    top: 34px;
    border-radius: 4px;
    text-align: left;
}

    .bidding_itm_table th {
    border-bottom: 1px solid #ddddddc7;
    text-align: left;
    color: #9e9e9e;
    padding: 8px 5px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    width: auto;
}
.bidding_itm_table td {
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    text-align: left;
    color: #474747;
    padding: 8px 0;
    font-size: 10px;
    vertical-align: top;
    font-weight: 500;
    letter-spacing: 1px;
}
.bidding_itm_table tr td i {
    padding: 7px 7px;
    margin-bottom: 5px;
}
    .warant_sim{
        float: left;
    }
    .right_swithc{
        float: right !important;
    }
    .arrow-size img{
        display: none;
    }
 .banner_wrap .form_box {
    margin: 0 auto 0;
    padding-bottom: 0;
}
    .login_register {
        text-align: center;
        padding-top: 59px;
    }
        .login_register ul .carrie {
        margin-left: 0;
        margin-top: 8px;
    }
    .banner_wrap{
        position: static;
    }
    .login_register ul li {
        margin-left: 0;
        display: block;
        width: 100%;
    }
    .login_register ul li a{
        width: 100%;
    }
    .register-middle {
        padding: 31px 24px;
    }
    .upload-photo input[type=checkbox]+.lbl {
        font-size: 11px;
    }
        .three_itemss li {
        display: inline-block;
        width: 100%;
        margin: 0 0 5px;
        float: none;
    }
    .sum-des h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
        .mobile-img {
        margin-left: 0;
    }
    .sum-des {
        padding: 15px;
    }
    .bidding_result {
        text-align: center;
        padding-top: 67px;
    }
    .filter_search input {
        font-size: 11px;
        width: 100%;
    }
    .biding_wrap {
      height: 260px;
        /* padding: 15px; */
    }
    .header-main {
        height: 107px;
    }
    .bidding_itm_table{
        overflow-x:auto;
    }
    /*.right_content .bidding_itm_table th {
        font-size: 10px !important;
        display: inline-block;
        padding: 6px 2px;
    }*/
    .close-icon {
        display: block;
        position: absolute;
        right: 18px;
        top: 24px;
        z-index: 999999;
    }
    .search_wrap {
        padding: 33px 0 37px;
        margin-bottom: 0;
    }
    .bidding_result h3 {
        color: #fff;
        font-size: 23px;
    }
    .filter_search button {
        position: static;
        width: 100%;
    }
    .close-icon i{
        color: #000;
    }
    #form_sec ul li button {
        padding: 12px 23px;
        font-size: 14px;
        width: 100%;
    }
    .menu-btn {
        display: block;
        position: absolute;
        right: 22px;
        top: 36px;
        cursor: pointer;
    }
    /*.right_content .bidding_itm_table td {
        padding: 16px 0 !important;
        font-size: 11px;
        vertical-align: top;
        display: inline-block;
        width: auto;
    }*/
    .right_content .bidding_itm_table .details-par, .right_content .bidding_itm_table a {
        width: auto;
        padding: 8px 19px !important;
    }
    .menu-btn img{
        /*width: 35px;*/
    }
    #form_sec ul .serach-btn {
        width: 100%;
    }
  .sliding-box {
    width: 100%;
    height: auto;
    margin: 0 0 50px;
    padding: 0 20px 59px;
    background-position: cover;
    /* width: 31%; */
    height: 481px;
    float: left;
    margin-right: 11px;
}
    .logo{
        position: absolute;
        left: 0;
        top: 16px;
    }
    .navbar {
        text-align: left;
    }
    .navbar ul li {
        margin-right: 0;
        display: block;
        text-align: left;
    }
    .right_bar {
        text-align: left;
    }
    .right_bar ul li {
        display: block;
        text-align: center;
    }
    .right_bar ul {
        padding-left: 16px;
    }
    .navbar {
        text-align: left;
        padding-top: 29px;
    }
    .banner_wrap {
        height: auto;
        padding-bottom: 0px;
    }

    .form_box {
        max-width: 100%;
        margin: 62px 0 0 ;
        padding:  15px;
    }
    #form_sec ul .form_field {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    #form_sec li {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        position: relative;
            margin-bottom: 15px;
    }
    .slider_wrap {
        padding-top: 15px;
        padding-bottom: 24px;
    }
    .sliding-box p {
        font-size: 13px;
    }
 .sliding-box h5 {
    padding-top: 84px;
    height: 84px;
}
    .watch-img img {
    width: 100%;
}
    .bag-img img {
        width: 60%;
    }
    .our_payment p {

        font-size: 16px;
    }
    .fout_box {
        height: auto;
        width: 100%;
        margin: 0 0 20px;

    }
    .fout_box img {
    height: auto;
    padding: 0 0 39px;
    width: 123px;
}
    .fout_box h4 {
        font-size: 16px;
        line-height: 1.3;
    }
    .how-work_wrap {
        background: #f9f9fb;
        padding-bottom: 28px;
    }
    .feel_wrap {
        height: auto;
        margin: 0px 0 40px;
        padding: 25px 21px;
    }

    .feel_joy {
        text-align: center;
        width: 100%;
        float: none;
    }
    .feel_joy h2 {
        font-size: 28px;
        font-weight: 500;
        color: #3a3a3a;
        margin-bottom: 16px;
    }
    .our_payment {

        padding: 21px 8px 18px;
    }
    .payment-cards {
        padding: 15px;
    }
    .payment-cards h3 {
        color: #897878;
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
   .cards_itmes ul li {
    width: 31%;
    margin-right: 0;
    padding: 14px 10px;
    margin-bottom: 20px;
}
    .payment-cards a {
        margin-top: 0px;
    }
    .payment_wrap {
        padding-bottom: 0;
    }
    .airplane img{
        display: none;
    }
    .footer_wrap {
        height: auto;
        text-align: center;
            padding-top: 20px;
    }
    .first-colum p{
        text-align: center;
    }
    .first-colum img {
    width: 269px;
    margin-bottom: 24px;
    margin-left: 0;
}
    .first-colum {
        width: 100%;
    }
    .second-footer {
        padding-left: 17px;
        padding-top: 10px;
    }
    .second-footer li a {
        font-size: 18px;
        color: #fff;
        margin-bottom: 5px;
    }
    .third-footer {
        padding-top: 10px;
        padding-left: 17px;
    }

    .fixed-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 999;
        overflow-y: scroll;
        display: none;
        padding-top: 2%;
    }
    .fixed-menu * {
        text-align: center;
        padding: 0px !important;
    }
    .fixed-menu a {
        font-size: 16px !important;
        font-weight: 500;
        text-align: center;
        color: #000;
    }
    .fixed-menu li {
        padding: 5px !important;
    }
    .navbar {
        text-align: left;
        padding-top: 56px;
        margin-bottom: 0;
    }
    .fout_box {
        height: 382px;
        width: 100%;
        margin: 0 0 20px;
        float: left;
        border-radius: 0 0 0 65px;
    }
    .two-box-layout{
        display: none;
    }
    .offer-avale {
    
        max-width: 391px;
        margin: 0 auto;
    }
    .how-it_work {
    
        max-width: 391px;
        margin: 0 auto;
    }
    .navbar ul li a {
        font-size: 14px;
        color: #000;
    }
    .navbar ul li {
        padding: 18px !important;
    }
    .set-list-mobile {
        display: flex;
        justify-content: start;
        align-items: center;
        padding-left: 16px !important;
    }
    .notification .dropdown-menu {
        right: -118px;
        max-width: 332px;
        top: 35px;
        min-width: 320px !important;
    }
    .header-main .navbar {
        justify-content: start;
    }
}


@media(max-width: 684px){
.offer-box {
    margin: 0 auto;
    width: 288px !important;
}

}

@media(max-width: 600px){
    .container{
        width: auto;
    }

.sliding-box h5 {
    padding-top: 105px;
    height: 84px;
}
}



@media(max-width: 400px){
    .container{
        width: auto;
    }
    .sliding-box {
    width: 100%;
    height: 502px;
    float: none;
    margin-right: 0;
}
.sliding-box h5 {
    padding-top: 132px;
    height: auto;
}
.fout_box {
    height: 382px;
    width: 100%;
    margin: 0 0 20px;
    float: left;
    border-radius: 0 0 0 55px;
}
}
.btn-info {
    color: #fff;
    border-color: rgb(117,92,254) !important;
    background: rgb(117,92,254) !important;
    background: radial-gradient(circle, rgba(117,92,254,1) 0%, rgba(70,46,202,1) 100%);
}

.bid-status {
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
}
.pending-btn {
    background: #00bcd475;
}
.orange-btn {
    background-color: #FFA500;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
}
.complete-btn {
    background: #8BC34A;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
}
.red-btn {
    background: #ff000082;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
}
.round-edges {
    border-radius: 20px;
}
.fa-star.checked {
  color: orange;
}
.bid-item {
    background: #673ab726;
    padding: 18px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.bid-item table.table.bidding_itm_table th {
    width: 70px;
    padding: 0px !important;
    vertical-align: middle;
    border: none;
    line-height: 0px;
}
.bid-item table.table.bidding_itm_table td {
    padding: 0px !important;
    padding-top: 15px !important;
    line-height: 0px;
    vertical-align: middle;
    border: none !important;
}
.row.min-height-500px {
    min-height: 500px;
    overflow: hidden;
}
.text-center {
    text-align: center !important;
}
.acrate_account {
    max-width: 50%;
    background: #e5d7ff;
    padding: 35px;
    border-radius: 5px;
}
.acrate_account.contact-us {
    max-width: 100%;
}
.register_form {
  background: #3d60e1;
}
.form_field input, .form_field textarea, .form_field select {
    background: #fff;
}
sub, sup {
    top: 1px;
    font-size: 15px;
}
span.mobile-number {
    font-size: 10px;
    letter-spacing: 1px;
    top: -13px;
    position: relative;
    left: 10px;
}
.bid-item.request-page table.table.bidding_itm_table th {
    width: 50px;
}
.bid-item.request-page table.table.bidding_itm_table td {
    padding: 0px !important;
    padding-top: 10px !important;
}

.margin-top-10px {
    margin-top: 10px;
}
.bidding_itm_table tr td i {
    background: #5941df;
    color: #fff;
}
.container.table-responsive {
    background: #F9F4F4;
    border-radius: 5px;
    padding: 50px;
    margin-bottom: 150px;

}
.modal-backdrop.in {
    z-index: -1;
}
.btn.btn-success2.btn-ok, .btn.btn-success3.btn-ok2 {
    background: #8BC34A;
    color: white;
}
table tr td {
    border-bottom: 1px solid #755cfe33;
}
table.bidding_itm_table thead tr th {
    background: #5941df;
    color: white !important;
    padding-left: 10px !important;
}
table.bidding_itm_table tr td {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
table.bidding_itm_table tr:nth-child(odd){
  background: #aca5d84d;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #5941df;
    border: 1px solid #5941df;
    border-bottom-color: transparent;
}
h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.bid-item table.table.bidding_itm_table td, .bid-item table.table.bidding_itm_table th {
      background: #e3d9eb;
}
.register_form label {
  color: #fff;
  font-weight: 600;
}
.register_form  .upload-photo label {
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    color: #fff;
}
label.login-or-register {
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    padding: 0px;
}
.register_form .upload-photo input[type=checkbox]+.lbl::before {
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 11px;
    color: #3d60e1;
    /* content: "\a0"; */
    background-color: #e8f0fe;
    border: 1px solid #e8f0fe;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 19px;
    line-height: 1.6;
    min-width: 19px;
    margin-right: 10px;
    margin-top: -3px;
}
.register_form .upload-photo button {
    border: none;
    background: #fff;
    width: 100%;
    color: #3d60e1;
    margin-bottom: 10px;
}
.register_form .upload-photo button:hover {
    background: #fff !important;
}
.register_form a.register-btn {
  background: #FFC107;
  padding: 11px 55px;
  border-radius: 25px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #fff;
}
.register_form a.register-btn:hover{
  color: #fff;
}
label.register_form .login-or-register {
    margin: 20px 0px !important;
    font-size: 16px !important;
    font-weight: 200 !important;
    padding: 0px!important;
}
.register_form input, .post-a-request select, .post-a-request textarea {
    background: white;
}
.register_form .form_field input, .register_form .form_field select, .register_form button {
    background: #fff;
    height: 50px;
}
.notification .dropdown-menu {
    min-width: 360px;
    padding: 0 15px !important;
    max-height: 290px !important;
}
.notification-header {
    padding: 14px 15px 10px 15px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    font-weight: 500;
    margin-left: -15px;
    margin-right: -15px;
    background: #efefef;
}
.notification-row {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    background: #aca5d84d;
    border-radius: 10px;
    border: 1px solid #aca5d8ad;
}
.notification-row i{
  float: right;
  font-size: 15px;
  color: #755CFE;
  margin-top: 5px;
}
.dropdown-menu li {
    margin: 0px !important;
    padding: 10px 0px !important;
}
.dropdown-menu li::last-child {
  border-bottom: none;
}
.dropdown-menu li p {
    font-size: 10px;
}
.dropdown-menu li h4 {
    font-size: 14px !important;
    font-weight: 500;
}
.dropdown-menu li #date {
    float: right;
    right: 0;
    font-size: 10px;
}
.dropdown-menu li img {
    margin-right: 10px !important;
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    border-radius: 5px;
    object-fit: cover;
}
.notification-all {
    background: #efefef;
    margin-left: -15px;
    margin-right: -15px;
}
.notification .dropdown-menu a.view-all {
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #3F51B5 !important;
}
.header-main {
    background: #fff;
    padding: 10px 0px;
}
.header-main .navbar, .header-main .right_bar {
    padding-top: 24px;
}
.header-main a {
    color: #808080;
    font-weight: 600;
    font-size: 14px !important;
    letter-spacing: 1px;
}
.navbar {
    /* padding-right: 70px; */
}
.notify-count {
    width: 15px !important;
    height: 15px !important;
    color: #fff;
}
.dropdown-menu>li:last-child {
    border-bottom: none;
}
.profile-menu ul {
    padding-top: 10px;
}
.profile-menu li {
    padding: 3px 0px;
}
.profile-menu li {
    width: 220px;
}
.profile-menu hr {
    margin: 10px 0px;
}
.profile-menu a {
    font-weight: 500 !important;
}
.custom_success {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 400;
}
.custom_danger {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 400;
}
.payment-form {
    background: #e5d7ff;
    padding: 35px;
    border-radius: 5px;
}
.payment-form label {
    font-size: 12px;
    color: #2d2c31;
    letter-spacing: 1px;
    margin-bottom: 6px;
    padding-left: 12px;
    font-weight: 500;
}
.payment-form input, .payment-form select {
    width: 100%;
    border-radius: 35px;
    background: #fff;
    border: 1px solid #9582ff;
    height: 39px;
    padding: 0 15px 0 37px;
    margin-bottom: 10px;
    font-weight: 500;
}
.payment-form .btn {
    display: inline;
    border-radius: 35px;
}
.btn-cancel {
    margin: 0 10px;
    padding: 7px 20px;
    height: 34px;
}
.btn-pay {
    padding: 6px 30px;
    height: 34px;
}
.checkout-form b {
    font-weight: 500;
}

/* MY STYLE CSS */
.set-container-1392 {
    max-width: 1392px;
    width: 92%;
    margin: 0 auto;
}
.f-60-b {
    font-size: 60px;
    color: #0D0D0D;
    font-weight: 600;
    line-height: 80px;
}
.f-48-b {
    color: #0D0D0D;
    font-size: 48px;
    font-weight: 500;
}
.f-36-y {
    color: #DDB844;
    font-size: 36px;
    font-weight: 600;
}
.f-24-w {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}
.f-24-b {
    font-size: 24px;
    color: #0D0D0D;
    font-weight: 500;
}
.f-16-g {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.f-16-b {
    color: #303336;  
    font-weight: 500;
    font-size: 16px;

}
.fs-15 {
    color: #303336;  
    font-weight: 500;
    font-size: 16px;
}
.f-14-w {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.set-font-10 {
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #FF3B30;
}
.set-fs-12 {
    font-weight: 500;
    font-size: 12px;
    color: #535557;
}
.mt-48 {
    margin-top: 48px;
}
.set-mt-4 {
    margin-top: 24px;
}
.set-mt-3 {
    margin-top: 15px;
}
.set-mt-2 {
    margin-top: 10px;
}
.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}


.set-d-flex {
    display: flex;
}
.set-align-items-center {
    align-items: center;
}
.set-justify-content-center {
    justify-content: center;
}
.set-gap-10 {
    gap: 10px
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.set-btn-sign-up {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    display: inline-block !important;
    background-color: #225050 !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
}
.set-btn-round-outline {
    color: #225050;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #225050;
    padding: 8px 12px;
    border-radius: 50px;
    background-color: transparent;
}
.set-btn-primary {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF !important;
    display: inline-block;
    background-color: #225050;
    padding: 12px 16px;
    border-radius: 8px;
    letter-spacing: 0px;
}
.set-btn-outline {
    font-weight: 400;
    font-size: 16px;
    color: #0D0D0D !important;
    display: inline-block;
    background-color: transparent;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #D6D6D6;
    letter-spacing: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.set-btn-footer {
    font-weight: 500;
    font-size: 16px;
    color: #808080 !important;
    display: inline-block;
    background-color: transparent;
    padding: 12px 28px;
    border-radius: 8px;
    border: 1px solid #D6D6D6;
    box-shadow: 0px 1px 2px 0px #1018280D;
    background-color: #fff;
    min-width: 125px;
    text-align: center;
}


.set-bg-img-hero {
    background: url(../images/hero-img.png);
    height: 400px;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}
.set-img-user-person {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}
.set-position-relative {
    position: relative;
}
.set-bg-green-box {
    background: linear-gradient(274.55deg, #225050 30.94%, #1C4645 75.84%);
    padding: 40px 20px;
    border-radius: 20px;
    margin-top: 48px;
}
.set-outline-box {
    padding: 24px 40px;
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    margin-top: 48px;
}
.set-round-60 {
    height: 60px;
    width:60px;
    background-color: #225050;
    border-radius: 50px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.set-interaction-links {
    text-align: end;
}
.set-interaction-links a {
    color: #0D0D0D;
}
.set-interaction-links a svg {
    
}
.when-chat-box-for-select {
    display: flex;
    justify-content: center;
    align-items: center;
}
.emojionearea.emojionearea-inline>.emojionearea-editor {
    height: auto;
}
.media-body {
    width: auto;
}
.right .bg-soft-primary {
    background: #225050 !important;
    color: #fff !important;
    border-radius: 12px 0px 12px 12px !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
    font-weight: 400;
}
.chat-user-item {
    border-bottom: 1px solid #cecece;
}







.set-mobile-sm-menu {
    display: none;
}
.set-bg-white-navbar {
    background-color: #fff;
}
.three_itemss li {
    margin: 0 2px 8px 0;
    padding: 6px 0px;
}
.three_itemss a {
    font-size: 13px;
}
@media only screen and (max-width: 991px) {
  .acrate_account {
    max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
    .set-mobile-sm-menu {
        display: block;
    }
    .set-mobile-sm-menu .set-ul-list-org {
        list-style-type: none;
        display: flex;
        gap: 12px;
        align-items: center;
        padding-left: 12px !important;
        padding-right: 80px !important;
        justify-content: space-between;
    }
    .set-visibility-hidden-mobile {
        display: none !important;
    }
    .set-mobile-sm-menu .custom_right {
        left: 0px;
        right: auto !important;
    }
    .notification .dropdown-menu {
        right: auto !important;
        left: -90px !important;
    }
}
@media only screen and (max-width: 576px) {
    .set-btn-footer {
        font-size: 13px;
    }
    .set-interaction-links {
        font-size: 12px;
        padding: 16px;
    }
    .my-100 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .f-60-b {
        font-size: 38px;
        line-height: 50px;
    }
    .set-btn-round-outline {
        font-size: 13px;
    }
    .f-16-g {
        font-size: 14px;
    }
    .set-btn-primary {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .set-btn-outline {
        font-weight: 400;
        font-size: 14px;
    }
    .set-bg-img-hero {
        height: 228px;
        background-size: cover;
        border-radius: 16px;
        margin-top: 75px;
    }
    #form_sec ul li label {
        color: #000;
        font-size: 14px;
    }
    .banner_wrap .form_box {
        margin: -55px auto 0;
        width: 92%;
    }
    #form_sec ul li input, #form_sec ul li select {
        font-size: 14px;
        font-weight: 400;
        border-radius: 8px;
        box-shadow: none;
    }
    .angle-down_color svg {
        width: 14px;
    }
    #form_sec ul .angle-down_color {
        top: 18px;
    }
    #form_sec ul li button {
        padding: 16px 22px;
    }
    #form_sec ul .form_field {
        margin-bottom: 0px;
    }
    #form_sec li {
        width: 48% !important;
    }
    #form_sec ul .form_field {
        margin-right: 1%;
    }
    #form_sec ul .serach-btn {
        width: 100% !important;
    }
    .f-48-b {
        font-size: 30px;
    }
    .img-cont a {
        height: 220px;
    }
    .img-cont a img {
        height: 220px;
    }
    .f-24-b {
        font-size: 20px;
    }
    .feel_wrap {
        padding: 15px 6px;
        min-height: 385px;
        border-radius: 15px;
    }
    .feel_joy {
        padding: 12px;
    }
    .feel_joy h2 {
        font-size: 22px;
    }
    .feel_joy p {
        color: #808080;
        font-size: 14px;
        line-height: 22px;
    }
    .feel_joy .set-btn-primary {
        margin-bottom: 0px;
    }
    p {
        font-size: 14px;
    }
    .set-row-mobile-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2%;
    }
    .set-w-50-mobile {
        width: 48%;
        padding: 0px;
    }
    .set-w-50-mobile .offer-box {
        padding: 5px;
        width: 100% !important;
    }
    .set-w-50-mobile .img-cont a {
        height: 175px;
    }
    .set-w-50-mobile .img-cont a img {
        height: 175px;
        padding: 4px;
        border-radius: 0px;
    }
    .set-w-50-mobile .offer-info-box h5 {
        color: #0D0D0D;
        font-size: 16px;
    }
    .set-w-50-mobile .offer-info-box .f-16-g {
        font-size: 12px;
        line-height: 16px;
    }
    .offer-info-box .f-16-b {
        font-size: 13px;
    }
    .mt-48 {
        margin-top: 20px;
    }
    .mobile-img img {
        object-fit: contain;
        padding: 15px 15px;
        height: 210px;
        margin-bottom: 22px;
        position: relative;
        left: -6px;
        background: transparent;
        box-shadow: none;
    }
    .samsung {
        padding: 12px 0px 8px;
    }
    .three_itemss li p {
        font-weight: 600;
    }
    .three_itemss li {
        display: inline-block;
        width: 48%;
    }
    .three_itemss br {
        display: none;
    }
    .three_itemss li {
        margin: 0 0 3px;
        padding: 6px 0px;
    }
    .three_itemss h4 {
        margin-bottom: 8px;
        margin-top: 16px;
        font-weight: 600;
    }
}






















