.error .help-block {
  color: red;
}

.footer_link {
  color: #fff;
}

a.footer_link:hover {
  color: #fabb00;
}

.profile_box2 .profile_inner2 {
  border-radius: 0;
}
.profile_box2 .profile_inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_button input {
  border-radius: 50px;
}

.extended-search {
  color: #fff !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-right: 0 !important;
}

.allcategories_search_bg .allcategories .dropdown-menu {
  max-height: 250px;
  overflow-y: scroll;
}

.deletebox .fa-trash {
  color: #fabb00;
}

.pagination-parent .left {
  float: left;
}

.pagination-parent .pagination {
  float: right;
  margin-top: 5px
}

.pagination-parent .pagination ul.pagination li {
  border: 2px solid #fabb00;
  text-align: center;
  padding: 5px;
  transition: background-color .3s;
  cursor: pointer;
}

/*line-height:32px*/

ul.pagination {
  padding: 0;
  margin: 0;
}

ul.pagination li {
  display: block;
  float: left;
}

.pagination li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination li a {
  width: 100%;
  padding: 8px 16px;
  line-height: 32px;
}

.pagination li span {
  width: 100%;
  padding: 8px 16px;
  line-height: 32px;
}

.list_select_box .btn-group .btn {
  background: none;
  border: solid 1px #0055a0;
  color: #0055a0;
}

/*NOTIFICATION*/

.notification_myaccount a {
  text-decoration: none;
}

.notification_myaccount ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.notification_myaccount li {
  display: block;
  float: left;
  clear: both;
}

.notification_myaccount>li {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  color: #999;
}

.notification_myaccount>li:hover {
  color: #000;
}

.notification_myaccount>li .num {
  position: absolute;
  display: block;
  top: 0px;
  right: 1px;
  width: 47%;
  height: 22px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #fabb00;
  color: #fff;
  text-align: center;
}

.notification_myaccount>li>ul {
  position: absolute;
  left: auto;
  right: 0;
  display: none;
  min-width: 400px;
  border: 1px solid #ccc;
  margin-top: 3px !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  z-index: 99999999;
  background-color: #fabb00;
}

/*.notification_myaccount > li:hover > ul {display: block;}*/

.notification_myaccount>li>ul:before, .notification_myaccount>li>ul:after {
  display: block;
  position: absolute;
  top: -10px;
  right: 10px;
  content: '';
  width: 8px;
  height: 8px;
  border-style: solid;
}

.notification_myaccount>li>ul:before {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ccc transparent;
  z-index: 1px;
}

.notification_myaccount>li>ul:after {
  top: -9.5px;
  right: 11px;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
  z-index: 2px;
}

.notification_myaccount>li>ul>li {
  width: 100%;
  font-size: 14px;
  border-top: 1px solid #fefefe;
  padding: 0px;
}

.notification_myaccount>li>ul>li.title {
  font-size: 16px;
  font-widght: bold;
  color: #fff;
  ;
  padding: 8px 15px;
}

.notification_myaccount>li>ul>li.footer {
  font-size: 14px;
  font-widght: bold;
  color: #000;
  background-color: #0b0c0c;
  text-align: center;
  padding: 0px;
}

.notification_myaccount>li>ul>li.footer a {
  color: #fff !important;
}

/*.notification_myaccount > li > ul > li.footer:hover a{color: #000 !important; }
*/

.notification_myaccount>li>ul>li:first-child {
  border-top: 0;
}

.notification_myaccount>li>ul>li:last-child {
  border-bottom: 0;
}

.notification_myaccount>li>ul>li a {
  display: block;
  color: #444;
}

/*.notification_myaccount > li > ul > li:hover a {color: #1e88f5; }*/

.pagination li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

ul.pagination li.active {
  background-color: #fabb00;
  color: #000000;
  border: 1px solid #4CAF50;
}

ul.pagination li:hover:not(.active) {
  background-color: #fabb00;
}

.old_image {
  position: relative;
}

.deletebox {
  position: absolute;
  top: -10px;
  right: 18px;
  background: gray;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100%;
  line-height: 25px;
}

.overlay {
  display: none;
}

.textarea {
  resize: none;
}

.tab-content ul {
  list-style: square;
}

.errorMsq {
  text-align: left;
}

.help-block {
  color: red;
  font-size: 15px;
  padding: 2px
}

/*.product_box figure img {
    object-fit: cover;
    width: auto !important;
    height: 100%;
}

.product_box figure {
    
    width: auto;
   
}*/

.shop_categories_box .all-cat-drop {
  padding: 6px;
}

.product_categories .card-header_cat a {
  display: block;
  box-shadow: none;
  font-size: 14px;
  color: #464646;
  font-family: "ProximaNova-Semibold";
  padding: 10px;
  /*background: url(../img/plus.png) no-repeat right center;*/
}

.home_header .top_header .navbar .active {
  background: #042a4b;
  box-shadow: 0px 0px 20px 0px gainsboro;
}


.home_header .top_header nav.navbar ul .profile_box .dropdown-menu li.active a {
  color: #fff;
}

.home_info {
  text-align: left !important;
}

.btn.btn-lg {
  padding: 0rem 2.4rem;
}

.our_service_tab ul li.diffrentli {
  float: left;
  width: 33.33%;
  padding: 0px 5px;
}

.pac-container {
  z-index: 10000000000 !important;
}

.cart_box span {
  position: absolute;
  display: block;
  top: 0px;
  right: 1px;
  width: 44%;
  height: 60%;
  border-radius: 50%;
  background: #fabb00;
  color: white;
  text-align: center;
}

.cart_box .fa-shopping-cart {
  font-size: 19px
}

.dropdownNotification .fa-bell {
  font-size: 19px
}

.form_fild textarea.form-control {
  height: 102px;
  resize: none;
  border-radius: 15px !important;
}

.error {
  color: red;
  font-size: 15px
}

.quantity .error {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  word-wrap: break-word;
  line-height: 16px;
}

.quantity {
  position: relative;
}

.home_header .top_header nav.navbar ul li a {
  position: relative;
}

.errorMsq {
  color: red;
  display: block;
}

.overlaynew {
  position: absolute;
  left: 61px;
  top: 10px;
  text-align: center;
  display: none;
}

.category_active {
  color: #04294b !important;
  font-weight: 900;
}

.sub_child {
  background: url(../img/plus.png) no-repeat right center;
}

li.sub_show {
  background: url(../img/mins.png) no-repeat right 5px;
}

.product_box .product_des_top h4 a {
  font-size: 12px;
  color: #fff;
  font-family: "ProximaNova-Semibold";
  /* background-color: #63C882; */
 padding: 5px;
}

.remaining_time_box span {
  color: #fabb00;
  font-family: "ProximaNova-Bold";
}

.payment_history {
  text-align: center;
}

.cart_product figure a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

textarea.form-control {
  resize: none;
}

.service_rating_new {
  display: block;
  text-align: center;
}

.service_rating_new ul {
  display: inline-block;
}

.service_rating_new ul li {
  display: block;
}

.dashboard_menu nav ul li .dropdown .dropdown-menu li a.active {
  background-color: #fabb00;
  color: #fff;
}

.dropbtn {
  background-color: #fabb00 !important;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 97%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 104%
}

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

.dropdown-content a:hover {
  background-color: #0055a0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn:hover {
  background-color: #0055a0;
  color: #fff
}

.product_box .product_des_top h4 a {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
}

.cart_product figcaption h4 a {
  word-wrap: break-word;
}

.cart_product figcaption h4 {
  text-align: justify;
}

.dashboard_menu nav ul li .dropdown.show .dropdown-menu {
  min-width: 25px
}

.no-record {
  text-align: center;
  width: 100%
}

.card_delete_left {
  float: left;
}

.card_box_bottom .card_delete_left a {
  font-size: 18px;
  display: block;
  color: #aca9a9;
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
}

.manage_cards_bg .row .card-padding {
  padding: 20px;
}

.product_status_detail a {
  cursor: auto !important;
}

.notification_active {
  background: #fabb00 !important;
}

.notification span {
  position: absolute;
  display: block;
  top: 0px;
  right: 1px;
  width: 44%;
  height: 60%;
  border-radius: 50%;
  background: #fabb00;
  color: white;
  text-align: center;
}

.product_box .product_des_top h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
}

.notification_list ul li time {
  top: 17px !important;
}

.breadcrumb_active_box .breadcrumb_box {
  width: 70% !important;
}

.top_footer .f_menu a.active {
  color: #fabb00 !important;
}

.new {
  line-height: 43px;
  text-transform: uppercase;
  font-weight: bold;
}

.search_button input {
  text-transform: uppercase;
}

.create_form_box_new {
  clear: left;
  border-bottom: none;
  height: auto;
  padding: 10px;
  background: #f1f3f6;
  margin-bottom: 14px;
}

.create_form_box_new .list-select-box {
  float: left;
  margin-right: 9px;
  border: solid 1px #e5e5e5;
  background: #e9e9ea;
  border-radius: 50px;
  clear: none;
}

.create_form_box_new .list-select-box .form-control {
  border: solid 1px #bebebe;
  outline: none;
  background: #e8e8e8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e8e8e8 0%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e8e8e8 0%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#fefefe', GradientType=0);
  /* IE6-9 */
  height: 39px;
  float: left;
  width: 137px;
  border: none;
  border-radius: 0;
}

.create_form_box_new .list-select-box label {
  float: left;
  font-size: 15px;
  color: #404040;
  height: 39px;
  line-height: 39px;
  min-width: 60px;
  font-weight: normal;
  padding: 0px 10px;
  text-align: center;
  margin: 0;
}

.cart_table_bg {
  border-top: 1px solid #dbe0e6;
}

.create_form_box_new .list-select-box-btn .fa {
  font-size: 19px;
  text-align: center;
}

.create_form_box_new .list-select-box-btn a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  height: 45px;
  line-height: 45px;
}

.create_form_box_new .list-select-box-btn {
  float: left;
  min-width: 80px;
  margin: 0;
  border: none;
  text-align: center;
  background-color: #0055a0;
  padding: 10px;
  border-radius: 50px;
}

.dashboard_menu nav ul li .dropdown .dropdown-menu li a {
  padding: 0px 7px !important;
}

.fav_box2 a:hover {
  background: #0055a0;
}

.search_fild .form-control:focus {
  box-shadow: none;
}

.before_login .active_new {
  background-color: #fabb00;
  margin-left: -6px
}

.before_login .active_new .register {
  background: none !important;
}

.before_login .active_new a {
  color: #fff !important
}

.total_box .total_left {
  height: 70px;
  width: calc(100% - 75px);
}

.total_box .total_left h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
}

.total_box .total_right {
  width: 75px;
}

.dropdown a {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
}

.favourite_cart .btn {
  background: #db202b;
}

/*.product_box figure {    
    padding: 7px;
    border: solid 1px #fabb00;
}*/

.all-ratings {
  width: 100%;
}

.quality label {
  float: left;
  width: 15%;
  font-weight: bold
}

.quality .diffrentrate {
  float: left;
}

.quality {
  width: 100%;
}

.quality:after {
  content: "";
  clear: both;
  display: table;
}

/*CHAT SEND */

.message_send_box .send-btn {
  width: 5%;
  float: left;
  margin: 0px;
  padding: 20px auto;
}

.success {
  color: green;
}

.message_send_box {
  width: 100%;
  height: 100px;
}

.message_send_box .message_send {
  float: left;
  width: 89%;
}

.message_send_box .send-btn .btn {
  margin: 2px;
}

.message_send_box .send-btn .btn:hover {
  animation-name: wobble-vertical;
  animation-duration: 0s !important;
  animation-timing-function: ease-in-out !important;
  animation-iteration-count: 0 !important;
}

.f_menu ul li a {
  outline: none;
}

.dashboard_menu nav ul li a:hover {
  color: #000;
  background: inherit;
}

a {
  outline: none !important;
}

.home_slider_section .owl-carousel .owl-item .item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapCarouselFull figure img {
  max-width: 85% !important;
}

.wrapCarouselThumbs figure img {
  max-width: 79% !important;
}

.get_your_box .contactus {
  text-align: left;
}

.get_your_box .contactus .form-check {
  float: left;
  margin: 5px;
}

.get_your_box .contactus .form-check-input[type="checkbox"]+label, label.btn input[type="checkbox"]+label {
  padding-left: 25px;
}

.product_box figure .product_over_inner .fav_box a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
  border-radius: 5px;
}

.product_box figure .product_over_inner .add_to_cart a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 0px;
  text-align: center;
  padding: 10px 0px;
  margin: 0 10px 0 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 20px;
  border-radius: 5px;
  color: #fff;
}

.product_box figure .product_over_inner .add_to_cart a:hover {
  background: #0055a0;
  
}
.accept_reject_box .btn.pay {
  min-width: 123px;
}
.product_box figure {
  background:#F1F3F6;
  padding: 10px;
  object-fit: cover; 
}
.product_box figure a {
  display: flex;
 
}
/* .product_box figure img {
  max-height: 130px;
} */

.product_right_box .product_list ul{
  padding: 0 15px;
}

.total_product_list .product_typeover_inner .add_to_cart {
  float: left;
}

.total_product_list .product_typeover_inner .fav_box {
  float: right;
  /*margin-top: -54px;*/
}

.total_product_list .product_typeover_inner .fav_box a {
  display: block;
  border: solid 2px #0055a0;
  background: #0055a0;
  width: 41px;
  height: 41px;
  line-height: 23px;
  padding: 10px 0px;
  margin: 0 10px 0 0;
  text-align: center;
  box-shadow: none;
  font-size: 20px;
  border-radius: 50%;
}

.total_product_list .product_typeover_inner .add_to_cart a {
  display: block;
  border: solid 2px #0055a0;
  background: #0055a0 !important;
  width: 41px;
  height: 41px;
  line-height: 23px;
  padding: 10px 0px;
  margin: 0 10px 0 0;
  text-align: center;
  box-shadow: none;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
}

.total_product_list .product_typeover_inner .add_to_cart a:hover, .total_product_list .product_typeover_inner .fav_box a:hover {
  background: #0055a0;
  border: solid 2px #fabb00;
}

.newcardtable .cart_product {
  width: 100%;
}

.fav_box2 a {
  display: block;
  border-radius: 100%;
  background: #fff;
  padding-top: 9px;
  width: 36px;
  height: 36px;
  border: solid 1px #0055a0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
}

.fav_box2 a {
  display: block;
  border-radius: 100%;
  background: #0055a0;
  padding-top: 9px;
  width: 36px;
  height: 36px;
  border: solid 1px #0055a0;
  color: #e2e1e1;
  font-size: 18px;
  text-align: center;
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
}

.fav_box2 a:hover {
  background: #0055a0 !important;
  border: solid 1px #fabb00;
}

.fav_box2 a .fa-heart {
  color: #fff;
}

.heading_box h2 {
  text-transform: capitalize;
}

.product_list li.no-product {
  background: #fff;
  float: none !important;
  width: auto !important;
  margin: 0px 15px;
  box-shadow: 1px 1.732px 4px rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px #f1f3f6;
  padding: 15px !important;
}

.product_listing .my_product_head .my_product_title {
  /*float: left;*/
  padding-top: 0;
}

.order_status {
  font-size: 15px;
  font-weight: bold;
}

.order_total_price {
  text-align: right !important;
}

.order_summary_head .summary_head_right {
  text-align: left !important;
}

.order_detail_title {
  padding-top: 20px;
  text-align: center;
  color: #0055a0;
}

.order_detail_title h1 {
  font-weight: 500px;
}

.payment_details_box .form_fild {
  margin-bottom: 18px !important;
}

.payment_details_box .form_fild label {
  padding-bottom: 6px !important;
}

.payment_details_box .fa {
  margin-top: 5px;
}

.home_slide_des h1, .home_slide_des h3 {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.minimum_bid {
  display: block;
  font-size: 14px;
  color: #000000;
  padding-top: 5px;
  font-weight: bold;
}

.my_product_head .create_form_box .list_select_box select.form-control {
  cursor: pointer;
}

/*.total_product_left{width: 100%}*/

/*Checkout Payment Option*/

.error {
  color: red;
  font-size: 15px
}

.checklable {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}

.checklable .fa, .checklable .fab {
  font-size: 19px;
}

/* Hide the browser's default radio button */

.checklable input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.checklable:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.checklable input:checked~.checkmark {
  background-color: #FABB00;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.checklable input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.checklable .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.my_cart_bg .order_summary_bg {
  margin: 15px 0px;
  padding: 42px 2px;
}

.views {
  font-size: 44px;
  color: #a9a9af;
}

.views.active {
  color: #0055a0 !important;
}

.seller_products {
  background: #fff;
}

.seller_products .product_right_box {
  width:100%;
  /* border:1px solid #aaaaaa; */
}

.seller_products .product_right_box .product_list ul li {
  width: 25%;
}

.total_product_list li .total_product_left_new {
  width: 100% !important;
}

.price_box p {
  margin-bottom: 2px;
}

.product_box .total_remaining_box .remaining_box span {
  font-size: 13px !important;
}

.message_send_box .form-control {
  width: 100%;
  height: 50px;
  background: #fff !important;
  border: solid 1px #d7d7d7;
  border-radius: 5px;
  resize: none;
  padding-top: 10px;
  font-size: 14px;
  color: #000;
  padding-right: 75px;
}

.status {
  cursor: text;
}

.bidder {
  color: #262626;
}

.cart_action {
  float: left;
  width: 70%;
  text-align: right;
}

.sub_cart_total {
  float: right;
}

.my_product_head .create_form_box .list_select_box1 {
  float: left;
  margin-right: 10px;
}

.green-text {
  font-size: 10px;
}

.text-colore {
  color: #fabb00 !important;
}

.text-colorp {
  color: #0055a0 !important;
}

.text-coloro {
  color: #db202b !important;
}

.text-colorx {
  color: #51b594 !important;
}

.text-colora {
  color: #8685bb !important;
}

.border-colore {
  border: 1px solid #fabb00 !important;
}

.border-colorp {
  border: 1px solid #0055a0 !important;
}

.border-coloro {
  border: 1px solid #db202b !important;
}

.border-colorx {
  border: 1px solid #51b594 !important;
}

.border-colora {
  border: 1px solid #8685bb !important;
}

.select_all_product label {
  padding-left: 27px !important;
}

.product_publish {
  float: left;
}

.drafted_product_pagination {
  padding-top: 10px;
}

.product_details_des p {
  word-wrap: break-word;
}

.home_slider_section .home_slide_des h1 {
  color: #000 !important;
}

.home_slider_section .home_slide_des h3 {
  color: #000 !important;
}

.home_slider_section .owl-carousel .owl-item .item {
  height: 400px;
}

.profile_tabs .our_service_tab ul li {
  float: left;
  width: 20%;
  padding: 0px 5px;
}

.profile_tabs .our_service_tab ul li.diffrentli {
  float: left;
  width: 20%;
  padding: 0px 5px;
}

.our_service_tab ul li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
}

.search_fild .form-control {
  border: 2px solid #fabb00;
  height: 45px;
  font-size: 15px;
  color: #042a4b;
  min-width: 700px;
}

.home_slider_section .home_slide_des {
  padding-left: 0px;
  text-align: center;
}

.allcategories_search_bg {
  width: 86%;
  margin-left: 9px !important;
  margin-right: 0px !important;
}

.search_fild {
  width: 66%;
}

.home2 .home_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2);
}

.home2 .warper {
  padding-top: 118px;
}

.dutchlang .home2 .warper {
  padding-top: 122px;
}
.home2 .warper .owl-dots {
    height: 0;
    display: none;
}
.home2 .warper.auction-page{
  padding-top: 0px;
}
.navbar-nav .dropdown-toggle::after{
  top: 20px;
  position: absolute;
}

.sent_product {
  width: 70% !important;
}

.product_offer_right {
  float: right;
}

.home_slider_section .home_slide_des {
  padding-left: 0px;
  text-align: right !important;
}

.home_slider_section .home_slide_des {
  position: absolute;
  right: 0 !important;
  top: 0;
  display: flex;
  height: 100%;
  padding-left: 145px;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 16px;
}

.modal-dialog {
  position: relative;
  top: 0;
}

.product_offer_right {
  width: 20%
}

.view_counter_offer_parent {
  width: 100%;
  clear: both;
}

.home_slider_section .front_slider .owl-prev {
  width: 30px !important;
  height: 30px !important;
  font-size: 40px !important;
}

.home_slider_section .front_slider .owl-next {
  width: 30px !important;
  height: 30px !important;
  font-size: 40px !important;
}

.offer_history .product_offer_right .acc_rej_butto {
  /*margin-right: 140px;*/
  /*margin-right: 6px;*/
  width: 100%;
  text-align: right;
}

.offer_history .product_offer_right .accept_reject_box .accept_btn {
  /*margin-right: 60px;*/
  margin-right: 1px;
}

/*
//Counter Offer*/

.counter_offer_left {
  border: 1px solid #d2d1d8;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  position: relative;
  left: 0;
  width: 80%;
}

.counter_offer_right {
  border: 1px solid #b9b9b3cc;
  background-color: #ececec80;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  position: relative;
  left: 20%;
  width: 80%;
}

.counter_offer_rightnew {
  /*border: 1px solid #b9b9b3cc;
     background-color: #ececec80;*/
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

.counter_offer_left .counter_info, .counter_offer_right .counter_info {
  clear: both;
  width: 100%
}

.counter_offer_left .counter_info ul, .counter_offer_right .counter_info ul {
  display: inline-block;
  margin: 2px;
}

.counter_offer_left .counter_info ul li, .counter_offer_right .counter_info ul li {
  border: 1px solid #e1e1e1;
  display: inline-block;
  padding: 10px;
  margin-bottom: 4px;
}

.darker {
  border-color: #ccc;
  background-color: #ddd;
}

.counter_offer_left::after, .counter_offer_right::after {
  content: "";
  clear: both;
  display: flex;
}

.counter_offer_left img, .counter_offer_right img, .counter_offer_rightnew img {
  /* float: left;*/
  max-width: 25px;
  width: 100%;
  margin-right: 20px;
}

.counter_offer_left figure img, .counter_offer_right figure img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
}

.counter_offer_right figure img.right {
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
}

.time-right {
  float: right;
  color: #aaa;
}

.time-left {
  float: left;
  color: #999;
}

.counter_offer_left ul, .counter_offer_right ul {
  display: block;
}

.counter_offer_rightnew ul {
  display: block;
  background: #fff;
}

.counter_offer_left .float-left ul, .counter_offer_right .float-left ul, .counter_offer_rightnew .float-left ul {
  width: 40%
}

.counter_offer_left ul li, .counter_offer_right ul li {
  display: inline-block;
  float: left;
  padding: 0px;
  border-bottom: none;
}

.counter_offer_rightnew ul li {
  display: inline-block;
  float: left;
  padding: 2px;
  border-bottom: none;
}

.counter_offer_left ul li a, .counter_offer_right ul li a {
  padding: 10px;
  /*padding: 2px;*/
  font-size: 14px;
  height: 35px;
  line-height: 14px;
  width: 140px;
}

.counter_offer_left ul li a.icon, .counter_offer_right ul li a.icon {
  padding: 2px;
  font-size: 14px;
  height: 35px;
  line-height: 14px;
  width: 140px;
}

.counter_offer_left ul li a.accept, .counter_offer_right ul li a.accept, .counter_offer_rightnew ul li a.accept {
  padding: 5px 20px;
  font-size: 18px;
  border-radius: 50px;
  width: 100%;
  background: #2c7b00;
  color: #fff;
  margin: 5px;
}

.counter_offer_left ul li a.reject, .counter_offer_right ul li a.reject, .counter_offer_rightnew ul li a.reject {
  padding: 5px 20px;
  font-size: 18px;
  border-radius: 50px;
  width: 100%;
  background: #ef1e00;
  color: #fff;
  margin: 5px;
}

.counter_offer_left ul li a.counteroffer, .counter_offer_right ul li a.counteroffer, .counter_offer_rightnew ul li a.counteroffer {
  padding: 5px 20px;
  font-size: 18px;
  width: 100%;
  background: #2f57b1;
  color: #fff;
  margin: 5px;
  border-radius: 50px;
}

.counter_offer_left ul li a img, .counter_offer_right ul li a img, .counter_offer_rightnew ul li a img {
  /* padding: 10px;*/
  width: 70%;
  margin-right: 0;
}

.home_header .top_header nav.navbar ul li .notificationss {
  text-transform: lowercase !important;
}

.counter-offers ul {
  display: block;
}

.counter-offers h5 {
  display: block;
}

.counter_offer_btn {
  width: 150px;
  padding-top: 5px;
}

.counter_offer_btn img {
  width: 25%;
  margin-top: 10px;
}

.counter_offer_btn i {
  font-size: 20px;
}

.accept_reject_box {
  float: right;
  margin-top: 10px;
}

.product_offer_right .contact_seller {
  width: 100%;
  text-align: right;
}

/*.contact_button a{
  
      background: #8685bb;
}*/

.view_counter_offer_parent div.counter-offers {
  padding-top: 15px;
  margin-left: 6px;
}

.product_bid_history_right .accept_reject_box {
  text-align: right;
}

.certifcate {
  display: block;
  background-color: #29283b;
  color: #fff;
  padding: 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.about_ger_img iframe {
  display: block;
}

.pagination-parent:after, .my_product_head form:after, .my_product_head form div:after {
  content: "";
  clear: both;
  display: table;
}

/*.create_form_box form:after, .create_form_box_new:after{content: "";clear: both;display: table;}*/

/*footer.home_footer {   
  background-color: #6699CC;

}*/

.cont_list ul li figure i {
  color: #fff;
}

footer {
  background-color: #6699CC;
}

.certifcates {
  display: block;
  background-color: #6699CC;
  color: #fff;
  padding: 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  text-align: center;
}

.create_form_box_new .list-select-box-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  min-width: 40px;
  height: 40px;
}

.create_form_box_new {
  position: relative;
}

.slider_ger_image {
  animation: none !important;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader_inner {
  display: block;
  text-align: center;
}

.loader_logo {
  display: block;
}

.iframe {
  display: none;
}

#current_language {
  height: 41px;
  line-height: 41px;
  padding: 0px 26px;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.home_header .top_header nav.navbar ul li a {
  padding: 10px 13px !important;
}

.landing_page header nav ul li a {
  font-size: 14px;
  padding: 10px 12px !important;
}

#SkypeButton_Call_devtechnosys_1 img {
  margin: 0 !important;
  margin-top: 0px;
  vertical-align: 0 !important;
  margin-top: 0px !important;
}

.slider_des p {
  text-align: justify;
}

iframe {
  display: none;
}

.preloader_inner {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 9999999 !important;
  background: #fff;
  height: 100vh;
}

.profile_user_des .jq-ry-container {
  width: 100px !important;
  margin-left: 117px;
}

.our_service_section .form-group iframe {
  display: block !important;
}

.cke_chrome {
  float: none !important;
}

.product_right_box1 .product_list ul {
  list-style: none;
}

.product_right_box1 .product_list ul li {
  padding: 20px 0px !important;
  float: left;
  width: 25% !important;
}

.product_right_box1.product_list_shop .product_list ul li {
  padding: 20px 10px !important;
}

.product_list_shop .product_box {
  border: solid 1px #e5e5e5;
}

.product_list ul:after {
  content: "";
  clear: both;
  display: table;
}

.shop-info {
  background-color: #d4dbe6;
  padding: 20px 0px;
  margin-bottom: 40px;
}

.shop-info .shop-detail {
  /*background-color: #fff;*/
  padding: 30px;
}

.shop-info .shop-detail figure {
  width: 120px;
  min-width: 120px;
  margin-right: 20px;
  position: relative;
  /*border: 1px solid #0055a0;*/
}

.shop-info .shop-detail figure .epoxa-color-e {
  position: absolute;
  bottom: -21px;
  left: 36px;
  background: #fff;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
}

.shop-info .shop-detail figure .epoxa-color-p {
  position: absolute;
  bottom: -21px;
  left: 36px;
  background: #fff;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
}

.shop-info .shop-detail figure .epoxa-color-o {
  position: absolute;
  bottom: -21px;
  left: 36px;
  background: #fff;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
}

.shop-info .shop-detail figure .epoxa-color-x {
  position: absolute;
  bottom: -21px;
  left: 36px;
  background: #fff;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
}

.shop-info .shop-detail figure .epoxa-color-a {
  position: absolute;
  bottom: -21px;
  left: 36px;
  background: #fff;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
}

.shop-info .shop-detail figure .epoxa-color-p img {
  width: 100%;
}

.shop-info .shop-detail figure .epoxa-color-o img {
  width: 100%;
}

.shop-info .shop-detail figure .epoxa-color-x img {
  width: 100%;
}

.shop-info .shop-detail figure .epoxa-color-a img {
  width: 100%;
}

.shop-info .shop-detail figcaption {
  width: 100%;
  padding-right: 60px;
}

.shop-info .shop-detail figcaption p a {
  color: #0055a0;
}

.shop-info .shop-detail figcaption p a:hover {
  color: #fabb00;
  text-decoration: underline;
}

.shop-info .shop-detail .btn {
  padding: 0px 15px;
  min-width: 110px;
}

.shop-info .shop-head h4 a {
  font-family: "ProximaNova-Bold";
  color: #0055a0 !important;
  font-size: 24px;
  margin-right: 15px;
}

.star-rate {
  font-size: 16px;
}

.star-rate i {
  color: #fabb00;
}

.my_product_title h4 {
  font-size: 28px;
  color: #464646;
  font-family: "ProximaNova-Semibold";
}

.rating-box .contact_seller_box {
  background-color: #fff;
}

.rating-box ul li {
  margin-bottom: 1px;
}

.rating-box .my_product_title h4 {
  margin-bottom: 15px;
}

.categories_list.categories_list_shop ul li {
  border-bottom: solid 1px #f1f3f6;
  padding: 12px 15px;
}

.categories_list.categories_list_shop ul li a {
  padding: 0;
  font-size: 15px;
}

.categories_list.categories_list_shop ul li a:hover {
  color: #fabb00;
}

.shop-banner img {
  object-fit: cover;
}

.showLeft {
  background: none !important;
  text-shadow: none !important;
  color: #fff !important;
  padding: 10px;
}

.chat_message_list ul li {
  position: relative;
}

.icons li {
  background: none repeat scroll 0 0 #fff;
  height: 7px;
  width: 7px;
  line-height: 0;
  list-style: none outside none;
  margin-right: 15px;
  margin-top: 3px;
  vertical-align: top;
  border-radius: 50%;
  pointer-events: none;
}

.btn-left {
  left: 0.4em;
}

.btn-right {
  right: 0.4em;
}

.btn-left, .btn-right {
  position: absolute;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  /*z-index: 1;*/
  z-index: 989;
  right: -25px;
  color: #0055a0 !important;
  /*display: none;*/
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

.dropdownmenu {
  position: absolute;
  display: inline-block;
  right: 0.4em;
}

.dropdownmenucommon {
  position: absolute;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 27px !important;
  background-color: #f9f9f9 !important;
  min-width: 105px !important;
  overflow: auto !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1 !important;
  right: 0px;
}

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

.dropdownmenu a:hover {
  background-color: #f1f1f1
}

.dropdownmenucommon a:hover {
  background-color: #f1f1f1
}

.show {
  display: block;
}

.chat_user_list ul li.active {
  background: #fabb00
}

.shop-rating .rating_box .jq-ry-container {
  float: left;
}

.change_password_box .change_password_inner .form_submit input {
  margin: 0
}

.epoxa-color-e {
  color: #fabb00 !important
}

.epoxa-color-p {
  color: #0055a0 !important
}

.epoxa-color-o {
  color: #db202b !important
}

.epoxa-color-x {
  color: #51b594 !important
}

.epoxa-color-a {
  color: #8685bb !important
}

.product_right_box .product_list .pagination-parent ul li {
  width: unset;
}

.categories_head h2 {
  cursor: pointer;
}

/*.product_detail_bg .product_details_head {   border-bottom: solid 1px #fabb00 !important;}
.product_detail_bg .product_details_box { border: solid 1px #fabb00 !important;}*/

.message_send_box .attachment {
  float: left;
  width: 5%;
  font-size: 27px;
  margin: 0px 2px;
  padding: 11px 8px;
  background: #0055a0;
  color: #fff;
  border-radius: 2px;
  vertical-align: middle;
}

#inputfile {
  position: absolute;
  right: 71px;
  top: 24px;
  width: 5%;
  height: 72%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  padding: 4px;
  overflow: hidden !important;
}

.fa-pencil-alt {
  margin-top: 5px;
  position: absolute;
  top: 9px;
  left: -22px;
  color: #817878;
}

.chat_message_list {
  overflow-y: auto;
  overflow-x: hidden;
}

.work_box h4 {
  word-break: break-all;
}

.close {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 5px;
}

.address_list ul li h3 {
  text-align: left;
}

.invoice_footer p {
  text-align: center !important;
}

.listing_fields_form .form-check.form-group.checkbox {
  width: unset;
}

.change_password_inner .form-check.form-group.checkbox {
  width: unset;
}

.product_list_shop {
  height: 362;
  overflow-y: scroll;
}

#suggesstion-box {
  position: absolute;
  background: #0055a0;
  width: 100%;
  margin: 7px 0px;
  z-index: 99;
  color: white;
  padding: 6px;
  border-radius: 5px;
  box-shadow: 0 1px 2px #fabd00;
}

#user-list {
  height: 160px;
  overflow-y: scroll;
}

#user-list li {
  padding: 6px 10px;
  border-bottom: 1px solid #fff;
}

/*.user_listing_des .rating-stars {width: 0 !important;}*/

/*style 09 aug 2019*/

.dashboard_menu nav ul li a, .dashboard_menu nav ul li .dropdown .dropdown-toggle {
  background: none;
  padding: 0px 15px;
}

.allcategories_search_bg .allcategories {
  float: right;
  position: relative;
}

.allcategories_search_bg {
  border: none;
  float: right;
  width: 82%;
  border: 1px solid #e6e6e6;
}

.blk2 {
  margin-left: 30px;
  width: 100%;
  border-radius: 50px;
}

.auction_header .blk2{
  margin-left: 0px;
}

.search_fild {
  width: 100% !important;
}

.search_button input {
  border-radius: 0px 30px 30px 0;
}

.list_select_box .btn-group .btn {
  animation: none !important;
  border: none;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  box-shadow: none;
  font-size: 20px;
  border-left: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 4px;
}
.auction_header .list_select_box .btn-group .btn{
  background: #e7e7e7;
}
.all-cat-drop {
  border: none !important;
  border-radius: 24px 0px 0px 24px;
  color: #0055a0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.all-cat-drop option {
  color: #333;
}

.allcategories:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  color: #0055a0;
  font-family: "FontAwesome";
  position: absolute;
  top: 18px;
  right: 14px;
  font-size: 20px;
}

.blk1 {
  border-right: 1px solid #e6e6e6;
}

.dashboard_menu {
  border: none;
}

select {
  outline: none !important;
}

.product_categories .card-header a h5 {
  font-size: 15px;
}

.dashboard_menu nav ul li.active a {
  background: none;
  color: #0055a0;
  font-family: "ProximaNova-Bold";
}

.dashboard_menu nav ul li .dropdown.show .dropdown-menu {
  min-width: 180px;
}

.rating-review-list-wrap .profile_inner2 {
  margin-top: 30px;
  border: none;
}

.rating-box-opt .setting_box {
  position: absolute;
  top: 50px;
  right: 20px;
}

.rating-box-opt li {
  position: relative;
}

.rating-box-opt li figcaption p {
  padding-right: 80px;
  margin-bottom: 5px;
}

.rating-box-opt li figcaption p:last-child {
  margin-bottom: 0;
}

/*style 09 aug 2019*/

.product_details_head h2 {
  text-align: center;
  color: #0055a0;
}

.product_details_head h2 .vendor {
  color: #51b594;
}

.product_details_head h2 .customer {
  color: #8685bb;
}

.product_details_head h2 .userrate {
  color: #8685bb;
}

.my_product_title h2 {
  text-align: center;
}

.submit_search_button {
  cursor: pointer;
}

.my_account_bg {
  padding: 5px 0px !important;
}

/*Seller Shop Page*/

.seller-shop .product_list ul li .product_box {
  /* border: solid 1px #51b594; */
}

.seller-shop .product_list ul li .product_box figcaption {
  /* border-top: solid 1px #51b594; */
}

.shop_bg {
  background: #d4dbe6;
  padding-top: 10px;
}

.listing_fields_inner .product_right_box1 .product_box figure {
  height: 100px !important;
}

.listing_fields_inner .product_list_shop {
  height: 362;
  overflow-y: scroll;
  border: 1px solid #c9ccd1;
}

.wrapCarouselFull p {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 80px;
}

.multiselect-container>li>a>label {
  padding: 4px 20px 3px 20px;
  margin-left: 25px !important;
}

.multiselect-container>li>a>label>input[type="checkbox"] {
  opacity: 1 !important;
  left: 25px
}

.multiselect-container {
  list-style: none !important;
}

.invoice_inner .btn.invoice_btn {
  height: 29px;
  line-height: 30px;
  padding: 0px 10px;
  font-size: 11px;
}

.epoxa-color-bg-e {
  background: #fabb00
}

.epoxa-color-bg-p {
  background: #0055a0
}

.epoxa-color-bg-o {
  background: #db202b
}

.epoxa-color-bg-x {
  background: #51b594
}

.epoxa-color-bg-a {
  background: #8685bb
}

.work_list .col-md-3 .work_box p {
  color: #0055a0;
}

.rectract_bid {
  font-size: 13px;
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
  .our_service_tab_bg p input {
    height: 313px !important;
    width: 100% !important;
  }
  .g-recaptcha {
    overflow: auto;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  .our_service_tab_bg p input {
    height: 313px !important;
    width: 100% !important;
  }
  .g-recaptcha {
    overflow: auto;
  }
  .home_slider_section .front_slider .owl-prev {
    width: 20px !important;
    height: 20px !important;
    font-size: 30px !important;
  }

  .home_slider_section .front_slider .owl-next {
    width: 20px !important;
    height: 20px !important;
    font-size: 30px !important;
  }
  .home_slider_section .front_slider .owl-prev span {
    top: -10px; 
  }
  .home_slider_section .front_slider .owl-next span {
    top: -10px; 
  }

}

@media only screen and (min-width:480px) and (max-width:767px) {
  .our_service_tab_bg p input {
    height: 200px !important;
    width: 100% !important;
  }
  .g-recaptcha {
    overflow: auto;
  }
  .home_slider_section .front_slider .owl-prev {
    width: 20px !important;
    height: 20px !important;
    font-size: 30px !important;
  }

  .home_slider_section .front_slider .owl-next {
    width: 20px !important;
    height: 20px !important;
    font-size: 30px !important;
  }
  .home_slider_section .front_slider .owl-prev span {
    top: -10px; 
  }
  .home_slider_section .front_slider .owl-next span {
    top: -10px; 
  }
}

@media only screen and (min-width:0px) and (max-width:479px) {
  .our_service_tab_bg p input {
    height: 180px !important;
    width: 100% !important;
  }
  .g-recaptcha {
    overflow: auto;
  }
  .home_slider_section .front_slider .owl-prev {
    width: 20px !important;
    height: 20px !important;
    font-size: 30px !important;
  }

  .home_slider_section .front_slider .owl-next {
    width: 20px !important;
    height: 20px !important;
    font-size: 30px !important;
  }
  .home_slider_section .front_slider .owl-prev span {
    top: -10px; 
  }
  .home_slider_section .front_slider .owl-next span {
    top: -10px; 
  }
}

.product_box .total_remaining_box p {
  text-align: unset;
  font-weight: bold;
}

/*Head Search*/

.all-cat-drop {
  float: left;
  border: 1px solid #e6e6e6;
  color: #262626;
  font-size: 15px;
  height: 45px;
  padding: 0px 15px;
  width: 200px;
  cursor: pointer;
}

/*.search_fild {     width: 422px; }*/

/*.allcategories_search_bg { width: 745px; }*/

.search_fild .form-control {
  border: none;
  height: 45px;
  font-size: 15px;
  color: #042a4b;
  min-width: 300px;
}

.list_select_box {
  float: left;
}

.search_fild {
  width: 30%;
}

.bottom_header .list_select_box .form-control {
  display: block;
  width: 100%;
  height: calc(3.25rem + -1px);
  padding: 0.375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.total_product_left figcaption h3 a:visited {
  color: green;
}

.product_list ul li .product_box figcaption .product_des_top h4 a:visited {
  color: green;
}

.allcategories .dropdown {
  position: relative;
  display: unset !important;
  width: 100%;
}

.product_box .total_remaining_box p {
  text-align: unset;
  font-weight: bold;
}

/* New Styles */

.total_product_left figure a{
  width: 60px;
  height: 60px;
}
.rating_box{
  display: inline-block;
}

.rating-as-customer-sent.mb20{
  margin-bottom: 20px;
}

.rating-as-customer-sent ul li{
  box-shadow: 0 0 10px #e4e1e1;
  padding: 15px;
  position: relative;
}
.rating-as-customer-sent .total_product_right{
  width: calc(100% - 250px);
  margin-left: 220px;
  padding-top: 5px;
  padding-right: 100px;
}
.rating-as-customer-sent .user-detail-left figure{
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  display: flex;
  margin-right: 10px;
  max-width: 60px;
  flex: none;
}
.rating-as-customer-sent .user-detail-left figure img{
  width: 100%;
  height: 100%;
}
.rating-as-customer-sent .user-detail-left h3{
  font-size: 16px;
  margin-bottom: 0px;
}
.rating-as-customer-sent .rating-stars.jq-ry-container{
  padding: 0 5px 0 0;
  margin-bottom: 5px;
}
.rating-as-customer-sent .user-detail-left{
  display: flex;
  align-items: center;
  width: 220px;
  float: left;
  max-width: 200px;  
  flex: none;
  overflow: hidden;
}
.rating-as-customer-sent .setting_box {
  float: right;
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;
}
.comment-post-date{
  font-size: 12px;
  padding-right: 20px;
  word-break: break-all;  
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.comment-posted{
  font-size: 14px;  
  word-break: break-all;  
}
.product_details_box{
  margin-bottom: 20px;
}
.profile_box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.product_details_box{
  margin-top: 0;
}

.product_price_box table tr th:first-child {
  width: 50%;
}
@media (max-width:600px){
  .my_product_head {    
    padding-bottom: 0px;
  }
  .rating-as-customer-sent .user-detail-left{
    display: block;
    width: 100%;    
    max-width: 100%;
    text-align: center;
  }
  .rating-as-customer-sent .user-detail-left figure{
    display: inline-block;
  }
  .rating-as-customer-sent .total_product_right {
    width: 100%;
    margin-left: auto;
    padding-top: 5px;
    padding-right: initial;
    text-align: center;
  }
  .rating-as-customer-sent .setting_box {
    margin-top: 0;
    right: 30px;    
  }
  .rating-as-customer-sent .setting_box .dropdown-menu{
    transform: translate3d(0, 30px, 0px) !important;
    max-width: 100px !important;
    min-width: 100px !important;
  }
}
.input-group.mb-3 {
    align-items: center;
}
input.form-control.notify_email {
    min-height: 50px;
}
.negative {
  color: red;
  font-size: 14px;
}
.nutral {
  color: blue;
  font-size: 14px;
}
.positive {
  color: green;
  font-size: 14px;
}

/*14-feb*/

.gallryViewOnly{}

.gallryViewOnly .my_product_head{
  width: 100%;
  background-color: #dddddd;
  color: #000000;
  padding:7px!important;
  line-height: 30px;
  box-sizing: border-box;
}
.gallryViewOnly .my_product_head h2{color: #000000!important;margin-bottom:0px;font-weight: 500!important;font-size: 19px!important;}
.gallryViewOnly .seller_products .product_right_box{border: 0px solid #aaa;}
.gallryViewOnly .product_box{margin-bottom: 0px;box-shadow: none;border:0px!important;}.product_box figcaption{border:0px; margin-top: 10px;}
.gallryViewOnly .iframelogo{width:100%;max-width:70px;margin-right:5px;}


.gallryViewOnly .product_box figure {
  padding:5px 10px;
  object-fit: cover;
  max-height: 130px;
  height: auto;
  width: 100%;
  height: 85px;
  vertical-align: middle;
  }
  .gallryViewOnly .product_box figure a {
  display: block;
  height: 100%;
  }
  .gallryViewOnly .product_box figure img {
  max-height: 70px;
  object-fit: cover;
  }
  .gallryViewOnly.product_box .product_des_top{
  text-align: center;
  }
  .gallryViewOnly .product_right_box .product_list ul{
    padding:0 0px;
    width: 65%;
    margin:0px auto;
  }
  .home-services, .app-sec.duesection {
    background: url(../../front/img/bg-dot.png);
  }

/*aboutus*/
.ab-banner {
  background: url(../img/ab.png) no-repeat;
  background-size: cover;
  min-height: 542px;
  object-fit: cover;
  background-position: center;
}

/* added by 1Sept2022 */
.home_slider_section {
  padding: 40px 0 0;
}
.container-fluid.banners {
  padding: 0;
}
.home_slider_section .owl-carousel .owl-item .item {
  min-height: 700px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.min_height_data .owl-carousel .owl-item .item{
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btnbanner {
  font-weight: 700;
  font-size: 16px;
  color:#fff;
  text-shadow: #042a4b 1px 0 10px;
}
.btnbanner:focus, .btnbanner:hover {
  color:#fff;
  text-decoration: none;
}
p.title-product {
  min-height: 50px !important;
  margin: 10px 0px 10px 0px !important;
}
p.title-product a, p.title-product {
  font-size: 15px !important;
}

@media (max-width:1650px){
  .home_slider_section .owl-carousel .owl-item .item {
    min-height: 600px !important; 
    height: 600px !important;
  }
  .home_slider_section.min_height_data .owl-carousel .owl-item .item {
    min-height: 300px !important; 
    height: 300px !important;
  }
}

@media (max-width:900px){
  .home_slider_section{
    padding: 0px;
  }
  section.home-section-tag {
    padding-top: 30px;
  }
  section.product_section.new-pre {
    padding-top: 10px;
  }
  .product_box{
    margin-bottom: 0;
  }
  .step_section_new {
    padding-top: 30px;
  }
  section.about_section_new{
    padding-top: 20px;
  }
  .download-btn {
    display: flex;
    margin-top: 20px;
  }
  .download-btn a {
    display: inline-block;
    width: 50% !important;
    margin: 0px auto !important;
  }
  .btnbanner {
    font-weight: 700;
    font-size: 18px;
  }
  .home_slider_section .owl-carousel .owl-item .item {
    min-height: 160px !important; 
    height: 160px !important;
  }
}

@media (max-width:428px){
  .home_slider_section .owl-carousel .owl-item .item {
    min-height: 150px !important; 
    height: 150px !important;}
}
.color_blue {
  color: #0055A0 !important;
}

.product_listing.galleryList .product_box, .product_row.galleryList .product_box{
  background: #fff;
  border: 1px solid #f1f3f6;
}
.product_listing.galleryList .product_box figure , .product_row.galleryList .product_box figure{
  background: #fff;
  border-bottom: 2px solid #f1f3f6;
}
.product_listing.galleryList .product_box .product_des_top h4 a , .product_row.galleryList .product_box .product_des_top h4 a , .seller_products.galleryList .product_box .product_des_top h4 a{
  background-color: #63C882;
  /* color : #007bff; */
}
.product_box.whiteBg, .product_box.whiteBg figure {
  background: #fff;
}