/*sk topfix started*/
.outer_topfix {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 3px #cec9c9;
  position: fixed;
  top: 46px;
  left: 0;
  z-index: 3;
}

.outer_topfix .mainwpr {
  box-shadow: none;
}

/*.container_innrwp.topfix_mainwpr { margin-bottom: 20px; }*/
.topfixwp {
  width: 100%;
  display: inline-block;
  box-shadow: 0 0 3px #cec9c9;
  padding: 15px 0px 0;
  top: 47px;
  left: 0;
  background: #ffffff;
  z-index: 4;
}

.topfixwp_m {
  display: none;
  width: 100%;
  padding: 15px 0px 0;
  top: 47px;
  left: 0;
  box-shadow: 0 0 3px #cec9c9;
  background: #ffffff;
  z-index: 4;
}

.topfixInnwp {
  max-width: 1240px;
  margin: 0 auto;
}

.left_tpfx {
  float: left;
}

.content_detail {
  float: right;
  margin-left: 15px;
}

.right_tpfx {
  float: right;
}

.topfixwp .left_tpfx .logo_wpr {
  width: 60px;
  height: 60px;
  float: left;
  border: 1px solid #d1d1d1;
}

.topfixwp_m .left_tpfx .logo_wpr {
  width: 60px;
  height: 60px;
  float: left;
  border: 1px solid #d1d1d1;
}

.topfixwp .logo_wpr img, .topfixwp_m .logo_wpr img {
  width: 100%;
  overflow: hidden;
}

.topfixwp .heading_txt, .topfixwp_m .heading_txt {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}

.topfixwp .navlist, .topfixwp_m .navlist {
  margin-left: 0;
  /*padding-top: 5px; padding-bottom:9px;*/
}

.topfixwp .navlist li:first-child {
  padding-left: 0;
}

.topfixwp_m .navlist li:first-child {
  padding-left: 0;
}

.topfixwp .navlist li.act:before {
  bottom: -26px;
}

.topfixwp_m .navlist li.act:before {
  bottom: -27px;
}

.right_tpfx .left_section {
  float: left;
}

.right_tpfx .name_txt {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  padding: 0 10px;
}

.right_tpfx .subtxt {
  color: #999999;
  font-size: 14px;
  text-align: right;
  padding-top: 3px;
  padding-right: 10px;
}

.right_tpfx .iconlist {
  padding: 0px 5px;
}

.right_tpfx .iconlist li {
  padding-top: 2px;
}

.right_tpfx .profImgwpr {
  width: 36px;
  height: 36px;
  border: 1px solid #cfcfcf;
  float: right;
}

.right_tpfx .profImgwpr img {
  width: 100%;
  overflow: hidden;
}

.right_tpfx .iconlist li .inviteIc:before {
  display: block;
  font-size: 18px;
  vertical-align: middle;
}

/*sk topfix end*/
/* sk profile banner started*/
.container_v3 {
  width: 100%;
  background: #f4f4f4;
  display: inline-block;
}

.container_innrwp {
  width: 100%;
  position: relative;
  /*border:1px solid #d5d5d5;*/
  box-shadow: 0 0 3px #cec9c9;
  display: inline-block;
  background-color: #ffffff;
}

.mainwpr {
  width: 100%;
  box-shadow: 0 0 3px #cec9c9;
  position: relative;
}

.container_innrwp .mainwpr .headRow {
  padding: 11px 20px 15px 11px;
}

.container_innrwp .bannerwp {
  width: 100%;
  height: 220px;
  line-height: 220px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.container_innrwp .bannerwp img {
  width: 100%;
  height: 220px;
  display: inline-block;
  vertical-align: middle;
}

.container_innrwp .bannerwp img.loaderBannerCls {
  width: 40px;
  height: 40px;
}

.container_innrwp .contentwpr {
  position: absolute;
  bottom: -35px;
  left: 30px;
  text-align: center;
}

.container_innrwp .logo_wpr {
  width: 145px;
  height: 145px;
  float: left;
  position: relative;
  margin-right: 17px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 3px #cec9c9;
}

.container_innrwp .logo_wpr img {
  width: 100%;
  overflow: hidden;
}

.contentwpr .heading_txt {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  text-align: left;
}

.contentwpr .subhead_txt {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  padding: 10px 0 7px;
  text-align: left;
}

.contentwpr .var_txt {
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
}

.navlist {
  /*width:80%;*/
  list-style: none;
  float: left;
  margin-left: 175px;
  padding: 13px 0 14px;
  box-sizing: border-box;
}

.navlist li {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  padding: 5px 30px;
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid #d2d2d2;
  text-transform: capitalize;
}

.navlist li.act {
  color: #333333;
  font-weight: 700;
}

.navlist li:last-child {
  border-right: none;
}

/*.navlist li.act:before { content: " "; bottom: -41px; left: 50%; border: solid #a0828200;  height: 0; width: 0; position: absolute; pointer-events: none;border-top-color:#ffffff;border-width: 15px;margin-left: -20px;}*/
.navlist li.act:before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-top: 1px solid transparent;
  border-right: 1px solid #cec9c9;
  border-bottom: 1px solid #cec9c9;
  background: #ffffff;
  z-index: 2;
}

.container_innrwp .btn {
  float: right;
  margin-left: 10px;
  vertical-align: middle;
  margin: 10px;
}

.container_innrwp .btn:first-child {
  margin-left: 0px;
}

.vrifdIc {
  vertical-align: middle;
}

.container_innrwp .contentwpr p .vrifdIc {
  margin-left: 5px;
}

.logo_wpr .vrifdIc {
  display: none;
}

.btmlist_wpr {
  width: 100%;
  background: #ffffff;
}

.iconlist {
  display: inline-block;
  float: right;
  list-style: none;
  padding: 10px 20px;
  box-sizing: border-box;
}

.iconlist li {
  float: left;
  padding: 5px 5px 5px 20px;
  font-weight: 700;
}

.iconlist li:first-child {
  padding-left: 0;
}

.iconlist li .iconText {
  vertical-align: middle;
  padding-left: 10px;
  color: #666666;
  font-size: 14px;
  font-family: "Lato",Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  font-weight: 400;
}

.iconlist li .msgIc_01::before, .iconlist li .shareIc::before {
  vertical-align: middle;
  color: #666666;
}

.iconlist li .shareIc::before {
  font-size: 15px;
}

.container_v3 .colLef {
  background-color: transparent;
}

.mainwpr.btmnav .navlist.btm_navlst {
  display: none;
}

.fix_nav_wrpr {
  position: relative;
  position: fixed;
  top: 47px;
  width: 100%;
  left: 0;
  z-index: 4;
  display: none;
}

.dockSupp {
  position: absolute;
  height: 100%;
  background: red;
  z-index: 45;
  width: 100%;
  visibility: hidden;
}

/* sk profile banner end*/
/* sk profile main Content started*/
.main_wpr {
  width: 100%;
  max-width: 910px;
  background: #ffffff;
}

.profmain_content {
  width: 100%;
  padding: 26px 30px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0 3px #cec9c9;
  margin-top: 20px;
}

.profmain_content .headtxt {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  margin-bottom: 17px;
}

.profmain_content .count {
  font-size: 14px;
  color: #999999;
  padding-left: 5px;
  font-weight: normal;
}

.profmain_content .categorylist {
  display: inline-block;
  width: calc( 100% - 80px);
  list-style: none;
  margin-bottom: 18px;
}

.catgorylst_wp {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 17px;
}

.categorylist li {
  float: left;
  padding: 5px 35px 5px 0px;
  color: #00abbe;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
}

.categorylist li.act {
  color: #666666;
}

.catgorylst_wp .more_categry {
  position: absolute;
  top: 5px;
  right: 30px;
  font-size: 14px;
  display: block;
}

.catgorylst_wp .view_link {
  position: absolute;
  top: 33px;
  right: 25px;
  font-size: 12px;
  color: #666666;
  display: none;
}

.categorylist_m {
  display: none;
}

.ctgrylst_inptwpr {
  width: 100%;
  position: relative;
  display: none;
}

.ctgrylst_inptwpr .inpt_class {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 5px 20px 5px 10px;
  box-sizing: border-box;
  color: #333333;
  text-transform: capitalize;
}

.prodlist {
  width: 100%;
  list-style: none;
  display: inline-block;
  overflow-y: auto;
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
}

.prodlist li {
  width: calc(33.33% - 33.33px);
  color: #00abbe;
  font-size: 14px;
  box-sizing: border-box;
  float: left;
}

.prodlist li .prdimgwp {
  position: relative;
  border: 1px solid #ffffff;
  width: 100%;
  box-sizing: border-box;
  height: 246px;
  overflow: hidden;
  display: inline-block;
}

.prodlist li .prdimgwp img {
  width: 100%;
  overflow: hidden;
}

.prodlist li .prd_desc {
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 3px;
  box-sizing: border-box;
  word-wrap: break-word;
}

.prodlist li .price {
  font-size: 16px;
  color: #666666;
  text-align: center;
  padding-bottom: 35px;
  word-wrap: break-word;
}

.prodlist li .detl_txt {
  font-weight: 700;
  text-align: center;
  color: #00abbe;
  vertical-align: middle;
  padding: 15px;
}

.btm_content {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0px;
  z-index: 1;
  cursor: pointer;
}

.prodlist li .prdimgwp:hover {
  border: 1px solid #666666;
}

.prdimgwp:hover .btm_content {
  display: block;
}

.prodlist li .prdimgwp:hover .btm_content {
  display: block;
}

.profmain_content .btn_link {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  background: #ffffff;
  color: #00abbe;
  border: 1px solid #00abbe;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  display: inline-block;
}

/* sk profile main Content end*/
/* sk about us section started*/
.aboutus_wp {
  text-align: center;
  position: relative;
}

.paratext {
  font-size: 14px;
  color: #666666;
  text-align: justify;
  margin-top: 22px;
  line-height: 1.5;
}

.var_link {
  text-align: left;
  float: left;
  font-size: 14px;
  display: none;
}

.businslist {
  width: 100%;
  list-style: none;
  text-align: left;
  margin-top: 25px;
  display: flex;
}

.businslist li {
  width: 25%;
  display: inline-block;
  color: #999999;
  box-sizing: border-box;
  position: relative;
  padding: 10px 20px;
  float: left;
  border-left: 2px solid #f4f4f4;
  text-align: center;
}

.businslist li a {
  cursor: default;
}

.businslist > li:first-child {
  padding-left: 0;
  border-left: none;
}

.busins_txt {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #999999;
  padding: 10px 0;
  font-weight: 700;
}

.bname {
  font-size: 14px;
  text-align: center;
  color: #333333;
}

.businslist li .dash {
  width: 15px;
  height: 2px;
  background: #666666;
  margin: 10px auto;
  display: none;
}

.businslist li .add_morelink {
  font-size: 14px;
  color: #00abbe;
  text-align: center;
  padding: 10px 5px;
  font-weight: 700;
  box-sizing: border-box;
}

.businslist li .org_userimgwp-3:before {
  font-size: 18px;
  color: #777777;
}

.add_linkwpr {
  position: relative;
}

.addlink_pop {
  position: absolute;
  width: 195px;
  background-color: #ffffff;
  box-shadow: 0 0 3px #cec9c9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 140px;
  border-radius: 5px;
}

.addlink_pop:after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: -12px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-top: 1px solid transparent;
  border-right: 1px solid #cec9c9;
  border-bottom: 1px solid #cec9c9;
  background: #ffffff;
}

.moreactvty_list {
  width: 100%;
  display: block;
  list-style: none;
  float: left;
  margin: 10px 0px;
}

.moreactvty_list li {
  color: #333333;
  font-size: 14px;
  padding: 7px 5px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}

.close_text_icon_2 {
  float: right;
  right: 10px;
  position: absolute;
}

.close_text_icon_2:before {
  content: ' \02DF';
  font-size: 35px;
}

.col-lg-wp {
  width: 100%;
  position: relative;
  margin-top: 25px;
}

.col-lg-wp .col-left-wp {
  width: 50%;
  float: left;
}

.col-lg-wp .busins_txt {
  text-align: left;
}

.col-lg-wp .subhding_txt {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 13px;
}

.col-lg-wp .pra_txt {
  font-size: 14px;
  color: #666666;
  text-align: left;
}

.aboutus_wp .view_response_list {
  float: left;
}

.view_response_list > li {
  list-style: none;
  float: left;
}

.view_response_list > li > a {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  padding: 30px 0 14px 0;
  box-sizing: border-box;
}

.view_response_list > li > a > .text_label {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  padding: 0 7px;
  box-sizing: border-box;
  border-left: 1px solid #666666;
}

.view_response_list > li > a > .text_label .count_num {
  color: #212121;
}

.view_response_list > li:first-child > a > .text_label, .view_response_list > li.dis_N + li .text_label {
  padding-left: 0;
  border-left: none;
}

.col-lg-wp .read_more {
  float: right;
  padding: 28px 14px 14px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.col-lg-wp .col-right-wp {
  width: 50%;
  float: right;
  padding-left: 10px;
  box-sizing: border-box;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.col-lg-wp .col-right-wp .imgWrp {
  height: 195px;
}

.col-lg-wp .col-right-wp img {
  width: 100%;
}

.video_circle {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  bottom: 0;
  margin-left: -19px;
  margin-top: -19px;
}

.video_circle:before {
  content: '';
  display: block;
  border-top: solid 6px transparent;
  border-left: solid 6px #FFF;
  border-bottom: solid 6px transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -2px;
}

.comp_prsntlist {
  width: 100%;
  display: inline-block;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.comp_prsntlist li {
  width: 33.33%;
  float: left;
}

.comp_prsntlist li .busins_txt {
  text-align: left;
  padding-bottom: 17px;
  position: relative;
}

.comp_prsntlist li .busins_txt .loader {
  top: 45px;
  position: absolute;
  left: 80px;
  height: 20px;
  width: 20px;
  margin: 0;
}

.comp_prsntlist li .comp_prwp {
  width: auto;
  /* float: left;*/
  display: inline-block;
}

.comp_prwp .vrifdIc {
  width: 18px;
  height: 18px;
}

.comp_prsntlist li:last-child .comp_prwp {
  float: right;
}

.comp_prsntlist li:first-child .comp_prwp {
  width: auto;
  float: left;
}

.comp_prsntlist li .vid_circle {
  width: 43px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #00abbe;
  border-radius: 50%;
  position: relative;
  float: left;
}

.comp_prsntlist li .vid_circle:before {
  content: '';
  display: block;
  border-top: solid 6px transparent;
  border-left: solid 6px #00abbe;
  border-bottom: solid 6px transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -2px;
}

.comp_prsntlist li .right_link {
  float: right;
  cursor: pointer;
  padding-left: 10px;
  font-size: 14px;
}

.comp_prsntlist li .btmtxt {
  color: #333333;
  text-align: left;
}

.comp_prsntlist li .btmlink {
  color: #00abbe;
  text-align: left;
  font-weight: 700;
  padding: 2px 0;
  font-size: 14px;
}

.comp_prsntlist li .plusIc_font {
  vertical-align: middle;
  padding-left: 3px;
  position: static;
}

.comp_prsntlist li .right_link.rhs_link {
  padding-left: 0;
}

/* sk about us section end*/
/* sk Contact us section start*/
.contactuswp {
  width: 100%;
  display: inline-block;
}

.contactuswp .left-colwp {
  width: 305px;
  max-height: 305px;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.contactuswp .left-colwp.nano {
  border: none;
  width: 305px;
}

.contactuswp .left-colwp.nano > .nano-pane {
  left: -7px;
}

.contactuswp .left-colwp.nano > .nano-content {
  padding-left: 10px;
  box-sizing: border-box;
  width: calc(100% + 26px);
}

.contactuswp .right-colwp {
  width: calc(100% - 315px);
  float: right;
  box-sizing: border-box;
  display: inline-block;
}

.contactuswp .title_txt {
  font-size: 14px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 700;
  text-align: left;
  padding: 0px 0 8px 0;
  box-sizing: border-box;
}

.meassgelist {
  display: inline-block;
  list-style: none;
  width: 100%;
}

.meassgelist li {
  padding: 5px 10px 10px;
  box-sizing: border-box;
  position: relative;
}

.meassgelist li.act {
  background: #f4f4f4;
}

.meassgelist li.act:before {
  content: '';
  display: block;
  border-top: solid 10px transparent;
  border-left: solid 10px #f4f4f4;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -10px;
}

.meassgelist li .prof_imgwp {
  width: 40px;
  height: 40px;
  background-size: cover;
  float: left;
  position: relative;
}

.meassgelist li .prof_imgwp img {
  width: 100%;
  overflow: hidden;
}

.meassgelist li .hd_txt {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  padding: 2px 0 5px;
  box-sizing: border-box;
  text-align: left;
}

.meassgelist li .name_txt {
  cursor: pointer;
  color: #00abbe;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 3px 10px 0 50px;
}

.meassgelist li .name_txt .msgIc_01 {
  display: none;
  float: right;
}

.meassgelist li .name_txt .msgIc_01:before {
  color: #999999;
}

.meassgelist li .bottom_txt {
  text-align: left;
  color: #666666;
  font-size: 14px;
  padding: 3px 10px 0 50px;
  box-sizing: border-box;
}

.contactuswp .input-col {
  width: 100%;
  margin-top: 25px;
}

.right-colwp .input-col:first-child {
  margin-top: 0;
}

.input_cl, .right-colwp .txtarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.right-colwp .txtarea {
  height: 175px;
}

.right-colwp .btn {
  float: right;
  margin-top: 20px;
}

.comp_prsntlist li .link {
  padding: 0 10px;
  color: #00abbe;
  font-size: 13px;
}

.col-wpr {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.col-wpr .leftcol_wpr {
  width: 50%;
  float: left;
  overflow: hidden;
  padding-right: 5px;
  box-sizing: border-box;
}

.col-wpr .leftcol_wpr img {
  width: 100%;
}

.col-wpr .rightcol_wpr {
  width: 50%;
  float: right;
  padding-left: 15px;
  box-sizing: border-box;
}

.addresslistwp {
  width: 50%;
  max-height: 380px;
  overflow-y: auto;
  float: right;
}

.addresslistwp.nano {
  width: 50%;
  max-height: 380px;
}

.addresslist {
  width: calc(100% - 20px);
  list-style: none;
  display: inline-block;
  float: right;
}

.addresslist.nano-content {
  padding-left: 13px;
  box-sizing: border-box;
}

.addresslist li {
  padding: 14px 20px;
  box-sizing: border-box;
  position: relative;
}

.addresslist li .heading_txt {
  font-size: 16px;
  color: #666666;
  font-weight: 700;
  text-align: left;
  padding-right: 70px;
  padding-bottom: 5px;
}

.addresslist li .addres_txt {
  font-size: 14px;
  color: #666666;
  text-align: left;
  padding-right: 15px;
}

.addresslist li .loctn_txt {
  font-size: 14px;
  color: #666666;
  text-align: left;
  padding-top: 5px;
  padding-right: 15px;
}

.addresslist li .my_loc {
  display: none;
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 5px;
  box-sizing: border-box;
  top: 10px;
  right: 10px;
}

.addresslist li:hover:before, .addresslist li.hover_color:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 12px 0;
  border-color: transparent #f4f4f4 transparent transparent;
}

.my_loc.var_02 {
  display: block;
  background: #94a1a9;
  color: #ffffff;
  cursor: default;
}

.addresslist li.last_addrs:hover {
  background: transparent;
}

.addresslist li.last_addrs:hover:before {
  display: none;
}

.contactuswp .right-colwp.disable input, .contactuswp .right-colwp.disable textarea {
  background-color: #f4f4f4;
}

.contactuswp .right-colwp.disable textarea {
  color: #999999;
  opacity: 0.8;
}

.contactuswp .right-colwp.disable input, .contactuswp .right-colwp.disable textarea {
  pointer-events: none;
}

.addMapWrp {
  display: flex;
  flex-flow: row wrap;
}

.addMapWrp .branchMapClass {
  height: 100%;
  min-height: 230px;
}

/* sk Contact us section end*/
/*create business Profile start*/
.main_wpr.main_var {
  margin-top: 20px;
}

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

.profcr_bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

.bpcr_imgwp {
  width: 100%;
  background-size: cover;
  display: block;
  position: relative;
  text-align: center;
}

.bpcr_imgwp .bpcr_img_lg {
  width: 100%;
  overflow: hidden;
  display: block;
}

.btn.var_03 {
  min-width: 400px;
  display: inline-block;
  background-color: #1dcd35;
  font-size: 14px;
  border: 1px solid #1dcd35;
  left: 50%;
  transform: translateX(-50%);
  top: 33%;
  position: absolute;
  color: #ffffff;
}

.btn.var_03.btn_sm {
  min-width: 190px;
  display: none;
}

.bpcr_txt {
  font-size: 12px;
  color: #666666;
  text-align: center;
}

.bpcr_imgwp .bpcr_img_sm {
  display: none;
}

.bpcr_txt {
  display: none;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  padding-top: 15px;
}

/*create business Profile end*/
/*edit banner css started*/
.container_innrwp.edit_banner .heading_txt {
  display: inherit;
}

.btn.var_02 {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
}

.container_innrwp .logo_wpr.editlgo {
  background-color: #e6e9ed;
}

.logo_wpr .editlogo_wpr {
  width: 98px;
  height: 73px;
  margin: 0 auto;
  line-height: 73px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.uplodlgo_txt {
  display: block;
  position: absolute;
  bottom: 0px;
  font-size: 14px;
  margin: auto;
  left: 0;
  right: 0;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8);
  padding: 7px 5px 5px;
}

/*.logo_wpr .uplodlgo_txt:hover .logo_wpr.editlgo {  color: #333333;}*/
.container_innrwp .logo_wpr.editlgo:hover {
  background-color: #d7d9dc;
  cursor: pointer;
}

.container_innrwp .logo_wpr.editlgo:hover .uplodlgo_txt {
  color: #333333;
}

.editlgo_txt {
  display: none;
  position: absolute;
  bottom: 0px;
  font-weight: 700;
  font-size: 14px;
  margin: auto;
  left: 0;
  right: 0;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 5px 10px 5px;
  box-sizing: border-box;
}

.container_innrwp .logo_wpr.editlgo:hover .editlgo_txt {
  display: block;
}

.container_innrwp .logo_wpr.editlgo:hover .closeBtn {
  display: block;
}

.container_innrwp .logo_wpr.editlgo .closeBtn {
  display: none;
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 2px 5px;
  box-sizing: border-box;
  top: 0px;
  right: 2px;
  text-shadow: 1px 1px 8px #000000;
  z-index: 2;
}

/*.edit_profmain_content .prodlist { height: 575px; }*/
.prodlist li .prdimgwp.editimg_var02 {
  border: 1px solid #c4dadc;
  /*margin-bottom: 25px; */
  cursor: pointer;
}

.prodlist li .prdimgwp.editimg_var02:hover {
  border: 1px solid #00abbe;
}

.prodlist li .prdimgwp.editimg_var02:hover .add_prdtxt {
  color: #333333;
}

.prodlist li .prdimgwp.editimg_var02.editimg_var03 {
  border: 1px dashed #00abbe;
  /*margin-bottom: 25px;*/
}

.add_prdctwpr {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.pluswp_circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: #e6e6e6;
  font-size: 18px;
  color: #212121;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.add_prdtxt {
  font-size: 14px;
  color: #00abbe;
  text-align: center;
  padding-top: 5px;
}

.prdimgwp.editimg_var02.disable {
  background: #f2f2f2;
  border: none;
  cursor: default;
}

.prodlist li .prdimgwp.editimg_var02.disable {
  border: none;
}

.prodlist li .prdimgwp.editimg_var02.disable:hover {
  border: none;
}

.prodlist li .prdimgwp.editimg_var02.disable:hover .add_prdtxt {
  color: inherit;
}

.prdimgwp .editlgo_txt {
  display: block;
  position: absolute;
  bottom: 0px;
  font-weight: 700;
  font-size: 14px;
  margin: auto;
  left: 0;
  right: 0;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 5px 10px 5px;
  box-sizing: border-box;
}

.contentwpr .mapIc, .rhs_mainwpr .mapIc {
  background: none;
  cursor: inherit;
}

.contentwpr .mapIc:before {
  color: #ffffff;
}

.edit_cricle {
  width: 34px;
  height: 35px;
  /*border: 1px solid #ffffff;*/
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 3px #cec9c9;
}

.bannerwp.editbnr .edit_cricle {
  float: right;
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.bannerwp.editbnr .editIc {
  float: right;
  margin: 9px 7px;
}

.contentwpr .edit_cricle {
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  float: left;
  background: #ffffff;
  margin-left: 20px;
}

.contentwpr .editIc {
  float: right;
  margin: 7px 5px;
}

.contentwpr .right_colwp {
  float: right;
  overflow: hidden;
}

.right_colwp .contwp {
  width: 100%;
  margin-top: 0px;
}

.right_colwp .contwp:first-child {
  margin-top: 0px;
}

.addresslistwp .add_otheraddrs {
  border: 1px solid #c4dadc;
  height: 90px;
  position: relative;
  cursor: pointer;
}

.contentwpr .right_colwp .subhead_txt .editIc, .contentwpr .right_colwp .var_txt .editIc {
  display: none;
}

/*edit banner css end*/
/*edit about us started*/
.editaboutus_wp > .col-lg-wp {
  margin-top: 0px;
}

.editaboutus_wp .aboutus_txtarea {
  width: 100%;
  border: 1px solid #c4dadc;
  height: 80px;
  padding: 10px;
  box-sizing: border-box;
}

.profmain_content .editIc {
  float: right;
}

.profmain_content .link {
  float: right;
  font-size: 14px;
  color: #00abbe;
  font-weight: 700;
}

.editaboutus_wp .comp_prwp .edt_btmlink {
  color: #00abbe;
  font-weight: 700;
  text-align: left;
  font-size: 13px;
  float: left;
  /*padding-top:2px;*/
}

.editaboutus_wp .comp_prsntlist li p.btmlink {
  color: #999999;
}

.businslist.edit_blist .busins_txt {
  color: #00abbe;
}

.businslist.edit_blist > .comp_prsntlist {
  margin-top: 0;
}

.comp_prsntlist li .add_link {
  padding-left: 5px;
}

.editaboutus_wp .right_link .fileupload_hint {
  font-size: 11px;
  color: #999999;
  text-align: center;
  padding-top: 8px;
}

.txtarea_hint {
  float: right;
  font-size: 10px;
  color: #999999;
}

.right_link .close_text_icon_2 {
  position: relative;
  right: inherit;
}

.right_link .close_text_icon_2:before {
  font-size: 30px;
  height: 13px;
  float: left;
}

.right_link .add_link.var_2 {
  display: inline-block;
  padding-top: 3px;
  padding-left: 8px;
  box-sizing: border-box;
}

/*edit about us end*/
/* sk edit Contact us section start*/
.pluspn {
  font-size: 18px;
  font-weight: 700;
  color: #00abbe;
  margin-right: 3px;
  vertical-align: middle;
}

.edt_contactuswp .comp_prsntlist li:nth-child(2) {
  text-align: center;
}

#profile_company_social .comp_prsntlist li .globeIc, #profile_company_social .comp_prsntlist li .blogIcn, #profile_company_social .comp_prsntlist li .twitIcn {
  float: left;
}

#profile_company_social .comp_prsntlist li .link {
  float: left;
  padding-top: 2px;
  word-wrap: break-word;
}

.comp_prwp .presentationIc, .comp_prwp .broucherIc {
  float: left;
}

.comp_prwp .presentationIc:before {
  font-size: 43px;
  color: #cccccc;
}

.comp_prwp .broucherIc:before {
  font-size: 43px;
  color: #cccccc;
}

.edt_contactuswp .comp_prwp .add_link {
  vertical-align: middle;
  padding-left: 2px;
}

.plusIc_font:before {
  color: #00abbe;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
}

.edt_contactuswp .keycontactwp {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  text-align: left;
}

.edt_contactuswp .contactuswp .edt_btmlink {
  float: left;
}

.edt_contactuswp .keycontactwp .add_link {
  font-size: 14px;
  font-weight: 700;
  padding-left: 5px;
}

.edt_contactuswp > .comp_prsntlist {
  margin-top: 75px;
}

/*.edt_contactuswp  .addresslist { width:calc( 100% - 10px); }*/
.edt_contactuswp > .addresslist li {
  padding: 10px;
}

.edt_contactuswp .addresslist li .addres_txt.editaddrs_txt {
  color: #cccccc;
  padding-left: 20px;
}

.edt_contactuswp .addresslist li .heading_txt, .edt_contactuswp .addresslist li .loctn_txt, .edt_contactuswp .addresslist li .my_loc {
  padding-left: 20px;
}

/* sk edit Contact us section end*/
/* sk RHS section start */
/*.rhs_mainwpr { width:100%; display: inline-block;text-align: center; }*/
.rigWp .rigtcol_var02 .rigWp {
  padding: 0px;
}

.rigWp.rigtcol_var02 > .colRig {
  background: none;
  box-shadow: none;
  padding: 10px 0 0;
}

.container .rigtcol_var02 .colRig .colmWp {
  padding: 0;
}

.rigWp.rigtcol_var02 > .colRig.boxShdw {
  box-shadow: none;
}

.rhs_mainwpr {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.rhs_mainwpr .rhs_adminwp {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 3px #cec9c9;
  margin-top: 10px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  display: inline-block;
}

.adminimg_wpr {
  width: 110px;
  height: 110px;
  border: 1px solid #cccccc;
  margin: 0 auto;
  position: relative;
  /*overflow:hidden;*/
}

.adminimg_wpr img {
  width: 100%;
}

.rhs_mainwpr .circlewpr {
  width: 26px;
  height: 26px;
  text-align: center;
  background: #ffffff;
  box-shadow: 1px 1px 8px #d6d0d0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  display: inline-block;
}

.rhs_mainwpr .circlewpr .crtifdIc {
  width: 14px;
  height: 18px;
  display: inline-block;
  color: #333333;
  vertical-align: middle;
  text-align: center;
}

.rhs_mainwpr .name_txt {
  text-align: center;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 0 5px;
}

.rhs_mainwpr .deg_txt {
  color: #999999;
  font-size: 14px;
  padding-left: 10px;
}

.rhs_mainwpr .subtxt {
  text-align: center;
  color: #666666;
  font-size: 14px;
  padding-bottom: 8px;
}

.rhs_mainwpr .var_txt {
  font-size: 14px;
  font-style: italic;
  color: #999999;
  text-align: center;
  padding-bottom: 5px;
}

.rhs_mainwpr .cont_wraper {
  width: 100%;
  display: inline-block;
  padding: 7px 0 3px;
  margin: 0 auto;
  text-align: center;
}

.btn.var_04 {
  width: 85px;
  min-width: 85px;
  float: right;
  margin-top: 25px;
}

.rhs_mainwpr .bd_btn {
  display: inline-block;
  color: #666666;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e6e6e6;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 4px;
}

.rhs_mainwpr .act_link {
  font-size: 11px;
  color: #00abbe;
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
}

.rhs_mainwpr .fav_taxt {
  padding: 5px;
  box-sizing: border-box;
  vertical-align: middle;
}

.rhs_mainwpr .desc_txt {
  font-size: 13px;
  color: #666666;
  float: left;
  text-align: left;
  /*padding:0 5px 10px 0; */
  padding-bottom: 10px;
}

.rhs_mainwpr .user_info_network {
  width: 100%;
  padding: 5px 1px;
  display: flex;
  box-sizing: border-box;
  position: relative;
}

.rhs_mainwpr .user_info_network > li.count_no {
  padding-left: 0px;
  padding-right: 0;
  text-align: left;
}

.rhs_mainwpr .user_info_network > li {
  list-style: none;
  position: relative;
  float: left;
  vertical-align: middle;
  box-sizing: border-box;
}

.colRig .colmWp .rhs_adminwp .user_info_network, .colmWp .rhs_adminwp .user_info_network {
  padding-left: 0;
}

.rhs_mainwpr .count_no {
  width: auto;
  color: #00abbe;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  margin-top: 8px;
}

.rhs_adminwp .user_info_network > li.txt_hd {
  min-width: 80px;
  width: 143px;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  padding-right: 10px;
  padding-left: 5px;
  box-sizing: border-box;
}

.rhs_adminwp .user_info_network > li .figure_wp {
  display: none;
}

.rhs_mainwpr .image_list {
  list-style: none;
  float: left;
  margin-left: 25px;
}

.rhs_mainwpr .image_list li {
  float: right;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: -10px;
  padding: 2px;
}

.rhs_mainwpr .image_list li:last-child {
  margin: 0;
}

.rhs_mainwpr .image_list li img {
  width: 100%;
  border-radius: 50%;
}

.rhs_mainwpr .action_link {
  text-align: center;
  color: #00abbe;
  font-size: 11px;
  font-weight: 700;
  padding: 5px;
}

.rhs_mainwpr .rhs_adminwp .action_link {
  display: block;
  margin-top: 0px;
}

.rhs_mainwpr .admn_dtllist {
  display: inline-block;
  list-style: none;
  width: 100%;
}

.rhs_mainwpr .admn_dtllist li {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}

.rhs_mainwpr .rhs_adminwp .hed_txt {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 10px;
}

.rhs_mainwpr .detail_btn {
  float: left;
  color: #666666;
  font-size: 14px;
  background: #e6e6e6;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 4px;
}

.admin_recordlist {
  display: block;
  list-style: none;
  box-sizing: border-box;
}

.admin_recordlist li {
  width: 50%;
  float: left;
  margin-top: 20px;
}

.admin_recordlist li .hed_txt {
  padding: 0;
  padding-right: 10px;
}

.admin_recordlist li .dtl_txt {
  color: #333333;
  font-size: 14px;
  text-align: left;
  padding-right: 10px;
  width: 95px;
  word-wrap: break-word;
}

.rhs_mainwpr .snd_msgwpr {
  width: calc(100% + 40px);
  display: inline-block;
  margin-top: 15px;
  margin-left: -20px;
  background: #cceef2;
}

.rhs_mainwpr .msginr_content {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: inline-block;
  padding: 20px 0 25px 0;
}

.rhs_mainwpr .msgtxt {
  display: inline-block;
  float: left;
  padding-bottom: 5px;
}

.rhs_mainwpr .msgtxt .inr_txt {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  padding-left: 5px;
}

.rhs_mainwpr .msgIc_01:before {
  color: #999999;
  vertical-align: middle;
}

.rhs_mainwpr .txtarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 5px;
  height: 100px;
}

.rhs_mainwpr .snd_msgwpr .btn {
  min-width: 65px;
  float: right;
}

.btn.btn_var_02 {
  height: 30px;
  line-height: 30px;
}

.rhs_mainwpr .shareIc {
  float: right;
  margin-right: 20px;
  margin-top: 5px;
}

.rhs_mainwpr .shareIc:before {
  vertical-align: middle;
}

.rhs_mainwpr .iconText {
  color: #666666;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 14px;
}

.rhs_mainwpr .btm_txt {
  color: #00abbe;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  margin-top: 10px;
}

.rhs_mainwpr .calIc {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 10px;
}

.edit_adminwp .adminimg_wpr:hover .editlgo_txt {
  display: block;
}

.edit_adminwp .adminimg_wpr:hover .closeBtn {
  display: block;
}

/* Business Connection started*/
.rhs_mainwpr .busi_connctwpr {
  width: 100%;
  position: relative;
}

.rhs_mainwpr .busi_connctwpr .hed_txt {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-align: left;
}

.busi_conctlist {
  display: inline-block;
  list-style: none;
  margin-top: 15px;
  float: left;
}

.busi_conctlist li {
  float: left;
  margin-right: 4px;
  margin-bottom: 5px;
}

.busi_conctlist li:first-child {
  margin-left: 0;
}

.busi_conctlist li .imgwpr {
  width: 58px;
  height: 58px;
  position: relative;
}

.add_conlink {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  right: 13px;
  bottom: 22px;
}

.busi_conctlist li .imgwpr img {
  width: 100%;
  overflow: hidden;
}

.rhs_mainwpr .busi_activitywp {
  margin-top: 10px;
  position: relative;
}

.busi_activitywp .heading_txt {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  float: left;
  /*padding-top: 20px;*/
}

.busi_activitywp .arrow_cont {
  float: right;
  margin-top: -2px;
  position: relative;
  z-index: 2;
}

/* margin-top:15px;*/
.busi_activitywp .arrow.disable {
  color: #cccccc;
}

.busi_activitywp .arrow {
  font-size: 28px;
  color: #00abbe;
  margin-left: 10px;
  cursor: pointer;
}

.busi_activitywp .right_arw {
  display: inline-block;
  width: 6px;
  height: 10px;
  background-position: -218px -1px;
}

.sliderwpr {
  width: 100%;
  box-shadow: 0 0 3px #cec9c9;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.busi_activitywp .sliderCnt {
  position: relative;
  margin-top: 0;
}

.rhs_mainwpr .bxslider > li {
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  /*float: left;*/
  display: inline-block;
  position: relative;
}

.rhs_mainwpr .container_v2 .bxslider {
  width: 100%;
  box-sizing: border-box;
}

.bxslider li .imgWp {
  height: 142px;
  position: relative;
  overflow: hidden;
}

.container .rigtcol_var02 .colRig .colmWp {
  border: none;
}

.container .rigtcol_var02 .colRig .hd {
  text-align: left;
  color: #333333;
  font-weight: 700;
  padding: 8px 0 10px;
  font-size: 14px;
  /*margin-top:15px;*/
}

.busi_activitywp .bd_btn {
  position: absolute;
  top: 20px;
  z-index: 2;
  left: 20px;
  color: #ffffff;
  background: #94a1a9;
  padding: 5px 7px;
}

.circlewp {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: 20px;
  bottom: -13px;
}

.busi_activitywp .vid_circle {
  width: 43px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #00abbe;
  border-radius: 50%;
  float: left;
  margin-left: 3px;
  margin-top: 3px;
}

.busi_activitywp .vid_circle:before {
  content: '';
  display: block;
  border-top: solid 6px transparent;
  border-left: solid 6px #00abbe;
  border-bottom: solid 6px transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -2px;
}

.busi_activitywp .decr_txt {
  overflow: hidden;
  position: relative;
  max-height: 35px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-align: left;
  padding: 20px 20px 5px;
  white-space: initial;
}

/*.busi_activitywp .decr_txt:before{ content: '...'; position: absolute; right: 0; bottom: 0; }*/
.busi_activitywp .view_response_list {
  width: auto;
  float: right;
  padding-right: 15px;
  padding-top: 5px;
}

.busi_activitywp .view_response_list > li > a {
  padding: 0;
}

.busi_activitywp .sts_txt {
  font-size: 11px;
  color: #999999;
  float: left;
  padding-top: 5px;
  padding-left: 20px;
}

.viewartcle_wpr {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #eaeaea;
  margin-top: 15px;
}

.colmWp.var_02 .viewartcle_wpr .action_link {
  text-align: center;
  font-size: 11px;
}

.sliderwpr .para_txt {
  font-size: 14px;
  color: #444444;
  text-align: left;
  padding: 15px 20px 12px;
  margin-top: 45px;
  white-space: normal;
  height: 117px;
  box-sizing: border-box;
}

.container .rigtcol_var02 .colRig .colmWp.var_02 {
  position: relative;
  /*padding-top: 13px;*/
}

.busi_activitywp .rhs_interventions .sliderCnt {
  height: 265px;
}

.busi_activitywp .rhs_interventions.var_02 .sliderCnt {
  height: 230px;
}

.busi_activitywp .rhs_interventions.group_var .sliderCnt {
  height: 225px;
}

.container_v2 .colmWp.right_intervtnwp .tabCnt {
  margin-top: 10px;
}

/*.colmWp.var_02 .sliderwpr{ padding-bottom: 20px;}
*/
.var_02 .bd_btn {
  margin-top: 20px;
  top: inherit;
}

.rhs_mainwpr .bxslider {
  width: auto;
  list-style: none;
  font-size: 0;
  /*overflow-x: auto;overflow-y: hidden;*/
  white-space: nowrap;
  padding-bottom: 20px;
}

.sliderwpr.var_02 {
  padding: 10px 0;
  box-sizing: border-box;
}

.sliderwpr.var_02 .sliderCnt {
  margin-top: 0;
}

.sliderwpr.var_02 .memberIc_777 {
  margin: 0px 10px;
}

.sliderwpr.var_02 .count {
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
  margin-top: -2px;
  display: block;
}

.sliderwpr .actionList {
  list-style: none;
  display: inline-block;
  float: right;
}

.sliderwpr .actionList li {
  float: left;
  margin-left: 10px;
}

.sliderwpr .actionList li a {
  line-height: inherit;
}

.sliderwpr .actionList li .lockIcn:before {
  font-size: 14px;
  color: #cccccc;
}

.sliderwpr.var_02 .sliderwpr .actionList li .shareIc {
  margin: 0px 10px;
  font-size: 14px;
  vertical-align: middle;
}

.sliderwpr.var_02 .imagewrap {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  overflow: hidden;
}

.sliderwpr.var_02 .imagewrap img {
  width: 100%;
}

.sliderwpr.var_02 .action_link {
  font-size: 14px;
  font-weight: normal;
}

.sliderwpr.var_02 .txt_center {
  height: 52px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  text-align: center;
  white-space: normal;
  font-weight: 700;
  padding: 5px 25px;
}

.rhs_mainwpr .sliderwpr.var_02 .btn {
  min-width: 105px;
  width: 110px;
  margin: 0 auto;
  float: inherit;
  margin-top: 15px;
}

.timelinewp {
  margin-top: 20px;
  margin-bottom: 30px;
  /*display: inline-block;*/
}

.timeline_list {
  width: 100%;
  display: block;
  list-style: none;
  text-align: center;
  margin-top: 10px;
}

.timeline_list li {
  float: left;
  position: relative;
}

.timeline_list li .time_btn {
  width: 105px;
  position: relative;
  z-index: 3;
  cursor: inherit;
  float: left;
  border-radius: 20px;
  font-size: 12px;
  /*margin-left:5%;*/
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  color: #666666;
  border: 1px solid #ececec;
}

.timeline_list .btn_li {
  text-align: center;
}

.timeline_list li .lft_sec {
  float: left;
  padding: 30px 20px 30px 0;
  border-right: 1px dashed #cccccc;
  position: relative;
}

.timeline_list li .right_sec {
  float: right;
  padding: 30px 0px 0px 18px;
}

.timeline_list li .p_txt {
  font-size: 13px;
  width: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.timeline_list li .heding_txt {
  width: 200px;
  text-align: left;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: inherit;
}

.timeline_list li .art_link {
  width: 200px;
  font-size: 13px;
  text-align: left;
  float: left;
  color: #00abbe;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.timeline_list li .lft_sec .clockIc {
  width: 21px;
  height: 21px;
  position: absolute;
  right: -11px;
  top: 30px;
  background-color: #f4f4f4;
  border-radius: 500%;
}

.timeline_list li .lft_sec .clockIc:before {
  content: "";
  width: 21px;
  height: 21px;
  z-index: -1;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  z-index: 1;
}

.bottom_icon {
  width: 100%;
  margin-bottom: 20px;
}

.sociallist {
  display: inline-block;
  list-style: none;
  float: left;
}

.sociallist li {
  float: left;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  border-left: none;
  background-color: #ffffff;
}

.sociallist li:first-child {
  border-left: 1px solid #cccccc;
}

.sociallist li .facebkIc:before {
  vertical-align: middle;
  color: #3b5998;
}

.sociallist li .twitIcn:before {
  vertical-align: middle;
  color: #1da1f2;
}

.sociallist li .linkedinIc:before {
  vertical-align: middle;
  color: #007bb6;
}

.sociallist li .gplusIc:before {
  vertical-align: middle;
  color: #dc4e41;
}

.timelinewp .viewartcle_wpr {
  display: none;
}

.container_v2 .colmWp.right_intervtnwp .user_info_ul > li {
  text-align: left;
}

.container_v2 .colmWp.right_intervtnwp .user_info_ul > li .clsBtn_333 {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 6px;
  background-image: none;
}

.container_v2 .colmWp.right_intervtnwp .user_info_ul > li .clsBtn_333:before {
  font-size: 12px;
  font-family: 'icomoon' !important;
  font-weight: 700;
  content: "\e907";
  color: #8c9dad;
}

.container_v2 .colmWp.right_intervtnwp .user_info_ul > li .clsBtn_333:hover:before {
  color: #000000;
}

.container_v2 > .colmWp.right_intervtnwp {
  background: none;
}

/*.colmWp.var_02 .viewartcle_wpr{ display: none; }*/
/*edit Business Connections start*/
.busi_connctwpr .top_headtxt {
  font-size: 14px;
  color: #666666;
  float: left;
  padding-top: 10px;
}

.invite_iconwp {
  padding-bottom: 17px;
}

.invite_iconwp .iconTxtList > li {
  width: 25%;
  text-align: center;
  float: left;
  list-style: none;
}

.invite_iconwp .iconTxtList > li > a {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
}

.bgCircle {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.bgCircle.bgColor_1 {
  background-color: #d0c59c;
}

.bgCircle.bgColor_2 {
  background-color: #2574b8;
}

.bgCircle.bgColor_3 {
  background-color: #882d8d;
}

.bgCircle.bgColor_4 {
  background-color: #666666;
}

.bgCircle .gmailIc {
  width: 20px;
  height: 14px;
  vertical-align: middle;
}

.bgCircle .outlookIc_fff {
  width: 20px;
  height: 19px;
  vertical-align: middle;
}

.bgCircle .yahooIc_fff {
  width: 22px;
  height: 13px;
  vertical-align: middle;
}

.bgCircle .emailIc_fff {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  float: none;
  display: inline-block;
  margin: 0;
}

.invite_iconwp .iconTxtList > li > a .txt {
  color: #666666;
  margin-top: 5px;
  padding: 0;
  width: auto;
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
}

.busi_connctwpr .action_link {
  font-size: 14px;
  font-weight: normal;
  float: right;
  padding: 0;
}

.share_profilewpr {
  width: 100%;
  margin-top: 20px;
  background: #ffffff;
  display: inline-block;
  box-shadow: 0 0 3px #cec9c9;
  float: left;
}

.share_profilewpr .contentwpr h3 {
  width: 78%;
  float: left;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
}

.share_profilewpr .arrow_cont {
  float: right;
  margin-top: -10px;
  position: relative;
  z-index: 2;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
}

.share_profilewpr .arrow.disable {
  color: #cccccc;
}

.share_profilewpr .arrow {
  font-size: 28px;
  color: #00abbe;
  margin-left: 10px;
  cursor: pointer;
}

.share_profilewpr .right_arw {
  display: inline-block;
  width: 6px;
  height: 10px;
  background-position: -218px -1px;
}

.share_profilewpr .signatureWp {
  margin-top: 0;
  padding-left: 20px;
  box-sizing: border-box;
}

.share_profilewpr .signatureWp .part_1 {
  float: left;
}

.share_profilewpr .signature {
  top: 60%;
}

.share_profilewpr .divider {
  width: 100%;
  margin: 0 0 20px 0px;
}

.shrproflst_wpr {
  width: 100%;
  height: 285px;
  position: relative;
  overflow: hidden;
}

.shareprofileList {
  width: auto;
  list-style: none;
  font-size: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 20px;
}

.shareprofileList li {
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  display: inline-block;
  /*position: relative;*/
}

.share_profilewpr .btn.cpycode {
  width: 100%;
}

.share_profilewpr .contCol {
  line-height: 18px;
  color: #333333;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
  white-space: normal;
}

.share_profilewpr .contCol.var_02 {
  height: 36px;
  overflow: hidden;
}

.share_profilewpr .radio_wrapper {
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
}

.share_profilewpr .radio_wrapper .radio {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  text-align: left;
}

.share_profilewpr .radio input[type="radio"] {
  display: none;
}

.share_profilewpr .custmRadio {
  display: inline-block;
  cursor: pointer;
}

.share_profilewpr .signature .vrifdIc {
  width: 6px;
  height: 6px;
  padding-right: 5px;
}

/*edit Business Connections start*/
/* Business Connection end*/
/* sk edit  RHS section start*/
.adminimg_wpr > .editlgo_txt {
  padding: 5px;
  font-size: 12px;
  z-index: 50;
}

.adminimg_wpr > .closeBtn {
  display: none;
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
  box-sizing: border-box;
  top: 0px;
  right: 2px;
  text-shadow: 1px 1px 8px #000000;
  z-index: 10;
}

.edit_adminwp .editIc {
  float: right;
  margin-top: 10px;
  font-size: 0;
}

/*.rhs_mainwpr > .edit_adminwp .bd_btn {  position: relative;left: 50%;transform: translateX(-50%); }*/
.rhs_mainwpr .edit_adminwp .add_link {
  float: right;
  color: #666666;
  font-size: 12px;
  padding-bottom: 20px;
}

.rhs_mainwpr .edit_adminwp .desc_txt {
  font-weight: 700;
  padding-bottom: 20px;
}

.edit_adminwp .ad_txt {
  padding-right: 5px;
}

.edit_adminwp .rol_descrwp {
  width: 100%;
  margin-top: 25px;
}

/*edit profile view started*/
.edit_profilewp .contentwpr {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}

.edit_profilewp {
  background: #ffffff;
  box-shadow: 0 0 3px #cec9c9;
  margin-top: 10px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.contentwpr h3 {
  float: left;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  text-align: left;
  padding-bottom: 13px;
}

.contentwpr .infoIc {
  float: right;
}

.contentwpr .infoIc:hover .ToolTip {
  display: block;
}

.contentwpr .ToolTip {
  right: -10px;
  top: -112px;
  left: inherit;
}

.contentwpr .ToolTip .ttTxt {
  text-align: left;
}

.contentwpr .copiedlink .ToolTip {
  top: -5px;
  width: 100px;
}

.contentwpr .copiedlink .ToolTip .downArw_333 {
  margin-right: 30px;
}

.edit_profilewp .cp_txt {
  width: calc(100% - 65px);
  font-size: 14px;
  color: #666666;
  text-align: left;
  word-wrap: break-word;
  float: left;
}

.contentwpr > .copiedlink .btn_var {
  width: 55px;
  border: 1px solid #cccccc;
  padding: 5px;
  box-sizing: border-box;
  color: #cccccc;
  font-size: 14px;
  font-weight: 700;
  float: right;
  vertical-align: middle;
}

.contentwpr > .copiedlink .btn_var:hover {
  border: 1px solid #333333;
  color: #333333;
}

.edit_profilewp .divider {
  width: calc(100% + 40px);
  height: 1px;
  margin: 20px 0 20px -20px;
  background: #eaeaea;
}

.edit_profilewp .list5 {
  margin-top: 0px;
}

.edit_profilewp .list5 li:first-child {
  margin-top: 0px;
}

.edit_profilewp .list5 li {
  margin-top: 9px;
}

.edit_profilewp .list5 .custmRadio {
  font-size: 14px;
}

.contentwpr .lft_sc {
  float: left;
  text-align: center;
  width: 88px;
}

.contentwpr .lft_sc .cnt_link {
  padding-top: 10px;
  display: inline-block;
  font-size: 26px;
}

.contentwpr .rig_sc {
  width: calc(100% - 88px);
  float: right;
}

.contentwpr .right_txts {
  font-size: 14px;
  color: #666666;
  text-align: left;
}

.contentwpr .link {
  font-size: 14px;
  color: #00abbe;
  text-align: left;
  padding-top: 5px;
  display: block;
}

.rig_sc .divider {
  width: calc(100% + 22px);
  margin-left: 0px;
}

/* profile progress bar start */
.contentwpr .circle_progress_bar {
  font-size: 74px;
  height: 74px;
  width: 74px;
}

.contentwpr .circle_progress_bar > span {
  line-height: 74px;
  font-size: 18px;
}

.contentwpr .circle_progress_bar .slice {
  height: 74px;
  width: 74px;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.contentwpr .pie, .contentwpr .circle_progress_bar .bar, .contentwpr .circle_progress_bar.p50_after .fill {
  border: 6px solid #84cf20;
  width: 61px;
  height: 62px;
  clip: rect(0px, 37px, 74px, 0px);
}

.contentwpr .circle_progress_bar::after {
  height: 62px;
  left: 6px;
  top: 6px;
  width: 62px;
}

.contentwpr .rect-auto, .contentwpr .circle_progress_bar.p50_after .slice {
  clip: rect(auto, auto, auto, auto);
}

.container_v2 .right_intervtnwp .tabCnt .btn {
  padding: 0 10px;
}

/* profile progress bar End */
/*edit profile end*/
/* sk RHS section end*/
/*sk placeholder start*/
/*placeholder banner start*/
.container_innrwp.placeholder .heading_txt {
  width: 400px;
  height: 25px;
  background: #e6e6e6;
  padding: 0 0 0 10px;
}

.container_innrwp.placeholder .subhead_txt {
  width: 400px;
  height: 25px;
  background: #e6e6e6;
  padding: 0;
  margin-left: 160px;
  margin-top: 10px;
}

.container_innrwp.placeholder .contentwpr .var_txt {
  width: 200px;
  height: 25px;
  background: #e6e6e6;
  margin-top: 10px;
  margin-left: 160px;
}

.container_innrwp.placeholder .mainwpr .bannerwp {
  background: #f4f4f4;
  border: none;
}

.container_innrwp.placeholder .logo_wpr {
  background: #f4f4f4;
  border: none;
}

.container_innrwp.placeholder .iconlist li {
  width: 60px;
  height: 25px;
  background: #f4f4f4;
  padding: 0;
}

.container_innrwp.placeholder .navlist {
  height: 25px;
  padding: 0;
  margin-top: 10px;
  margin-left: 190px;
  background: #f4f4f4;
}

.container_innrwp.placeholder .navlist li {
  width: 100px;
  height: 25px;
  padding: 0;
  border: none;
}

.container_innrwp.placeholder .navlist li.act:before {
  display: none;
}

/* placeholder banner end*/
/*placeholder product services start*/
.profmain_content.placeholder .headtxt {
  width: 200px;
  height: 25px;
  background: #f4f4f4;
  padding: 0;
  margin-bottom: 10px;
}

.profmain_content.placeholder .categorylist {
  width: 100%;
  background: #f4f4f4;
  height: 25px;
}

.profmain_content.placeholder .prodlist {
  margin-bottom: 10px;
}

.profmain_content.placeholder .prodlist li .prdimgwp {
  background: #f4f4f4;
}

.profmain_content.placeholder .prodlist li .prd_desc {
  width: calc( 100% - 20px);
  margin: auto;
  height: 25px;
  margin-top: 5px;
  background: #f4f4f4;
  padding: 0;
}

.profmain_content.placeholder .prodlist li .price {
  width: 150px;
  height: 25px;
  background: #f4f4f4;
  padding: 0;
  margin: 5px auto;
}

.profmain_content.placeholder .prodlist li .prdimgwp:hover {
  border: none;
}

.profmain_content.placeholder .btn_link {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding: 5px 100px;
}

/*placeholder product services end*/
/*placeholder about us start*/
.profmain_content.placeholder .paratext {
  width: 100%;
  height: 180px;
  background: #f4f4f4;
}

.profmain_content.placeholder .orga_type {
  width: 20px;
  height: 16px;
  background: #f4f4f4;
  display: block;
  margin: 0 auto;
}

.profmain_content.placeholder .busins_txt {
  width: calc(100% - 10px);
  background: #f4f4f4;
  padding: 0;
  height: 25px;
  margin: 5px 0;
}

.profmain_content.placeholder .bname {
  width: calc(100% - 10px);
  background: #f4f4f4;
  padding: 0;
  height: 25px;
}

.profmain_content.placeholder .add_morelink {
  width: 110px;
  background: #f4f4f4;
  padding: 0;
  height: 25px;
}

.profmain_content.placeholder .subhding_txt {
  width: calc(100% - 10px);
  background: #f4f4f4;
  padding: 0;
  height: 45px;
  margin: 5px 0;
}

.profmain_content.placeholder .pra_txt {
  width: calc(100% - 10px);
  background: #f4f4f4;
  padding: 0;
  height: 45px;
}

.profmain_content.placeholder .view_response_list li {
  width: 80px;
  height: 25px;
  background: #f4f4f4;
  margin-top: 25px;
}

.profmain_content.placeholder .read_more {
  width: 120px;
  height: 25px;
  background: #f4f4f4;
  margin-top: 25px;
  padding: 0;
  margin-right: 11px;
}

.profmain_content.placeholder .col-right-wp {
  width: 50%;
  background: #f4f4f4;
  height: 195px;
}

.profmain_content.placeholder .businslist li {
  padding: 0;
  border-left: none;
}

.profmain_content.placeholder .comp_prsntlist li .btmtxt {
  width: 100px;
  height: 20px;
  background: #f4f4f4;
  margin-bottom: 5px;
}

.profmain_content.placeholder .comp_prsntlist li .btmlink {
  width: 100px;
  height: 20px;
  background: #f4f4f4;
  padding: 0;
}

.profmain_content.placeholder .Icwpr {
  float: left;
  width: 43px;
  height: 43px;
  background: #f4f4f4;
}

.profmain_content.placeholder .title_txt {
  width: 200px;
  height: 20px;
  background: #f4f4f4;
  padding: 0;
  margin-bottom: 5px;
}

.profmain_content.placeholder .meassgelist li .hd_txt {
  width: 120px;
  height: 20px;
  background: #f4f4f4;
  padding: 0;
  margin-bottom: 5px;
}

.profmain_content.placeholder .meassgelist li .prof_imgwp {
  background: #f4f4f4;
}

.profmain_content.placeholder .meassgelist li .name_txt {
  width: 150px;
  height: 15px;
  background: #f4f4f4;
  margin-left: 45px;
  margin-bottom: 5px;
  display: block;
}

.profmain_content.placeholder .meassgelist li .bottom_txt {
  height: 15px;
  background: #f4f4f4;
  margin-bottom: 5px;
  margin-left: 45px;
  display: none;
}

.profmain_content.placeholder .input_cl, .profmain_content.placeholder .right-colwp .txtarea {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.profmain_content.placeholder .right-colwp .btn {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  margin-top: 10px;
}

.profmain_content.placeholder .comp_prsntlist li .Icwp {
  width: 20px;
  height: 20px;
  background: #f4f4f4;
}

.profmain_content.placeholder .comp_prsntlist li .link {
  width: 140px;
  height: 20px;
  background: #f4f4f4;
  margin-left: 5px;
}

.profmain_content.placeholder .col-wpr .leftcol_wpr {
  background: #f4f4f4;
  height: 400px;
}

.profmain_content.placeholder .addresslist li {
  padding: 0 20px 14px;
}

.profmain_content.placeholder .addresslist li .heading_txt {
  height: 20px;
  background: #f4f4f4;
}

.profmain_content.placeholder .addresslist li .addres_txt {
  height: 20px;
  background: #f4f4f4;
  margin: 5px 0;
}

.profmain_content.placeholder .addresslist li .loctn_txt {
  width: 130px;
  height: 20px;
  background: #f4f4f4;
}

.profmain_content.placeholder .addresslist li .my_loc {
  width: 100px;
  height: 20px;
  background: #f4f4f4;
}

/*placeholder aboiut us  end*/
/* placeholder buisness profile started*/
.bpcr_imgwp.placeholder {
  background: #f4f4f4;
  height: 120px;
}

.bpcr_imgwp.placeholder .btn.var_03 {
  padding: 5px 100px;
  background: #e6e6e6;
  border: none;
}

/* placeholder buisness profile end*/
/*sk placeholder RHS started*/
/*RHS admin placeholder started*/
.rhs_mainwpr.placeholder .adminimg_wpr {
  background: #f4f4f4;
}

.rhs_mainwpr.placeholder .name_txt {
  width: 200px;
  margin: 10px auto;
  background: #f4f4f4;
  height: 20px;
  padding: 0;
}

.rhs_mainwpr.placeholder .subtxt {
  width: 200px;
  background: #f4f4f4;
  height: 20px;
  padding: 0;
  margin: auto;
}

.rhs_mainwpr.placeholder .var_txt {
  width: 100px;
  background: #f4f4f4;
  height: 20px;
  padding: 0;
  margin: 10px auto;
}

.rhs_mainwpr.placeholder .bd_btn {
  width: 48%;
  height: 25px;
  background: #f4f4f4;
  float: left;
  margin-right: 10px;
  box-sizing: border-box;
}

.rhs_mainwpr.placeholder .act_link {
  width: 47%;
  height: 25px;
  background: #f4f4f4;
  margin-left: 0;
  float: right;
}

.rhs_mainwpr.placeholder .desc_txt {
  width: 100%;
  background: #f4f4f4;
  height: 30px;
  margin: 10px 0px;
}

.rhs_mainwpr.placeholder .user_info_network {
  width: 100%;
  background: #f4f4f4;
  height: 20px;
  margin: 5px 0 10px;
}

.rhs_mainwpr.placeholder .rhs_adminwp .hed_txt {
  width: 120px;
  height: 25px;
  background: #f4f4f4;
  padding: 0;
  margin: 10px 0;
}

.rhs_mainwpr.placeholder .detail_btn {
  width: 170px;
  height: 27px;
  padding: 0;
  background: #f4f4f4;
}

.rhs_mainwpr.placeholder .rhs_adminwp .action_link {
  width: 53px;
  height: 20px;
  background: #f4f4f4;
  padding: 0;
  margin-top: 5px;
}

.rhs_mainwpr.placeholder .rhs_adminwp .action_link.var_02 {
  width: 100px;
  margin: 10px auto;
}

.rhs_mainwpr.placeholder .admn_dtllist li {
  margin-top: 10px;
  margin-bottom: 0px;
}

.rhs_mainwpr.placeholder .rhs_adminwp .dtl_txt {
  /*width:120px;*/
  height: 25px;
  background: #f4f4f4;
  padding: 0;
  margin: 10px 0 0;
}

.rhs_mainwpr.placeholder .admin_recordlist li {
  margin-top: 10px;
}

.rhs_mainwpr.placeholder .btn.var_04 {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.rhs_mainwpr.placeholder .msginr_content {
  padding-bottom: 10px;
}

.rhs_mainwpr.placeholder .snd_msgwpr {
  background: #ffffff;
  margin-top: 0;
}

.rhs_mainwpr.placeholder .msgtxt {
  width: 125px;
  background: #f4f4f4;
  padding: 0;
  height: 20px;
  margin-bottom: 10px;
}

.rhs_mainwpr.placeholder .txtarea {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.rhs_mainwpr.placeholder .snd_msgwpr .btn {
  background: #f4f4f4;
  border: none;
}

.rhs_mainwpr.placeholder .shareIcwp {
  float: right;
  margin-right: 10px;
  background: #f4f4f4;
  width: 60px;
  height: 30px;
}

.rhs_mainwpr.placeholder .btm_txt {
  width: 100%;
  background: #f4f4f4;
  height: 25px;
}

/*RHS admin placeholder end*/
/*RHS business activity  placeholder started*/
.rhs_mainwpr.placeholder .busi_connctwpr {
  width: 100%;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}

.rhs_mainwpr.placeholder .busi_conctlist li .imgwpr {
  background: #f4f4f4;
}

.rhs_mainwpr.placeholder .busi_activitywp .heading_txt {
  width: 130px;
  background: #e6e6e6;
  height: 25px;
  margin-bottom: 10px;
}

.rigtcol_var02 .colRig .rhs_mainwpr.placeholder .hd {
  width: 130px;
  background: #e6e6e6;
  height: 20px;
  margin: 10px 0;
  padding: 0;
  box-sizing: border-box;
}

.rhs_mainwpr.placeholder .busi_activitywp .arrow_cont {
  width: 40px;
  height: 30px;
  background: #e6e6e6;
  margin-top: 0px;
  padding: 0;
}

.rhs_mainwpr.placeholder .bxslider li .imgWp {
  width: 100%;
  background: #f4f4f4;
}

.rhs_mainwpr.placeholder .busi_activitywp .decr_txt {
  width: calc(100% - 40px);
  height: 40px;
  background: #f4f4f4;
  margin: 10px auto;
  padding: 0;
}

.rhs_mainwpr.placeholder .busi_activitywp .sts_txt {
  width: 120px;
  height: 20px;
  background: #f4f4f4;
  margin-left: 20px;
  margin-top: 10px;
  padding: 0;
  box-sizing: border-box;
}

.rhs_mainwpr.placeholder .busi_activitywp .view_response_list {
  width: 120px;
  height: 20px;
  background: #f4f4f4;
  margin-right: 15px;
  padding: 0;
  box-sizing: border-box;
}

.rhs_mainwpr.placeholder .viewartcle_wpr {
  background: #f4f4f4;
}

.rhs_mainwpr.placeholder .bxslider {
  padding-bottom: 0;
}

.rhs_mainwpr.placeholder .bxslider > li {
  background: #ffffff;
  margin-right: 0;
}

.rhs_mainwpr.placeholder .sliderwpr .para_txt {
  width: calc(100% - 40px);
  padding: 0;
  margin-left: 20px;
  box-sizing: border-box;
  height: 120px;
  background: #f4f4f4;
  margin-top: 20px;
}

.rhs_mainwpr.placeholder .busi_activitywp .view_response_list {
  margin-top: 10px;
}

.rhs_mainwpr.placeholder .sliderwpr.var_02 .imagewrap {
  background: #f4f4f4;
  margin-bottom: 10px;
}

.rhs_mainwpr.placeholder .sliderwpr.var_02 .memberIcpr {
  width: 50px;
  height: 20px;
  background: #f4f4f4;
  float: left;
}

.rhs_mainwpr.placeholder .busi_activitywp .sliderwpr .actionList {
  width: 50px;
  height: 20px;
  background: #f4f4f4;
}

.rhs_mainwpr.placeholder .sliderwpr.var_02 .btn {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.rhs_mainwpr.placeholder .sliderwpr.var_02 .action_link {
  background: #f4f4f4;
  height: 20px;
  margin: 10px 0;
  padding: 0;
  box-sizing: border-box;
}

.rhs_mainwpr.placeholder .sliderwpr.var_02 .txt_center {
  width: calc(100% - 40px);
  background: #f4f4f4;
  height: 20px;
  margin: 10px 10px;
  padding: 0;
  box-sizing: border-box;
}

.rhs_mainwpr.placeholder .memberIcnwp {
  width: 20px;
  height: 20px;
  background: #f4f4f4;
  float: left;
  margin-left: 10px;
}

.rhs_mainwpr.placeholder .timeline_list li .time_btn {
  width: 75px;
  background: #e6e6e6;
  padding: 0;
}

.rhs_mainwpr.placeholder .timeline_list li .p_txt {
  with: 40px;
  height: 20px;
  background: #e6e6e6;
}

.rhs_mainwpr.placeholder .timeline_list li .heding_txt {
  width: 100px;
  height: 20px;
  background: #e6e6e6;
}

.rhs_mainwpr.placeholder .timeline_list li .art_link {
  width: 100px;
  height: 20px;
  background: #e6e6e6;
  color: transparent;
}

.container .rigtcol_var02 .colRig .bottom_icon.placeholder {
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}

.container .rigtcol_var02 .colRig .bottom_icon.placeholder .hd {
  width: 140px;
  height: 25px;
  background: #f4f4f4;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.bottom_icon.placeholder .sociallist {
  background: #f4f4f4;
  width: 100%;
  height: 25px;
}

.bottom_icon.placeholder .sociallist li {
  border: none;
}

.hr-line {
  display: none;
}

.placeholder p:empty {
  display: block;
}

/*RHS business activity placeholder started*/
/*sk placeholder RHS end*/
/*sk placeholder end*/
/* MK edit overlay start */
.inr_wraper {
  padding: 25px 30px;
  box-sizing: border-box;
}

.left_hd {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}

.top_head_wp .hd_text .hdr_link {
  font-size: 13px;
  position: relative;
}

.radio_wp {
  float: right;
}

.inr_wraper .list5 {
  float: right;
  margin: 0;
}

.inr_wraper .list5 li {
  width: auto;
  margin: 0 0 0 10px;
}

.inr_wraper .list5 li:first-child {
  margin-left: 0;
}

.inr_wraper .list5 li .custmRadio {
  font-size: 12px;
}

.inr_wraper .list5 li .custmRadio::before {
  background: none;
  border: 1px solid #ccc;
  border-radius: 100px;
  width: 13px;
  height: 13px;
  margin-top: 0;
}

.inr_wraper .list5 li input[type="radio"]:checked + .custmRadio {
  color: #333333;
}

.inr_wraper .list5 li input[type="radio"]:checked + .custmRadio::before {
  background-image: url(images/spriteGenric.png);
  background-size: 3041.176471% 2571.428571%;
  background-position: 7.7% 56.1849711%;
  background-repeat: no-repeat;
}

.radio_text {
  font-size: 12px;
  color: #999999;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

/* new form start */
.form_wp .form_rows {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}

/*.form_wp .form_rows.var_2{padding:0;}*/
.form_lab {
  position: absolute;
  width: auto;
  color: #999999;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  top: 23px;
  transformd: translateY(26px);
  /* transition: all 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.34) 0s; */
}

.to_top .form_lab {
  top: 0;
  font-size: 14px;
}

.form_lab.animation {
  transition: all 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.34) 0s;
}

.form_inpt {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 20px;
  padding-bottom: 4px;
  position: relative;
  width: 100%;
  color: #000000;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form_inpt {
    padding-bottom: 6px;
  }
}

.two_equal_Col {
  box-sizing: border-box;
  float: left;
  width: 50%;
  position: relative;
}

.form_rows.static_inp .form_inpt {
  padding-top: 10px;
}

.form_rows .infoIcWrp {
  right: 20px;
  top: 20px;
}

.first_Col {
  box-sizing: border-box;
  float: left;
  width: 70px;
  position: relative;
}

.second_Col {
  box-sizing: border-box;
  float: left;
  width: calc(100% - 140px);
  position: relative;
}

.third_Col {
  box-sizing: border-box;
  float: right;
  width: 70px;
  position: relative;
}

textarea.form_inpt {
  max-height: 63px;
  padding-top: 0;
  margin-top: 20px;
  overflow-y: scroll !important;
}

.first_Col {
  padding-right: 10px;
}

.second_Col {
  padding: 0 10px;
}

.third_Col {
  padding-left: 10px;
}

.title_col, .name_col {
  position: relative;
}

.three_equal_Col {
  position: relative;
  width: 33.33%;
  padding: 0 10px;
  float: left;
  box-sizing: border-box;
}

.form_rows .name_col .infoIcWrp, .form_rows .title_col .infoIcWrp {
  right: 0;
}

.form_rows.user_info .three_equal_Col .infoIcWrp {
  top: 10px;
  right: 0;
}

.three_equal_Col.left {
  padding-left: 0;
}

.three_equal_Col.right {
  padding-right: 0;
}

.form_rows.var_2 .infoIcWrp {
  right: 5px;
  top: 11px;
}

.content_wraper {
  width: 100%;
  display: inline-block;
}

.content_wraper.act {
  background: #f4f4f4;
  padding: 10px;
  box-sizing: border-box;
  margin-top: -10px;
}

.content_wraper.act .form_slctWp .ui-selectmenu-button.ui-widget span.ui-selectmenu-text, .content_wraper.act .uploaded_text {
  color: #999999;
}

.content_wraper.act .close_text_icon_2:before {
  color: #999999;
}

.content_wraper .hdr_text {
  width: 100%;
  color: #999999;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
}

.content_wraper .upload_wrpr {
  margin-top: 20px;
}

.upload_wrpr .close_text_icon_2 {
  position: relative;
  right: inherit;
}

.content_wraper .upload_wrpr .close_text_icon_2 {
  height: 25px;
  margin-top: -4px;
}

.content_wraper .vrfctn_link {
  color: #333333;
  font-size: 13px;
  float: right;
  margin-top: 20px;
}

.content_wraper .form_rows.static_inp {
  width: 80%;
}

.content_wraper .form_rows.static_inp .form_inpt {
  width: 60%;
}

.content_wraper.act .form_rows.static_inp {
  cursor: default;
  pointer-events: none;
}

.content_wraper.act .list5 li .radio {
  pointer-events: none;
}

.content_wraper.act .form_slctWp {
  pointer-events: none;
}

.loader {
  height: 25px;
  width: 25px;
  float: left;
  position: relative;
  top: inherit;
  left: inherit;
  margin: 22px 0 0 5px;
}

/* slctWp Started  */
.form_slctWp {
  width: 100%;
  min-height: 40px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  display: inline-block;
}

.form_slctWp .arwLink span:first-child {
  width: 82%;
  display: inline-block;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.form_slctWp .downArw {
  width: 0;
  height: 0;
  margin: 0;
  position: absolute;
  right: 11px;
  top: 11px;
  display: block;
  background: rgba(0, 0, 0, 0) none repeat 0 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #000000;
}

.arwLink {
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  display: inline-block;
}

.form_slctWp .ui-selectmenu-button.ui-widget {
  width: 100% !important;
  border-radius: 0;
  color: #333333;
  float: right;
  box-sizing: border-box;
  background: transparent !important;
  border: none;
}

.form_slctWp .ui-selectmenu-button.ui-widget .ui-icon-triangle-1-s {
  width: 0;
  height: 0;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
  top: inherit !important;
  display: block;
  background: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}

.form_slctWp .ui-selectmenu-button.ui-widget span.ui-selectmenu-text {
  min-height: 21px;
  padding-top: 19px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 14px;
  padding-right: 15px;
}

/* slctWp End  */
/* dropdpwn plugins start */
.form_rows .ui-front {
  z-index: inherit;
}

.form_slctWp .ui-menu .ui-state-focus.ui-menu-item, .ui-menu .ui-state-active.ui-menu-item {
  background: #f5f5f5;
  color: #666666;
}

.form_slctWp .ui-menu .ui-menu-item {
  padding: 10px 5px;
  width: 100%;
  text-decoration: none;
  font-size: 12px;
  color: #000000;
  box-sizing: border-box;
  display: inline-block;
  border-top: 1px solid #e8e8e8;
}

.form_slctWp .ui-menu .ui-menu-item:first-child {
  border: none;
}

.form_slctWp .ui-menu .ui-state-focus, .form_slctWp .ui-menu .ui-state-active {
  margin: 0;
}

.form_slctWp .ui-selectmenu-open {
  width: 100%;
  top: 45px !important;
  margin: 0;
}

.first_Col .form_slctWp .ui-menu .ui-menu-item, .third_Col .form_slctWp .ui-menu .ui-menu-item {
  padding: 5px;
  font-size: 12px;
}

#frm_profilev2_editkeycontacts .form_slctWp .ui-selectmenu-open, #frm_profilev2_invite_colleague .form_slctWp .ui-selectmenu-open {
  top: 31px !important;
  left: -1px !important;
}

.form_slctWp .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-menu {
  border: none;
}

.third_Col .form_slctWp .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-menu, .first_Col .form_slctWp .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-menu {
  border: 1px solid #cfcfcf;
}

/* dropdpwn plugins End */
.upload_link {
  margin-top: 30px;
  font-size: 13px;
  float: left;
}

.radio_wp.var_2 {
  float: left;
  /*padding-left:15px;*/
  margin-top: -10px;
  width: 100%;
}

.radio_wp.var_2 .radio_text {
  float: left;
}

.inr_wraper .radio_wp.var_2 .list5 {
  float: left;
  margin-top: 10px;
}

.upload_link.var_2 {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.upload_wrpr {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.uploaded_text {
  float: left;
  max-width: 260px;
  padding-right: 10px;
  box-sizing: border-box;
}

.close_text_icon_2 {
  float: left;
}

.green_text {
  font-size: 14px;
  color: #84cf20;
  float: left;
  width: calc(100% - 30px);
}

.overlay_v3 .overlay_wrp .inr_wraper .form_wp .form_rows .green_tick {
  float: left;
  margin-right: 10px;
}

.overlay_v3 .overlay_wrp .inr_wraper .form_wp .form_rows .green_tick:before {
  font-size: 20px;
}

/*.content_wraper .upload_wrpr.tagList{display:none;}*/
/* new form End */
/* add product and services start */
.prodct_list {
  list-style: none;
  display: inline-block;
}

.prodct_list li {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border: 1px dashed #c4dadc;
  float: left;
  position: relative;
  box-sizing: border-box;
  margin: 5px;
  text-align: center;
}

.prodct_list li a.upldLg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prodct_list li img {
  max-width: 100%;
  background-size: cover;
  overflow: hidden;
  margin-top: 50%;
  transform: translateY(-50%);
  /* vertical-align:middle;*/
}

.prodct_list li .closeBtn, .upload_image .closeBtn {
  display: none;
  position: absolute;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  padding: 3px;
  box-sizing: border-box;
  z-index: 2;
  top: -6px;
  right: 0;
  text-shadow: 1px 1px 8px #000000;
  z-index: 10;
  line-height: normal;
}

.prodct_list li .innSelWp {
  width: 100%;
  height: 23px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.prodct_list li .innSelWp .upldTxt {
  width: 100%;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
}

.prodct_list li .fileinput-button input {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  direction: ltr;
  cursor: pointer;
  overflow: hidden;
}

.prodct_list li .pluswp_circle {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #e5f6f8;
  color: #0dafc1;
  font-weight: 700;
  margin: 10px auto 0;
  text-align: center;
  vertical-align: middle;
  top: inherit;
  transform: inherit;
}

.prodct_list li .upload_logotxt {
  font-size: 8px;
  padding: 7px 5px;
  color: #999999;
  box-sizing: border-box;
  text-align: center;
  line-height: normal;
}

.prodct_list li:hover .innSelWp {
  display: block;
}

.prodct_list li:hover {
  border-color: #00abbe;
}

.prodct_list li:hover .upload_logotxt {
  color: #00abbe;
}

.prodct_list li:hover .closeBtn {
  display: block;
}

.prodct_list li:first-child {
  width: 140px;
  height: 140px;
  line-height: 140px;
}

.prodct_list li:first-child .fileinput-button input {
  width: 140px;
  height: 140px;
}

.prodct_list li:first-child .pluswp_circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
}

.prodct_list li:first-child .upload_logotxt {
  font-size: 14px;
}

.prodct_list li:first-child .innSelWp {
  display: none;
}

.upload_info_text {
  font-size: 12px;
  color: #999999;
  margin-top: -5px;
}

.bottom_wraper {
  float: right;
}

.bottom_wraper .upload_link {
  margin-right: 20px;
}

.bottom_wraper .btn {
  margin-top: 10px;
}

/*.upload_img {width:142px; height:142px; border: 1px dashed #c4dadc; position: relative; box-sizing: border-box;}
.upload_img .fileinput-button input {width:142px; height: 142px; margin:0;}
.upload_img .pluswp_circle {width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background: #e5f6f8; color: #0dafc1; font-weight: 700; margin:30px auto 0; text-align: center; vertical-align: middle;} 
.upload_img .upload_logotxt {font-size: 13px; padding: 10px; color: #00abbe; box-sizing: border-box; text-align: center;}
.upload_img img{width:100%;}
.upload_img .closeBtn {display: none; position: absolute; color: #ffffff; font-size:22px; font-weight: 700; padding: 3px; box-sizing: border-box; z-index: 2; top: -6px; right: 0; text-shadow: 1px 1px 8px #000000; z-index: 10; }
.upload_img:hover .closeBtn{display:block;}
.upload_info_text{font-size:12px; color:#999999; margin-top:5px;}*/
/* add product and services End */
/* Update Company Info Start */
.form_label_2 {
  font-size: 13px;
  color: #333333;
  font-weight: 700;
}

.form_label_2_subtxt {
  font-size: 13px;
  color: #999999;
  padding-left: 3px;
}

.btm-txt {
  float: right;
  color: #999999;
  font-size: 10px;
  padding: 2px 0 5px;
}

.input_class {
  width: 100%;
  font-size: 14px;
  color: #666666;
  padding: 5px 10px;
  display: inline-block;
  margin: 5px 0;
  border: 1px solid #c4dadc;
  border-radius: 4px;
  box-sizing: border-box;
  height: 32px;
  max-height: 200px;
}

textarea.input_class {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

.tag_list_2 {
  width: 100%;
  display: inline-block;
  position: relative;
  list-style: none;
}

.tag_list_2 > li {
  display: inline-block;
  border: 1px solid #c4dadc;
  border-radius: 2px;
  margin: 5px 5px 3px 0;
  position: relative;
  float: left;
}

.tag_list_2 > li > a {
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 200px;
  padding: 2px 7px;
  line-height: 24px;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #ffffff;
  color: #333333;
}

.tag_list_2 > li.act a {
  border-color: #00abbe;
  background-color: #00abbe;
  color: #ffffff;
}

.tag_list_2 > li .inp {
  float: left;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #000000;
  width: calc(100% - 25px);
  padding: 0;
  padding-left: 10px;
  font-style: normal;
}

.tag_list_2 > li .plus {
  color: #00abbe;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  text-align: center;
  padding: 0;
}

.inr_wraper .form_rows .list5 {
  float: left;
  margin-top: 10px;
  width: 100%;
}

.inr_wraper .form_rows .list5 li {
  width: 50%;
  margin: 0;
  float: left;
}

.orgnz_size {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: -5px;
}

.orgnz_size li {
  width: 25%;
  display: inline-block;
  padding: 10px 5px 0 5px;
  box-sizing: border-box;
  float: left;
  text-align: center;
}

.orgnz_size li .org_sizetxt {
  float: left;
  width: 100%;
  padding: 6px 10px;
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #c4dadc;
  border-radius: 4px;
  box-sizing: border-box;
}

.orgnz_size li a {
  color: #666666;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.orgnz_size li.act .org_sizetxt {
  background: #00abbe;
  color: #ffffff;
}

.orgnz_size li.act .org_userimgwp-1:before, .orgnz_size li.act .org_userimgwp-2:before, .orgnz_size li.act .org_userimgwp-3:before, .orgnz_size li.act .org_userimgwp-4:before, .orgnz_size li.act .org_userimgwp-5:before, .orgnz_size li.act .org_userimgwp-6:before, .orgnz_size li.act .org_userimgwp-7:before, .orgnz_size li.act .org_userimgwp-8:before {
  color: #00abbe;
}

.orgnz_size li .org_userimgwp-2 {
  margin-top: -5px;
}

.orgnz_size li .org_userimgwp-2 + .org_sizetxt {
  margin-top: 6px;
}

.orgnz_size li .org_userimgwp-3 {
  margin-top: -10px;
}

.orgnz_size li .org_userimgwp-3 + .org_sizetxt {
  margin-top: 0px;
}

.orgnz_size li .org_userimgwp-4 {
  margin-top: -12px;
}

.orgnz_size li .org_userimgwp-4 + .org_sizetxt {
  margin-top: 2px;
}

.orgnz_size li .org_userimgwp-5 {
  margin-top: -6px;
}

.orgnz_size li .org_userimgwp-5 + .org_sizetxt {
  margin-top: -2px;
}

.orgnz_size li .org_userimgwp-6 {
  margin-top: -10px;
}

.orgnz_size li .org_userimgwp-6 + .org_sizetxt {
  margin-top: -5px;
}

.orgnz_size li .org_userimgwp-7 {
  margin-top: -18px;
}

.orgnz_size li .org_userimgwp-7 + .org_sizetxt {
  margin-top: -13px;
}

.orgnz_size li .org_userimgwp-8 {
  margin-top: -23px;
}

.orgnz_size li .org_userimgwp-8 + .org_sizetxt {
  margin-top: -19px;
}

.fade_wp {
  position: relative;
}

.fade_in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 2;
  opacity: 0.7;
}

/* Update Company Info End */
/* add key contact start */
.bottom_border_wp:first-child {
  border: none;
  padding: 0;
}

.bottom_border_wp {
  border-top: 1px solid #cccccc;
  padding-top: 25px;
}

.form_slctWp.full_border {
  border: 1px solid #c4dadc;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
  min-height: auto;
  margin-top: 5px;
}

.form_wp .bottom_border_wp .form_rows {
  margin-bottom: 18px;
}

.form_slctWp.full_border .ui-selectmenu-button.ui-widget span.ui-selectmenu-text {
  padding: 4px 0 5px 0;
}

.form_slctWp.full_border .ui-selectmenu-button.ui-widget .ui-icon-triangle-1-s {
  bottom: 12px;
}

.select_menu_list {
  width: 100%;
  list-style: none;
  border: 1px solid #c4dadc;
  position: absolute;
  top: 38px;
  border-radius: 4px;
  left: -1px;
  background: #ffffff;
  z-index: 2;
}

.select_menu_list li {
  float: left;
  width: 100%;
  border-top: 1px solid #cccccc;
}

.select_menu_list li:first-child {
  border: none;
}

.select_menu_list li a {
  display: block;
  padding: 5px 10px;
  box-sizing: border-box;
}

.select_menu_list li .first_text {
  font-size: 13px;
  color: #333333;
}

.select_menu_list li .second_text {
  font-size: 11px;
  color: #999999;
}

.form_label_3 {
  font-size: 13px;
  color: #999999;
}

.form_slctWp.full_border .ui-selectmenu-open {
  left: 0 !important;
}

.save_text {
  font-size: 13px;
  float: right;
  font-weight: 700;
}

.userDisplay.var_4 .colLeft {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.userDisplay.var_4 .colRight {
  margin-left: 40px;
  float: none;
}

.userDisplay.var_4 .colRight .dscrptn {
  float: left;
  display: inline-block;
  width: 100%;
  font-style: normal;
  color: #333333;
  font-size: 13px;
}

.userDisplay.var_4 .colRight .time {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  color: #999999;
}

.edit_text {
  font-size: 13px;
  color: #333333;
  font-weight: 700;
}

.form_rows .editIc {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}

.form_rows.collegue {
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 5px 10px;
  box-sizing: border;
}

.form_rows.collegue .edit_text {
  color: #999999;
  float: left;
  width: calc(100% - 105px);
}

.reminder_text {
  font-size: 11px;
  float: right;
  margin-right: 10px;
  padding-top: 3px;
}

.form_rows.collegue .opdatIc {
  float: right;
  margin-top: 1px;
}

.deleteIc.var_2 {
  background: transparent !important;
  width: auto;
  height: auto;
}

.deleteIc.var_2:before {
  content: "\e909";
  font-size: 20px;
}

.form_rows .deleteIc.var_2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}

/* add key contact End */
/* Contact deails start */
.add_wp {
  border-bottom: 1px solid #cccccc;
  padding: 25px 30px 5px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.edit_box {
  padding: 15px 30px 20px 15px;
  box-sizing: border-box;
  border-radius: 2px;
  position: relative;
}

.address_text {
  font-size: 14px;
  color: #666666;
}

.edit_box .editIc {
  top: 0px;
  right: 0px;
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
}

.delet_text {
  font-size: 13px;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.edit_box.add_another {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.add_another_text {
  font-size: 14px;
  color: #00abbe;
  margin-top: 10px;
}

.plus_circle {
  width: 28px;
  height: 28px;
  border: 1px solid #00abbe;
  color: #00abbe;
  border-radius: 100%;
  box-sizing: border-box;
  margin: 10px auto 0;
  line-height: 26px;
}

.checkBox.var_2 .custcheckBox {
  font-size: 14px;
  color: #666666;
  padding: 10px 0;
}

.checkBox.var_2 .custcheckBox:before {
  margin: 0 10px 0 0;
}

.inr_wraper.var_2 .btn.add_btn {
  margin: 0;
}

.temp_tetxt {
  font-size: 12px;
  margin-top: 5px;
  position: relative;
}

.add_another_wp {
  width: 100%;
}

/* Contact deails End */
/* delete banner start */
.normal_text {
  font-size: 18px;
  color: #333333;
}

/* delete banner End */
/* update user info start */
.user_info .form_slctWp {
  min-height: auto;
}

.user_info .form_slctWp .ui-selectmenu-button.ui-widget span.ui-selectmenu-text {
  padding-top: 10px;
}

.nobLst.var_3 {
  background-color: #f4f4f4;
  padding-bottom: 8px;
  height: 145px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}

.nobLst.var_3 li {
  display: inline-block;
  width: 100%;
}

.nobLst.var_3 li:first-child .custcheckBox {
  padding-top: 15px;
}

.nobLst.var_3 li .checkBox {
  width: 100%;
}

.nobLst.var_3 li .custcheckBox {
  font-size: 13px;
  color: #666666;
  padding: 0;
  font-weight: 400;
  width: 100%;
  padding: 3px 15px 0 15px;
  box-sizing: border-box;
}

.nobLst.var_3 li .custcheckBox:before {
  margin: 0 10px 0 0;
  background: #ffffff;
}

.nobLst.var_3 li .checkBox input[type="checkbox"]:checked + .custcheckBox {
  color: #333333;
}

.ul_list_wp {
  width: 170px;
  position: absolute;
  top: 30px;
  right: 0;
  background: #ffffff;
  z-index: 101;
}

.ul_list {
  list-style: none;
  border: 1px solid #cccccc;
}

.ul_list li {
  float: left;
  width: 100%;
  border-top: 1px solid #cccccc;
}

.ul_list li:first-child {
  border-top: none;
}

.ul_list li a {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #666666;
  padding: 10px;
  box-sizing: border-box;
}

.ul_list li.act a {
  color: #333333;
}

.ul_list_text {
  float: left;
}

.ul_list li .green_tick {
  display: none;
  float: right;
  margin: 0;
}

.ul_list li .green_tick:before {
  color: #333333;
  font-size: 12px;
}

.ul_list li.act a, .ul_list li:hover a {
  background-color: #f4f4f4;
}

.ul_list li.act .green_tick, .ul_list li:hover .green_tick {
  display: block;
}

.ul_list li:hover .ul_list:before {
  background-color: #f4f4f4;
}

.top_arrow_2 {
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 20px;
}

.top_arrow_2:before {
  content: "";
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-right: 10px solid transparent;
  position: absolute;
  z-index: 10;
  left: -10px;
  top: 1px;
}

.form_rows.static_inp {
  position: relative;
}

/* update user info End */
/* Send enquiry start */
.enquiry_wp {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.enquiry_top_row {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}

.left_col {
  float: left;
  width: 167px;
}

.image_prev {
  width: 167px;
  height: 167px;
  line-height: 167px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.image_prev img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.slider_4 {
  list-style: none;
  margin-top: 10px;
  text-align: center;
}

.slider_4 li {
  display: inline-block;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin-left: 10px;
}

.slider_4 li:first-child {
  margin-left: 0;
}

.slider_4 li img {
  width: 100%;
}

.right_col {
  float: right;
  width: calc(100% - 167px);
  padding: 30px 0 0 20px;
  box-sizing: border-box;
}

.enquiry_wp .hd_text {
  font-size: 18px;
  color: #333333;
  position: absolute;
  top: 20px;
  left: 207px;
}

.enq_dec {
  font-size: 12px;
  color: #666666;
  max-height: 100px;
  overflow: hidden;
}

.price_text {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-top: 15px;
}

.price_text span {
  font-size: 12px;
  color: #666666;
}

.enquiry_text {
  font-size: 16px;
  color: #666666;
}

.enquiry_cont.form_wp {
  margin-top: 20px;
}

.enquiry_cont textarea.input_class {
  height: 80px;
}

.read_more_text {
  font-size: 12px;
  float: right;
  margin-top: 5px;
  font-weight: 700;
}

/* Send enquiry End */
.hdr_link .ToolTip {
  display: none;
  top: 25px;
  right: -40px;
}

.hdr_link .ttTxt {
  text-align: left;
}

.hdr_link .ToolTip .downArw_333 {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #333333 transparent;
}

.tooltp_txtlist {
  list-style: none;
  display: block;
  padding: 5px 10px;
  box-sizing: border-box;
  position: relative;
  background: #333333;
}

.tooltp_txtlist li {
  color: #ffffff;
  font-size: 14px;
  padding: 5px 0;
  padding-left: 10px;
  position: relative;
}

.tooltp_txtlist li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 12px;
  left: 0px;
  background: #ffffff;
  border-radius: 50%;
}

.top_head_wp .hd_text:hover .ToolTip {
  display: block;
}

/* MK edit overlay End */
/* placeholder start */
.inr_wraper.placeholder .form_label_2, .inr_wraper.placeholder .left_hd, .inr_wraper.placeholder .upload_info_text, .inr_wraper.placeholder .temp_tetxt, .inr_wraper.placeholder .normal_text {
  display: inline-block;
  width: 100%;
  background-color: #f4f4f4;
  height: 21px;
}

.inr_wraper.placeholder .input_class {
  border: none;
  background-color: #f4f4f4;
}

.inr_wraper.placeholder .upload_info_text {
  height: 16px;
  float: left;
}

.inr_wraper.placeholder .tag_list_2 > li > a {
  height: 28px;
  background-color: #f4f4f4;
  width: 60px;
  border: none;
}

.inr_wraper.placeholder .tag_list_2 > li {
  border-color: #f4f4f4;
}

.inr_wraper.placeholder .inr_wraper .form_rows .list5 li {
  height: 20px;
  background-color: #f4f4f4;
}

.inr_wraper.placeholder .orgnz_size li {
  width: 96px;
  height: 70px;
  background-color: #f4f4f4;
  margin: 5px;
}

.inr_wraper.placeholder .prodct_list li {
  background-color: #f4f4f4;
  border: none;
}

.inr_wraper.placeholder .list5 li {
  width: 80px;
  background-color: #f4f4f4;
  height: 21px;
}

.inr_wraper.placeholder .form_lab {
  background-color: #f4f4f4;
  width: 150px;
}

.inr_wraper.placeholder .first_Col .form_lab, .inr_wraper.placeholder .third_Col .form_lab {
  width: 40px;
}

.inr_wraper.placeholder .userDisplay.var_4 .colLeft {
  background-color: #f4f4f4;
}

.inr_wraper.placeholder .userDisplay.var_4 .colRight .dscrptn, .inr_wraper.placeholder .userDisplay.var_4 .colRight .time, .inr_wraper.placeholder .edit_text {
  height: 17px;
  background-color: #f4f4f4;
  display: inline-block;
  width: 100%;
}

.inr_wraper.placeholder .form_slctWp.full_border {
  height: 32px;
}

.inr_wraper.placeholder .form_label_3 {
  height: 11px;
  background-color: #f4f4f4;
  display: inline-block;
  width: 100%;
}

.inr_wraper.placeholder .input_class, .enquiry_wp.placeholder .input_class {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.add_wp.placeholder .edit_box {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  height: 109px;
}

.inr_wraper.placeholder .checkBox.var_2 {
  height: 38px;
  background-color: #f4f4f4;
  width: 150px;
}

.enquiry_wp.placeholder .image_prev, .enquiry_wp.placeholder .slider_4 li {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.enquiry_wp.placeholder .hd_text {
  background-color: #f4f4f4;
  height: 23px;
  width: 200px;
}

.enquiry_wp.placeholder .enq_dec {
  background-color: #f4f4f4;
  height: 100px;
  width: 100%;
}

.enquiry_wp.placeholder .price_text {
  background-color: #f4f4f4;
  height: 27px;
  width: 100%;
}

.enquiry_wp.placeholder .enquiry_text {
  background-color: #f4f4f4;
  height: 15px;
  width: 100px;
  display: inline-block;
}

.enquiry_wp.placeholder .form_label_3 {
  background-color: #f4f4f4;
  height: 14px;
  width: 100px;
  display: inline-block;
}

.inr_wraper.placeholder .radio_wp.var_2 .radio_text {
  height: 32px;
  width: 100%;
  background: #f4f4f4;
}

.inr_wraper.placeholder .form_rows.static_inp {
  width: 49%;
}

.inr_wraper.placeholder .form_rows.static_inp .form_inpt {
  margin-top: 10px;
}

.inr_wraper.placeholder .temp_tetxt {
  width: 150px;
}

/* placeholder End */
/* calendar start */
.incop {
  position: relative;
}

.incop .incDateCalJs .ui-datepicker {
  margin: 0;
  border-color: #cccccc;
  position: absolute;
  top: 36px;
  width: 217px;
}

.incop .incDateCalJs .ui-datepicker select.ui-datepicker-month, .incop .incDateCalJs .ui-datepicker select.ui-datepicker-year {
  box-sizing: border-box;
}

.incop .incDateCalJs .ui-state-default, .incop .incDateCalJs .ui-widget-content .ui-state-default, .incop .incDateCalJs .ui-widget-header .ui-state-default {
  border-radius: 100%;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  width: 30px;
  line-height: 30px;
  height: 30px;
}

.incop .incDateCalJs .ui-state-highlight, .incop .incDateCalJs .ui-widget-content .ui-state-highlight, .incop .incDateCalJs .ui-widget-header .ui-state-highlight, .incop .incDateCalJs .ui-state-default.ui-state-hover {
  background-color: #f4f4f4 !important;
  color: #333333 !important;
  border: 1px solid #45c4cf;
  width: 30px;
  line-height: 30px;
  height: 30px;
}

.incop .incDateCalJs .ui-datepicker select.ui-datepicker-month, .incop .incDateCalJs .ui-datepicker select.ui-datepicker-year {
  background-color: #f4f4f4;
  color: #333333;
}

.incop .incDateCalJs .ui-datepicker table {
  table-layout: fixed;
}

.incop .incDateCalJs .ui-datepicker .ui-datepicker-header {
  background-color: #cccccc !important;
}

.incop .topArw3 {
  display: none;
}

.incopyear .slctWp {
  height: 32px;
  border-color: #dce9ea;
  border-radius: 4px;
  margin-top: 5px;
  min-height: auto;
  margin-bottom: 5px;
  position: relative;
}

.incopyear .ui-selectmenu-button.ui-widget span.ui-selectmenu-text {
  border-radius: 4px;
  padding-bottom: 4px;
  padding-top: 6px;
  font-size: 14px;
  color: #666666;
}

.incopyear .ui-selectmenu-button.ui-widget {
  border-radius: 4px;
}

.incopyear .slctWp .nano {
  top: 31px !important;
}

.incopyear .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-menu {
  border-color: #dce9ea;
  border-radius: 4px;
}

.incopyear .ui-selectmenu-button.ui-widget .ui-icon-triangle-1-s {
  top: 10px;
}

.incop .ui-datepicker th {
  padding: 5px 3px;
}

.incop .calIc, .incopyear .calIc {
  position: absolute;
  top: 10px;
  right: 6px;
  width: 20px;
  height: 20px;
}

.incopyear .calIc {
  top: 6px;
  right: 25px;
}

.inputwp .incop .input_class, .inputwp .incopyear .input_class {
  padding-right: 30px;
}

.comp_incorp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.7;
  z-index: 2;
  display: block;
}

.incop {
  width: 49%;
  float: left;
  position: relative;
}

.incopyear {
  width: 49%;
  float: right;
  position: relative;
}

.incop.act .comp_incorp, .incopyear.act .comp_incorp {
  display: none;
}

.slctWp.frmfield_IncorpYear {
  border: none;
}

.incopyear .ui-widget-content {
  width: 100%;
  border: 1px solid #dce9ea;
  border-radius: 4px;
  padding: 5px 10px;
  /*margin: 5px 0;*/
  box-sizing: border-box;
  z-index: 1;
}

.incopyear .ui-menu.ui-widget {
  max-height: 230px;
  overflow-y: scroll;
}

.ui-menu .ui-menu-item a {
  color: #666666;
}

/* calendar End */
/* scrolll*/
.delete_link {
  float: right;
  margin-top: 28px;
  margin-right: 20px;
}

/* nano var_2 start */
.nano.var_2 {
  border: none;
  height: auto !important;
  position: relative;
  min-height: auto;
}

.nano.var_2 .nano-content {
  position: relative;
  left: inherit;
  top: inherit;
  right: inherit !important;
  bottom: inherit;
  max-height: inherit;
}

.nano.var_2 .nano-pane > .nano-slider {
  background-color: #666666;
  border-radius: 4px;
}

#CompProductList .nano.var_2 {
  max-height: 540px;
}

.nano.var_2 .nano-pane {
  padding-left: 7px;
}

/* nano var_2 End */
.two_equal_Col.frmfield_city .drop_down > li > a {
  border: none;
  padding: 0;
}

.two_equal_Col.frmfield_city .drop_down > li > .borDiv {
  display: none;
}

.two_equal_Col.frmfield_city .drop_down.autocomplete-suggestions {
  top: 46px;
  width: 100% !important;
  left: 0 !important;
  padding: 0;
}

.enquiry_top_row .bx-wrapper {
  max-width: inherit !important;
  width: 85%;
  margin-bottom: 0;
}

.enquiry_top_row .bx-pager.bx-default-pager {
  display: none;
}

/*.enquiry_top_row .bx-wrapper .bx-prev,.enquiry_top_row .bx-wrapper .bx-next{background:none;}*/
.enquiry_top_row .bx-wrapper .bx-next {
  background-image: url(images/spriteGenric_v6.png);
  display: inline-block;
  width: 10px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 5170% 2647.058824%;
  background-position: 37.17948718% 25.40415704%;
  right: -15px;
  top: 36px;
}

.enquiry_top_row .bx-wrapper .bx-prev {
  background-image: url(images/spriteGenric_v6.png);
  display: inline-block;
  width: 10px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 5170% 2647.058824%;
  background-position: 30.67061144% 25.40415704%;
  left: -15px;
  top: 36px;
}

.enquiry_top_row .bx-wrapper .bx-next:hover {
  background-position: 37.17948718% 25.40415704%;
}

.enquiry_top_row .bx-wrapper .bx-prev:hover {
  background-position: 30.67061144% 25.40415704%;
}

.prodct_list li .upldLg img.loaderBannerCls {
  width: 30px;
  height: 30px;
}

p:empty {
  display: none;
}

@media only screen and (min-width: 768px) {
  .overlay_v3 .overlay_wrp.width_650 {
    width: 650px;
  }
  .overlay_v3 .overlay_wrp.width_500 {
    width: 500px;
  }
  .overlay_v3 .overlay_wrp.width_750 {
    width: 750px;
  }
  /* Update Company Info Start */
  .form_wp.company_info {
    height: 350px !important;
    position: relative;
    border: none;
    min-height: auto;
    max-height: inherit;
    margin: 0;
  }
  .form_wp.company_info.nano > .nano-pane > .nano-slider {
    border-radius: 8px;
  }
  .form_wp.company_info.nano > .nano-pane {
    width: 7px;
  }
  /* Update Company Info End */
  .form_rows.static_inp {
    width: 70%;
    float: left;
  }
  .form_rows.static_inp .infoIcWrp {
    right: 0;
    top: 10px;
  }
  .form_rows.static_inp .form_inpt {
    margin-left: 10px;
  }
  .two_equal_Col.left {
    padding-right: 10px;
  }
  .two_equal_Col.right {
    padding-left: 10px;
  }
  .left_colomn {
    float: left;
    width: 160px;
  }
  .right_colomn {
    width: calc(100% - 170px);
    float: right;
  }
  .prodct_list {
    width: 152px;
    margin-left: -5px;
  }
  /*.prodct_list li:nth-child(odd){float:right;}*/
  .title_col {
    width: 16%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .name_col {
    width: 28%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .name_col.right {
    padding-right: 0;
  }
  /* sk profile main Content started*/
  .prodlist li:nth-child(3n+1) {
    margin-right: 50px;
  }
  .prodlist li:nth-child(3n) {
    margin-left: 50px;
  }
  .prodlist li:nth-child(3n):after {
    content: "";
    display: table;
    clear: both;
  }
  /* sk profile main Content end*/
  /* Contact deails start */
  .inr_wraper.var_2 {
    padding: 25px 0;
  }
  .inr_wraper.var_2 .form_wp:first-child {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
  }
  .inr_wraper.var_2 .form_wp {
    padding: 0 30px;
  }
  .inr_wraper.var_2 .btn {
    margin: 0 30px 25px 0;
  }
  .add_wp .two_equal_Col {
    border: 1px solid #cccccc;
    width: calc(50% - 10px);
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .add_wp .two_equal_Col.addAnotherCard {
    min-height: 70px;
    border: 1px dashed #cccccc;
  }
  .add_wp .two_equal_Col.addAnotherCard:hover {
    border-color: #00abbe;
  }
  /* Contact deails End */
  #profile_company_social .comp_prsntlist li .link {
    max-width: calc(100% - 38px);
    text-align: left;
  }
  .share_profilewpr .btn.cpycode {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .addresslist li:hover, .addresslist li.hover_color {
    background: #f4f4f4;
  }
  .addresslist li.act .my_loc.var_02 {
    display: block;
  }
  .addresslist li.act .my_loc {
    display: none;
  }
  .addresslist li:hover .my_loc {
    display: block;
  }
  .addresslist li:hover .my_loc.var_02 {
    display: none;
  }
  .addresslist li.act:hover .my_loc.var_02 {
    display: block;
  }
  .addresslist li.act:hover .my_loc {
    display: none;
  }
  .edit_cricle:hover .editIc:before {
    color: #333333;
  }
  .contentwpr .right_colwp .heading_txt, .contentwpr .right_colwp .subhead_txt, .contentwpr .right_colwp .var_txt {
    float: left;
    text-shadow: 0 0 6px #000;
    padding-left: 5px;
  }
  .comp_prsntlist li .plusIc_font {
    margin-top: -5px;
    display: inline-block;
  }
  /*RHS Started*/
  #profile_user_activity_groups .colmWp.var_02 {
    margin-top: 6px;
  }
  /*RHS End*/
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .meassgelist li {
    width: 95%;
  }
  /* sk profile main Content started*/
  .profmain_content .prodlist {
    max-height: 540px;
  }
  /*.edit_profmain_content .prodlist { height: 490px; }*/
  .prodlist li .prdimgwp {
    height: 190px;
  }
  .categorylist li {
    padding-right: 28px;
  }
  .catgorylst_wp .more_categry {
    right: 20px;
  }
  /* sk profile main Content end*/
  /* sk Contact us section start*/
  .addresslistwp {
    height: 310px;
  }
  /* sk Contact us section end*/
  /* sk RHS section started*/
  .rhs_mainwpr .rhs_adminwp {
    margin-top: 10px;
  }
  .rhs_mainwpr .image_list li {
    width: 21px;
    height: 21px;
  }
  .rhs_mainwpr .bd_btn {
    font-size: 10px;
  }
  .rhs_mainwpr .image_list {
    margin-left: 0;
  }
  .busi_conctlist li {
    margin-left: 0px;
    margin-right: 5px;
  }
  .timelinewp {
    margin-top: 25px;
    width: 320px;
  }
  .container .rigtcol_var02 .colRig .timelinewp .hd {
    font-size: 16px;
  }
  .timeline_list li .lft_sec .clockIc {
    width: 18px;
    height: 18px;
  }
  .timeline_list li .lft_sec {
    padding: 30px 10px 30px 0;
    border-right: 1px dashed #cccccc;
  }
  .timeline_list li .right_sec {
    float: right;
    padding: 30px 0px 0px 0px;
  }
  .timeline_list li .time_btn {
    margin-left: 15px;
  }
  .timeline_list li .p_txt {
    width: 38px;
    font-size: 12px;
  }
  .timeline_list li .heding_txt {
    width: 120px;
    font-size: 12px;
    padding-left: 13px;
    box-sizing: border-box;
  }
  .timeline_list li .art_link {
    width: 140px;
    font-size: 12px;
    padding-left: 13px;
    box-sizing: border-box;
  }
  .container .rigtcol_var02 .colRig .hd {
    margin-top: 0;
    padding-top: 0;
  }
  .container .rigtcol_var02 .colRig .right_intervtnwp .hd {
    padding-top: 10px;
  }
  .busi_activitywp .arrow_cont {
    margin-top: 0;
  }
  /* sk RHS section end*/
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* sk profile banner started*/
  .contentwpr .right_colwp {
    width: calc(100% - 154px);
  }
  .container_innrwp .contentwpr {
    left: 10px;
    width: calc(100% - 20px);
  }
  .navlist {
    margin-left: 0;
    margin-top: 40px;
  }
  .navlist li {
    font-size: 14px;
    padding: 5px 10px;
  }
  .container_innrwp .logo_wpr {
    width: 130px;
    height: 130px;
  }
  .contentwpr .heading_txt {
    font-size: 21px;
  }
  .contentwpr .subhead_txt {
    padding: 5px 0;
  }
  .contentwpr .right_colwp .heading_txt {
    max-width: calc(100% - 54px);
  }
  /* sk profile banner started*/
  /*sk about us section started*/
  .col-lg-wp .subhding_txt {
    font-size: 16px;
  }
  /*sk about us section end*/
  /* sk Contact us section start*/
  .col-wpr .leftcol_wpr {
    padding-right: 10px;
  }
  .comp_prsntlist li .link {
    font-size: 12px;
  }
  /* sk Contact us section end*/
  /*edit banner css end*/
  .bannerwp.editbnr .edit_cricle {
    width: 28px;
    height: 28px;
  }
  .bannerwp.editbnr .editIc {
    font-size: 14px;
    margin: 7px 5px;
  }
  .container_innrwp .bannerwp .editIc:before {
    font-size: 14px;
  }
  .contentwpr .editIc:before {
    font-size: 14px;
  }
  .contentwpr .edit_cricle {
    width: 25px;
    height: 25px;
  }
  .contentwpr .editIc {
    width: 14px;
    height: 14px;
    margin: 4px 5px;
  }
  /*edit banner css end*/
  /*sk user profile placeholder  started*/
  .container_innrwp.placeholder .heading_txt {
    height: 20px;
  }
  .container_innrwp.placeholder .subhead_txt {
    height: 20px;
    margin-left: 150px;
  }
  .container_innrwp.placeholder .contentwpr .var_txt {
    height: 20px;
    margin-left: 150px;
  }
  .container_innrwp.placeholder .navlist {
    margin-left: 160px;
    height: 20px;
  }
  .container_innrwp.placeholder .iconlist li {
    height: 20px;
  }
  .container_innrwp.placeholder .contentwpr {
    bottom: -25px;
  }
  /*sk user profile placeholder  end*/
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .col-lg-wp .subhding_txt {
    top: 70px;
  }
  .contentwpr .right_colwp .heading_txt, .contentwpr .right_colwp .subhead_txt {
    max-width: 480px;
  }
  /* sk profile main Content started*/
  .prodlist li {
    width: calc(33.33% - 13.33px);
    margin: 10px 0;
  }
  .prodlist li:nth-child(3n+1) {
    margin-right: 20px;
  }
  .prodlist li:nth-child(3n) {
    margin-left: 20px;
  }
  .prodlist li:nth-child(3n):after {
    content: "";
    display: table;
    clear: both;
  }
  .prodlist li .prdimgwp {
    height: 210px;
  }
  /* sk profile main Content started*/
  /* sk edit profile main Content started*/
  .edit_profmain_content .prodlist {
    height: 515px;
  }
  /* sk edit profile main Content end*/
  /*sk rhs started*/
  .busi_activitywp .rhs_interventions .sliderCnt {
    height: 255px;
  }
  .busi_activitywp .rhs_interventions.var_02 .sliderCnt {
    height: 230px;
  }
  .busi_activitywp .rhs_interventions.grp .sliderCnt {
    height: 205px;
  }
  .rhs_mainwpr.placeholder .prodlist {
    height: 320px;
  }
  .rhs_mainwpr.placeholder .busi_activitywp .rhs_interventions.var_02 .sliderCnt {
    height: 185px;
  }
  .rhs_mainwpr.placeholder .busi_activitywp .rhs_interventions.grp .sliderCnt {
    height: 183px;
  }
  .busi_conctlist li .imgwpr {
    width: 56px;
    height: 53px;
  }
  /*sk rhs end*/
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* MK edit overlay start */
  .top_head_wp.var_2 {
    padding: 0 10px;
    height: 45px;
    /*line-height:45px;*/
  }
  .top_head_wp.var_2 .hd_text {
    width: 75%;
    color: #ffffff;
    font-size: 13px;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
  }
  .top_head_wp.var_2 .back_arrow {
    color: #ffffff;
    float: left;
    font-weight: bold;
    font-size: 31px;
    width: 20px;
    overflow: hidden;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
  }
  .top_head_right_text {
    float: right;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
  }
  .inr_wraper {
    padding: 20px 10px 0;
  }
  /* new form start */
  /* ==================== */
  .two_equal_Col {
    width: 100%;
    padding: 0;
  }
  .upload_link {
    float: right;
    margin-top: 0;
  }
  .radio_wp.var_2 {
    padding: 0;
  }
  /* ==================== */
  .upload_link.var_2 {
    bottom: 30px;
  }
  /* add product and services start */
  /*.prodct_list li{margin-left:10px;}*/
  .prodct_list li:first-child {
    margin-left: 0;
  }
  .left_colomn {
    margin-bottom: 10px;
  }
  .form_wp .form_rows .two_equal_Col {
    margin-top: 10px;
  }
  .form_wp .form_rows .two_equal_Col:first-child {
    margin-top: 0;
  }
  .bottom_wraper {
    margin-bottom: 10px;
  }
  .bottom_wraper .upload_link {
    display: none;
    margin-top: 20px;
  }
  .first_Col .ToolTip {
    left: -40px;
    right: inherit;
  }
  .first_Col .ToolTip .downArw_333 {
    float: left;
    margin-left: 40px;
  }
  /* add product and services End */
  /* Update Company Info Start */
  .fade_in {
    display: none !important;
  }
  .orgnz_size li {
    padding: 10px 3px 0 2px;
  }
  .content_wraper .upload_wrpr {
    margin-top: 0;
    width: auto;
    float: right;
  }
  .content_wraper .form_rows.static_inp {
    margin-left: 10px;
  }
  .content_wraper .two_equal_Col.right .hdr_text {
    float: right;
    text-align: right;
  }
  /* Update Company Info End */
  /* Contact deails start */
  .add_wp {
    padding: 10px 10px 20px 10px;
  }
  .edit_box {
    border: none;
    padding: 10px 50px 10px 0;
  }
  .edit_box .editIc {
    right: 0;
  }
  .edit_box.add_another {
    position: relative;
    height: 100px;
    padding-right: 0;
  }
  .two_equal_Col.loc {
    float: left;
    width: auto;
  }
  .two_equal_Col.right.loc {
    float: right;
    width: auto;
  }
  /* Contact deails End */
  /* delete banner start */
  .normal_text {
    font-size: 14px;
  }
  /* delete banner End */
  .nobLst.var_3 {
    margin-top: 10px;
  }
  /* new form End */
  /* Send enquiry start */
  .enquiry_wp .hd_text {
    left: 10px;
    top: 10px;
  }
  .enquiry_top_row {
    margin-top: 40px;
  }
  .right_col {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .left_col {
    float: none;
    margin: 0 auto;
  }
  .enquiry_wp {
    padding: 10px;
  }
  .enq_dec {
    max-height: auto;
    height: 47px;
  }
  .price_text {
    display: inline-block;
    width: 100%;
  }
  /* Send enquiry End */
  .importWrapper {
    width: 100%;
    box-sizing: border-box;
  }
  .importWrapper .tickList.var_01 {
    width: 100%;
  }
  #linkedinprofile_step1 .importWrapper .btn {
    margin-bottom: 45px;
  }
  #linkedinprofile_step1 .clsBtn_000:after {
    left: inherit;
  }
  /* MK edit overlay End */
  /*sk topfix started*/
  .outer_topfix {
    padding: 10px 10px 50px;
  }
  .outer_topfix .containerwpr {
    width: 100%;
  }
  .topfixwp .content_detail, .topfixwp_m .content_detai {
    position: absolute;
    left: 0;
    bottom: 0;
    bottom: -52px;
    margin: 0;
  }
  .topfixwp .heading_txt, .topfixwp_m .heading_txt {
    display: none;
  }
  .topfixwp > .navlist, .topfixwp_m > .navlist {
    display: inline-block;
  }
  .right_tpfx .profImgwpr {
    display: none;
  }
  .right_tpfx .left_section {
    width: 100%;
  }
  .right_tpfx .iconlist li .inviteIc:before {
    /* padding-top:4px;*/
  }
  .topfixwp .right_tpfx, .topfixwp_m .right_tpfx {
    width: calc(100% - 62px);
  }
  .right_tpfx .name_txt, .right_tpfx .subtxt {
    text-align: left;
    margin-left: 10px;
    padding-right: 65px;
    padding-left: 0;
  }
  .right_tpfx .iconlist {
    margin-top: -40px;
  }
  .topfixwp_m {
    display: block;
  }
  .mainwpr.btmnav {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 3px #cec9c9;
  }
  .topfixwp, .topfixwp_m {
    padding: 10px 10px 0;
    box-sizing: border-box;
  }
  .mainwpr.btmnav .navlist.btm_navlst li.act:before {
    width: 10px;
    height: 10px;
    bottom: -21px;
  }
  .mainwpr .nav_var {
    width: calc(100% + 20px);
    margin-top: 10px;
    margin-left: -10px;
  }
  .topfixwp.tpfx_var {
    display: none;
  }
  .proNavWrp_m {
    position: relative;
  }
  .proNavWrp_m .topfixwputer_m.topdocked .topfixwp_m.tpfx_var {
    display: block;
  }
  .proNavWrpDoc_m {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    margin-top: 0;
    width: 100%;
    box-shadow: 0 0 3px #cec9c9;
  }
  /*.topfixwp .navlist li.act:before { bottom: -24px; }*/
  /*sk topfix end*/
  /* sk profile banner started*/
  .container_innrwp .mainwpr .headRow {
    display: none;
  }
  .boxShdw {
    box-shadow: none;
  }
  .outer_topfix {
    top: 0;
    display: none;
  }
  .container_innrwp {
    text-align: center;
  }
  .mainwpr {
    box-shadow: none;
  }
  .container_v3 .main_inn {
    background: transparent;
  }
  .container_innrwp .bannerwp {
    height: 110px;
    line-height: 110px;
  }
  .container_innrwp .contentwpr {
    width: 100%;
    text-align: center;
    position: inherit;
    left: 0;
    margin-top: -65px;
    bottom: 0;
  }
  .container_innrwp .logo_wpr {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    float: inherit;
  }
  .logo_wpr .vrifdIc {
    position: absolute;
    margin-top: -13px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  .heading_txt .vrifdIc {
    display: none;
  }
  .edit_banner .right_colwp .heading_txt .vrifdIc {
    display: inline-block;
    width: 15px;
    height: 15px;
  }
  .contentwpr .heading_txt {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    display: inline-block;
    padding-top: 13px;
    text-align: center;
  }
  .contentwpr .subhead_txt {
    font-size: 14px;
    color: #333333;
    padding: 5px 10px 10px 10px;
    text-align: center;
  }
  .contentwpr .var_txt {
    font-size: 14px;
    color: #999999;
    text-align: center;
  }
  .mainwpr.btmnav .navlist.btm_navlst {
    width: 100%;
    margin-left: 0px;
    display: block;
    /*margin-top: 20px;*/
  }
  .mainwpr.btmnav .navlist.btm_navlst li {
    float: left;
  }
  .navlist li {
    padding: 5px 10px;
  }
  .btmlist_wpr .navlist {
    display: none;
  }
  .container_innrwp .iconlist {
    text-align: center;
    float: inherit;
  }
  .container_innrwp:after {
    display: none;
  }
  .logo_wpr .editlgo_txt {
    display: block;
    background: none;
  }
  .container_innrwp .logo_wpr.editlgo .closeBtn {
    font-size: 14px;
  }
  /* sk profile banner end*/
  /* sk profile main Content started*/
  .contentWp {
    padding: 0;
    width: auto;
  }
  .prodlist {
    max-height: 560px;
  }
  #CompProductList .nano.var_2 {
    max-height: 560px;
  }
  .prodlist li .prdimgwp img {
    width: 100%;
    position: absolute;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
  .profmain_content {
    padding: 15px 10px 20px;
    margin-top: 10px;
  }
  .prodlist li .prd_desc {
    color: #00abbe;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .catgorylst_wp {
    display: block;
    /*height: 250px;*/
  }
  .catgorylst_wp .more_categry {
    display: none;
  }
  .prodlist li .price {
    font-size: 14px;
  }
  .prodlist li .detl_txt {
    padding: 5px;
    font-size: 14px;
  }
  .profmain_content .categorylist {
    width: 100%;
    border: 1px solid #cccc;
    border-top: none;
    max-height: 250px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
  }
  .profmain_content .categorylist li {
    width: 100%;
    text-align: left;
    color: #000000;
    border-top: 1px solid #e8e8e8;
    padding: 10px;
  }
  .profmain_content .categorylist li:first-child {
    border: none;
  }
  .profmain_content .categorylist li:hover {
    background: #f5f5f5;
    color: #666666;
  }
  .profmain_content {
    padding: 15px 10px 20px;
    margin-top: 10px;
  }
  .profmain_content .btn_link {
    margin: 10px auto 0;
  }
  .ctgrylst_inptwpr {
    display: inline-block;
  }
  .ctgrylst_inptwpr .select_arrow {
    width: 0;
    height: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 18px;
    display: block;
    background: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
  }
  /*.prodlist li .prdimgwp:hover .btm_content {display:none;}*/
  .profmain_content .btn_link {
    margin: 10px auto 0;
  }
  /* sk profile main Content end*/
  /*sk about us section started*/
  .col-lg-wp .col-left-wp, .col-lg-wp .col-right-wp {
    width: 100%;
    padding-left: 0px;
  }
  .var_link {
    display: inline-block;
  }
  .businslist {
    display: block;
    margin-top: 5px;
  }
  .businslist > li {
    width: 50%;
    margin-top: 20px;
  }
  .businslist > li:nth-child(2n+1) {
    border-left: none;
  }
  .col-lg-wp .pra_txt, .view_response_list, .col-lg-wp .read_more {
    display: none;
  }
  .col-lg-wp .subhding_txt {
    position: absolute;
    color: #ffffff;
    z-index: 1;
    padding: 15px;
    box-sizing: border-box;
  }
  .comp_prsntlist li {
    width: 100%;
    margin-top: 15px;
  }
  .comp_prsntlist li:first-child {
    margin-top: 0;
  }
  .comp_prsntlist li .comp_prwp {
    float: inherit;
  }
  .comp_prsntlist li:last-child .comp_prwp {
    float: inherit;
  }
  .addresslist {
    width: 100%;
  }
  .editaboutus_wp .right_link .fileupload_hint {
    display: none;
  }
  .editaboutus_wp .var_link {
    display: none;
  }
  /*sk about us section end*/
  /* sk Contact us section start*/
  .contactuswp .left-colwp {
    width: 100%;
  }
  .contactuswp .right-colwp {
    display: none;
  }
  .meassgelist li {
    padding: 20px 0px;
    border-top: 1px solid #d7d7d7;
  }
  .meassgelist li:first-child {
    border-top: none;
    padding-top: 8px;
  }
  .meassgelist li .name_txt .msgIc_01 {
    display: block;
    font-size: 22px;
  }
  .meassgelist li.act {
    background: none;
  }
  .meassgelist li.act:before {
    display: none;
  }
  .comp_prsntlist li {
    width: 100%;
  }
  .col-wpr .leftcol_wpr {
    width: 100%;
    /*height: 100px; */
  }
  .addresslistwp {
    width: 100%;
    margin-top: 15px;
  }
  .addresslist li {
    padding: 10px 0;
  }
  .col-wpr .leftcol_wpr {
    padding-right: 0;
  }
  .comp_prsntlist li .btmlink {
    font-weight: normal;
  }
  .editaboutus_wp .comp_prwp .edt_btmlink {
    font-size: 14px;
    display: inline-block;
  }
  .comp_prsntlist li .plusIc_font {
    /*padding-top: 5px;*/
  }
  .edt_contactuswp .addresslist li .heading_txt, .edt_contactuswp .addresslist li .loctn_txt, .edt_contactuswp .addresslist li .my_loc {
    padding-left: 0;
  }
  .edt_contactuswp .addresslist li > .addres_txt.editaddrs_txt {
    padding-left: 0;
  }
  /* sk Contact us section end*/
  /*create business Profile start*/
  .bpcr_imgwp .bpcr_img_lg {
    display: none;
  }
  .bpcr_imgwp .bpcr_img_sm {
    width: 100%;
    overflow: hidden;
    display: block;
    height: auto;
  }
  .bpcr_txt {
    display: block;
  }
  .btn.var_03 {
    display: none;
  }
  .btn.var_03.btn_sm {
    display: inline-block;
    font-size: 14px;
    /*height: 35px;*/
  }
  .contentwpr h3 {
    float: inherit;
  }
  /*create business Profile end*/
  /*edit banner css started*/
  .logo_wpr.editlgo .vrifdIc {
    display: none;
  }
  .uplodlgo_txt {
    font-size: 10px;
    padding: 4px;
  }
  .logo_wpr .editlogo_wpr {
    width: 62px;
    height: 41px;
    line-height: 41px;
    top: 47%;
  }
  .logo_wpr .editlgo_txt {
    padding: 2px 5px;
    font-size: 10px;
    display: none;
  }
  .add_prdtxt {
    font-size: 10px;
  }
  .prdimgwp .editlgo_txt {
    font-size: 12px;
    padding: 3px 5px;
  }
  .container_innrwp .logo_wpr.editlgo:hover .editlgo_txt {
    display: none;
  }
  .container_innrwp .logo_wpr.editlgo:hover .closeBtn {
    display: none;
  }
  /*.editlgo_txt {  display:block; position: absolute;  font-size:10px; font-weight: 700;  text-transform:uppercase; left:50%; margin-top:-18px;  transform: translateX(-50%); }
.pluswp_circle{ margin-top: 35%; }*/
  .contentwpr .right_colwp .heading_txt, .contentwpr .right_colwp .subhead_txt {
    float: inherit;
    display: inline-block;
  }
  .contentwpr .right_colwp .var_txt {
    float: inherit;
  }
  .contentwpr .right_colwp {
    float: inherit;
    margin: 0 auto;
    display: inline-block;
  }
  .right_colwp .contwp {
    margin-top: 0;
  }
  .contentwpr .edit_cricle {
    box-shadow: none;
    float: inherit;
    margin-left: 5px;
  }
  .contentwpr .editIc {
    font-size: 12px;
    margin: 0px 10px;
    float: inherit;
  }
  .contentwpr .mapIc:before {
    color: #999999;
  }
  .contentwpr .right_colwp .subhead_txt .editIc, .contentwpr .right_colwp .var_txt .editIc {
    display: inline-block;
    margin-left: 10px;
  }
  .contentwpr .edit_cricle.editcircle_Var02 {
    display: none;
  }
  /*edit banner css end*/
  /*RHS started*/
  .rhs_mainwpr .rhs_adminwp {
    margin-bottom: 0;
  }
  .rhs_mainwpr .colmWp.right_intervtnwp {
    padding: 0;
  }
  .rhs_mainwpr .user_info_network {
    border-top: none;
    flex-direction: inherit;
  }
  .rhs_mainwpr .image_list {
    margin-top: 0;
  }
  .timelinewp .viewartcle_wpr {
    display: block;
  }
  .rhs_mainwpr .btn {
    width: 105px;
  }
  .busi_conctlist {
    display: inherit;
  }
  .rhs_mainwpr .busi_activitywp {
    margin-top: 0;
  }
  .busi_activitywp .arrow_cont {
    display: none;
  }
  .colmWp.var_02 .sliderwpr {
    padding: 10px 0;
  }
  /*.busi_activitywp .heading_txt { padding-bottom: 10px; }*/
  .busi_activitywp .decr_txt {
    font-size: 14px;
  }
  /*.colmWp.var_02 { margin-top: 20px;padding: 0 }*/
  .var_02 .bd_btn {
    position: absolute;
    left: 20px;
    top: 20px;
    margin-top: 0;
  }
  .sliderwpr .actionList li {
    width: 20px;
    padding-right: 5px;
    margin-left: 0;
  }
  .busi_activitywp .colmWp .hd.artcl {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    text-align: left;
    padding-bottom: 10px;
    font-weight: 700;
  }
  .timelinewp {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 3px #cec9c9;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .timeline_list {
    padding-left: 20px;
    box-sizing: border-box;
  }
  .timeline_list li {
    width: 100%;
  }
  .timeline_list li .lft_sec .clockIc {
    background-color: #ffffff;
  }
  .timelinewp .hd, .busi_activitywp .colmWp .hd {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .bottom_icon .hd {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    float: none !important;
    text-align: left;
  }
  .sociallist {
    margin-top: 15px;
  }
  .colmWp.var_02 .viewartcle_wpr {
    display: none;
  }
  .busi_activitywp .bd_btn {
    top: 20px;
  }
  .busi_activitywp .sliderwpr {
    /* margin-top: 20px;*/
  }
  .sliderwpr.var_02 .memberIc_777 {
    margin-left: 10px;
  }
  .sliderwpr.var_02 .sliderwpr .actionList li .shareIc {
    margin: 0px;
  }
  .sliderwpr .actionList {
    margin-right: 10px;
  }
  .btn.var_04 {
    width: 100%;
    float: inherit;
  }
  .sliderwpr.var_02 {
    padding: 10px 0;
  }
  .rhs_mainwpr .busi_connctwpr {
    width: calc(100% - 20px);
    background: #ffffff;
    margin-top: 10px;
    padding: 10px 10px 20px;
    box-shadow: 0 0 3px #cec9c9;
  }
  .invite_iconwp .iconTxtList > li > a .txt {
    display: block;
  }
  .rhs_mainwpr .bxslider {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .rhs_mainwpr .bxslider > li {
    margin-right: 20px;
    display: inline-block !important;
  }
  /*.busi_activitywp .sts_txt{float:none;}*/
  .busi_activitywp .colmWp {
    padding: 0;
  }
  .busi_activitywp .rhs_interventions.var_02 .sliderCnt {
    height: 183px;
  }
  .busi_activitywp .rhs_interventions.group_var .sliderCnt {
    height: 190px;
  }
  .hr-line {
    display: inline-block;
    width: calc(100% + 30px);
    height: 1px;
    background: #eeeeee;
    position: absolute;
    left: -25px;
    top: 15px;
    z-index: 2;
  }
  .edit_profilewp {
    margin-bottom: 0;
  }
  .container_v2 .right_intervtnwp .hd {
    text-align: left;
    margin-top: 10px;
  }
  .share_profilewpr {
    margin-top: 10px;
  }
  .share_profilewpr .contentwpr h3 {
    width: 100%;
    border: 1px solid #cccccc;
  }
  .shareprofileList li:first-child:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #cccccc;
    top: 0px;
    right: 0;
  }
  .share_profilewpr .divider {
    display: none;
  }
  .shareprofileList li {
    display: inline-block !important;
    position: relative;
    vertical-align: top;
    padding-top: 20px;
  }
  .share_profilewpr .arrow_cont {
    display: none;
  }
  .shareprofileList li:nth-child(2) .btn.cpycode {
    margin-top: 53px;
  }
  .main_wpr.main_var {
    margin-top: 0px;
  }
  .container_v2 .colmWp.right_intervtnwp .tabCnt {
    margin-bottom: 0;
  }
  .bpcr_imgwp {
    margin-top: 10px;
  }
  /*RHS end*/
  /* Update Company Info Start */
  .form_wp.company_info.nano {
    position: relative;
    border: none;
    top: inherit;
    left: inherit;
    height: auto;
  }
  /* Update Company Info End */
  /* placeholder start */
  /*banner start*/
  .form_rows.placeholder .orgnz_size li {
    width: 71px;
    height: 50px;
    margin: 2px;
  }
  .inr_wraper.placeholder .form_slctWp.full_border {
    height: 29px;
  }
  .add_wp.placeholder .edit_box {
    height: 72px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .enquiry_wp.placeholder .enq_dec {
    height: 41px;
  }
  /*banner end*/
  /*product services start*/
  .profmain_content.placeholder .prodlist {
    margin-top: 0;
  }
  .profmain_content.placeholder .prodlist li {
    margin-bottom: 10px;
    box-shadow: none;
  }
  .profmain_content.placeholder .prodlist li .prdimgwp {
    border: none;
  }
  /*product services end*/
  /* placeholder End */
  .container_innrwp .bannerwp img {
    height: 110px;
  }
  /* placeholder userprofile started*/
  /*banner started*/
  .container_innrwp.placeholder .heading_txt {
    width: 240px;
    height: 20px;
    margin-top: 10px;
  }
  .container_innrwp.placeholder .subhead_txt {
    width: 280px;
    height: 20px;
    margin: 10px auto;
  }
  .container_innrwp.placeholder .contentwpr .var_txt {
    width: 150px;
    height: 20px;
    margin: 10px auto;
  }
  .container_innrwp.placeholder .iconlist {
    padding: 0;
  }
  .container_innrwp.placeholder .iconlist li {
    height: 20px;
  }
  .container_innrwp.placeholder > .mainwpr.btmnav .navlist.btm_navlst {
    background: #e6e6e6;
  }
  .mainwpr.btmnav.placeholder .navlist.btm_navlst {
    background: #e6e6e6;
    padding: 0;
  }
  .mainwpr.btmnav.placeholder .navlist.btm_navlst li {
    width: 60px;
    height: 20px;
    background: #e6e6e6;
    padding: 0;
    border: none;
  }
  /*banner end*/
  /* product services start*/
  .profmain_content.placeholder .prodlist li .price {
    width: calc( 50% - 20px);
    margin: 5px auto;
  }
  /* product services end */
  /*placeholder about us started*/
  .profmain_content.placeholder .col-right-wp {
    width: 100%;
  }
  .profmain_content.placeholder .addresslist li {
    padding-left: 0;
  }
  .profmain_content.placeholder .comp_prsntlist li {
    margin-top: 10px;
  }
  .profmain_content.placeholder .comp_prsntlist {
    margin-top: 0;
  }
  .profmain_content.placeholder .comp_prsntlist li .link {
    margin-left: 0;
  }
  .profmain_content placeholder .meassgelist li {
    border-top: none;
  }
  /*placehoder about us end*/
  /*placeholder bpcr started*/
  .bpcr_imgwp.placeholder .btn.var_03 {
    min-width: 280px;
    display: block;
    padding: 5px 10px;
  }
  /*placeholder bpcr end*/
  /* placeholder userprofile ended*/
  .addresslist li .heading_txt {
    padding-right: 80px;
  }
  .shrproflst_wpr {
    height: 290px;
    position: static;
  }
  .share_profilewpr .btn.cpycode {
    margin-top: 20px;
  }
  .btm_content {
    display: block;
  }
  .addresslist li .my_loc {
    display: block;
  }
  .addresslist li .my_loc.var_02 {
    display: none;
  }
  .addresslist li.act .my_loc {
    display: none;
  }
  .addresslist li.act .my_loc.var_02 {
    display: block;
  }
  .addresslist li .heading_txt {
    padding-right: 95px;
  }
  .add_wp .two_equal_Col.addAnotherCard {
    border: 1px dashed #00abbe;
  }
  .name_col.frmfield_profile_middle_name, .name_col.frmfield_profile_last_name {
    margin-top: 5px;
  }
  #lastvisited.overlay_v3 .overflow_wp {
    margin: 0;
  }
  #lastvisited.overlay_v3 .overflow_wp .user_info_ul > li {
    padding-right: 0;
  }
  .two_equal_Col.loc .checkBox.var_2 .custcheckBox {
    margin-top: 6px;
  }
  .form_rows.static_inp .infoIcWrp {
    top: 40px;
  }
  .inr_wraper .err .ui-selectmenu-button.ui-widget .ui-icon-triangle-1-s {
    display: none !important;
  }
  .prodlist li {
    border: 1px solid #cccccc;
    box-sizing: border-box;
  }
  .prodlist li.bxshdnone {
    border: none;
  }
  .overlay .overlay_wrp .enquiry_wp .clsBtn_000 {
    top: 10px;
  }
  textarea.form_inpt {
    max-height: 100px;
  }
  /* sk edit_update_companyName_verification_overlay_v4 start*/
  .content_wraper.act .form_rows.static_inp {
    width: 97%;
  }
  .content_wraper.act .form_rows.static_inp .form_inpt {
    width: 100%;
  }
  /* sk edit_update_companyName_verification_overlay_v4 end*/
  /*.form_rows .name_col .infoIcWrp,.form_rows .title_col .infoIcWrp{right:0;}	
.form_rows.user_info .three_equal_Col .infoIcWrp{top:10px; right:0;}*/
  .form_rows .infoIcWrp .ToolTip {
    right: -5px;
    left: inherit;
  }
  .form_rows .infoIcWrp .ToolTip .downArw_333 {
    margin: 0 5px 0 0;
  }
  .form_rows .frmfield_profile_doj_date .infoIcWrp .ToolTip, .form_rows .frmfield_profile_dob_date .infoIcWrp .ToolTip {
    right: inherit;
    left: 0;
  }
  .form_rows .frmfield_profile_dob_date .infoIcWrp .ToolTip .downArw_333 {
    float: left;
  }
  .form_rows .frmfield_profile_title .infoIcWrp .ToolTip .downArw_333 {
    float: right;
  }
  .form_rows .frmfield_profile_designation .infoIcWrp, .form_rows .frmfield_profile_smerole .infoIcWrp {
    right: 0;
  }
  /*.edt_btmlink .plusIc_font:before{float:left; margin-top:6px;}
.right_link .close_text_icon_2:before{margin-top:6px;}*/
  .right_link .add_link.var_2 {
    padding-top: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  /* sk profile main Content started*/
  .prodlist li .prdimgwp {
    height: 170px;
  }
  .edit_profmain_content .prodlist {
    height: 470px;
  }
  /* sk profile main Content end*/
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  .prodlist li .prdimgwp {
    height: 190px;
  }
  /* placeholder product services start*/
  .profmain_content.placeholder .prodlist {
    max-height: 520px;
  }
  /*.busi_activitywp .rhs_interventions .sliderCnt { height:255px; }
.busi_activitywp .rhs_interventions.var_02 .sliderCnt {   height:225px; }
.busi_activitywp .rhs_interventions.grp .sliderCnt { height: 220px; }*/
  /* placeholder product services end*/
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .contentwpr .right_colwp .heading_txt, .contentwpr .right_colwp .subhead_txt {
    max-width: 320px;
  }
  .prodlist li {
    width: calc(50% - 5px);
    /*box-shadow: 0 0 3px #cec9c9; */
    margin-bottom: 10px;
  }
  .prodlist li .price {
    padding: 0px 10px 15px;
  }
  .prodlist li:nth-child(2n+1) {
    margin-right: 10px;
  }
  .prodlist li:nth-child(3n) {
    margin-left: 0px;
  }
  .addlink_pop {
    width: 145px;
    bottom: 133px;
  }
  /*sk about us section started*/
  .video_circle {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: 0;
  }
  .col-lg-wp .subhding_txt {
    font-size: 14px;
  }
  .businslist li {
    padding: 5px 10px;
  }
  .btn.var_03.btn_sm {
    width: 190px;
    top: 32px;
  }
  /*.prodlist { max-height: 560px; }
#CompProductList.nano.var_2{max-height: 560px;}*/
  /*.prodlist li.bxshdnone { box-shadow: none; }*/
  .edit_cricle .editcircle_Var02 {
    display: none;
  }
  .prodlist li .prdimgwp.editimg_var02.editimg_var03, .prodlist li .prdimgwp.editimg_var02 {
    margin-bottom: 0;
  }
  .busi_conctlist li .imgwpr {
    width: 48px;
    height: 50px;
  }
  .navlist li {
    font-size: 13px;
  }
  .timeline_list li .heding_txt {
    width: 130px;
  }
  .timeline_list li .art_link {
    width: 180px;
  }
  /*sk about us section end*/
  /*edit banner start*/
  /*sk RHS  section start*/
  /*.rhs_mainwpr.placeholder .busi_activitywp .rhs_interventions.var_02 .sliderCnt { height:210px; }*/
  /*sk RHS  section end*/
  /*edit banner end*/
  /* ==================== 
	.two_equal_Col{width:100%; padding:0;}
	.upload_link{float:right; margin-top:0;}
	.radio_wp.var_2{padding:0;}
	 ==================== */
  .orgnz_size li .org_sizetxt {
    padding: 6px 4px;
  }
  /*placeholder user profile start*/
  /*placeholder user profile end*/
}

@media only screen and (min-width: 0) and (max-width: 380px) {
  .container_innrwp .iconlist li {
    text-align: center;
    display: inline-block;
    float: inherit;
  }
}

@media only screen and (min-width: 0) and (max-width: 359px) {
  .prodlist li .prdimgwp {
    height: 140px;
  }
  .org_userimgwp-1:before {
    font-size: 16px;
  }
  .org_userimgwp-2:before {
    font-size: 25px;
  }
  .org_userimgwp-3:before {
    font-size: 36px;
  }
  .org_userimgwp-4:before {
    font-size: 36px;
  }
  .org_userimgwp-5:before {
    font-size: 35px;
  }
  .org_userimgwp-6:before {
    font-size: 42px;
  }
  .org_userimgwp-7:before {
    font-size: 58px;
  }
  .org_userimgwp-8:before {
    font-size: 69px;
  }
  /* placeholder product services start*/
  .profmain_content.placeholder .prodlist {
    height: 420px;
  }
  /* placeholder product services end*/
  /*placeholder RHS started*/
  /*.busi_activitywp .rhs_interventions .sliderCnt{ height:252px; }
.busi_activitywp .rhs_interventions.var_02 .sliderCnt { height:230px; }
.rhs_mainwpr.placeholder .busi_activitywp .rhs_interventions.var_02 .sliderCnt{  height:185px;} 
.busi_activitywp .rhs_interventions.group_var .sliderCnt { height: 235px; }*/
  /*placeholder RHS end*/
}

@media only screen and (min-width: 0) and (max-width: 340px) {
  .radio_text {
    font-size: 11px;
  }
}

/* navigation docking start */
.topfixwp {
  /* display: none;*/
}

.btmlist_wpr.posFix {
  position: fixed;
  top: 47px;
  left: 0;
  background: #ffffff;
}

.btmlist_wpr.posFix .btmlist_Inn_wpr {
  width: 1240px;
  margin: 0 auto;
  background: #ffffff;
}

/* navigation docking end */
/* only for prelogin profile start */
.prelogin_profile.profmain_content {
  box-shadow: none;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .prelogin_profile.profmain_content #CompProductList .nano.var_2 {
    top: 0;
    margin: 0;
  }
}

/* only for prelogin profile start */
.frmfield_CategoryID .dropdown-menu {
  max-height: 300px;
  overflow-x: hidden;
}

.frmfield_CategoryID .dropdown-menu li a {
  color: #333333;
  font-size: 12px;
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
  display: block;
  font-weight: 600;
}

.frmfield_CategoryID .dropdown-menu li a div {
  font-size: 10px;
  color: #999999;
  font-weight: normal;
  padding: 5px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .frmfield_CategoryID .dropdown-menu {
    max-height: 200px;
    border: 1px solid #e8e8e8;
  }
}

@media only screen and (max-width: 767px) {
  .view_response_list > li > a > .text_label {
    padding: 0 12px;
  }
}

/* send inquiry overlay start */
/*body{font-family: "Roboto", sans-serif; line-height: normal;}
.container-fluid{max-width: 1800px; padding: 0 16px;}
dl, ol, ul,p,h1,h2,h3,h4,h5,h6{padding: 0; margin: 0; line-height: normal;}*/
/*mixins */
/* media query start */
/* media query end */
/*@mixin text_ellipsic_2line{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}*/
/* makbool start */
#header.epre_header {
  display: flex;
  height: 95px;
  align-items: center;
  padding: 0;
}

#header.epre_header .container {
  padding: 0 60px;
  max-width: 100%;
}

#header.epre_header .container .row {
  margin: 0;
  display: flex;
}

#header.epre_header .container .row .collapse.navbar-collapse, #header.epre_header .container .row button {
  display: none;
}

#header.epre_header .container .row .navbar .navbar-brand {
  padding: 0;
  margin: 0;
}

#header.epre_header .container .row .navbar #logo {
  line-height: normal;
}

/*body{background: #f6f7fa;}*/
/* pre event full page start */
.epre_container {
  background: #f6f7fa;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.epre_container .epre_inr_wrp {
  max-width: 1050px;
  width: 100%;
  margin: 15px auto 0;
  background: #ffffff;
}

.epre_container .btn_v2 {
  border-radius: 5px;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-transform: capitalize;
  font-size: 16px;
}

.epre_container .btn_v2:hover {
  color: #ffffff;
  text-decoration: none;
}

.epre_container .btn_v2.disable {
  background: #cccccc;
}

/* event block start */
.event_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.event_cont .event_banner {
  width: 60%;
  /*height: 285px; line-height: 285px;*/
  background: #e6e6e6;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event_cont .event_banner img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.event_info {
  width: 40%;
  border: 1px solid #e6e6e6;
  background: #f9f9fa;
  padding: 10px 30px 10px 30px;
  padding: 10px 30px 35px 30px;
  position: relative;
  box-sizing: border-box;
}

.event_info .event_heading {
  font-size: 26px;
  color: #273239;
  font-weight: 700;
}

.event_info .event_heading_2 {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-top: 10px;
}

.event_info .event_heading_2 .by_text {
  color: #666666;
}

.event_info .bottom_txt_wrp {
  display: inline-block;
  width: calc(100% - 170px);
}

.event_info .event_heading_3 {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  margin-top: 15px;
}

.event_info .event_heading_2.v2 {
  margin-top: 22px;
}

.event_info .event_heading_2.v3 {
  color: #202023;
  line-height: 24px;
  margin-top: 5px;
  font-weight: normal;
}

.invitation_block {
  position: absolute;
  bottom: 10px;
  right: 30px;
  display: flex;
  align-items: center;
}

.invite_label {
  font-size: 14px;
  color: #333333;
  float: left;
  margin-right: 5px;
}

.invitation_list {
  display: inline-block;
  list-style: none;
}

.invitation_list li {
  float: left;
  margin: 1px;
}

.invitation_list li a {
  color: #ffffff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  background: red;
  border-radius: 100%;
  justify-content: center;
  font-size: 12px;
  overflow: hidden;
}

.invitation_list li a img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border-radius: 100%;
}

.invitation_list li a.whtsp {
  background: #1bd741;
}

.invitation_list li a.gl {
  background: #3b3981;
}

.invitation_list li a.fsbk {
  background: #3a579d;
}

.invitation_list li a.twtr {
  background: #2daef4;
}

.invitation_list li a.lnkdin {
  background: #006699;
}

.invitation_list li a.lnk {
  background: #333333;
}

.addeventatc.add_calendar_link {
  font-size: 12px;
  color: #8c8c8c !important;
  position: absolute;
  bottom: 65px;
  right: 30px;
  text-decoration: underline;
  font-weight: normal;
  outline: none;
  padding: 0;
  border: none;
  background: transparent;
  text-shadow: none;
  box-shadow: none !important;
}

.addeventatc.add_calendar_link:hover {
  font-size: 12px;
  color: #333333;
}

.addeventatc.add_calendar_link .addeventatc_icon {
  display: none;
}

/* event block End */
/* register block start */
.register_heading {
  display: none;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  width: 100%;
  max-width: 320px;
}

.register_heading_2 {
  font-size: 18px;
  color: #333333;
}

.register_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 30px;
  box-sizing: border-box;
  /*height: 80px;*/
  border-bottom: 1px solid #e6e6e6;
}

.register_block .register_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.register_block .register_wrp .rght_wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.register_block .register_wrp .rght_wp .btn_v2 {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  min-width: 360px;
  font-size: 18px;
}

.register_block.stick {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0 0 9px #888888;
  border: none;
  padding: 15px 60px;
}

.register_block.stick .register_heading {
  display: block;
}

.register_block.stick .rght_wp {
  width: auto;
}

.register_block.stick .register_heading_2 {
  margin-right: 20px;
}

/* register block End */
/* about events section start */
.about_events {
  padding: 0 70px 30px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 150px;
}

.about_events_top_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
}

.about_events_heading {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
}

.eright_btn_wrp {
  list-style: none;
}

.eright_btn_wrp li {
  float: left;
  margin-left: 5px;
}

.brdr_btn {
  font-size: 14px;
  color: #333333;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 3px 7px;
}

.events_para_wrp p {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  /*margin-bottom:10px;*/
  font-family: "Roboto", sans-serif;
}

.events_para_wrp p:empty {
  display: none;
}

.events_para_wrp ul {
  padding: 10px 20px 0;
}

.events_para_wrp ul li {
  list-style: disc;
}

.events_para {
  font-size: 16px;
  color: #333333;
  line-height: 1.63;
  margin-bottom: 10px;
}

.gallery_wrp {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 13px 0 0 -17px;
  width: calc(100% + 34px);
}

.gallery_wrp li {
  /*max-width: 280px;*/
  width: 33.33%;
  padding: 17px;
  box-sizing: border-box;
}

.gallery_wrp li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gallery_wrp li a img {
  max-width: 100%;
  vertical-align: middle;
}

.hosted_by {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 35px;
  border-top: 1px solid #cccccc;
  margin-top: 40px;
}

.hosted_by .user_image {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 10px auto 0;
}

.hosted_by .user_image img {
  max-width: 100%;
  border-radius: 100%;
}

.hosted_by .user_name {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  margin-top: 5px;
}

.hosted_by .edesin, .hosted_by .elocatopn {
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}

.hosted_by .com_wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.hosted_by .com_wrp .user_image {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}

.hosted_by .com_txt {
  font-size: 16px;
  color: #273239;
}

.hosted_by .com_txt a {
  color: #273239;
}

/* about events section End*/
@media only screen and (min-width: 768px) and (max-width: 1070px) {
  .epre_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .register_block .register_wrp .rght_wp .btn_v2 {
    min-width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  #header.epre_header {
    height: 70px;
  }
  #header.epre_header .container {
    padding: 0 15px;
  }
  .epre_container {
    padding: 0 15px;
  }
  .event_cont {
    flex-direction: column;
  }
  .event_cont .event_banner {
    width: 100%;
    height: auto;
    line-height: normal;
  }
  .event_info {
    width: 100%;
    padding: 15px 10px 60px;
    border: none;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
  }
  .event_info .event_heading {
    font-size: 20px;
  }
  .event_info .event_heading_2 {
    font-size: 14px;
  }
  .event_info .event_heading_3 {
    font-size: 16px;
  }
  .event_info .event_heading_2.v2 {
    font-size: 16px;
    margin-top: 15px;
  }
  .event_info .bottom_txt_wrp {
    width: calc(100% - 140px);
  }
  .invitation_block {
    right: 10px;
  }
  .register_block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .register_block .register_wrp .rght_wp .btn_v2 {
    min-width: auto;
    height: 40px;
    line-height: 40px;
    width: 170px;
  }
  .register_heading_2 {
    font-size: 14px;
  }
  .about_events {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .events_para {
    font-size: 14px;
  }
  .about_events_heading {
    font-size: 16px;
  }
  .gallery_wrp {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  .gallery_wrp li {
    width: 50%;
    padding: 5px;
  }
  .hosted_by .user_image {
    width: 60px;
    height: 60px;
  }
  .hosted_by .user_name {
    font-size: 16px;
  }
  .hosted_by .hosted_by .edesin, .hosted_by .hosted_by .elocatopn {
    font-size: 12px;
  }
  .hosted_by .com_txt {
    font-size: 14px;
  }
  .register_block.stick {
    top: inherit;
    bottom: 0;
    z-index: 4;
    padding: 10px;
  }
  .register_block.stick .register_wrp {
    flex-direction: column;
  }
  .register_block.stick .register_wrp .register_heading {
    max-width: 100%;
    font-size: 18px;
  }
  .register_block.stick .register_wrp .rght_wp {
    width: 100%;
  }
}

@media only screen and (max-width: 374px) {
  .about_events_heading {
    font-size: 14px;
  }
}

/* pre event full page End */
/* registration page start */
.epre_container.v2 {
  background: #ffffff;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
}

.reg_heading {
  font-size: 26px;
  color: #273239;
  font-weight: bold;
}

.reg_heading::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e952';
  color: #27b800;
  font-size: 36px;
  top: 5px;
  position: relative;
  left: -8px;
}

.reg_heading_2 {
  font-size: 18px;
  color: #8c8c8c;
  margin-top: 8px;
  word-break: break-word;
}

.registraion_block {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.registraion_block .event_info {
  width: 100%;
  background: transparent;
  border: none;
  padding-top: 30px;
}

.registraion_block .event_info .event_heading {
  font-size: 22px;
}

.registraion_block .event_info .addeventatc.add_calendar_link {
  position: relative;
  bottom: inherit;
  right: inherit;
  font-size: 14px;
  margin-top: 5px;
}

.registraion_block .event_info .invite_label {
  font-size: 18px;
  color: #8c8c8c;
}

.registraion_block .event_info .invitation_block {
  position: relative;
  bottom: inherit;
  right: inherit;
  margin-top: 25px;
  justify-content: center;
}

.registraion_block .event_info .event_heading_2.v2 {
  margin-top: 15px;
}

.ebottom_block {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 17px 50px 20px 50px;
  margin-top: 20px;
}

.ebottom_block .btn_v2 {
  float: none;
  margin-top: 33px;
}

.ebottom_block .signup_btnWp {
  width: 270px;
  border-radius: 5px;
  font-size: 14px;
  color: #333333;
  height: 38px;
  line-height: 38px;
}

.ebottom_block .signup_btnWp:before {
  width: 20px;
  height: 20px;
}

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

.ebottom_block .esignup_block .signup_form_list li .field_row {
  width: 390px;
  float: left;
}

.ebottom_block .esignup_block .signup_form_list li .visiblity_eye {
  display: block !important;
  float: left;
  position: relative;
  right: inherit;
  top: inherit;
  font-size: 12px;
  padding-left: 23px;
  margin: 10px 0 0 5px;
  width: 54px;
}

.ebottom_block .esignup_block .signup_form_list li .visiblity_eye::before {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -2px;
}

.ebottom_block .esignup_block .signup_form_list li .signup_btn {
  border-radius: 5px;
  width: auto;
  padding: 0 20px;
  float: left;
  margin: 0 0 0 20px;
  outline: none;
}

.ebottom_block .esignup_block .signup_form_list li .psw_info_prop .psw_list li {
  color: #333333;
}

.ebottom_block .esignup_block .signup_form_list li .psw_info_prop .psw_list li.disable {
  color: #E5E5E5;
}

.ebottom_block .esignup_block .signup_form_list li .psw_info_prop .psw_list li span {
  font-size: 12px;
}

.ebottom_block .esignup_block .signup_form_list li .psw_info_prop .psw_list li span.disable {
  color: #E5E5E5;
}

.ebottom_block .esignup_block .signup_form_list li .confirm_check {
  margin: -10px 0 0 0;
}

.ebottom_block .esignup_block .signup_form_list li .checkbox_text {
  margin: 0;
  padding: 0;
}

.ebottom_block .esignup_block .signup_form_list li .checkbox_text a {
  text-decoration: underline;
}

.eb_heading {
  font-size: 24px;
  color: #273239;
  font-weight: 500;
}

.eb_heading_2 {
  font-size: 16px;
  color: #273239;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .epre_container.v2 {
    padding: 10px 10px 100px 10px;
  }
  .reg_heading {
    font-size: 24px;
  }
  .reg_heading:before {
    font-size: 30px;
  }
  .registraion_block .event_info {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .registraion_block .event_info .event_heading {
    font-size: 20px;
  }
  .registraion_block .event_info .invitation_block {
    flex-direction: column;
  }
  .registraion_block .event_info .invitation_block .invitation_list {
    margin-top: 20px;
  }
  .eb_heading {
    font-size: 22px;
  }
  .eb_heading_2 {
    font-size: 14px;
  }
  .ebottom_block {
    padding: 17px 10px 20px 10px;
  }
  .ebottom_block .signup_btnWp, .ebottom_block .btn_v2 {
    width: 100%;
  }
  .ebottom_block .esignup_block {
    padding-bottom: 40px;
  }
  .ebottom_block .esignup_block .signup_form_list > li {
    position: static;
  }
  .ebottom_block .esignup_block .signup_form_list > li .field_row {
    width: calc(100% - 60px);
  }
  .ebottom_block .esignup_block .signup_form_list > li .signup_btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
  }
}

/* registration page End */
/* registration prelogin page Start */
/* floating label strat */
.form-control-placeholder {
  position: absolute;
  top: 13px;
  margin: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
  left: 16px;
  font-size: 14px;
  color: #8c8c8c;
}

.form_inp:focus + .form-control-placeholder,
.form_inp:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -17px, 0);
  opacity: 1;
  background: #ffffff;
  z-index: 3;
}

/* floating label strat */
.eheading {
  font-size: 26px;
  color: #273239;
  font-weight: 500;
  text-align: center;
  margin: -15px 0 30px 0;
}

.registration_block {
  display: inline-block;
  width: 100%;
  padding-top: 13px;
}

.registration_block .btn_v2 {
  margin-top: 25px;
  width: 170px;
}

.registration_block .btn_v2 img {
  width: 64px;
  height: 13px;
}

.registration_inner_block {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

.reg_heading_3 {
  font-size: 20px;
  color: #273239;
  font-weight: 500;
}

.form_list_2 {
  list-style: none;
  display: inline-block;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.form_list_2 > li {
  width: 50%;
  box-sizing: border-box;
  padding: 12px 20px;
  float: left;
  position: relative;
}

.form_list_2 > li .lnk_cpy_tooltp {
  right: 15px;
  top: inherit;
  bottom: 60px;
  z-index: 3;
  max-width: 200px;
  display: none;
}

.form_list_2 > li .form_inp {
  width: 100%;
  height: 38px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  color: #273239 !important;
  padding: 0 10px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.form_list_2 > li .form_inp:focus {
  border-color: #00abbe;
}

.form_list_2 > li.radio_block {
  display: flex;
}

.form_list_2 > li.radio_block .rad_txt, .form_list_2 > li.radio_block .span_lb {
  font-size: 14px;
  color: #212121;
}

.form_list_2 > li.radio_block .rad_inp {
  margin: 0 5px 0 24px;
}

.reg_btm_txt {
  font-size: 14px;
  color: #8c8c8c;
  margin-top: 20px;
}

.reg_btm_txt a {
  color: #8c8c8c;
  text-decoration: underline;
}

@media only screen and (max-width: 1279px) {
  .registration_block .btn_v2 img {
    width: 63px;
  }
}

@media only screen and (max-width: 767px) {
  .event_info.v2 {
    background: #f9f9fa;
    border: 1px solid #e6e6e6;
    padding-bottom: 20px;
  }
  .form_list_2 {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .form_list_2 li {
    width: 100%;
    padding: 10px 10px;
  }
  .form_list_2 li .form-control-placeholder {
    margin-left: 3px;
  }
  .reg_btm_txt {
    font-size: 12px;
    margin-top: 0;
  }
  .registration_block .btn_v2 {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.add_mobile_number {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  height: 38px;
  box-sizing: border-box;
}

.add_mobile_number.mob_label {
  border-color: #00abbe;
}

.add_mobile_number .intl-tel-input.iti-container {
  left: 0 !important;
  top: 0 !important;
}

.add_mobile_number .form_inp {
  float: left;
  width: calc(100% - 60px) !important;
}

.add_mobile_number .intl-tel-input {
  border: none;
}

.add_mobile_number .intl-tel-input .flag-container {
  height: 38px;
  width: 60px;
  outline: none;
}

.add_mobile_number .intl-tel-input.allow-dropdown .selected-flag {
  padding-top: 11px;
  outline: none;
}

.add_mobile_number .intl-tel-input .country-list .divider {
  margin-top: 0;
}

.add_mobile_number .intl-tel-input .selected-flag .iti-arrow {
  margin-right: 10px;
  border-top: 6px solid #8c8c8c;
}

.add_mobile_number .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent;
}

/* registration prelogin page End */
/* makbool End */
/* monika start */
/*--- pre-events registeration overlay start --- */
#pre_events_reg .overlay_wrp {
  max-width: 450px;
  width: 100%;
}

#pre_events_reg .overlay_wrp .signup_form_list > li.error .field_error_text {
  position: static;
}

#pre_events_reg .registern_wrp {
  padding: 15px;
  text-align: center;
}

#pre_events_reg .registern_wrp .visiblity_eye {
  display: block;
}

#pre_events_reg .registern_wrp .signup_form_list > li.error .field_error_text {
  position: static;
  margin-top: 5px;
}

#pre_events_reg .member_user_image {
  width: 90px;
  height: 90px;
  overflow: hidden;
}

#pre_events_reg .pre_evnt_name {
  font-size: 20px;
  color: #273239;
  text-align: center;
}

#pre_events_reg .pre_evnt_subtxt {
  font-size: 14px;
  color: #8c8c8c;
  text-align: center;
  margin-top: 5px;
}

#pre_events_reg .frm_action_btn {
  width: 173px;
  border-radius: 5px;
  float: none;
}

#pre_events_reg .skip_btn {
  width: 100%;
  color: #8c8c8c;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 20px;
}

#pre_events_reg .signup_form_list {
  margin-top: 10px;
}

#pre_events_reg .signup_form_list li .visiblity_eye {
  right: 5px;
}

#pre_events_reg .member_user_image {
  margin: 0 auto 12px;
}

#pre_events_reg .google_btn, #pre_events_reg .fb_btn {
  width: 270px;
  border-radius: 5px;
}

.registern_wrp .visiblity_eye {
  display: block !important;
}

@media only screen and (max-width: 450px) {
  #pre_events_reg .overlay_wrp {
    width: 100%;
  }
}

/*--- pre-events registeration overlay start --- */
/* monika End */
.lnk_cpy_tooltp {
  position: absolute;
  top: -30px;
  right: -5px;
  background: #333333;
  padding: 3px 10px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
}

.lnk_cpy_tooltp:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #333333;
  position: absolute;
  right: 9px;
  bottom: -7px;
}

.form_list_2 > li .ui-menu.ui-widget-content {
  width: calc(100% - 2px) !important;
  z-index: 4;
  border-color: #e6e6e6;
  box-sizing: border-box;
  top: 38px !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.form_list_2 > li .ui-menu.ui-widget-content li {
  box-sizing: border-box;
  margin-bottom: 0;
}

.form_list_2 > li .field_row {
  border: none;
  border-radius: 2px;
}

.form_list_2 > li .field_row .form-control-placeholder {
  margin: -2px 0 0 -5px;
}

.form_list_2 > li.dd_field::before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #8c8c8c;
  position: absolute;
  top: 25px;
  right: 30px;
}

.form_list_2 > li.dd_field .form_inp {
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form_inp.indstri::placeholder {
  color: #8c8c8c;
  opacity: 0.5;
}

.form_inp.indstri:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8c8c8c;
  opacity: 0.5;
}

.form_inp.indstri::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8c8c8c;
  opacity: 0.5;
}

.form_list_2 > li.country_auto .ui-menu.ui-widget-content, .form_list_2 > li.city_auto .ui-menu.ui-widget-content {
  width: calc(100% - 40px) !important;
  top: 47px !important;
}

@media only screen and (max-width: 767px) {
  .form_list_2 > li.country_auto .ui-menu.ui-widget-content, .form_list_2 > li.city_auto .ui-menu.ui-widget-content {
    bottom: initial !important;
  }
}

@media only screen and (max-width: 450px) {
  .form_list_2 > li.country_auto .ui-menu.ui-widget-content, .form_list_2 > li.city_auto .ui-menu.ui-widget-content {
    width: calc(100% - 20px) !important;
  }
  .form_list_2 > li.dd_field::before {
    right: 20px;
  }
}

.form_list_2 > li .form_inp#reg_frmfield_mobile_number {
  height: 36px;
}

.form_list_2 > li .field_company_name .autocomplete-suggestions.ddList {
  width: calc(100% - 40px) !important;
  left: 20px !important;
  top: 47px;
  border-color: #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .ebottom_block .btn_v2 {
    display: inline-block;
    width: 115px;
  }
}

@media only screen and (max-width: 767px) {
  .form_list_2 > li .field_company_name .autocomplete-suggestions.ddList {
    width: calc(100% - 20px) !important;
    left: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .form_list_2 .dd_field.city_auto::before {
    display: none;
  }
  .registrationwp .ebottom_cont .right_cont {
    padding-left: 0;
  }
  .form_list_2 > li .ui-menu.ui-widget-content {
    top: inherit !important;
    bottom: 38px;
  }
}

.form_list_2 .err {
  font-size: 11px;
}

.form_list_2 li.line_break {
  width: calc(100% - 40px) !important;
  border-bottom: 1px solid #e6e6e6;
  margin-left: 20px;
  margin-bottom: 20px;
}

/* enhancement start */
.copm_wrp {
  display: inline-block;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
  padding: 25px 20px 20px;
  box-sizing: border-box;
  margin-top: 10px;
  position: relative;
}

.circle_tick {
  margin-left: 6px;
  background: url(/images/tick_circle.svg) no-repeat;
  width: 16px;
  height: 16px;
}

.copm_inr_wrp {
  display: flex;
  justify-content: space-between;
}

.copm_inr_wrp_2 {
  display: inline-block;
  width: 48%;
}

.copm_inr_wrp_2 .copm_img {
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 66px;
  height: 66px;
  border-radius: 2px;
}

.copm_inr_wrp_2 .copm_img a {
  font-size: 0;
}

.copm_inr_wrp_2 .copm_img img {
  max-width: 100%;
}

.copm_inr_wrp_2 .copm_img.v2 {
  border-radius: 100%;
}

.copm_inr_wrp_2 .copm_txt_wrp {
  padding-left: 14px;
  float: left;
  width: calc(100% - 80px);
}

.copm_inr_wrp_2 .copm_txt_wrp .copm_name {
  font-size: 18px;
  color: #273239;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.copm_inr_wrp_2 .copm_txt_wrp.v2 .copm_txt_wrp_3 {
  margin-left: 1px;
}

.copm_inr_wrp_2 .copm_txt_wrp_3 {
  display: flex;
  align-items: center;
  margin-left: -3px;
  margin-top: 4px;
}

.copm_inr_wrp_2 .copm_txt_wrp_3 .loc_ic {
  margin-right: 3px;
}

.copm_inr_wrp_2 .copm_txt_wrp_3 .loc_ic::before {
  font-size: 14px;
}

.copm_inr_wrp_2 .copm_txt_wrp_3 .comp_ic {
  background: url(../images/comp_icon.svg) no-repeat;
  width: 12px;
  height: 14px;
  margin-right: 5px;
}

.copm_inr_wrp_2 .copm_txt_wrp_3 .copm_txt {
  font-size: 14px;
  color: #8c8c8c;
  width: calc(100% - 15px);
}

.einfo_wrp {
  font-size: 12px;
  color: #8c8c8c;
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.einfo_wrp .info_ic {
  color: red;
  margin-right: 5px;
}

.einfo_wrp .info_ic::after {
  position: static;
  padding: 0;
}

.changec_link {
  font-size: 14px;
  color: #8c8c8c;
  text-decoration: underline;
  position: absolute;
  top: 7px;
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .copm_inr_wrp {
    flex-flow: column;
  }
  .copm_inr_wrp .copm_inr_wrp_2 {
    width: 100%;
    margin-top: 10px;
  }
  .copm_wrp {
    margin-bottom: 20px;
  }
}

/* enhancement start */
.copy_lnk_evnt {
  position: relative;
}

.copy_lnk_evnt .lnk_cpy_tooltp {
  right: -6px;
  width: 86px;
}

.signup_form_list .forgot_link {
  width: 100%;
  text-align: left;
}

.add_mobile_number.mob_label > .form-control-placeholder {
  display: block;
  transition: all 200ms;
  opacity: 0.5;
  color: #8c8c8c;
}

.add_mobile_number.mob_label > .form-control-placeholder {
  top: -4px;
  left: 15px;
  font-size: 12px;
  opacity: 1;
  background-color: #ffffff;
}

.add_mobile_number ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

.add_mobile_number :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

.add_mobile_number ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

.add_mobile_number :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

.registration_inner_block textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #979797;
}

.registration_inner_block textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #979797;
}

.registration_inner_block textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #979797;
}

.registration_inner_block textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #979797;
}

.add_mobile_number .form-control-placeholder {
  margin: -3px 0 0 46px;
}

#pre_events_reg .overlay_wrp {
  width: 600px;
  padding: 0;
}

#pre_events_reg .ebottom_block {
  margin: 0;
}

#pre_events_reg .ebottom_block .signup_form_list .field_row {
  max-width: 325px;
}

#pre_events_reg .ebottom_block .signup_form_list .visiblity_eye {
  right: 0px;
  width: 31px;
  padding: 0 0 0 18px;
}

#pre_events_reg .ebottom_block .signup_form_list .visiblity_eye::before {
  font-size: 14px;
  top: 2px;
}

#pre_events_reg .ebottom_block .signup_form_list .signup_btn {
  margin-left: 24px;
  /*background-color: #393a7d;*/
}

#pre_events_reg .ebottom_block .signup_form_list .signup_btn.disable {
  background: #c0c0c0;
  color: #e6e6e6;
  cursor: default;
  border-color: #e6e6e6;
  border: none;
}

#pre_events_reg .ebottom_block .signup_form_list .confirm_check a {
  float: none;
  font-size: 12px;
  padding: 0;
  text-decoration: underline;
}

#pre_events_reg.pre_events_login .overlay_wrp {
  max-width: 450px;
  width: 100%;
}

#pre_events_reg .clsBtn_000 {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  background: none;
}

#pre_events_reg .clsBtn_000::before {
  content: "\e907";
  color: #333333;
  font-family: 'icomoon' !important;
}

@media only screen and (min-width: 767px) {
  #pre_events_reg .ebottom_block {
    padding-right: 45px;
  }
}

@media only screen and (max-width: 767px) {
  #pre_events_reg .overlay_wrp {
    width: 100%;
  }
  #pre_events_reg .overlay_wrp .ebottom_block .signup_form_list .signup_btn {
    margin-left: 0;
  }
  #pre_events_reg .overlay_wrp .ebottom_block .eb_heading {
    margin-top: 10px;
  }
  #pre_events_reg {
    background: #ffffff;
    padding-top: 0;
  }
  .form_list_2 li .add_mobile_number .form-control-placeholder {
    margin-left: 46px;
  }
}

/* icici header start */
.epre_header .right_section, .epre_header .header_nav, .epre_header .hamburger_menu, .edock_header .right_section, .edock_header .header_nav, .edock_header .hamburger_menu {
  display: none;
}

/* icici header End */
/*#pre_events_reg{
    .overlay_wrp{max-width: 450px;
        .eb_heading{font-size: 14px; font-weight: 700;}
        .eb_heading_2{font-size: 14px;}
    }
}*/
.registration_inner_block .form_list_2 .focus .form-control-placeholder {
  display: block;
  font-size: 75%;
  transform: translate3d(0, -17px, 0);
  opacity: 1;
  background: #ffffff;
  z-index: 3;
}

.registration_inner_block .form-control-placeholder {
  opacity: 1;
}

.registration_inner_block .event_err {
  font-size: 11px;
  position: absolute;
}

#header.epre_header .container .row .navbar .login_wrp {
  display: none;
}

/* upcoming events 6541 start */
.eheading_2 {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.eheading_2 img {
  margin-right: 10px;
}

.eheading_2.v2 {
  margin-bottom: 15px;
}

.upcoming_events_block {
  margin-top: 30px;
}

.upcoming_events_list {
  display: flex;
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}

.upcoming_events_list li {
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  opacity: 1 !important;
  width: calc(33.33% - 20px);
  margin: 15px 10px;
  position: relative;
}

.upcoming_events_list li a {
  padding-bottom: 56px;
  width: 100%;
}

.upcoming_events_list li a:hover {
  text-decoration: none;
}

.upcoming_events_list li .img-wrp {
  width: 100%;
}

.upcoming_events_list li .img-wrp img {
  max-width: 100%;
}

.upcoming_events_list li .card-body {
  padding: 20px;
}

.upcoming_events_list li .card-body .dade_name_wrp {
  display: flex;
}

.upcoming_events_list li .card-body .dade_name_wrp .event-date-box {
  width: 60px;
  height: 60px;
  background: #f0f0f3;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.upcoming_events_list li .card-body .dade_name_wrp .event-date-box .event-date-number {
  font-size: 24px;
  color: #333333;
  font-weight: 500px;
}

.upcoming_events_list li .card-body .dade_name_wrp .event-date-box .event-date-month {
  font-size: 14px;
  color: #6a6a6a;
  font-weight: 500px;
}

.upcoming_events_list li .card-body .dade_name_wrp .event-description-text {
  width: calc(100% - 60px);
  padding-left: 10px;
}

.upcoming_events_list li .card-body .dade_name_wrp .event-description-text .event-description-info {
  font-size: 16px;
  color: #273239;
  line-height: 24px;
}

.upcoming_events_list li .ebtm_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.upcoming_events_list li .ebtm_wrp .start_in_text {
  font-size: 13px;
  color: #6a6a6a;
  display: flex;
  align-items: center;
}

.upcoming_events_list li .ebtm_wrp .start_in_text .clockIc {
  color: #9a9a9a;
  font-size: 12px;
  height: auto;
}

.upcoming_events_list li:hover .btn_v4 {
  color: #ffffff;
}

.upcoming_events_list .slick-arrow {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #c4c4c4;
  display: flex;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  z-index: 2;
}

.upcoming_events_list .slick-arrow.fa-angle-right {
  left: inherit;
  right: 0;
}

.upcoming_events_list .slick-arrow.slick-disabled {
  opacity: 0.6;
}

.btn_v4 {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 500;
  background-color: #ffffff;
  font-size: 14px;
}

.btn_v4:hover {
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .upcoming_events_list li {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .upcoming_events_list li {
    width: 100%;
  }
}

/* upcoming events 6541 end */
/* 6520 start */
/* timer start */
.timer_wrp {
  display: flex;
  align-items: center;
}

.timer_wrp .timer_txt_2 {
  font-size: 16px;
  color: #333333;
  margin: -5px 5px 0 0;
}

.timer_wrp .timer_inp {
  width: 40px;
  height: 40px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  color: #333333;
}

.timer_wrp .counter_timer {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.timer_wrp .counter_divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
}

/* timer End */
.epre_inr_wrp.v2 {
  margin-bottom: 50px;
}

.epre_inr_wrp.v2 .events_para {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.epre_inr_wrp.v2 .about_events.act .events_para {
  -webkit-line-clamp: inherit;
}

.epre_inr_wrp.v2 .upcoming_events_block {
  background: #f6f7fa;
  margin: 0;
  padding-top: 60px;
}

.epre_inr_wrp.v2 .register_block.stick .register_heading {
  max-width: 215px;
}

.epre_inr_wrp.v2 .register_block.stick .timer_wrp {
  margin-right: 20px;
}

.rm_link {
  display: flex;
  margin-top: 16px;
  justify-content: end;
  font-size: 16px;
  color: #156df6;
}

.upcmng_usr_wrp {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}

.upcmng_usr_wrp .user_image {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
}

.upcmng_usr_wrp .user_image img {
  width: 100%;
}

.upcmng_usr_wrp .up_txt {
  font-size: 16px;
  color: #273239;
  margin-top: 10px;
}

.upcmng_usr_wrp .btn_v4 {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .epre_inr_wrp.v2 .register_block.stick {
    padding: 15px;
  }
  .epre_inr_wrp.v2 .register_block.stick .register_wrp {
    flex-flow: column;
    align-items: baseline;
  }
  .epre_inr_wrp.v2 .register_block.stick .register_wrp .rght_wp {
    width: 100%;
    justify-content: end;
  }
}

@media only screen and (min-width: 768px) {
  .timer_wrp .register_heading_2 {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .epre_inr_wrp.v2 .upcoming_events_block {
    padding-top: 40px;
    padding-bottom: 150px;
  }
  .epre_inr_wrp.v2 .register_block .register_wrp .rght_wp {
    flex-flow: column;
  }
  .epre_inr_wrp.v2 .register_block .register_wrp .rght_wp .btn_v2 {
    width: 100%;
  }
  .epre_inr_wrp.v2 .register_block.stick .register_heading {
    max-width: 100%;
  }
  .epre_inr_wrp.v2 .register_block.stick .timer_wrp .timer_txt_2 {
    margin-top: 10px;
  }
  .upcmng_usr_wrp {
    margin-top: 35px;
  }
  .timer_wrp {
    flex-flow: column;
    align-items: baseline;
  }
  .timer_wrp .timer_txt_2 {
    font-size: 14px;
  }
  .timer_wrp .counter_timer_wrp {
    margin: 0;
  }
  .timer_wrp .counter_timer_wrp .timer_inp {
    width: 35px;
    padding-left: 10px;
  }
}

/* 6520 End */
.valueSelected {
  font-size: 75%;
  transform: translate3d(0, -17px, 0);
  opacity: 1;
  background: #ffffff;
  z-index: 3;
}

#frm_event_register .additional-txt-area {
  height: 80px;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

#frm_event_register .radio-inp-wrp {
  padding: 22px 20px;
}

#frm_event_register .form_list_2 select {
  -webkit-appearance: listbox;
}

.w100per {
  width: 100% !important;
}

/* 8383 start */
#frm_event_register .form_list_2 > li {
  padding-bottom: 20px;
}

.radio-inp-wrp.upload_wrp {
  display: flex;
  padding-top: 12px !important;
  padding-bottom: 15px !important;
  margin-bottom: 10px;
}

.radio-inp-wrp.upload_wrp .upload_label {
  position: absolute;
  top: 0;
  font-size: 14px;
}

.radio-inp-wrp.upload_wrp .upload_inr_wrp {
  /*margin-left: 10px;*/
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding-bottom: 5px;
  margin-top: 10px;
}

.radio-inp-wrp.upload_wrp .upload_inr_wrp .fileInput {
  position: relative;
  width: 100%;
}

.radio-inp-wrp.upload_wrp .upload_inr_wrp .fileInput .atchIc {
  display: none;
}

.radio-inp-wrp.upload_wrp .upload_inr_wrp .fileInput .upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.radio-inp-wrp.upload_wrp .upload_inr_wrp .fileInput span {
  font-size: 14px;
  color: #212121;
  float: left;
  margin-right: 5px;
}

.radio-inp-wrp.upload_wrp .upload_inr_wrp .fileInput .tc_li_grey_v2 {
  margin-top: 2px;
}

.radio-inp-wrp.upload_wrp .upload_inr_wrp .fileInput .fa-paperclip-vertical {
  position: absolute;
  top: 0;
  right: 0;
}

.radio-inp-wrp.upload_wrp .upload_inr_wrp .tag_list {
  list-style: none;
  display: none;
}

.radio-inp-wrp.upload_wrp .upload_inr_wrp .tag_list li {
  display: flex;
  align-items: center;
  position: relative;
}

.radio-inp-wrp.upload_wrp .upload_inr_wrp .tag_list li p {
  font-size: 16px;
  color: #212121;
}

.radio-inp-wrp.upload_wrp .upload_inr_wrp .tag_list li .grnClsIc {
  color: #212121;
  font-weight: 500;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 1px;
  padding: 0 5px;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 15px;
  height: 15px;
}

.radio-inp-wrp.upload_wrp .event_err {
  position: absolute;
  bottom: 0;
}

/* 8383 End */
.listing_header {
  width: 100%;
  padding: 0 15px;
  transition: all 0.3s ease;
  height: 75px;
  display: flex;
  align-items: center;
  background: #ffffff;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  border-bottom: 1px solid #ebebeb;
}

.listing_header.dock {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.listing_logo_wrp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing_logo_wrp .bar_icon {
  width: 17px;
  margin-right: 15px;
}

.listing_logo_wrp .bar_icon img {
  max-width: 100%;
}

.listing_logo_wrp .listing_logo img {
  max-width: 100%;
}

.listing_logo_wrp .listing_logo:hover {
  text-decoration: none;
}

.listing_logo_wrp .listing_logo .bld {
  font-weight: bold;
}

.listing_logo_wrp .hdr_txt {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 500;
  margin-left: 10px;
  padding-top: 4px;
}

.listing_logo_wrp .bar_icon + .listing_logo {
  margin-left: 20px;
}

.right_list {
  list-style: none;
  display: flex;
  align-items: center;
}

.right_list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  position: relative;
}

.right_list > li:first-child {
  margin: 0;
}

.right_list > li > a {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.right_list > li > a:hover {
  text-decoration: none;
}

.right_list > li > a .nav_icon {
  /*width: 20px;*/
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.right_list > li > a .nav_icon img {
  max-width: 100%;
}

.right_list > li > a .nav_icon img.hvr_img {
  display: none;
}

.right_list > li > a .nav_icon i {
  font-size: 18px;
  color: #6a6a6a;
}

.right_list > li > a .nav_icon .fa-solid {
  display: none;
}

.right_list > li > a .nav_txt {
  font-size: 14px;
  color: #6a6a6a;
  margin-top: 6px;
}

.right_list > li:hover a, .right_list > li.act a {
  color: #156ef6;
}

.right_list > li:hover a .nav_txt, .right_list > li.act a .nav_txt {
  color: #156ef6;
}

.right_list > li:hover a .nav_icon img, .right_list > li.act a .nav_icon img {
  filter: brightness(1) sepia(1) hue-rotate(180deg) saturate(10);
  /*&.hvr_img{display: block;}*/
  /*&.nrml_img{display: none;}*/
}

.right_list > li:hover a .nav_icon i, .right_list > li.act a .nav_icon i {
  color: #156ef6;
}

.right_list > li:hover a .nav_icon .fa-solid, .right_list > li.act a .nav_icon .fa-solid {
  display: block;
}

.right_list > li:hover a .nav_icon .fa-regular, .right_list > li.act a .nav_icon .fa-regular {
  display: none;
}

.right_list > li .user_info_wp {
  border-color: #d9e5f2;
  margin: 0;
}

.right_list > li .user_info_wp .user_arrow {
  border-top-color: #156ef6;
}

.right_list > li .user_info_wp:hover {
  border-color: #156ef6;
}

.right_list > li.sme_li:hover .nav_icon img, .right_list > li.sme_li.act .nav_icon img {
  filter: none;
}

.right_list > li.cdd_wrp {
  margin-left: 10px;
  padding-top: 24px;
}

.right_list.search_bar {
  width: auto;
}

.nav_button {
  height: 48px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-weight: 500;
}

.nav_button:hover {
  text-decoration: none;
  color: #ffffff;
  background-image: linear-gradient(to bottom, #1058C4, #1030C4);
}

.listing_header .search_cont_2 {
  /*width: 500px;*/
  width: 470px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing_header .search_cont_2 .search_input_wrp {
  background: #ffffff;
  width: calc(100% - 110px);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  position: relative;
  display: flex;
}

.listing_header .search_cont_2 .search_input_wrp .search_input {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 16px;
  color: #273239;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.listing_header .search_cont_2 .search_btn {
  width: 110px;
  height: 42px;
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.listing_header .search_cont_2 .search_btn:hover {
  background-image: linear-gradient(to bottom, #1058C4, #1030C4);
}

.listing_header .search_cont_2 .search_btn .fa-search {
  margin-right: 10px;
}

.header_supporter {
  height: 75px;
}

.nav_dd {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 155px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #efefef;
  background-color: #ffffff;
  position: absolute;
  top: 53px;
  right: 0;
  padding: 20px;
  display: none;
}

.nav_dd .ntmmbr_txt {
  font-size: 13px;
  color: #6a6a6a;
  margin: 20px auto 10px;
}

.nav_dd .clr_btn {
  width: 100%;
  outline: none !important;
}

.nav_dd .list_btn {
  width: 100%;
  height: 36px;
  font-size: 14px;
  outline: none !important;
}

.clr_btn {
  font-size: 14px;
  color: #ffffff;
  height: 36px;
  background: #156ef6;
  min-width: 110px;
  border-radius: 4px;
}

.clr_btn:hover {
  background: #0757d1;
}

.nav_dd_list {
  list-style: none;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 180px;
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #efefef;
  background-color: #ffffff;
  position: absolute;
  top: 44px;
  right: 0;
  padding: 5px 0;
  display: none;
}

.nav_dd_list li {
  display: flex;
  align-items: center;
  width: 100%;
}

.nav_dd_list li a {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  width: 100%;
}

.nav_dd_list li a img {
  width: 14px;
}

.nav_dd_list li a .nav_dd_txt {
  font-size: 14px;
  color: #6a6a6a;
  margin-left: 10px;
  text-align: left;
}

.nav_dd_list li a i {
  font-size: 18px;
  width: 20px;
  color: #6a6a6a;
}

.nav_dd_list li a .fa-solid {
  display: none;
}

.nav_dd_list li:hover a {
  color: #156ef6;
}

.nav_dd_list li:hover a img {
  filter: brightness(0.5) sepia(1) hue-rotate(180deg) saturate(10);
}

.nav_dd_list li:hover a .nav_dd_txt {
  color: #156ef6;
}

.nav_dd_list li:hover a .fa-solid {
  display: block;
  color: #156ef6;
}

.nav_dd_list li:hover a .fa-light {
  display: none;
}

.nav_dd_list li:hover a .fa-light {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .listing_header.listing_home_header .navWrp {
    display: none;
  }
  .listing_header.listing_home_header.dock .navWrp {
    display: block;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .listing_logo_wrp {
    /*.listing_logo{font-size: 20px;}*/
  }
  .listing_logo_wrp .bar_icon + .listing_logo {
    margin-left: 10px;
  }
  .right_list > li {
    margin-left: 20px;
  }
  .nav_button {
    padding: 0 10px;
  }
}

.mobile_bottom_nav_supporter, .right_list.v2 {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1070px) {
  .listing_header .search_cont_2 {
    width: 450px;
  }
}

@media only screen and (max-width: 1023px) {
  .nav_dd {
    top: 40px;
  }
  .listing_header {
    height: 116px;
    align-items: baseline;
    padding: 0;
  }
  .listing_logo_wrp {
    position: absolute;
    width: 100%;
    top: 58px;
    left: 10px;
    /*justify-content: end;*/
    justify-content: flex-start;
  }
  .listing_logo_wrp .bar_icon {
    margin-right: 10px;
    /*width: 24px;*/
  }
  .listing_logo_wrp .bar_icon + .listing_logo {
    margin-left: 0;
  }
  .header_supporter {
    height: 125px;
  }
  .nav_button {
    height: 30px;
    /*font-size: 12px;*/
    padding: 0 10px;
  }
  .right_list {
    width: 100%;
    height: 48px;
    padding: 4px 10px;
    background: #f4f4f4;
    justify-content: flex-end;
    /*> li .dn{display: none;}*/
  }
  .right_list.search_bar {
    position: fixed;
    top: 0;
    right: 0;
  }
  .right_list > li {
    margin: 0 0 0 20px;
  }
  .right_list > li a .nav_icon {
    /*width: 16px; height: 16px;*/
  }
  .right_list > li a .nav_txt {
    font-size: 12px;
  }
  .right_list > li .nav_button {
    font-size: 12px;
    height: 24px;
    padding: 0 5px;
  }
  .right_list > li.btn_li {
    position: absolute;
    top: 4px;
    left: 10px;
    margin: 0;
  }
  .right_list > li.sme_li {
    position: absolute;
    left: 10px;
    top: 4px;
  }
  .right_list > li.search_li {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff;
  }
  .right_list > li.search_li form {
    width: 100%;
  }
  .right_list > li.search_li .listing_header .search_cont_2 {
    width: 100%;
  }
  .right_list > li.search_li .listing_header .search_cont_2 .search_input_wrp {
    width: calc(100% - 80px);
    border: 1px solid #ccc;
  }
  .right_list > li.search_li .listing_header .search_cont_2 .search_input_wrp .search_input {
    height: 34px;
    font-size: 14px;
  }
  .right_list > li.search_li .listing_header .search_cont_2 .search_btn {
    width: 80px;
    height: 36px;
    font-size: 14px;
  }
  .listing_header {
    transition: all 0.3s ease;
  }
  .listing_header.dock {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    height: 56px;
    transition: all 0.3s ease;
  }
  .listing_header.dock .listing_logo_wrp {
    top: 15px;
    transition: all 0.3s ease;
  }
  .listing_header.dock .listing_logo_wrp .listing_logo {
    display: none;
    transition: all 0.3s ease;
  }
  .listing_header.dock .right_list {
    background: #ffffff;
    transition: all 0.3s ease;
  }
  .listing_header.dock .right_list li {
    display: none;
    transition: all 0.3s ease;
  }
  .listing_header.dock .right_list li.search_li {
    display: block;
    top: 0;
    width: calc(100% - 40px);
    left: inherit;
    right: 0;
    border: none;
    transition: all 0.3s ease;
    padding-bottom: 0;
  }
  .mobile_bottom_nav_supporter {
    height: 60px;
    display: block;
    display: none;
  }
  .right_list.v2 {
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    width: 100%;
    height: 60px;
    z-index: 3;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    display: none;
  }
  .right_list.v2 li a .nav_txt {
    color: #393a7e;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .listing_logo_wrp .listing_logo {
    width: 140px;
  }
  .listing_logo_wrp .bar_icon + .listing_logo {
    max-width: 175px;
  }
  .listing_logo_wrp .hdr_txt {
    font-size: 14px;
    padding-top: 5px;
  }
  .listing_header .search_cont_2 {
    width: 100%;
  }
}

@media only screen and (max-width: 349px) {
  .listing_logo_wrp {
    /*.listing_logo{font-size: 19px;}*/
  }
}

@media only screen and (max-width: 374px) {
  .listing_logo {
    max-width: 150px;
  }
  .listing_logo_wrp .bar_icon + .listing_logo {
    max-width: 125px;
  }
}

.search_input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9a9a9a;
  opacity: 1;
  /* Firefox */
}

.search_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9a9a9a;
}

.search_input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: 9a9a9a;
}

/* select dd start */
.custom_select_wrp {
  width: 135px;
  float: left;
  border-right: 1px solid #ebebeb;
  height: 46px;
  line-height: 46px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f8f8f8;
  position: relative;
  box-sizing: border-box;
}

.custom_select_wrp .selected_text_2 {
  font-size: 14px;
  color: #273239;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 0 25px 0 10px;
}

.custom_select_wrp .selected_text_2::before {
  width: 0;
  height: 0;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #6a6a6a;
  z-index: 3;
  position: absolute;
  top: 22px;
  right: 10px;
  transition: all 0.3s ease;
}

.custom_select_wrp.act .selected_text_2::before {
  transform: rotate(180deg);
}

.select_list_2 {
  list-style: none;
  width: 100%;
  position: absolute;
  top: 48px;
  left: 0;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  z-index: 100;
  background: #ffffff;
  display: none;
}

.select_list_2 li {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #8c8c8c;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 5px;
}

.select_list_2 li:hover {
  color: #273239;
  font-weight: 500;
  background: #f2fcfe;
}

@media only screen and (max-width: 1023px) {
  .custom_select_wrp {
    height: 34px;
    line-height: 34px;
  }
  .custom_select_wrp .selected_text_2::before {
    top: 17px;
  }
}

/* select dd End */
/* category menu for Desktop Start */
.mobile_menu {
  display: none;
}

.navWrp {
  position: relative;
  z-index: 2;
}

.navWrp .vm-dropdown-cont {
  position: absolute;
  top: 48px;
  z-index: 40;
  border: 1px solid #ebebeb;
  width: 200px;
  background: white;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.view_all_cat, .vm-dropdown-cont {
  display: none;
}

.vm-dropdown-cont .vm-dropdown {
  overflow: hidden;
}

.vm-dropdown-cont .vm-dropdown .nano {
  min-height: initial;
  max-height: initial;
}

.vm-dropdown-cont .vm-dropdown li::before {
  content: "";
  width: 0;
  height: 0;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #212121;
  z-index: 3;
  float: right;
  margin: 14px 8px 0 0;
}

.vm-dropdown-cont {
  position: absolute;
  top: 51px;
  z-index: 40;
  border: 1px solid #ebebeb;
  left: 0;
  background: #ffffff;
}

.collapse-menu > ul > li > .vm-dropdown-cont {
  padding: 0;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-top: 0;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
}

.vm-dropdown-cont .vm-dropdown {
  overflow: hidden;
  height: 556px;
}

.vm-dropdown-cont .vm-dropdown:hover {
  /*background:#ebebeb;*/
}

.vm-dropdown-cont .vm-dropdown > li:hover {
  background: #E8F6FD;
}

.vm-dropdown-cont .vm-dropdown > li:hover > .menu-banner-wrap {
  display: flex;
}

.vm-dropdown-cont .vm-dropdown > li > a {
  padding: 10px 25px 10px 10px;
  font-size: 13px;
  display: flex;
  position: relative;
  line-height: initial;
  color: #273239;
}

.vm-dropdown-cont .vm-dropdown > a {
  display: flex;
}

.hasSub:hover a:before {
  content: " ";
  position: absolute;
  float: right;
  right: -17px;
  top: 5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.header-bottom .vm-dropdown-cont, .breadcrumbs.v1 .vm-dropdown-cont {
  display: none;
}

.menu-banner-wrap {
  width: 910px;
  width: 67.457vw;
  width: 20vw;
  left: 193px;
  height: 100%;
  top: 0;
  position: absolute;
  display: none;
  background: white;
  height: 100%;
  -webkit-box-shadow: 8px 2px 33px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 8px 2px 33px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 8px 2px 33px -8px rgba(0, 0, 0, 0.75);
}

.menu-banner-wrap.v2 {
  width: 67.457vw;
}

.have_banner .menu-banner-wrap .mega-menu-wrp.level_1 {
  padding-right: 0;
}

.mega-menu-wrp.level_1.nano {
  width: 100%;
  margin: 0;
  border: none !important;
}

.have_banner .mega-menu-wrp.level_1 {
  padding-right: 24.238vw;
}

.category_icon {
  width: 10px;
  height: 10px;
}

.main_cate_txt {
  margin-top: -3px;
  margin-left: 7px;
  display: inline-flex;
  flex-grow: 1;
  flex-shrink: 1;
}

.collapse-menu ul li ul li a .caret {
  margin: 5px 0 0;
}

.collapse-menu ul li ul li a, .vm-dropdown-cont li a {
  padding: 0;
}

.mega-menu-wrp.level_1 .nano-content {
  padding: 0 10px;
  width: 100%;
}

.mega-menu-wrp.level_1 .nano-content > li {
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  font-size: 13px;
}

.mega-menu-wrp.level_1 .nano-content > li > a {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  width: auto;
  display: inline-block;
}

.mega-menu-wrp.level_1 .nano-content > li::before {
  content: "";
  display: none;
}

.mega-menu-wrp.level_1 .nano-content > li:hover {
  color: #156EF6;
}

.mega-menu-wrp.level_2 .mega-menu-inn {
  display: flex;
  flex-flow: row wrap;
  margin-top: 5px;
}

.mega-menu-wrp.level_2 .mega-menu-inn a {
  color: #666;
  display: inline-block;
  word-wrap: normal;
  white-space: nowrap;
  padding-right: 20px;
  padding-left: 0;
  margin: 0 8px 6px 0;
  font-size: 14px;
  border: none;
  width: auto;
}

.view_all_cat {
  position: absolute;
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #4e4e4e;
  background: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.view_all_cat:hover {
  color: #156EF6;
}

.menuOvarlay {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  bottom: 0;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  z-index: 5;
  top: 128px;
  top: 0;
  display: none;
}

.caret {
  display: none;
}

.menu_banner {
  display: flex;
  width: 300px;
  width: 22.238vw;
  z-index: 3;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: absolute;
  right: 20px;
  height: 100%;
}

.menu_banner .inner_block {
  background: #000;
  width: 100%;
}

.menu_banner .inner_block:first-child {
  margin-bottom: 20px;
}

.menu_banner .inner_block img {
  width: 100%;
}

@media (max-width: 1199px) {
  .vm-dropdown {
    display: block;
  }
}

@media (max-width: 1023px) {
  .vm-dropdown-cont {
    display: none;
  }
  .desktop_menu {
    display: none;
  }
  .mobile_menu {
    display: block;
  }
}

.menu_blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.menu_blocker.act {
  display: block;
}

.collapse-menu ul li ul li {
  margin-bottom: 0;
}

.header-bottom .vm-dropdown {
  background-color: #fff;
  /*border: 1px solid #ebebeb;*/
  width: 100%;
  z-index: 999;
}

.collapse-menu > ul > li > a.vm-menu {
  z-index: 3;
}

.menu_banner {
  display: flex;
  width: 300px;
  width: 22.238vw;
  z-index: 23;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: absolute;
  right: 20px;
  height: 100%;
}

.menu_banner .inner_block:first-child {
  margin-bottom: 20px;
}

/* category menu for Desktop End */
/* category menu for mobile Start */
@media (max-width: 1023px) {
  #my-menu:not(.mm-menu) {
    display: none;
  }
}

@media (min-width: 768px) {
  #my-menu {
    display: none;
  }
}

/*jquery.mmenu css starts*/
/*!
 * jQuery mmenu v7.3.0
 * @requires jQuery 1.7.0 or later
 *
 * mmenujs.com
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu {
  --mm-line-height:20px;
  --mm-listitem-size:44px;
  --mm-navbar-size:44px;
  --mm-offset-top:0;
  --mm-offset-right:0;
  --mm-offset-bottom:0;
  --mm-offset-left:0;
  --mm-color-border:rgba(0, 0, 0, 0.1);
  --mm-color-button:rgba(0, 0, 0, 0.3);
  --mm-color-text:rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed:rgba(0, 0, 0, 0.3);
  --mm-color-background:#f3f3f3;
  --mm-color-background-highlight:rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis:rgba(255, 255, 255, 0.4);
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.3 );
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: 20px;
  line-height: var(--mm-line-height);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: inherit;
  text-decoration: none;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-panels, .mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panel, .mm-panels {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panel:after, .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}

.mm-panel_has-navbar {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size);
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
}

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  padding: 0;
}

.mm-btn:after, .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-button);
  border-width: 2px;
  border-style: solid;
}

.mm-btn_close:after, .mm-btn_close:before {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-btn_next:after, .mm-btn_prev:before {
  content: '';
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
  right: auto;
}

[dir=rtl] .mm-btn_close:before {
  left: 25px;
}

[dir=rtl] .mm-btn_close:after {
  left: 18px;
}

.mm-navbar {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text-dimmed);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
  display: none;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0 44px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.mm-navbar > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12px;
  padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
  padding-left: 0;
  padding-right: 0;
}

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar__title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.mm-navbar__btn:first-child {
  text-align: left;
  left: 0;
}

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel_has-navbar .mm-navbar {
  display: block;
}

[dir=rtl] .mm-navbar__btn:first-child {
  text-align: right;
  right: 0;
  left: auto;
}

[dir=rtl] .mm-navbar__btn:last-child {
  text-align: left;
  left: 0;
  right: auto;
}

.mm-listitem, .mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  color: var(--mm-color-text);
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-border);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mm-listitem:after {
  content: '';
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem__btn, .mm-listitem__text {
  color: inherit;
  display: block;
  padding-top: 12px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
}

.mm-listitem__text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.mm-listitem__btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  tap-highlight-color: var(--mm-color-background-emphasis);
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 54px;
  position: relative;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listitem_divider {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  font-size: 75%;
  text-transform: uppercase;
  min-height: 20px;
  min-height: var(--mm-line-height);
  padding: 6.5px;
  padding: calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px;
}

.mm-listitem_spacer {
  padding-top: 44px;
  padding-top: var(--mm-listitem-size);
}

.mm-listitem_spacer > .mm-btn_next {
  top: 44px;
  top: var(--mm-listitem-size);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}

[dir=rtl] .mm-listitem__btn {
  padding-left: 54px;
  border-left-width: 0;
  border-left-style: none;
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 3;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}

.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}

.mm-wrapper_blocking body {
  overflow: hidden;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

/*jquery.mmenu css ends*/
/*jquery-ui.min css start*/
/*! jQuery UI - v1.11.4 - 2016-03-01
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/*   =================================================================================== custom strat ============================================================================================  */
/*responsive css*/
/* Tablet desktop :991px. */
@media (max-width: 991px) {
  .mmenu-icon {
    font-size: 18px;
    position: relative;
    z-index: 99;
    color: #fff;
    padding-left: 12px;
    padding-top: 5px;
  }
  .mmenu-icon:hover {
    color: #ffffff;
  }
  .mm-menu_offcanvas {
    z-index: 99999;
  }
  .mm-menu_offcanvas .text-label {
    display: none;
  }
  .mm-panel, .mm-panels {
    background-color: #ffffff;
  }
  html .mm-menu ~ .mm-slideout:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: -100;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
  }
  html.mm-wrapper_opening .mm-menu ~ .mm-slideout:before {
    z-index: 100;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: not-allowed;
  }
}

/*   =================================================================================== custom strat ============================================================================================  */
.mm-wrapper__blocker {
  z-index: 3;
}

/* category menu for mobile End */
/* listing header currency dropdown start */
.currency_dd {
  position: relative;
  width: 50px;
  /*background: #ffffff;*/
}

.currency_dd .fa-angle-down {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 10px;
  color: #273239;
}

.currency_dd .selected_currency {
  font-size: 14px;
  color: #6a6a6a;
  padding: 5px 10px 5px 5px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.currency_dd .currency_list {
  list-style: none;
  position: absolute;
  top: 28px;
  left: 0;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  width: 100%;
  border-radius: 5px;
  display: none;
  z-index: 3;
  transition: all 0.3s ease;
}

.currency_dd .currency_list li {
  font-size: 14px;
  color: #273239;
  border-top: 1px solid #c4c4c4;
  cursor: pointer;
}

.currency_dd .currency_list li a {
  color: #273239;
  padding: 5px 10px;
}

.currency_dd .currency_list li a:hover {
  color: #156ef6;
}

.currency_dd .currency_list li:first-child {
  border: none;
}

@media only screen and (max-width: 1023px) {
  /*.right_list>li.cdd_wrp{position: fixed; top: 9px; right: 170px;}*/
  /*.listing_header.dock .right_list >li.cdd_wrp{display: block; top: 16px; left: 520px;}*/
}

/* listing header currency dropdown end */
.buy_product .overlay_wrp .clsBtn_000, .seller_product_modal .overlay_wrp .clsBtn_000 {
  top: 10px !important;
  right: 10px !important;
  width: 14px;
  height: 14px;
  z-index: 1;
  position: absolute;
  right: 10px;
}

a:hover {
  text-decoration: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: none;
}

/* breadcrum start */
.breadcrumb_wrp {
  padding-top: 20px;
}

.breadcrumb_list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb_list li {
  margin-right: 5px;
}

.breadcrumb_list li a {
  display: block;
  font-size: 14px;
  color: #4a4a4a;
}

.breadcrumb_list li:last-child a {
  color: #9a9a9a;
  pointer-events: none;
}

/* breadcrum End */
/* colapsible_wrp start */
.page_wrp {
  padding-top: 20px;
}

.colapsible_list {
  list-style: none;
}

.colapsible_list > li {
  display: flex;
  flex-flow: column;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
  cursor: pointer;
}

.colapsible_list > li:first-child {
  padding-top: 0;
}

.colapsible_list > li .colapsible_heading {
  font-size: 14px;
  color: #273239;
  font-weight: 500;
  position: relative;
}

.colapsible_list > li .checklist {
  list-style: none;
  margin-top: 10px;
}

.colapsible_list > li .checklist > li, .colapsible_list > li .checklist .os-padding li {
  padding: 6px 0;
}

.colapsible_list > li .checklist > li .form-check, .colapsible_list > li .checklist .os-padding li .form-check {
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
}

.colapsible_list > li .checklist > li .form-check .form-check-input, .colapsible_list > li .checklist .os-padding li .form-check .form-check-input {
  width: 14px;
  height: 14px;
  border-color: #979797;
  position: static;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.colapsible_list > li .checklist > li .form-check .form-check-label, .colapsible_list > li .checklist .os-padding li .form-check .form-check-label {
  font-size: 14px;
  color: #4a4a4a;
  cursor: pointer;
  text-transform: capitalize;
}

.colapsible_list > li .checklist > li .checklist, .colapsible_list > li .checklist .os-padding li .checklist {
  padding-left: 30px;
  margin-top: 5px;
}

.colapsible_list > li .checklist > li .checklist li, .colapsible_list > li .checklist .os-padding li .checklist li {
  padding: 4px 0;
}

.text_link {
  font-size: 14px;
  color: #273239;
  text-decoration: underline;
  margin-top: 10px;
}

.text_link:hover {
  color: #273239;
}

.text_link.v2 {
  text-decoration: none;
}

.text_link.v2:hover {
  text-decoration: underline;
}

.arrow_list {
  list-style: none;
  padding-top: 10px;
}

.arrow_list li {
  font-size: 14px;
  color: #4a4a4a;
  padding: 5px 0 5px 20px;
  position: relative;
}

.arrow_list li .down_arrow {
  font-size: 30px;
  position: absolute;
  top: -5px;
  left: 0;
  transform: rotate(-90deg);
}

.arrow_list li .arrow_list li:hover, .arrow_list li .arrow_list li.act {
  color: #273239;
  font-weight: 500;
}

.colapsible_list_wrp.act {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  z-index: 10;
  background: #ffffff;
  overflow-y: auto;
}

.colapsible_list_wrp.act .colapsible_list {
  display: block;
}

.browse_by {
  display: none;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}

.browse_by .cls_icon {
  position: absolute;
  top: 0;
  font-size: 17px;
  color: #273239;
  right: 0;
}

.browse_by .down_arrow {
  font-size: 30px;
  position: absolute;
  top: 2px;
  right: 0;
  transform: rotate(180deg);
}

.browse_by:hover {
  color: #333333;
}

.browse_by.act .down_arrow {
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .colapsible_list_wrp.act .browse_by {
    display: block;
  }
  .colapsible_list {
    display: none;
  }
  .colapsible_list > li .checklist li .range-slider {
    padding-right: 5px;
  }
}

/* colapsible_wrp */
/* page start */
.prd_headig {
  font-size: 20px;
  color: #273239;
  font-weight: 500;
}

.prd_headig:empty {
  display: none;
}

.hdr_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.list_tab {
  list-style: none;
  display: flex;
}

.list_tab li {
  margin-left: 30px;
  position: relative;
}

.list_tab li:first-child {
  margin-left: 0;
}

.list_tab li a {
  font-size: 16px;
  color: #6a6a6a;
  font-weight: 500;
}

.list_tab li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #156ef6;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.list_tab li a:hover {
  text-decoration: none;
}

.list_tab li.act a, .list_tab li:hover a {
  color: #273239;
}

.list_tab li.act a::before, .list_tab li:hover a::before {
  visibility: visible;
  width: 100%;
}

.ltab {
  display: none;
  padding-top: 10px;
}

.ltab.act {
  display: block;
}

.ltab .pagination {
  text-align: center;
  justify-content: center;
  margin: 30px auto 20px;
  position: relative;
}

.ltab .pagination::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 21px;
  background: #ffffff;
}

.ltab .pagination li {
  height: auto;
  line-height: inherit;
  width: auto;
}

.ltab .pagination li .page-link {
  padding: 10px;
}

.colapsible_arrow {
  width: 0;
  height: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #212121;
  z-index: 3;
  float: left;
  position: absolute;
  top: 9px;
  right: 5px;
}

.sort_by_wrp {
  display: flex;
  align-items: center;
}

.sort_by_wrp .sort_by_txt {
  font-size: 14px;
  color: #273239;
  padding-right: 5px;
}

.select_Wrp_l {
  position: relative;
}

.select_Wrp_l.act .colapsible_arrow {
  transform: rotate(180deg);
}

.select_Wrp_l .selected_text {
  font-size: 12px;
  color: #9a9a9a;
  min-width: 124px;
  height: 24px;
  border-radius: 4px;
  border: solid 1px #c4c4c4;
  background-color: #ffffff;
  padding: 0 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.select_Wrp_l .selected_text:hover {
  text-decoration: none;
}

.select_Wrp_l .select_list {
  border-radius: 4px;
  border: solid 1px #c4c4c4;
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  background: #ffffff;
  display: none;
  list-style: none;
}

.select_Wrp_l .select_list li {
  font-size: 14px;
  color: #9a9a9a;
  border-top: 1px solid #c4c4c4;
  padding: 5px 8px;
  cursor: pointer;
}

.select_Wrp_l .select_list li:hover {
  background: #f0f0f0;
}

.select_Wrp_l .select_list li:first-child {
  border-top: none;
}

.prod_list {
  list-style: none;
}

.prod_list > li {
  padding: 20px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  margin-top: 10px;
  display: flex;
}

.prod_list > li .prod_img {
  display: flex;
  width: 210px;
  height: 210px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /*background: #f4f4f4;*/
  position: relative;
}

.prod_list > li .prod_img img {
  max-width: 100%;
}

.prod_list > li .middle_sectn_wrp {
  width: calc(100% - 210px);
  padding-left: 50px;
  display: flex;
}

.prod_list > li .middle_sectn_wrp .middle_sectn {
  width: calc(100% - 260px);
  padding-right: 55px;
}

.prod_list > li .middle_sectn_wrp .middle_sectn .btm_txt {
  font-size: 14px;
  color: #273239;
  margin-top: 8px;
}

.prod_list > li .middle_sectn_wrp .middle_sectn .prd_desc {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 20px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.prod_list > li .rght_sectn {
  width: 260px;
}

.prod_list > li .prod_name {
  font-size: 16px;
  color: #273239;
  font-weight: 500;
  word-break: break-all;
}

.prod_list > li .prod_price {
  font-size: 16px;
  color: #273239;
  font-weight: 500;
  margin-top: 10px;
}

.prod_list > li:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.qty_wrp {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}

.qty_wrp .qty_border {
  border-radius: 15px;
  border: solid 1px #156ef6;
  overflow: hidden;
  background-color: #ffffff;
  height: 24px;
  font-size: 12px;
  color: #273239;
  display: flex;
  align-items: center;
  margin: 2px;
}

.qty_wrp .qty_border .min_text {
  padding: 0 10px;
  background: #f4f4f4;
  display: flex;
  height: 22px;
  align-items: center;
  border-right: 1px solid #156ef6;
}

.qty_wrp .qty_border .min_qty {
  padding: 0 10px;
  display: flex;
  height: 22px;
  align-items: center;
}

.seller_details_wrp {
  padding: 10px;
  background: #f9f9f9;
}

.seller_info_wrp {
  display: flex;
}

.seller_info_wrp .img_wrp {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.seller_info_wrp .img_wrp img {
  max-width: 100%;
}

.seller_info_wrp .comp_name_wrp {
  width: calc(100% - 60px);
  padding-left: 10px;
}

.seller_info_wrp .comp_name {
  font-size: 14px;
  color: #273239;
  /*line-height: 18px;*/
  font-weight: 500;
  float: none;
  width: auto;
}

.vrfd_txt {
  font-size: 12px;
  color: #6a6a6a;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.vrfd_txt .fa-check-circle {
  color: #62ba46;
  margin-right: 5px;
}

.vrfd_txt .img_wrp {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 5px;
}

.vrfd_txt .img_wrp img {
  max-width: 100%;
}

.flag_wrp {
  display: flex;
  align-items: center;
  margin-top: 5px;
  height: 31px;
}

.in_flag {
  width: 18px;
  height: 12px;
  background: url(images/indian_flag.png);
  display: inline-block;
  margin-right: 0;
}

.ph_flag {
  width: 18px;
  height: 12px;
  background: url(images/philippines_flag.png);
  display: inline-block;
  background-size: cover;
}

.us_flag {
  width: 18px;
  height: 12px;
  background: url(images/us_flag.png);
  display: inline-block;
  background-size: cover;
}

.th_flag {
  width: 18px;
  height: 12px;
  background: url(images/thailand_flag.png);
  display: inline-block;
  background-size: cover;
}

.flag_wrp .city_name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  color: #6a6a6a;
}

.catBtnWrp {
  display: flex;
  flex-flow: column;
  padding-top: 5px;
  background-color: #ffffff;
}

.list_btn {
  border-radius: 5px;
  margin-top: 5px;
  border: solid 1px #156ef6;
  background-color: #ffffff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 16px;
  color: #156ef6;
  font-weight: 500;
}

.list_btn:hover {
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
  text-decoration: none;
  color: #ffffff;
}

.list_btn i {
  margin-right: 5px;
}

.list_btn.disable, .list_btn:disabled {
  border-color: #e1e1e1;
  color: #e1e1e1;
  pointer-events: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .prod_list > li .prod_img {
    width: 100px;
    height: 100px;
  }
  .prod_list > li .middle_sectn_wrp {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
  .prod_list > li .middle_sectn_wrp .middle_sectn {
    width: calc(100% - 260px);
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .prod_list > li {
    flex-flow: column;
    padding: 10px;
  }
  .prod_list > li .middle_sectn_wrp {
    width: 100%;
    padding: 20px 0 0 0;
    flex-flow: column;
  }
  .prod_list > li .middle_sectn_wrp .middle_sectn {
    width: 100%;
    padding: 0;
  }
  .prod_list > li .middle_sectn_wrp .rght_sectn {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hdr_wrp {
    flex-wrap: wrap;
  }
  .sort_by_wrp {
    margin-top: 20px;
    display: none;
  }
  .prod_list > li .prod_img {
    width: 100%;
    height: auto;
    height: 150px;
  }
  .qty_wrp .qty_border {
    font-size: 11px;
  }
  .list_tab li a {
    display: flex;
    flex-flow: column;
  }
  .list_tab li a .list_count {
    font-size: 12px;
    margin-top: 3px;
  }
  .ltab .pagination li .page-link {
    padding: 10px 4px;
  }
}

@media only screen and (max-width: 350px) {
  .ltab .pagination li .page-link {
    padding-left: 3px;
    padding-right: 3px;
  }
}

.prod_list.v2 > li {
  flex-flow: column;
}

.list_top_row {
  display: flex;
  justify-content: space-between;
}

.list_top_row .lft_sctn {
  display: flex;
  flex-flow: column;
}

.list_top_row .lft_inner {
  display: flex;
  margin-top: 7px;
}

.list_top_row .lft_inner .vrfd_txt {
  margin: 0 12px;
}

.list_top_row .lft_inner .flag_wrp {
  margin: 0 12px 0 0;
}

.list_top_row .list_btn {
  min-width: 162px;
}

.deals_in_wrp {
  display: flex;
  /*align-items: center;*/
  margin-top: 13px;
  flex-wrap: wrap;
}

.deals_in_txt {
  font-size: 14px;
  color: #4a4a4a;
  margin-right: 4px;
  width: 53px;
  margin-top: 9px;
}

.type_list {
  list-style: none;
  display: flex;
  align-items: center;
  width: calc(100% - 57px);
  flex-wrap: wrap;
}

.type_list li {
  font-size: 14px;
  color: #4a4a4a;
  padding: 5px 8px 6px 8px;
  border-radius: 5px;
  border: solid 1px #d8d8d8;
  background-color: #ffffff;
  margin: 4px;
  cursor: pointer;
}

.type_list li:hover, .type_list li.act {
  border-color: #273239;
  font-weight: 500;
  color: #273239;
}

.plus_more {
  font-size: 14px;
  color: #4a4a4a;
  padding: 5px 8px 6px 8px;
  border-radius: 5px;
  border: solid 1px #d8d8d8;
  background-color: #ffffff;
  margin: 4px;
  cursor: pointer;
}

.plus_more:hover, .plus_more.act {
  border-color: #273239;
  font-weight: 500;
  color: #273239;
}

.prod_list.v3 {
  display: flex;
  margin: 10px 0 0 -9px;
  flex-wrap: wrap;
}

.prod_list.v3 > li {
  width: calc(20% - 16px);
  height: 285px;
  border-color: #d8d8d8;
  padding: 10px;
  margin: 10px 8px;
  flex-flow: column;
}

.prod_list.v3 > li .prod_name {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prod_list.v3 > li .prod_img {
  width: 190px;
  width: 100%;
  height: 190px;
  margin-top: 10px;
}

.min_order {
  font-size: 12px;
  color: #4a4a4a;
  margin-top: 4px;
}

.list_bottom_wrp {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_bottom_wrp .text_link {
  margin: 0;
  font-size: 14px;
}

.prod_list.v3 + .list_bottom_wrp {
  margin-top: 18px;
}

.btm_list {
  display: flex;
  list-style: none;
}

.btm_list > li {
  display: flex;
  align-items: center;
  margin-left: 15px;
  position: relative;
}

.btm_list > li:hover .share_wp {
  display: block;
  top: 20px;
}

.btm_list > li:first-child {
  margin-left: 0;
}

.btm_list > li a {
  font-size: 14px;
  color: #4a4a4a;
}

.btm_list > li a.shortlist {
  display: flex;
  align-items: center;
}

.btm_list > li a i {
  margin-right: 4px;
}

.btm_list > li a .fa-star {
  width: 22px;
  height: 22px;
  background: url(images/star_hovered.svg) no-repeat;
}

.btm_list > li a .fa-star::before {
  content: "";
  display: none;
}

.btm_list > li a:hover {
  text-decoration: underline;
  color: #273239;
}

.btm_list > li a:hover .fa-star {
  background: url(images/star_normal.svg) no-repeat;
}

.btm_list > li a.act {
  text-decoration: none;
  color: #273239;
}

.btm_list > li a.act .fa-star {
  background: url(images/star_active.svg) no-repeat;
}

.btm_list > li .shrbtn {
  font-size: 14px;
  margin-top: 2px;
}

.whatsapp_share {
  height: 24px;
  border-radius: 3px;
  border: solid 1px #25d366;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #25d366 !important;
  padding: 0 5px;
}

.whatsapp_share:hover {
  color: #25d366;
}

.social_icon_list {
  list-style: none;
  display: flex;
  align-items: center;
}

.social_icon_list li {
  width: 20px;
  margin-left: 8px;
  position: relative;
}

.social_icon_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.social_icon_list li a img {
  max-width: 100%;
}

.social_icon_list li .cpy_clipboard {
  position: absolute;
  top: -25px;
  left: 0;
  background: #333333;
  border-radius: 3px;
  color: #ffffff;
  padding: 3px 5px;
  font-size: 12px;
  min-width: 85px;
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .prod_list.v3 > li {
    height: auto;
  }
  .prod_list.v3 > li .prod_price {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .prod_list.v3 > li {
    height: auto;
    width: 210px;
  }
  .prod_list.v3 > li .prod_price {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .prod_list.v3.mbl_slider .slick-arrow.v3 {
    width: 30px;
    height: 30px;
    right: -5px;
  }
  .prod_list.v3.mbl_slider .slick-arrow.v3.fa.fa-angle-left {
    left: -5px;
  }
  .prod_list.v3.mbl_slider .slick-list {
    width: 100%;
    margin-left: -10px;
  }
  .prod_list.v3.mbl_slider .slick-list .slick-slide {
    border: 1px solid #d8d8d8;
    padding: 10px;
    margin: 10px 8px;
    flex-flow: column;
  }
  .prod_list.v3.mbl_slider .slick-list .slick-slide li a {
    width: 100%;
  }
  .prod_list.v3.mbl_slider .slick-list .slick-slide li a .prod_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
  }
  .prod_list.v3 > li {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .list_top_row {
    flex-flow: column;
  }
  .list_top_row .lft_sctn {
    padding-right: 10px;
  }
  .list_top_row .lft_sctn .lft_inner {
    flex-flow: column;
  }
  .list_top_row .lft_sctn .lft_inner .flag_wrp {
    margin: 0 0 5px 0;
  }
  .list_top_row .lft_sctn .lft_inner .vrfd_txt {
    margin: 5px 0;
  }
  .btm_list {
    flex-flow: column;
  }
  .btm_list > li {
    margin: 10px 0 10px 0;
  }
  .btm_list > li:first-child {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .prod_list.v3 {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
  .prod_list.v3 + .list_bottom_wrp {
    display: inline-block;
  }
  .prod_list.v3 + .list_bottom_wrp .list_bottom_wrp .text_link {
    float: right;
    margin-top: 10px;
  }
}

/* page start */
/* contact seller page start */
.contact_seller_block {
  width: 100%;
  max-width: 1000px;
  padding: 0 15px 20px;
  margin: 44px auto 0;
}

.contact_seller_block .top_heading {
  font-size: 32px;
  color: #273239;
  font-weight: 500;
}

.contact_seller_block .top_sub_heading {
  font-size: 16px;
  color: #4a4a4a;
  margin-top: 8px;
}

.seller_prod_wrp {
  background: #f9f9fa;
  border: 1px solid #e6e6e6;
  margin-top: 24px;
  display: flex;
}

.seller_prod_wrp > .img_wrp {
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.seller_prod_wrp > .img_wrp img {
  max-width: 100%;
}

.seller_prod_wrp .seller_txt_wrp {
  width: calc(100% - 260px);
  padding: 20px 20px 15px 30px;
}

.seller_prod_wrp .seller_txt_wrp .btm_txt {
  font-size: 12px;
  color: #273239;
  margin-top: 8px;
}

.seller_prod_wrp .seller_txt_wrp .seller_details_wrp {
  margin-top: 40px;
  padding-left: 0;
}

.seller_prod_wrp .seller_txt_wrp .seller_details_wrp .seller_info_wrp .img_wrp {
  width: 40px;
  height: 40px;
}

.sprod_name {
  font-size: 24px;
  color: #273239;
  font-weight: 500;
  margin-top: 4px;
}

.sprice {
  font-size: 18px;
  color: #273239;
  font-weight: 700;
  margin-top: 10px;
}

.message_text {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  min-height: 88px;
  padding: 10px;
  font-size: 14px;
  color: #273239;
  line-height: 18px;
  margin-top: 20px;
}

.registration_block .list_btn {
  float: right;
  height: 48px;
  min-width: 172px;
  margin-top: 20px;
}

.seller_prod_wrp.v2 {
  padding: 20px;
}

.seller_prod_wrp.v2 .seller_details_wrp {
  padding: 0;
}

.seller_prod_wrp.v2 .seller_details_wrp .seller_info_wrp > .img_wrp {
  width: 90px;
  height: 90px;
}

.seller_prod_wrp.v2 .seller_details_wrp .seller_info_wrp .comp_name_wrp {
  padding-left: 20px;
}

.seller_prod_wrp.v2 .seller_details_wrp .seller_info_wrp .comp_name {
  font-size: 24px;
}

.flg_uotr {
  display: flex;
  align-items: center;
  margin: 10px 0 0 -12px;
}

.flg_uotr p {
  margin: 0 12px;
}

@media only screen and (max-width: 1023px) {
  .contact_seller_block {
    margin-top: -25px;
  }
}

@media only screen and (max-width: 767px) {
  .seller_prod_wrp {
    flex-flow: column;
  }
  .seller_prod_wrp > .img_wrp {
    width: 100%;
    height: auto;
  }
  .seller_prod_wrp .seller_txt_wrp {
    width: 100%;
    padding: 20px;
  }
  .seller_prod_wrp.v2 {
    padding: 10px;
  }
  .seller_prod_wrp.v2 .seller_details_wrp .seller_info_wrp {
    flex-flow: column;
  }
  .seller_prod_wrp.v2 .seller_details_wrp .seller_info_wrp .comp_name_wrp {
    padding: 10px 0 0 0;
    width: 100%;
  }
  .seller_prod_wrp.v2 .seller_details_wrp .seller_info_wrp .comp_name {
    font-size: 24px;
  }
}

/* contact seller page End */
/* buy product overlay start */
.buy_product .overlay_wrp {
  max-width: 830px;
  padding: 30px;
}

.buy_product .overlay_wrp .clsBtn_000 {
  font-size: 20px;
  font-weight: bold;
}

.buy_product .list_btn {
  margin-top: 20px;
  float: right;
  min-width: 130px;
}

.buy_product .list_btn i {
  margin: 0 0 0 8px;
}

.ovrlay_hdng {
  font-size: 18px;
  color: #273239;
  line-height: 26px;
  position: relative;
  padding-left: 45px;
  max-width: 635px;
}

.ovrlay_hdng .fa-external-link-alt {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.ovrlay_hdng .cmpnm {
  font-weight: bold;
}

.seller_prod_wrp.v3 {
  margin-top: 20px;
}

.seller_prod_wrp.v3 > .img_wrp {
  width: 200px;
  height: 200px;
}

.seller_prod_wrp.v3 .seller_txt_wrp {
  padding: 20px;
}

.seller_prod_wrp.v3 .sprod_name {
  font-size: 16px;
  margin: 0;
}

.seller_prod_wrp.v3 .sprice {
  font-size: 16px;
  margin-top: 8px;
}

.seller_prod_wrp.v3 .qty_wrp {
  margin-top: 7px;
}

.seller_prod_wrp.v3 .btm_txt {
  margin-top: 5px;
}

.seller_prod_wrp.v3 .seller_details_wrp {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .buy_product {
    padding: 0;
  }
  .buy_product .overlay_wrp {
    padding: 40px 15px 15px;
  }
  .seller_prod_wrp.v3 > .img_wrp {
    width: 100%;
    height: auto;
  }
  .seller_prod_wrp.v3 .seller_txt_wrp {
    padding: 15px;
  }
}

/* buy product overlay End */
/* card block start */
.comp_card_block {
  border: 1px solid #a3b4bf;
  padding: 20px;
  width: calc(100% - 70px);
  margin: 20px auto 0;
  border-radius: 3px;
  display: flex;
}

.comp_card_block > .img_wrp {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #a3b4bf;
}

.comp_card_block > .img_wrp img {
  max-width: 100%;
}

.comp_card_block .card_txt_wrp {
  width: calc(100% - 80px);
  padding-left: 18px;
  display: flex;
  flex-flow: column;
  text-align: left;
}

.comp_card_block .usr_card {
  display: flex;
  margin-top: 10px;
  align-items: center;
}

.comp_card_block .usr_card > .img_wrp {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #a3b4bf;
  border-radius: 100%;
}

.comp_card_block .usr_card > .img_wrp img {
  max-width: 100%;
  /*border-radius: 100%;*/
}

.comp_card_block .usr_card .usr_txt_wrp {
  width: calc(100% - 52px);
  padding-left: 10px;
  align-items: center;
}

.card_txt_1 {
  font-size: 16px;
  color: #273239;
  font-weight: 500;
}

.card_txt_2 {
  font-size: 12px;
  color: #6a6a6a;
  margin-top: 4px;
}

.card_txt_3 {
  font-size: 14px;
  color: #273239;
  font-weight: 500;
}

.card_txt_4 {
  font-size: 12px;
  color: #2a7bad;
  margin-top: 5px;
}

.reg_heading_2.v2 {
  margin-top: 20px;
}

.contact_seller_block .epre_container.v2 {
  border: none;
  padding: 0;
}

.contact_seller_block .ebottom_block {
  margin-top: 55px;
}

.contact_seller_block .ebottom_block .btn_v2 {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .comp_card_block {
    width: 100%;
  }
}

/* card block End */
.load_more_wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px 40px;
}

.clear_link {
  position: absolute;
  top: 16px;
  right: 15px;
  margin: 0;
}

/* product detail page start */
.prod_detail_page {
  padding-bottom: 50px;
}

.prdt_top_row {
  display: flex;
  flex-wrap: wrap;
}

.prdt_top_row .rght_sectn {
  width: 24%;
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
  box-sizing: border-box;
}

.prdt_top_row .rght_sectn .btm_list {
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: baseline;
}

.prdt_top_row .rght_sectn .btm_list > li {
  margin: 0;
}

.prdt_top_row .rght_sectn .btm_list > li:first-child {
  margin: 0 20px 10px 0;
}

/* prod slider strat */
.prd_slider_wrp {
  display: flex;
  width: 30%;
}

.prd_slider_wrp .slider-for {
  /*background: #f4f4f4;*/
}

.slider-nav {
  list-style: none;
  display: flex;
  flex-flow: column;
  margin-right: 10px;
  width: 50px;
}

.slider-nav li {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /*background: #f4f4f4;*/
  margin-bottom: 8px;
}

.slider-nav li img {
  max-width: 100%;
  display: flex;
}

.slider-nav.slick-initialized .slick-slide {
  width: 100% !important;
  height: 50px;
  display: flex;
}

.slider-nav.slick-slider .slick-track, .slider-nav .slick-slider .slick-list {
  width: 100% !important;
}

.slider-for {
  list-style: none;
  display: flex;
  width: calc(100% - 60px);
}

.slider-for li {
  width: 350px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
}

.slider-for li img {
  max-width: 100%;
}

.slider-for.slick-slider .slick-track, .slider-for .slick-slider .slick-list {
  padding: 0;
}

.slider-for.slick-initialized .slick-slide {
  display: flex;
}

/* prod slider end */
/* prod info strat */
.prd_info_wrp {
  padding-left: 30px;
  width: 46%;
}

.info_heading {
  font-size: 24px;
  color: #273239;
  line-height: 30px;
  font-weight: 500;
}

.info_heading_wrp {
  display: flex;
  align-items: center;
  margin-top: 7px;
}

.info_heading_2 {
  font-size: 14px;
  color: #273239;
  line-height: 18px;
  margin-right: 9px;
}

.prd_tag_wrp {
  border: 1px solid #ebebeb;
  background: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 2px 8px;
}

.prd_tag_wrp .tag_logo_wrp {
  margin-right: 5px;
}

.prd_tag_wrp .tag_txt {
  font-size: 12px;
  color: #4c4c4c;
  font-weight: 500;
}

.price_txt {
  font-size: 24px;
  color: #273239;
  font-weight: 500;
  margin-top: 23px;
}

.price_txt .pr_txt {
  font-weight: normal;
  font-size: 14px;
  color: #6a6a6a;
  font-weight: normal;
}

.prd_info_wrp .btm_txt {
  font-size: 14px;
  color: #273239;
  margin-top: 8px;
}

.prd_info_lst {
  list-style: none;
  margin-top: 11px;
  display: inline-block;
}

.prd_info_lst > li {
  display: flex;
  margin-top: 8px;
}

.prd_info_lst > li .prd_info_lst_hdng {
  font-size: 14px;
  color: #6a6a6a;
  min-width: 120px;
}

.prd_info_lst > li .rght_sctn {
  padding-left: 17px;
  width: calc(100% - 120px);
}

.prs_tag_wrp {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
}

.prs_tag {
  border-radius: 4px;
  border: 1px solid #ebebeb;
  background: #f7f7f7;
  padding: 4px 6px 3px 6px;
  margin: 5px;
}

.prs_tag .pfrst_txt {
  font-size: 12px;
  color: #273239;
  font-weight: 500;
  margin: 1px 0;
}

.prs_tag .pfrst_txt span {
  color: #6a6a6a;
  font-weight: normal;
}

.vtxt {
  font-size: 14px;
  color: #273239;
  margin: 2px 0;
}

.vtxt .mdm_txt {
  font-weight: 500;
}

.gtxt {
  font-size: 12px;
  color: #9a9a9a;
}

.text_link {
  font-size: 12px;
  color: #156ef6;
  text-decoration: none;
}

.text_link:hover {
  text-decoration: underline;
  color: #156ef6;
}

.seller_info_wrp.v2 {
  border-top: 1px solid #e6e6e6;
  margin-top: 18px;
  padding-top: 12px;
  position: relative;
}

.seller_info_wrp.v2 .img_wrp {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.seller_info_wrp.v2 .text_link {
  position: absolute;
  bottom: 5px;
  right: 0;
}

.seller_info_wrp.v2 .comp_name_wrp .flag_wrp .city_name {
  width: calc(100% - 40px);
}

.color_list {
  list-style: none;
  display: flex;
}

.color_list li {
  width: 24px;
  height: 24px;
  border: 1px solid #9a9a9a;
  border-radius: 100%;
  box-sizing: border-box;
  padding: 3px;
  margin-right: 10px;
  cursor: pointer;
}

.color_list li .color_div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
}

.color_list li .color_div.green {
  background: #47cf0e;
}

.color_list li .color_div.blue {
  background: #0e97cf;
}

.color_list li .color_div.red {
  background: #cf0e0e;
}

.color_list li.act {
  border-color: #273239;
}

.size_list {
  list-style: none;
  display: flex;
}

.size_list li {
  font-size: 12px;
  color: #6a6a6a;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  width: 40px;
  height: 24px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.size_list li.act {
  border-color: #273239;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .slider-for li {
    height: 260px;
  }
  .prd_info_wrp {
    padding-left: 20px;
  }
  .prdt_top_row .rght_sectn {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .prd_slider_wrp {
    width: 100%;
    margin-bottom: 20px;
  }
  .prd_info_wrp {
    width: 60%;
    padding-left: 0;
  }
  .prdt_top_row .rght_sectn {
    width: 40%;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .prd_slider_wrp {
    width: 100%;
    margin-bottom: 20px;
  }
  .slider-for li {
    height: 275px;
  }
  .prd_info_wrp {
    width: 100%;
    padding: 0;
  }
  .prdt_top_row .rght_sectn {
    width: 100%;
    padding: 0;
    border: none;
    margin-top: 20px;
  }
}

/* prod info End */
/* discription start */
.dscrptn_wrp {
  margin-top: 40px;
  max-width: 73%;
}

.dscrptn_wrp ul {
  padding-left: 15px;
}

.des_heading {
  font-size: 16px;
  color: #273239;
  font-weight: 500;
}

.des_para {
  font-size: 14px;
  color: #273239;
  line-height: 18px;
  margin-top: 8px;
}

@media only screen and (max-width: 1023px) {
  .dscrptn_wrp {
    max-width: 100%;
  }
}

/* discription End */
/* product list block start */
.prd_list_wrp_2 {
  margin-top: 60px;
  width: 76%;
  position: relative;
}

.prd_list_2 {
  display: flex;
  list-style: none;
  margin-top: 30px;
  width: 100%;
}

.prd_list_2 li {
  border-radius: 1px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  padding: 20px 10px 10px 10px;
  margin-left: 13px;
}

.prd_list_2 li .prd_wrp {
  width: 100%;
}

.prd_list_2 li .btn_wrp {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.prd_list_2 li:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.prd_list_2 li:hover .list_btn {
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
  text-decoration: none;
  color: #ffffff;
}

.prd_list_2 li:first-child {
  margin: 0;
}

.prd_list_2 li .prd_name {
  font-size: 14px;
  color: #273239;
  line-height: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.prd_list_2 li .prod_img {
  width: 156px;
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 8px auto 0;
  border-radius: 1px;
  /* background: #e6e6e6;*/
}

.prd_list_2 li .prod_img img {
  max-width: 100%;
  border-radius: 1px;
}

.prd_list_2 li .prd_price {
  font-size: 16px;
  color: #273239;
  font-weight: 500;
  margin-top: 9px;
}

.prd_list_2 li .min_price {
  font-size: 12px;
  color: #4c4c4c;
  margin-top: 5px;
}

.prd_list_2 li .flag_wrp {
  border-radius: 1px;
  border: 1px solid #ebebeb;
  padding: 5px;
  display: inline-block;
}

.prd_list_2 li .flag_wrp .citi_name {
  color: #4c4c4c;
}

.prd_list_2 li .location_wrp {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #273239;
  margin-top: 5px;
}

.prd_list_2 li .location_wrp .loc {
  color: #8c8c8c;
}

.prd_list_2 li .prd_btn_wrp {
  display: flex;
  justify-content: space-between;
}

.prd_list_2 li .list_btn {
  float: right;
  height: 35px;
  font-size: 14px;
  margin-top: 10px;
}

.prd_list_2.slick-slider .slick-arrow {
  background: #f0f2f9;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #191919;
  transition: all .2s ease-in-out 0s;
  position: absolute;
  top: -50px;
  right: 15px;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.prd_list_2.cv-visible.slick-slider .slick-arrow {
  top: -30px;
}

.prd_list_2.slick-slider .fa.fa-angle-left.slick-arrow {
  right: 45px;
}

.dvdr {
  width: 100%;
  height: 1px;
  background: #ebebeb;
  margin-top: 9px;
}

/*@media only screen and (max-width:1199px){
    .prd_list_2 li .prd_btn_wrp{flex-flow: column;}
}*/
@media only screen and (max-width: 1023px) {
  .prd_list_wrp_2 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .prd_list_2 li {
    margin: 0;
  }
}

/* product list block End */
.nrf_txt {
  font-size: 16px;
  color: #999999;
  margin-top: 35px;
}

.nrf_txt:empty {
  display: none;
}

.bld_txt {
  font-weight: 500;
  color: #273239;
}

.mt50 {
  margin-top: 50px;
}

/* placeholder start */
.shimer .breadcrumb_list, .shimer .prd_headig, .shimer .list_tab li, .shimer .sort_by_wrp, .shimer .prod_list li, .shimer .colapsible_list_wrp {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  /*height: 96px; position: relative;*/
}

.shimer .breadcrumb_list {
  height: 17px;
}

.shimer .prd_headig {
  width: 200px;
  height: 24px;
}

.shimer .list_tab li {
  height: 19px;
  width: 120px;
}

.shimer .sort_by_wrp {
  width: 176px;
  height: 24px;
}

.shimer .prod_list li {
  height: 269px;
}

.shimer .colapsible_list_wrp {
  height: 100%;
}

/* placeholder End */
.seller_info_wrp .comp_name_wrp > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .overlay.overlay_v3.buy_product .overlay_wrp {
    padding: 40px 15px 15px;
  }
  #frm_event_register .form_list_2 > li.city_auto .ui-menu.ui-widget-content {
    max-height: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .search_auto_suggest_wrp {
    position: relative;
  }
}

/* search auto suggest start */
.search_auto_suggest_wrp {
  width: 100%;
}

.search_auto_suggest_wrp .search_auto_suggest {
  position: absolute;
  top: 41px;
  left: 0;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  /*width: 100%;*/
  width: calc(100% + 112px);
  background: #ffffff;
  padding: 16px;
  box-sizing: border-box;
  max-height: 600px;
}

.rcnt_head_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #9a9a9a;
}

.rcnt_head_wrp a {
  color: #9a9a9a;
}

.rcnt_head_wrp a:hover {
  color: #273239;
  text-decoration: underline;
}

.rcnt_head_wrp .rcnt_head_heading {
  font-weight: 500;
}

.recent_list {
  list-style: none;
  margin-top: 6px;
  height: 120px;
}

.recent_list li > a, .recent_list .os-content li > a {
  font-size: 12px;
  color: #273239;
  padding: 6px 0;
  display: flex;
}

.recent_search_block {
  margin: 15px 0;
  margin-bottom: 0;
}

.most_search_block {
  /*margin-top: 15px;*/
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

.most_search_list {
  list-style: none;
}

@media only screen and (max-width: 1023px) {
  .search_auto_suggest_wrp .search_auto_suggest {
    top: 35px;
    width: calc(100% + 82px);
  }
}

/* search auto suggest End */
.recent_search_block .recent_list .os-content > li > a {
  padding: 6px 16px;
}

/* MR auto suggst dd satrt */
.most_search_list {
  display: inline-block;
  width: 100%;
  list-style: none;
}

.most_search_list li {
  float: left;
  margin: 3px;
  width: calc(50% - 8px);
}

.most_search_list li a {
  font-size: 12px;
  background-color: #fafafa;
  color: #156ef6;
  text-align: left;
  border-radius: 15px;
  padding: 10px 15px 10px 10px;
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.most_search_list li a .fa-star-o {
  font-size: 14px;
  margin-right: 3px;
}

.most_search_list.v2 {
  margin-top: 10px;
}

.most_search_list.v2 li a {
  color: #273239;
}

.categry_list .typed_txt_wrp {
  font-size: 12px;
  margin: 0;
}

.categry_list .typed_txt_wrp .typed_txt {
  color: #8c8c8c;
}

.categry_list .typed_txt_wrp .suggest_txt {
  color: #273239;
  /*padding-left: 2px;*/
}

.categry_list li:hover {
  background: #f4f4f4;
}

.categry_list li:hover .product_wrp .border_btn_2.list_btn {
  background-color: #156ef6;
  color: #ffffff;
}

.categry_list li a:hover {
  text-decoration: none;
}

.company_wrp {
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
}

.company_wrp .rcnt_head_wrp {
  margin-top: 15px;
}

.listings_wrp li img {
  width: 100%;
}

.categry_list li .product_wrp {
  display: inline-block;
  width: 100%;
  position: relative;
  line-height: normal;
  padding: 10px 0  10px 0;
  z-index: 2;
  margin: 0;
}

.categry_list li .product_wrp .prod_image {
  float: left;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  overflow: hidden;
}

.categry_list li .product_wrp .prod_image img {
  max-width: 100%;
}

.categry_list li .product_wrp .prod_name_wrp {
  display: inline-block;
  width: calc(100% - 60px);
  padding: 0 0 0 15px;
  text-align: left;
}

.categry_list li .product_wrp .prod_name_wrp .prod_name {
  font-size: 14px;
  color: #273239;
  margin: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.categry_list li .product_wrp .price_wrp {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

.categry_list li .product_wrp .price_wrp .offer_price {
  font-size: 12px;
  margin: 0;
}

.categry_list li .product_wrp .price_wrp .price_txt {
  font-size: 14px;
  margin: 0;
}

.categry_list li .product_wrp .price_wrp .mrp_txt {
  font-size: 12px;
  color: #8c8c8c;
  text-decoration: line-through;
  margin: 0;
}

.categry_list li .product_wrp .border_btn_2 {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.categry_list li .product_wrp:hover {
  background: #f4f4f4;
}

.categry_list li .product_wrp:hover .border_btn_2 {
  color: #ffffff;
}

.categry_list li .product_wrp .border_btn_2.list_btn {
  margin-top: -8px;
  height: 30px;
  padding: 5px 5px;
  position: inherit;
  /*width: 99px;*/
  color: #156ef6;
  border-color: #156ef6;
  font-size: 12px;
}

.categry_list li .product_wrp .border_btn_2.list_btn i {
  display: none;
}

.categry_list li .product_wrp .ftr_wrp_list {
  margin-top: 8px;
  align-items: center;
  justify-content: space-between;
  float: left;
}

.categry_list li .product_wrp .prod_name_wrp {
  padding-right: 36px;
}

.categry_list li .product_wrp .border_btn_2.list_btn:hover {
  background-color: #156ef6;
  color: #ffffff;
}

.listings_wrp .price_list {
  margin-top: 5px;
}

.listings_wrp .btm_txt, .listings_wrp .price_list {
  font-size: 12px;
  color: #273239;
  margin-top: 8px;
}

.ftr_wrp_list {
  display: flex;
}

.ftr_wrp_list .supp_comp_name {
  font-size: 12px;
  color: #273239;
}

/* 01 contact seller start */
.buy_product.seller_product_modal .overlay_wrp {
  max-width: 768px;
}

.ovrlay_headng_lstng {
  font-size: 24px;
  font-weight: 500;
  color: #273239;
}

.seller_product_modal .seller_txt_wrp {
  width: 100%;
}

.seller_product_modal .seller_info_wrp .img_wrp {
  width: 40px;
  height: 40px;
}

.seller_product_modal .seller_info_wrp .comp_name {
  font-size: 16px;
}

.seller_product_modal .seller_prod_wrp {
  border-radius: 4px;
}

.seller_product_modal .seller_prod_wrp.v3 .seller_txt_wrp {
  padding: 10px;
}

.seller_info_wrp.prod_name_wrp .comp_name_wrp {
  margin-top: 10px;
}

.boder_line {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  display: inline-block;
}

.country_gst_wrp {
  display: flex;
  width: 100%;
  margin-top: 3px;
}

.country_gst_wrp .vrfd_txt {
  margin-top: 5px;
  margin-left: 18px;
}

.steppr_wrpr {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}

.stepper_list li {
  list-style: none;
}

.stepper_list {
  list-style: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}

.stepper_list li {
  width: 33.33%;
  display: flex;
  justify-content: center;
  position: relative;
}

.stepper_list li .circle {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 100%;
  margin-right: 8px;
  position: static;
}

.stepper_list li .circle .inner_circle {
  width: 20px;
  height: 20px;
  border: 1px solid #8c8c8c;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 10px;
  color: #9a9a9a;
}

.stepper_list li .stepper_text {
  font-size: 11px;
  color: #9a9a9a;
  line-height: normal;
}

.stepper_list li:first-child {
  width: 33.33%;
  justify-content: left;
}

.stepper_list li:last-child {
  width: 33.33%;
  justify-content: flex-end;
}

.stepper_list li.act .stepper_text {
  color: #156ef6;
  font-weight: bold;
}

.stepper_list li.act .circle .inner_circle {
  background: #156ef6;
  border: none;
  color: #ffffff;
}

.stepper_list .dot {
  text-align: center;
  display: inline-block;
  width: 100%;
  border-top: 1px dashed #9a9a9a;
  max-width: 60px;
}

.stepper_text {
  width: 100px;
}

.mid_step {
  margin: 0 38px;
}

.contct_info_txt {
  color: #273239;
}

.change_company_wrp {
  background: #f9fcff;
}

.change_company_wrp .copm_inr_wrp {
  width: 100%;
  display: inline-block;
}

.change_company_wrp .copm_inr_wrp_2 {
  width: 100%;
}

.change_company_wrp .copm_inr_wrp_2 .copm_txt_wrp .copm_name {
  font-size: 14px;
}

.change_company_wrp .copm_inr_wrp_2 .copm_txt_wrp_3 .copm_txt, .change_company_wrp .changec_link {
  font-size: 12px;
}

.btn_ftr_wrp {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.btn_ftr_wrp .list_btn {
  margin-top: 0;
}

.cont_txt_lst {
  font-size: 11px;
  color: #8c8c8c;
  /*width:70%;*/
  display: inline-block;
  text-align: left;
  /*margin-top:20px;*/
}

.red_mandtry {
  color: red;
}

@media only screen and (min-width: 1023px) {
  .overlay.seller_product_modal {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mid_step {
    margin: 0;
  }
}

/* 01 contact seller end */
/* MR auto suggst dd end */
/*.checklist_locations{height: 150px;}
.arrow_list_related_categories{height: 145px;}
.checklist_related_brands,.checklist_business_types{height: 170px;}*/
.load_more_wrp .list_btn {
  line-height: 40px;
}

.prd_list_wrp_2 .prd_list_2 li {
  width: 323px !important;
}

@media only screen and (min-width: 1600px) {
  .prd_list_wrp_2 .prd_list_2 li {
    width: 323px !important;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .prd_list_wrp_2 .prd_list_2 li {
    width: 255px !important;
  }
}

@media only screen and (min-width: 1336px) and (max-width: 1439px) {
  .prd_list_wrp_2 .prd_list_2 li {
    width: 241px !important;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1335px) {
  .prd_list_wrp_2 .prd_list_2 li {
    width: 225px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .prd_list_wrp_2 .prd_list_2 li {
    width: 176px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .prd_list_wrp_2 .prd_list_2 li {
    width: 233px !important;
  }
}

@media only screen and (max-width: 767px) {
  .prd_list_wrp_2 .prd_list_2 li {
    width: 288px !important;
  }
}

.prd_list_2 .slick-list.draggable {
  width: 100%;
}

.prd_list_2 .slick-track {
  margin-left: inherit;
  margin-right: inherit;
}

.product_wrp .ftr_wrp_list {
  margin-top: 30px;
  width: 100%;
}

.listings_wrp .prod_image::before {
  content: none;
}

.ftr_wrp_list .supp_comp_name {
  max-width: 160px;
  width: 100%;
  margin: 0 15px 0 0px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_auto_suggest .categry_list .typed_txt_wrp {
  align-items: inherit;
  text-align: left;
  display: inherit;
}

@media only screen and (max-width: 767px) {
  .colapsible_list .checklist.filter_listwrp {
    display: block;
  }
  .search_auto_suggest_wrp .rcnt_head_wrp, .search_auto_suggest_wrp .categry_list li {
    padding: 0 6px;
  }
  .search_auto_suggest_wrp .product_wrp .border_btn_2.list_btn {
    font-size: 10px;
    width: 152px;
  }
  .search_auto_suggest_wrp .ftr_wrp_list .supp_comp_name {
    font-size: 10px;
  }
  .overlay_v3.seller_product_modal .overlay_wrp {
    width: 100% !important;
    padding: 15px !important;
  }
}

.search_auto_suggest_wrp .recent_list {
  height: inherit;
}

.sort_by_wrp .select_Wrp_l .selected_text {
  color: #273239;
}

.overlay_v3.seller_product_modal .overlay_wrp {
  width: 768px;
}

@media only screen and (min-width: 768px) {
  .overlay_v3.seller_product_modal .overlay_wrp {
    /*padding-top: 24px;*/
    padding: 24px 40px 40px 40px;
  }
}

.btn_ftr_wrp.profile_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn_ftr_wrp.profile_info .list_btn {
  max-width: 210px;
}

.btn_ftr_wrp.profile_info .list_btn .fas.fa-arrow-right {
  margin-left: 5px;
}

.header_supporter.head_support_prodpg {
  display: none;
}

.seller_product_modal .seller_prod_wrp.v3 {
  margin-top: 5px;
}

.seller_product_modal .form_wrpr_listng {
  margin-top: 14px;
}

.seller_product_modal .form_list_2.user_details_wrp.profile_info {
  margin-top: 6px;
}

.seller_product_modal .btn_ftr_wrp.profile_info {
  margin-top: 10px;
}

.search_auto_suggest_wrp .search_auto_suggest.searchDdList {
  padding: 0;
}

.search_auto_suggest_wrp .rcnt_head_wrp, .search_auto_suggest_wrp .categry_list li {
  padding: 0 16px;
}

#pre_events_reg .member_user_image img {
  max-width: 100%;
  display: inline-block;
}

.search_auto_suggest_wrp .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .btn_ftr_wrp.profile_info {
    flex-flow: column;
  }
  .btn_ftr_wrp.profile_info .cont_txt_lst {
    margin-bottom: 15px;
  }
  .btn_ftr_wrp.profile_info .list_btn {
    width: 100%;
    max-width: 100%;
  }
}

/* cate listing start */
.prod_list.cate_page > li {
  justify-content: space-between;
}

.prod_list.cate_page > li .middle_sectn {
  padding: 0 55px 0 50px;
  width: calc(100% - 470px);
}

.prod_list.cate_page > li .middle_sectn .mid_inr_wrp {
  width: 100%;
}

.prod_list.cate_page > li .btm_txt {
  font-size: 14px;
  color: #273239;
  margin-top: 8px;
}

.prod_list.cate_page > li .prd_desc {
  display: none;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 20px;
  margin-top: 20px;
  display: inline-flex;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  max-height: 40px;
}

.prd_list_link {
  font-size: 13px;
  color: #156df6;
  margin-top: 10px;
}

.prd_list_link.mr15 {
  margin-right: 15px;
}

.prd_list_link:hover {
  text-decoration: underline;
  color: #156df6;
}

.shortlist_star {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(images/star_normal.svg) #ffffff center center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.shortlist_star img {
  max-width: 100%;
}

.shortlist_star:hover {
  background: url(images/star_hovered.svg) #e1e1e1 center center no-repeat;
  background-size: 16px;
}

.shortlist_star.act {
  background: url(images/star_active.svg) #ffffff center center no-repeat;
  background-size: 16px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .prod_list.cate_page > li .middle_sectn {
    padding: 0 10px 0 15px;
    width: calc(100% - 360px);
  }
}

@media only screen and (max-width: 1023px) {
  .prod_list.cate_page {
    display: inline-block;
    width: 100%;
  }
  .prod_list.cate_page > li {
    flex-flow: inherit;
    flex-wrap: wrap;
    /*display: inline-block; position: relative; flex-wrap: inherit; justify-content: inherit; flex-flow: inherit;*/
  }
  .prod_list.cate_page > li .prod_img {
    width: 100px;
    height: 100px;
    /*position: absolute; top: 10px; left: 10px;*/
  }
  .prod_list.cate_page > li .middle_sectn {
    padding: 0 0 0 10px;
    width: calc(100% - 100px);
    /*width: 100%; padding-left: 110px; float: left;*/
  }
  .prod_list.cate_page > li .middle_sectn .prd_desc {
    height: 40px;
    display: flex;
  }
  .prod_list.cate_page > li .rght_sectn {
    width: 100%;
    margin-top: 10px;
    /*float: left;*/
  }
}

/* cate listing End */
/* sort filter mobile start */
.sort_filter_wrp {
  display: none;
}

body.fixed {
  position: fixed;
}

.fixed_bottom_links {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 999999;
}

.fixed_bottom_links a {
  width: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 0;
  font-size: 14px;
}

.sort_by_wrp.act {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  padding: 0;
  z-index: 10;
  top: 0;
  background: #fff;
  padding: 15px 20px;
}

.sort_by_wrp.act .fixed_bottom_links {
  display: flex;
}

.sort_by_wrp.act .browse_by {
  display: block;
}

.sort_by_wrp.act .sort_by_txt {
  display: none;
}

.sort_by_wrp.act .colapsible_arrow {
  display: none;
}

.sort_by_wrp.act .selected_text {
  display: none;
}

.sort_by_wrp.act .select_list {
  position: relative;
  top: inherit;
  left: inherit;
  height: 100%;
  border: none;
  display: block;
}

.sort_by_wrp.act .select_list li {
  padding: 5px 0;
  border: none;
}

@media only screen and (max-width: 767px) {
  .sort_filter_wrp {
    display: block;
    font-size: 14px;
    color: #273239;
    position: absolute;
    top: -10px;
    right: 15px;
  }
  .sort_filter_wrp a {
    color: #273239;
  }
  .colapsible_list_wrp.act .fixed_bottom_links {
    display: flex;
  }
}

/* sort filter mobile End */
/* send enquiry overlay start */
.send_enquiry_overlay .overlay_wrp {
  max-width: 768px;
}

.stp_row {
  background-color: #f6faff;
  padding: 15px;
  margin-top: 8px;
}

.shdng {
  font-size: 16px;
  color: #666666;
  display: flex;
  align-items: center;
}

.shdng .ttl_name {
  color: #273239;
  font-weight: 500;
  margin-left: 4px;
}

.shdng .fa-check-circle {
  font-size: 16px;
  color: #51b77b;
  margin-left: 5px;
}

.com_info_wrp .tag_wrp {
  border-radius: 3px;
  border: solid 1px #8d98ac;
  background-color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  color: #4a4a4a;
  width: auto;
  margin: 0;
}

.com_info_wrp .tag_wrp:hover {
  text-decoration: none;
}

.com_info_wrp .tag_wrp.abslt {
  position: absolute;
  top: 0;
  right: 0;
  cursor: default;
}

.com_info_wrp .tag_wrp.v2 {
  border-color: #c2c9d5;
  border-radius: 12px;
}

.com_info_wrp .tag_wrp.act {
  background: #156df6;
  color: #ffffff;
}

.com_details_wrp {
  margin-top: 12px;
  display: flex;
}

.com_details_wrp .img_wrp {
  /*width: 66px; height: 66px;*/
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.com_details_wrp .img_wrp img {
  max-width: 100%;
}

.com_details_wrp .com_info_wrp {
  padding-left: 13px;
  position: relative;
  /*width: calc(100% - 66px);*/
  width: calc(100% - 180px);
}

.com_details_wrp .com_info_wrp .com_info_hdng {
  font-size: 14px;
  color: #273239;
  line-height: 20px;
  font-weight: 500;
  padding-right: 30%;
}

.com_details_wrp .com_info_wrp .price_wrp {
  display: flex;
  margin-top: 12px;
}

.com_details_wrp .com_info_wrp .price_wrp .prc_txt {
  font-size: 14px;
  color: #4a4a4a;
  margin-right: 20px;
}

.steppr_wrpr.v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.register_form {
  margin-top: 10px;
}

.stepper_list.v2 {
  max-width: 450px;
}

.stepper_list.v2 li {
  width: auto;
  align-items: center;
}

.stepper_list.v2 li .dot {
  width: 60px;
}

.stepper_list.v2 li .circle .inner_circle .fa-check {
  display: none;
}

.stepper_list.v2 li .stepper_text {
  width: auto;
}

.stepper_list.v2 li.success .circle .inner_circle {
  border-color: #51b77b;
  color: #51b77b;
}

.stepper_list.v2 li.success .circle .inner_circle .fa-check {
  display: block;
}

.stepper_list.v2 li.success .circle .inner_circle .sttxt {
  display: none;
}

.form_list_2.v2 {
  padding: 0;
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}

.form_list_2.v2 li {
  padding: 10px;
}

.form_list_2.v2 li .form_inp {
  height: 36px;
  border-color: #c2c9d5;
  border-radius: 4px;
}

.form_list_2.v2 li .form-control-placeholder {
  opacity: 1;
  color: #9a9a9a;
  left: 12px;
  margin-left: 10px;
}

.form_list_2.v2 li select {
  -webkit-appearance: listbox;
  box-shadow: none;
}

.form_list_2.v2 li .form_inp:focus + .form-control-placeholder, .form_list_2.v2 li .form_inp:valid + .form-control-placeholder {
  left: 12px;
}

.form_list_2.v2 li.dd_field::before {
  right: 20px;
}

.form_list_2.v2 li.delivery_applicable::before {
  display: none;
}

.form_list_2.v2 li .add_mobile_number {
  border-color: #c2c9d5;
  border: none;
  height: auto;
}

.form_list_2.v2 li .add_mobile_number .intl-tel-input {
  border: 1px solid #c2c9d5;
  border-radius: 4px;
  height: 38px;
  display: flex;
}

.form_list_2.v2 li .add_mobile_number .intl-tel-input .country-list {
  z-index: 3;
}

.form_list_2.v2 li .add_mobile_number .intl-tel-input .flag-container {
  width: 78px;
  position: relative;
}

.form_list_2.v2 li .add_mobile_number .intl-tel-input .flag-container .selected-flag {
  display: flex;
  padding-top: 0;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}

.form_list_2.v2 li .add_mobile_number .intl-tel-input .flag-container .selected-flag .selected-dial-code {
  padding-left: 5px;
}

.form_list_2.v2 li .add_mobile_number .intl-tel-input .flag-container .selected-flag .selected-dial-code .iti-arrow {
  margin-top: 0;
}

.form_list_2.v2 li .add_mobile_number .intl-tel-input .flag-container::before {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  background: #c2c9d5;
  position: absolute;
  top: 3px;
  right: 0;
}

.form_list_2.v2 li .add_mobile_number .intl-tel-input .form_inp {
  padding-left: 10px;
}

.form_list_2.v2 li .add_mobile_number .form-control-placeholder {
  margin-left: 75px;
  margin-top: -4px;
}

.form_list_2.v2 li .err {
  border-color: #fd0101;
}

.form_list_2.v2 li .err.event_err {
  margin-top: 2px;
}

.form_list_2.v2 li.city_auto.dd_field::before {
  display: none;
}

.form_list_2.v2 li.disable .form_inp {
  background: #eeeeee;
}

.agree_txt {
  font-size: 11px;
  color: #9a9a9a;
  margin-top: 25px;
}

.agree_txt a {
  color: #4a4a4a;
}

.agree_txt a:hover {
  text-decoration: none;
}

.stp_row.v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stp_row.v2 .slft_block .usr_card {
  display: flex;
  align-items: center;
}

.stp_row.v2 .slft_block .usr_card .img_wrp {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.stp_row.v2 .slft_block .usr_card .img_wrp img {
  max-width: 100%;
}

.stp_row.v2 .slft_block .usr_card .usr_txt_wrp {
  padding-left: 5px;
}

.stp_row.v2 .slft_block .usr_card .usr_txt_wrp .card_txt_3 {
  font-weight: normal;
}

.stp_row.v2 .slft_block .usr_card .usr_txt_wrp .card_txt_4 {
  color: #4a4a4a;
  margin: 0;
}

.stp_row.v2 .slft_block .form-check.v2 {
  margin-left: 0;
}

.stp_row.v2 .nav_button .fa-arrow-right {
  margin-left: 5px;
}

.stp_row.v2 .nav_button .fa-envelope {
  margin-right: 5px;
}

.form-check.v2 {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
}

.form-check.v2 .form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.form-check.v2 .form-check-label {
  font-size: 14px;
  color: #6a6a6a;
  margin-left: 5px;
}

.price_option_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 83%;
}

.price_option_list li {
  padding: 4px;
}

.stp_cnt {
  font-size: 11px;
  color: #4a4a4a;
  min-width: 100px;
  text-align: right;
  display: none;
}

.fstp_otp_block {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
}

.fhdng {
  font-size: 16px;
  color: #273239;
  font-weight: 500;
}

.fhdng_2 {
  font-size: 14px;
  color: #6a6a6a;
  margin-top: 20px;
}

.otp_timer_wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 480px;
}

.otp_timer_wrp .timer_label, .otp_timer_wrp .otp_timer {
  font-size: 12px;
  color: #6a6a6a;
}

.otp_timer_wrp .resend_otp {
  font-size: 12px;
  color: #9a9a9a;
}

.change-num-comp {
  width: 100%;
  margin: 20px auto 10px;
  max-width: 280px;
}

.change-num-comp .mbl_txt_pwr {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.flg-numbr {
  display: flex;
  align-items: center;
}

.change-num-comp .flag {
  margin-right: 8px;
}

.change-num-comp .mobile-number {
  font-size: 14px;
  color: #6a6a6a;
  margin-right: 20px;
  margin-left: 5px;
}

.change-num-comp .mbl_txt_pwr .change-mobile-number {
  font-size: 14px;
  color: #156df6;
}

.login_pass_txt {
  font-size: 13px;
  color: #6a6a6a;
  margin-top: 10px;
}

.login_pass_txt a {
  color: #273239;
  font-weight: 500;
}

.login_send_enquiry_wp {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.login_send_enquiry_wp .form_list_2.v2 {
  width: 100%;
  margin: 10px auto 0;
  max-width: 280px;
}

.login_send_enquiry_wp .form_list_2.v2 li {
  width: 100%;
}

.login_send_enquiry_wp .form_list_2.v2 li .form_inp {
  padding-right: 35px;
  height: 40px;
}

.login_send_enquiry_wp .form_list_2.v2 li .visiblity_eye {
  top: 21px;
  right: 18px;
  z-index: 3;
}

.login_send_enquiry_wp .form_list_2.v2 li .visiblity_eye .fa-eye {
  display: none;
}

.login_send_enquiry_wp .form_list_2.v2 li .visiblity_eye.act .fa-eye {
  display: block;
}

.login_send_enquiry_wp .form_list_2.v2 li .visiblity_eye.act .fa-eye-slash {
  display: none;
}

.login_send_enquiry_wp .form_list_2.v2 li .form-control-placeholder {
  top: 14px;
}

.login_send_enquiry_wp .form_list_2.v2 li .forgot_pass {
  font-size: 12px;
  color: #156ef6;
  float: right;
  margin-top: 5px;
}

.login_send_enquiry_wp .sndlg_btn {
  margin-bottom: 25px;
}

.login_send_hdng {
  font-size: 16px;
  color: #273239;
  font-weight: 500;
}

.sndusr_prf {
  display: flex;
  margin: 24px auto 0;
  align-items: center;
  justify-content: center;
}

.sndusr_prf .img_wrp {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
}

.sndusr_prf .img_wrp img {
  max-width: 100%;
}

.sndusr_prf .sndusr_prf_name {
  font-size: 16px;
  color: #273239;
  font-weight: 500;
  margin-left: 10px;
}

.sndlg_btn {
  height: 40px;
  border: 1px solid #9a9a9a;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin: 24px auto 0;
  font-size: 16px;
  color: #4a4a4a;
  padding: 0 20px;
  max-width: 220px;
}

.sndlg_btn img {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .price_option_list {
    margin-top: -7px;
  }
}

@media only screen and (max-width: 767px) {
  .send_enquiry_overlay {
    padding: 0;
  }
  .ovrlay_headng_lstng {
    font-size: 20px;
  }
  .stp_row {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .com_details_wrp .com_info_wrp .com_info_hdng {
    padding-right: 0;
    min-height: 70px;
  }
  .com_details_wrp .com_info_wrp .tag_wrp {
    position: static;
    margin-left: -79px;
    margin-top: 5px;
  }
  .com_details_wrp .com_info_wrp .price_wrp {
    /*margin-left: -80px;*/
    justify-content: space-between;
    /*width: calc(100% + 80px);*/
  }
  .com_details_wrp .com_info_wrp .price_wrp .prc_txt {
    margin: 0;
  }
  .com_details_wrp .com_info_wrp .price_wrp .prc_txt:first-child {
    padding-right: 5px;
  }
  .com_details_wrp .com_info_wrp .price_wrp .prc_txt.prc_option {
    position: absolute;
    margin-top: 6px;
  }
  .com_details_wrp .com_info_wrp .price_wrp .price_option_list {
    max-width: 100%;
  }
  .com_details_wrp .com_info_wrp .price_wrp .price_option_list li:first-child {
    padding-left: 90px;
  }
  .com_details_wrp .com_info_wrp .price_option_list li .tag_wrp {
    margin: 0;
  }
  .stepper_list.v2 li {
    /*display: none;*/
  }
  .stepper_list.v2 li .dot {
    width: 40px;
  }
  .stepper_list.v2 li.act {
    display: flex;
  }
  .stp_row.v2 {
    flex-flow: column;
    align-items: baseline;
  }
  .stp_row.v2 .nav_button {
    width: 100%;
    margin-top: 15px;
    height: 40px;
  }
  .agree_txt {
    text-align: left;
  }
  .stp_cnt {
    display: block;
  }
}

/* step 2 strat */
.spetp_2_list {
  list-style: none;
  margin-bottom: 10px;
}

.spetp_2_list > li {
  display: flex;
}

.spetp_2_list > li.quantity_blk {
  padding: 4px 0;
}

.spetp_2_list > li.customisation_wrp {
  flex-flow: column;
  padding: 6px 0;
}

.spetp_2_list > li.customisation_wrp .customisation {
  width: 100%;
  display: flex;
  align-items: center;
}

.spetp_2_list > li.customisation_wrp .customisation .form-check {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.spetp_2_list > li.customisation_wrp .customisation .form-check .form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.spetp_2_list > li.customisation_wrp .customisation .form-check .form-check-label {
  font-size: 14px;
  color: #273239;
  margin-top: 2px;
}

.spetp_2_list > li.customisation_wrp .form_list_2.v2 {
  width: 40%;
}

.spetp_2_list > li.customisation_wrp .form_list_2.v2 li {
  width: 100%;
}

.spetp_2_list > li.customisation_wrp .form_list_2.v2 li .add_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 36px;
  font-size: 26px;
  width: 36px;
  z-index: 2;
  border: none;
}

.spetp_2_list > li.required_in {
  padding: 0;
}

.spetp_2_list > li .form-check.v2 .form-check-label {
  color: #273239;
}

.spetp_2_list > li.attached_file {
  flex-flow: column;
}

.spetp_2_list > li.delivery_location {
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 4px;
}

.spetp_2_list > li.delivery_location .form_list_2 > li.city_auto .ui-menu.ui-widget-content, .spetp_2_list > li.delivery_location .form_list_2 > li.country_auto .ui-menu.ui-widget-content {
  width: calc(100% - 20px);
  position: absolute !important;
  background: #ffffff;
  z-index: 5;
  border: 1px solid #c2c9d5;
  border-radius: 4px;
  margin: 0;
  max-height: 160px;
}

.sinfo_wrp {
  display: flex;
  margin-left: 5px;
  position: relative;
}

.sinfo_wrp .info_tt {
  background: #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  bottom: 25px;
  right: -15px;
  padding: 3px 5px;
  width: 120px;
  display: none;
}

.sinfo_wrp .info_tt::before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #000000;
  position: absolute;
  bottom: -6px;
  right: 15px;
}

.sinfo_wrp:hover .info_tt {
  display: block;
}

.form_list_2.v2 li.squantity_wrp {
  width: 40%;
}

.form_list_2.v2 li.squantity_wrp .quantity_slct {
  z-index: 2;
  position: absolute;
  width: 75px;
  right: 20px;
  border: none;
  top: 15px;
  border-left: 1px solid #c2c9d5;
  height: 25px;
  font-size: 14px;
  color: #6a6a6a;
  border-radius: 0;
  padding: 0 0 0 5px;
}

.form_list_2.v2 li.squantity_wrp.delivery_applicable.disable label.form-control-placeholder {
  top: 13px;
  font-size: 75%;
  transform: translate3d(0, -17px, 0);
  z-index: 3;
  background: #ffffff;
}

.form_list_2.v2 li.request_sample {
  padding-left: 0;
  padding-right: 0;
}

.form_list_2.v2 li.na {
  width: auto;
}

.form_list_2.v2 li.na .form-check.v2 {
  margin-left: 0;
}

.form_list_2.v2 li.text_message_wrp {
  width: 100%;
  padding-bottom: 5px;
}

.form_list_2.v2 li.text_message_wrp .text_message {
  min-height: 90px;
  padding: 10px;
  font-size: 14px;
  color: #273239;
  line-height: 18px;
  resize: auto;
}

.form_list_2.v2 li .text_counter {
  position: absolute;
  bottom: 17px;
  right: 20px;
  font-size: 11px;
  color: #9a9a9a;
}

.ctm_txt {
  font-size: 14px;
  color: #273239;
  margin-right: 20px;
}

.apnd_wrp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.attribute_list {
  list-style: none;
  margin-right: 10px;
  margin-left: -5px;
}

.attribute_list li {
  border-radius: 5px;
  border: solid 1px #c2c9d5;
  background: #f9f9f9;
  padding: 9px 10px 8px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
}

.attribute_list li .ctm_txt {
  margin-right: 10px;
}

.attribute_list li .fa-times {
  color: #156df6;
}

.attribute_list li .fa-times:hover {
  text-decoration: none;
}

.br_txt {
  font-size: 14px;
  color: #6a6a6a;
  border-left: 1px solid #c2c9d5;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 20px;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.dlvry_txt {
  font-size: 14px;
  color: #273239;
  padding-bottom: 4px;
}

.file_wrp {
  display: flex;
  width: 100%;
  max-width: 487px;
  flex-flow: column;
  margin-bottom: 15px;
}

.file_wrp .file_txt_wrp {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.file_wrp .file_txt_wrp .file_txt_name {
  color: #273239;
}

.file_wrp .file_txt_wrp .file_txt_kb {
  color: #8c8c8c;
}

.bar_wrp {
  display: flex;
  width: 100%;
  margin-top: 6px;
  align-items: center;
  position: relative;
}

.bar_wrp .fa-times {
  color: #156df6;
  position: absolute;
  right: -20px;
  font-size: 20px;
}

.bar_wrp .fa-times:hover {
  text-decoration: none;
}

.bar_wrp .prgrs_bar {
  width: 100%;
  display: flex;
  height: 4px;
  background: #cecece;
}

.attach_file_wrp_2 {
  font-size: 12px;
  color: #9a9a9a;
  display: flex;
  align-items: center;
}

.attach_file_wrp_2 .attached_icon_wrp {
  font-size: 14px;
  color: #156df6;
  margin-right: 5px;
  position: relative;
}

.attach_file_wrp_2 .attached_icon_wrp #listing_enquiry_upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.attach_file_wrp_2 .attached_icon_wrp .fa-paperclip {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .form_list_2.v2 > li.squantity_wrp {
    width: 100%;
  }
  .form_list_2.v2 > li.request_sample {
    padding-top: 0;
  }
  .form_list_2.v2 > li.request_sample .form-check.v2 {
    margin-top: 0;
  }
  .form_list_2.v2 > li.text_message_wrp {
    padding-right: 0;
  }
  .form_list_2.v2 > li .comindus .ui-menu.ui-widget-content {
    bottom: inherit;
    top: 38px !important;
  }
  .form_list_2.v2 > li.country_auto .ui-menu.ui-widget-content {
    bottom: inherit;
  }
  .spetp_2_list > li.customisation_wrp .customisation {
    justify-content: space-between;
  }
  .spetp_2_list > li.customisation_wrp .customisation .form-check.no {
    margin-right: 0;
  }
  .spetp_2_list > li.customisation_wrp .apnd_wrp {
    margin-top: 10px;
  }
  .spetp_2_list > li.customisation_wrp .apnd_wrp .form_list_2.v2 {
    width: auto;
  }
  .spetp_2_list > li.delivery_location .form_list_2.v2 li.na {
    padding-top: 0;
  }
  .spetp_2_list > li.delivery_location .form_list_2.v2 li.na .form-check.v2 {
    margin-top: 0;
  }
  .spetp_2_list > li.quantity_blk .form_list_2 li.squantity_wrp, .spetp_2_list > li.required_in .form_list_2 li.squantity_wrp {
    padding-right: 0;
  }
  .file_wrp {
    width: calc(100% - 20px);
  }
  .attach_file_wrp_2 {
    flex-wrap: wrap;
  }
  .attach_file_wrp_2 .attached_icon_wrp {
    margin-bottom: 5px;
  }
}

/* step 2 End */
/* send enquiry overlay End */
/* confrim block start */
/*.confirmation_block{border-radius: 5px; box-shadow: 0 0 15px 0 rgba(164, 164, 164, 0.5); background: #202124; z-index: 5; padding: 12px; width: 323px; position: fixed; bottom: 20px; left: 20px;}
.cnfrm_hdng{font-size: 18px; color: #ffffff; font-weight: 500; padding-right: 40px; margin-bottom: 20px; display: flex; align-items: center;
    img{width: 50px; height: 50px; margin-right: 10px;}
}
.cnfrm_info_txt{font-size: 16px; color: #ffffff; line-height: 20px; position: relative; padding-left: 28px; padding-right: 40px;
    .confirm_icon{width: 20px; position: absolute; top: 3px; left: 0;}
}
.cnfrm_hdng + .cnfrm_info_txt{padding-right: 0;}
.cls_circle{width: 32px; height: 32px; border-radius: 100%; background: #4d4d50; display: flex; align-items: center; justify-content: center; position: absolute; top: 10px; right: 10px;}
.vd_link{font-size: 14px; margin-top: 12px; color: #156ef6; font-weight: 500; text-decoration: underline; float: right;}
@media only screen and (max-width: 767px){
    .confirmation_block{width: calc(100% + -33px); left: 16px; bottom: 8px;}
}*/
/* confrim block start */
/* confrim block start */
.confirmation_block {
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(164, 164, 164, 0.5);
  background: #202124;
  z-index: 5;
  padding: 12px;
  width: 323px;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.cnfrm_hdng {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding-right: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.cnfrm_hdng img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.cnfrm_info_txt {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  position: relative;
  padding-left: 28px;
  padding-right: 40px;
}

.cnfrm_info_txt .confirm_icon {
  width: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}

.cnfrm_hdng + .cnfrm_info_txt {
  padding-right: 0;
}

.cls_circle {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #4d4d50;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
}

.vd_link {
  font-size: 14px;
  margin-top: 12px;
  color: #156ef6;
  font-weight: 500;
  text-decoration: underline;
  float: right;
}

@media only screen and (max-width: 767px) {
  .confirmation_block {
    width: calc(100% + -33px);
    left: 16px;
    bottom: 8px;
  }
}

/* confrim block start */
.form_list_2 li .comindus {
  position: relative;
}

.form_list_2 li .comindus .form-control-placeholder {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .overlay.overlay_v3.seller_product_modal .overlay_wrp .clsBtn_000 {
    top: 10px;
  }
  .sort_by_wrp.act .select_list li {
    padding: 5px;
  }
}

/*.form_list_2.v2 li .add_mobile_number .form-control-placeholder {margin-left: 46px;} */
/* otp block start */
.fstp_otp_block .otp_screen_wrp .code_inp_list {
  margin-top: 30px;
}

.fstp_otp_block .otp_screen_wrp .code_inp_list li {
  border: 1px solid #a3b4bf;
  border-radius: 4px;
  height: 70px;
  width: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  border: none;
}

.fstp_otp_block .otp_screen_wrp .code_inp_list li .code_inp {
  border-radius: 4px;
  font-size: 28px;
  color: #273239;
  height: 70px;
  width: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a3b4bf;
}

.fstp_otp_block .otp_screen_wrp .code_inp_list li .code_inp:focus {
  border-color: #156df6;
}

.fstp_otp_block .otp_screen_wrp .code_inp_list li:first-child {
  margin-left: 0;
}

.fstp_otp_block .otp_screen_wrp .error_message {
  max-width: 480px;
  margin: 0 auto;
  font-size: 14px;
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
  .fstp_otp_block .otp_screen_wrp .code_inp_list li {
    height: 60px;
    width: 49px;
    margin-left: 10px;
  }
  .fstp_otp_block .otp_screen_wrp .code_inp_list li .code_inp {
    height: 60px;
    width: 49px;
  }
  .fstp_otp_block .otp_screen_wrp .code_inp_list li:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 374px) {
  .fstp_otp_block .otp_screen_wrp .code_inp_list li {
    height: 50px;
    width: 40px;
    margin-left: 10px;
  }
  .fstp_otp_block .otp_screen_wrp .code_inp_list li .code_inp {
    height: 50px;
    width: 40px;
  }
  .fstp_otp_block .otp_screen_wrp .code_inp_list li:first-child {
    margin-left: 0;
  }
}

/* otp block End */
#listing_enquiry_section .form_list_2 > li .comindus .ui-menu.ui-widget-content {
  max-height: 225px;
}

#listing_enquiry_section .form_list_2 > li .field_company_name .autocomplete-suggestions.ddList {
  width: calc(100% - 20px) !important;
  left: 10px !important;
  max-height: 225px;
}

#listing_enquiry_section .form_list_2 > li.country_auto .ui-widget-content {
  width: calc(100% - 20px) !important;
  left: 10px !important;
  max-height: 160px;
}

#listing_enquiry_section .form_list_2 > li.city_auto .ui-menu.ui-widget-content {
  width: calc(100% - 20px) !important;
  max-height: 160px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none;
  border-color: #cdcdcd;
}

#contactus_overlay .invalid-feedback {
  display: none;
}

#contactus_overlay .form-control.err_v2 + .invalid-feedback {
  display: block;
}

#frm_contactus .err_v2 {
  border-color: #dc3545;
}

#contactus_overlay .modal_btn.btn {
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
}

#contactus_overlay .modal_btn.btn:hover {
  background-image: linear-gradient(to bottom, #1058C4, #1030C4);
}

/* short list band start */
.top_fixed_band {
  font-size: 16px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d1f1d2;
  padding: 15px 40px 15px 10px;
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  display: none;
}

.top_fixed_band a {
  color: #191919;
  font-weight: 500;
}

.top_fixed_band a:hover {
  text-decoration: underline;
}

.top_fixed_band .cls_icon {
  position: absolute;
  top: 15px;
  right: 20px;
}

/* short list band End */
/* listing landing page start */
/* banner start */
.banner_wrp {
  display: flex;
  justify-content: space-between;
}

.banner_1 {
  width: 100%;
  /*max-width: 670px;*/
  max-width: 57.35%;
  margin-bottom: 0 !important;
}

.banner_1 li {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner_1 li img {
  width: 100%;
}

.banner_1 li a {
  display: flex;
}

.banner_1 .slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.banner_1 .slick-dots li {
  width: 8px;
  height: 8px;
  background: #9a9a9a;
  border-radius: 100%;
  margin: 0 3px;
}

.banner_1 .slick-dots li button {
  display: none;
}

.banner_1 .slick-dots li.slick-active {
  background: #156ef6;
}

.banner_1.slick-initialized .slick-list.draggable li {
  padding-bottom: 63%;
  position: relative;
}

.banner_1.slick-initialized .slick-list.draggable li img {
  position: absolute;
  top: 0;
  left: 0;
}

.banner_2_wrp {
  width: 100%;
  /*max-width: 470px;*/
  max-width: 40.25%;
  display: flex;
  flex-flow: column;
  justify-content: inherit;
}

.banner_2 {
  width: 100%;
  border: solid 1px #eeeeee;
  padding: 26px 30px;
  height: 46%;
}

.banner_2.buyer_bg {
  background: url(images/investor.svg) #fafafa right 20px center no-repeat;
}

.banner_2.seller_bg {
  background: url(images/seller.svg) #fafafa right 20px center no-repeat;
}

.ban_2_hdng {
  font-size: 18px;
  color: #191919;
  font-weight: bold;
}

.browse_list {
  display: flex;
  flex-flow: column;
  list-style: none;
  padding-top: 10px;
}

.browse_list li {
  display: flex;
  align-items: center;
}

.browse_list li a {
  font-size: 16px;
  color: #156ef6;
  padding: 9px 0;
  display: flex;
  align-items: center;
}

.browse_list li a .fa-arrow-right {
  font-size: 13px;
  margin-left: 10px;
}

.browse_list li a:hover {
  text-decoration: none;
  color: #273239;
}

@media only screen and (min-width: 1280px) and (max-width: 1347px) {
  .banner_2 {
    padding: 20px;
  }
}

@media only screen and (max-width: 1279px) {
  .lhs_categoey {
    display: none;
  }
  .banner_outer_wrp {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1123px) {
  .banner_2 {
    padding: 17px 20px;
  }
  .banner_2.buyer_bg, .banner_2.seller_bg {
    background-size: 120px;
    background-position: right 10px center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .banner_2 {
    padding: 10px;
  }
  .browse_list {
    padding-top: 2px;
  }
  .browse_list li a {
    padding: 4px 0;
  }
  .banner_2 {
    padding: 10px 15px;
  }
  .banner_2.buyer_bg, .banner_2.seller_bg {
    background-size: 100px;
    background-position: right 10px center;
  }
}

@media only screen and (max-width: 767px) {
  .banner_wrp {
    flex-flow: column;
  }
  .banner_wrp .banner_1 {
    max-width: inherit;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .banner_wrp .banner_2_wrp {
    max-width: 100%;
    margin-top: 20px;
  }
  .ban_2_hdng {
    font-size: 16px;
  }
  .banner_2 {
    padding: 15px 20px;
  }
  .banner_2.buyer_bg, .banner_2.seller_bg {
    background-size: 100px;
    background-position: right 10px center;
  }
  .banner_2.seller_bg {
    margin-top: 20px;
  }
  .browse_list {
    padding-top: 5px;
  }
  .browse_list li a {
    font-size: 13px;
    padding: 6px 0;
  }
}

@media only screen and (max-width: 767px) {
  .banner_wrp .banner_1 {
    position: relative;
    padding-bottom: 62.7777%;
  }
  .banner_wrp .banner_1 li {
    position: relative;
    height: 100%;
  }
  .banner_wrp .banner_1 li img {
    /* position: absolute; top: 0; left: 0; */
  }
  .banner_wrp .banner_1.slick-initialized {
    padding-bottom: 0;
  }
  .banner_wrp .banner_1.slick-initialized .slick-list.draggable li {
    padding-bottom: 62.7777%;
  }
  .banner_wrp .banner_1.slick-initialized .slick-dots li {
    /*padding-bottom: 0 !important;*/
    height: 8px !important;
  }
}

/* banner start */
.slick-slider .slick-arrow.v2 {
  background: #f0f2f9;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #191919;
  transition: all .2s ease-in-out 0s;
  position: absolute;
  top: -39px;
  right: 15px;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.cv-visible.slick-slider .slick-arrow.v2 {
  top: -30px;
}

.slick-slider .fa.fa-angle-left.slick-arrow.v2 {
  right: 45px;
}

.slick-slider .slick-arrow.v3 {
  background: #f5f5f5;
  width: 45px;
  height: 45px;
  padding: 0;
  line-height: 26px;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 16px;
  color: #191919;
  transition: all .2s ease-in-out 0s;
  position: absolute;
  top: 50%;
  right: 15px;
  border: 1px solid #e1dede;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.21);
  cursor: pointer;
  margin-top: -22px;
}

.slick-slider .slick-arrow.v3.fa.fa-angle-left {
  right: inherit;
  left: 15px;
}

.slick-slider .slick-arrow.v3.slick-disabled {
  display: none !important;
}

.slick-slider .slick-arrow.v3:hover {
  color: #156EF6;
  background: #E8F6FD;
}

/* top categories start */
.top_cat_wrp {
  margin-top: 30px;
}

.cat_hdng {
  font-size: 18px;
  color: #273239;
  font-weight: 500;
  position: relative;
  float: left;
}

.cat_hdng::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #156ef6;
  position: absolute;
  bottom: -7px;
  left: 0;
  float: left;
}

.top_cat_list {
  list-style: none;
  width: 100%;
  display: flex;
  margin: 17px 0 0 0;
  float: left;
}

.top_cat_list .slick-track {
  float: left;
  padding: 5px;
}

.top_cat_list .slick-slide {
  margin-right: 30px;
}

.top_cat_list li a {
  background: #e8f6fd;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.top_cat_list li a .cat_img {
  width: 60px;
  height: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_cat_list li a .cat_img img {
  max-width: 100%;
}

.top_cat_list li a .cat_hdng_2 {
  font-size: 16px;
  color: #191919;
  margin-top: 10px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 38px;
}

.top_cat_list li:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.top_cat_list .slick-list {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top_cat_list {
    margin-left: 0;
  }
}

/* top categories End */
/* Ready-to-Order start */
.row_block {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  padding: 0 20px;
}

.hd_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  position: relative;
  float: left;
}

.hd_wrp.dflt .hd_wrp_hdng a {
  cursor: default;
  color: #191919;
  text-decoration: none;
}

.hd_wrp.dflt .lg_wrp a {
  pointer-events: none;
}

.hd_wrp_hdng {
  font-size: 14px;
  color: #191919;
  display: flex;
  align-items: center;
}

.hd_wrp_hdng .fa-angle-right {
  margin-left: 10px;
}

.hd_wrp_hdng a {
  color: #156ef6;
  padding-left: 5px;
}

.hd_wrp_hdng a:hover {
  color: #273239;
  text-decoration: underline;
}

.hd_wrp a.hd_wrp_hdng {
  color: #6a6a6a;
}

.hd_wrp a.hd_wrp_hdng:hover {
  color: #2a2a2a;
}

.hd_wrp a.hd_wrp_hdng:hover .hd_link_text {
  text-decoration: underline;
}

.hd_wrp .lg_wrp {
  position: absolute;
  bottom: 0;
  right: 0;
}

.lcat_list_wrp {
  display: flex;
  align-items: center;
  margin: 20px 0 0 -5px;
  width: 100%;
}

.lcat_list {
  list-style: none;
  display: inline-block;
  flex-wrap: wrap;
}

.lcat_list li {
  margin: 5px;
  float: left;
  align-items: center;
  justify-content: center;
}

.lcat_tag {
  font-size: 13px;
  color: #6a6a6a;
  height: 36px;
  border-radius: 18px;
  border: solid 1px #6a6a6a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.lcat_tag .fa-ellipsis-h {
  font-size: 22px;
}

.lcat_tag.act, .lcat_tag:hover {
  border-color: #156ef6;
  color: #156EF6;
}

.all_cat_wrp {
  margin-left: 5px;
  position: relative;
  /*display: none;*/
}

/*.cat_list_wrp{position: absolute; top: 45px; right: 0; z-index: 2; border-radius: 5px; box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2); border: solid 1px #efefef; background-color: #ffffff;}*/
.cat_list {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #efefef;
  background-color: #ffffff;
  list-style: none;
  max-height: 255px;
  min-width: 170px;
  width: 380px;
  display: none;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.cat_list .os-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.cat_list li {
  width: 50%;
  display: flex;
}

.cat_list li a {
  font-size: 13px;
  color: #6a6a6a;
  padding: 8px 10px;
  display: flex;
  width: 100%;
  height: auto;
  border: none;
  border-radius: inherit;
  text-align: inherit;
  align-items: inherit;
  justify-content: inherit;
}

.cat_list li a:hover {
  color: #156EF6;
}

.all_cat_wrp:hover .cat_list {
  display: flex;
}

.downsale {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  padding: 0 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: #156ef6;
  color: #fff;
}

.downsale::before {
  position: absolute;
  top: 100%;
  left: 5px;
  content: '';
  border-color: #156ef6 transparent transparent #156ef6;
  border-width: 3px;
  border-style: solid;
}

.special_tag {
  background: #327AB6;
  font-size: 9px;
  border-radius: 20px;
  color: #ffffff;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.prd_list_2.v2 {
  margin-top: 15px;
  /*margin-left: -28px;*/
}

.prd_list_2.v2 .slick-list {
  display: flex;
}

.prd_list_2.v2 .slick-list .slick-slide {
  margin-right: 30px;
  display: flex;
}

.prd_list_2.v2 .slick-list .slick-slide > div {
  display: flex;
  height: 100%;
  padding: 5px 0;
  width: 100%;
}

.prd_list_2.v2 .slick-list .slick-track {
  display: flex;
}

.prd_list_2.v2 li {
  width: 257px;
  position: relative;
  padding-bottom: 55px;
  /*&:first-child{margin-left: 0;}*/
}

.prd_list_2.v2 li .lcat_name {
  font-size: 12px;
  color: #4c4c4c;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}

.prd_list_2.v2 li .prod_img {
  width: 235px;
  width: 100%;
  height: 235px;
  position: relative;
}

.prd_list_2.v2 li .lloc_wrp {
  display: flex;
  margin-top: 10px;
}

.prd_list_2.v2 li .lloc_wrp a {
  display: flex;
}

.prd_list_2.v2 li .lloc_wrp .flag_wrp {
  min-width: 51px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prd_list_2.v2 li .lloc_wrp .location_wrp {
  margin: 0;
}

.prd_list_2.v2 li .prd_btn_wrp {
  flex-flow: row-reverse;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .row_block {
    position: relative;
    padding-bottom: 35px;
  }
  .hd_wrp {
    flex-flow: column;
    align-items: baseline;
    position: static;
  }
  .hd_wrp .hd_wrp_hdng {
    flex-flow: column;
    align-items: baseline;
  }
  .hd_wrp .hd_wrp_hdng a {
    padding: 3px 0 15px 0;
  }
  .hd_wrp a.hd_wrp_hdng {
    position: absolute;
    bottom: 0;
    right: 20px;
    flex-flow: initial;
  }
  .hd_wrp .lg_wrp {
    position: static;
  }
  .cat_list {
    width: auto;
    overflow-x: auto;
  }
  .cat_list li {
    width: 100%;
  }
  .prd_list_2.v2 .slick-list {
    margin: 0;
  }
  .prd_list_2.v2 li {
    margin: 0;
  }
}

/* Ready-to-Order End */
/* Computer Hardware & IT Solutions start */
.prd_slider {
  list-style: none;
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.prd_slider .slick-list {
  width: 100%;
}

.prd_slider .slick-list .slick-track {
  float: left;
}

.prd_slider .slick-list .slick-slide {
  margin-right: 30px;
  padding: 5px;
}

.prd_slider li {
  border: 1px solid #ebebeb;
  padding: 15px 10px;
  position: relative;
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  display: flex !important;
  border-radius: 5px;
}

.prd_slider li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.prd_slider li .img_wrp {
  width: 85px;
  height: 85px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.prd_slider li .img_wrp img {
  max-width: 100%;
}

.prd_slider li .prd_slider_txt {
  margin-left: 25px;
  width: calc(100% - 112px);
  line-height: initial;
}

.prd_slider li .prd_slider_txt .gprd_name {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #191919;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
  margin-top: -8px;
}

.prd_slider li .prd_slider_txt .sloc {
  font-size: 12px;
  color: #273239;
  margin-bottom: 17px;
}

.prd_slider li .prd_slider_txt .gcomp_wrp {
  display: flex;
  align-items: center;
}

.prd_slider li .prd_slider_txt .gcomp_wrp .glg_wrp {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f6f6f6;
}

.prd_slider li .prd_slider_txt .gcomp_wrp .glg_wrp img {
  max-width: 100%;
}

.prd_slider li .prd_slider_txt .gcomp_wrp .scname {
  font-size: 12px;
  color: #273239;
  margin-left: 10px;
}

.prd_slider li:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .prd_slider li {
    margin: 0;
  }
}

/* Computer Hardware & IT Solutions End */
/* brand list start */
.sme_brand_wrp {
  background: #f5f5f5;
  padding: 35px 0 25px;
  margin-top: 30px;
}

.sme_brand_wrp .row_block {
  max-width: 1800px;
  padding: 0 20px;
  margin: 0 auto;
  display: block;
}

.brand_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.brand_list .slick-slide {
  margin-right: 30px;
}

.brand_list .slick-list {
  width: 100%;
}

.brand_list .slick-list .slick-track {
  float: left;
  padding: 0 5px;
}

.brand_list li {
  border-radius: 5px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  margin: 15px 0;
  /*width: calc(25% - 30px);*/
}

.brand_list li a {
  display: flex;
  align-items: center;
  flex-flow: column;
  border-radius: 5px;
  padding: 24px 20px;
}

.brand_list li a .img_wrp {
  width: 213px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.brand_list li a .img_wrp img {
  max-width: 100%;
}

.brand_list li a .store_name {
  font-size: 14px;
  color: #191919;
  font-weight: 500;
  margin-top: 24px;
}

.brand_list li:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .brand_list .slick-slide {
    margin: 0;
  }
}

/* brand list start */
/* cant find products get quotes start */
.tellUsWrp {
  margin-top: 30px;
  padding-top: 27px;
  padding-bottom: 30px;
}

.tellUsWrp h4 {
  margin-bottom: 15px;
  font-weight: 500;
  color: #191919;
}

.mt-40 {
  margin-top: 40px;
}

.icon_out_wrp {
  margin-bottom: 30px;
}

.icon_wrp {
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #ebebeb;
  padding-top: 20px;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.tellus_ic {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tellus_ic.trade_conf {
  background: url(images/trade_confidence.svg);
}

.icon_wrp_txt {
  color: #273239;
  font-weight: 500;
  font-size: 18px;
  line-height: initial;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 1rem;
}

.tellus_ic.free_quotes {
  background: url(images/free_quotes.svg);
}

.tellus_ic.verified_buyers {
  background: url(images/verified_buyers.svg);
}

.tellus_ic.help_center {
  background: url(images/help_center.svg);
}

.tellUsWrp .form_outer_wrp {
  position: relative;
}

.tellUsWrp .form_outer_wrp h4 {
  padding-left: 16px;
}

.form-group-wrp {
  width: 100%;
  display: flex;
}

.form-group-wrp .iti--allow-dropdown {
  height: 36px;
  top: 0;
  left: 0;
  width: auto;
  position: relative;
  z-index: 2;
  width: 100%;
}

.form-group-wrp .iti--allow-dropdown .iti__flag-container {
  z-index: 3;
}

.form-group-wrp .mobile_number {
  padding-left: 91px;
}

.form_outer_wrp .form-group .error {
  display: none;
  font-size: 12px;
  color: red;
  margin-top: 2px;
}

.form_outer_wrp .form-group.has-error .error {
  display: block;
}

.form_outer_wrp .form-group.has-error .form-control {
  color: red;
  border-color: red;
}

.form-group {
  position: relative;
}

.get_quatation .form-control {
  position: relative;
  z-index: 2;
  background: transparent;
  font-size: 14px;
}

.get_quatation .form-control.req_category + .form-control-placeholder {
  top: 2px;
  color: #d8d8d8;
  z-index: 1;
}

.get_quatation .form-control.req_category.focus + .form-control-placeholder {
  top: -14px;
  color: #6a6a6a;
  z-index: 2;
}

.get_quatation .form-control.req_sub_category + .form-control-placeholder {
  top: 2px;
  color: #d8d8d8;
  z-index: 1;
}

.get_quatation .form-control.req_sub_category.focus + .form-control-placeholder {
  top: -14px;
  color: #6a6a6a;
  z-index: 2;
}

.get_quatation .form-group-wrp.mobile-form-goup .iti--allow-dropdown {
  position: static;
  width: 100%;
}

.get_quatation .form-group-wrp.mobile-form-goup .iti--allow-dropdown .iti__flag-container {
  left: 15px;
}

.get_quatation select {
  -webkit-appearance: none;
}

.get_quatation input {
  -webkit-appearance: none;
}

.slct_wrp .select_arrow {
  position: absolute;
  top: 13px;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .slct_wrp .select_arrow {
    right: 5px;
  }
}

/*.get_quatation .form-control-placeholder, #sendEnquiryModal .form-control-placeholder {
    top: 0;
    left: auto;
    line-height: 26px;
    padding: 7px 0 0 13px;
    background: none;
    z-index: unset;
    margin: 0;
}
.act_anim .form-control-placeholder, .form-control:focus+.form-control-placeholder, .form-control:valid+.form-control-placeholder {
    font-size: 75%!important;
    transform: translate3d(0,-50%,0);
    opacity: 1;
    background: #fff;
    margin-left: 13px;
    padding: 0;
    z-index: 1;
    line-height: initial;
    margin-bottom: 0;
}*/
/* floating label start */
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  z-index: 1;
  color: #d8d8d8;
  font-size: 14px;
  top: 10px;
  opacity: 1;
  font-weight: 400;
  margin: 0;
  left: 25px;
}

.has-float-label label, .has-float-label > span {
  font-size: 14px;
  color: #6a6a6a;
  left: 15px;
  top: -14px;
  z-index: 2;
  background: #ffffff;
  opacity: 1;
}

/*.has-float-label.fixed_label label{font-size: 14px !important; color: $dove-gray !important; left: 15px !important; top: -0.5em !important; background: #ffffff !important; z-index: 2 !important;}*/
/*fixed_label_form label {color: $prussian-blue; line-height: normal; font-size: $heading-xsmall;}*/
@media only screen and (max-width: 767px) {
  .has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 16px;
    top: 13px;
  }
  .has-float-label label, .has-float-label > span {
    left: 23px;
  }
}

/* floating label End */
.mobile-form-goup .form-control-placeholder {
  left: 90px;
}

.get_quatation .form-group .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.get_quatation .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 0;
  /* Firefox */
}

.get_quatation .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0;
}

.get_quatation .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0;
}

.mobile-form-goup .iti input {
  z-index: 2;
}

.mobile-form-goup .form-control-placeholder {
  left: 91px;
  margin-left: 0;
}

.has-float-label.mobile-form-goup .form-control:placeholder-shown:not(:focus) + * {
  left: 91px;
}

.form-group.double_row {
  display: flex;
}

.form-group.double_row .nav_button {
  float: right;
}

.bot_txt {
  font-size: 12px;
  color: #273239;
}

.bot_txt a {
  color: #156ef6;
}

.tellUsWrp .form_outer_wrp:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ebebeb;
  left: 5px;
}

@media only screen and (max-width: 767px) {
  .tellUsWrp .form_outer_wrp:before {
    content: '';
    display: none;
  }
  .form_outer_wrp .col-md-6 {
    width: 100%;
    padding: 0;
  }
  .form_outer_wrp {
    /*.form-control.req_sub_category + .form-control-placeholder{top: 10px;}
        .form-control.req_category + .form-control-placeholder{top: 10px;}*/
  }
  .form_outer_wrp .col-md-12 {
    padding: 0;
  }
  .form_outer_wrp .has-float-label .form-control:placeholder-shown:not(:focus) + * {
    left: 15px;
    font-size: 14px;
    top: 10px;
  }
  .form_outer_wrp .has-float-label label, .form_outer_wrp .has-float-label > span {
    margin-left: 0;
    left: 15px;
  }
  .form_outer_wrp .has-float-label.mobile-form-goup .form-control:placeholder-shown:not(:focus) + * {
    left: 90px;
  }
  .form_outer_wrp .has-float-label.mobile-form-goup label {
    left: 90px;
  }
  .tellUsWrp .form-group-wrp {
    flex-flow: column;
  }
  .form_outer_wrp .form-group.double_row {
    flex-flow: column;
  }
  .form_outer_wrp .form-group.double_row .col-md-8, .form_outer_wrp .form-group.double_row .col-md-4 {
    padding: 0;
  }
  .bot_txt {
    margin-bottom: 15px;
  }
  .icon_out_wrp {
    width: 50%;
  }
  .tellUsWrp .form_outer_wrp h4 {
    padding-left: 0;
    padding-top: 25px;
  }
  .form-group-wrp .iti--allow-dropdown {
    left: 0;
  }
}

/* cant find products get quotes end */
/* partner wrp start */
.partner_wrp {
  background: #e8f6fd;
  margin-top: 0;
}

.partner_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.partner_list li {
  border-radius: 5px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  display: inline-block;
  padding: 37px 20px 28px 20px;
  margin: 15px;
}

.partner_list li:first-child {
  margin-left: 0;
}

.partner_list li .img_wrp {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.partner_list li .img_wrp img {
  max-width: 100%;
}

.partner_list li .partner_list_hdng {
  font-size: 18px;
  color: #191919;
  font-weight: 500;
  margin-top: 27px;
}

.partner_list li .partner_list_para {
  font-size: 13px;
  color: #191919;
  line-height: 20px;
  margin-top: 10px;
}

.partner_list li .list_btn {
  margin-top: 20px;
  font-size: 12px;
  float: left;
  height: 39px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partner_list li {
    margin: 10px;
    padding: 15px;
  }
  .partner_list li:first-child {
    margin-left: 0;
  }
  .partner_list li .partner_list_hdng {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .partner_list {
    flex-flow: column;
  }
  .partner_list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .partner_list li .partner_list_hdng {
    margin-top: 15px;
  }
}

/* partner wrp End */
/* international brands start */
.international_brands {
  padding: 55px 0 45px;
  border-bottom: 1px solid #e2e2e2;
}

.intr_hdng {
  font-size: 18px;
  color: #273239;
  font-weight: 500;
}

.intr_brands_logo {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 15px 0 0 -15px;
  flex-wrap: wrap;
}

.intr_brands_logo li {
  /*padding:10px 15px;*/
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.intr_brands_logo li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.intr_brands_logo .slick-list {
  width: 100%;
}

.intr_brands_logo .slick-list .slick-track .slick-slide {
  display: flex !important;
  flex-flow: column;
}

.intr_brands_logo .slick-list .slick-track .slick-slide div {
  width: 100%;
  height: 40px;
  margin: 10px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .international_brands {
    padding-top: 35px;
  }
  .intr_brands_logo li {
    width: 50%;
  }
}

/* international brands end */
/* listing landing page End */
/* listing lhs category start */
.lhs_categoey .vm-dropdown-cont {
  display: block;
  left: inherit;
  top: inherit;
  position: relative;
  z-index: 1;
}

.lhs_categoey .vm-dropdown-cont .vm-dropdown {
  height: 640px;
}

.all_cate_link {
  width: 100%;
  height: 40px;
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.all_cate_link:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #1058C4, #1030C4);
}

.all_cate_link .fa-bars {
  font-size: 14px;
  margin-right: 10px;
}

/* listing lhs category End */
@media only screen and (min-width: 1394px) and (max-width: 1459px) {
  .lhs_categoey .vm-dropdown-cont .vm-dropdown {
    height: 623px;
  }
}

@media only screen and (min-width: 1283px) and (max-width: 1393px) {
  .lhs_categoey .vm-dropdown-cont .vm-dropdown {
    height: 604px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1282px) {
  .lhs_categoey .vm-dropdown-cont .vm-dropdown {
    height: 601px;
  }
}

/* filter start */
.filter_wrp .fil_hdngwrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter_wrp .fil_hdngwrp .text_link {
  text-transform: uppercase;
  margin: 0;
}

.filter_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 15px 0 0 -2px;
}

.filter_list li {
  display: flex;
  margin: 2px;
}

.filter_list li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px;
  background: #e0e0e0;
  border-radius: 2px;
  font-size: 12px;
  color: #273239;
}

.filter_list li a .fil_cls {
  margin-right: 5px;
}

.filter_list li a .fil_txt {
  max-width: 90%;
  /*white-space: nowrap; text-overflow: ellipsis; overflow: hidden;*/
}

.filter_list li a:hover {
  text-decoration: none;
}

.filter_list li a:hover .fil_txt {
  /*text-decoration: line-through;*/
}

/* filter End */
#verify_otp_send_enquiry .change-num-comp .mbl_txt_pwr .flg-numbr {
  margin: 0 auto;
}

.space_supporter {
  display: flex;
  width: 100%;
  height: 10px;
}

/* Enhancement strat */
.fa-check-circle.green {
  font-size: 16px;
  color: #51b77b;
  margin-left: 5px;
}

.country_gst_wrp.v2 .flag_wrp {
  margin: 0;
}

.no_listing {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  margin-top: 50px;
}

.no_listing .img_wrp {
  width: 195px;
  height: 195px;
  background: #f4f6fb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.no_listing .img_wrp img {
  max-width: 100%;
}

.no_listing .no_listing_txt {
  font-size: 16px;
  color: #1c1c1c;
  margin-top: 25px;
}

/* Enhancement End */
.listing_back_arrow {
  font-size: 14px;
  color: #6a6a6a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing_back_arrow .fa-angle-left {
  font-size: 20px;
  margin-right: 5px;
}

.listing_back_arrow:hover {
  color: #156df6;
}

.listing_header .search_cont_2 {
  display: flex;
}

.seller_product_modal .overlay_wrp {
  margin-top: 0;
}

.seller_product_modal .overlay_wrp p {
  font-family: "Roboto", sans-serif;
}

.buy_product .overlay_wrp {
  padding-top: 15px;
  margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
  .listing_header.dock .search_input_wrp .recent_list.categry_list li {
    display: list-item !important;
  }
  .listing_header .search_auto_suggest_wrp .search_auto_suggest {
    max-height: 400px;
  }
}

.user_info_wp {
  margin-left: 20px;
  float: right;
  border: 1px solid #d9dfe4;
  border-radius: 4px;
  box-sizing: border-box;
}

.user_info_inner {
  cursor: pointer;
  float: left;
  padding: 5px;
  box-sizing: border-box;
}

.user_info_glv2 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  font-size: 0;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}

.user_info_glv2:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #d9dfe4;
  position: absolute;
  top: 0;
  right: -6px;
}

.user_info_glv2 img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.user_info_glv2.var_2 {
  border-radius: 50%;
  overflow: hidden;
}

.user_info_glv2.var_2:before {
  display: none;
}

.user_arrow {
  width: 0;
  height: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #8b9dae;
  z-index: 3;
  float: left;
  margin: 11px 0 0 5px;
}

.user_arrow.act {
  border-bottom: 7px solid #8b9dae;
  border-top: none;
}

.user_info_wp.act {
  border-color: #00abbe;
}

.user_info_wp:hover {
  border-color: #00abbe;
}

.user_info_wp.act .user_arrow {
  border-top: 7px solid #333333;
}

#listing_enquiry_section .form_list_2.v2 > li.company_sec .field_company_name .autocomplete-suggestions li {
  padding: 5px;
}

#listing_enquiry_section .form_list_2.v2 > li.company_sec .field_company_name .autocomplete-suggestions li .creat_new_text {
  font-size: 12px;
  color: #8c8c8c;
}

#listing_enquiry_section .form_list_2.v2 > li.company_sec .field_company_name .autocomplete-suggestions li.add_compd_wp .add_comd_link {
  float: left;
  width: auto;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
}

#listing_enquiry_section .form_list_2.v2 > li.company_sec .field_company_name .autocomplete-suggestions li.add_compd_wp .add_comd {
  float: right;
  font-size: 12px;
  margin-right: 0;
  color: #333333;
  font-weight: 700;
}

#listing_enquiry_section .form_list_2.v2 > li.company_sec .field_company_name .autocomplete-suggestions li .img_wp {
  width: 24px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  float: left;
  font-size: 0;
}

#listing_enquiry_section .form_list_2.v2 > li.company_sec .field_company_name .autocomplete-suggestions li .img_wp img {
  width: 100%;
  height: 100%;
  position: static;
  left: inherit;
  top: inherit;
}

#listing_enquiry_section .form_list_2.v2 > li.company_sec .field_company_name .autocomplete-suggestions li .company {
  float: left;
  font-size: 14px;
  padding-left: 5px;
  vertical-align: middle;
  padding-top: 3px;
}

#listing_enquiry_section .form_list_2.v2 > li.company_sec .field_company_name .autocomplete-suggestions li .legal_name {
  font-size: 11px;
  color: #999999;
  display: inline-block;
  margin: 4px 0 4px 8px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 62%;
}

#listing_enquiry_section .form_list_2.v2 > li.company_sec .field_company_name .autocomplete-suggestions li .locate {
  float: right;
  font-size: 12px;
  padding-top: 4px;
  color: #666666;
}

#listing_enquiry_section .form_list_2.v2 > li.company_sec .comindus .ui-autocomplete {
  border: 1px solid #c2c9d5;
  top: 36px !important;
  position: absolute;
  background: #ffffff;
  z-index: 5;
}

#listing_enquiry_section .form_list_2.v2 > li.company_sec .comindus .ui-autocomplete li.ui-autocomplete-category {
  position: relative;
  box-sizing: border-box;
  padding-right: 25px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
}

#listing_enquiry_section .form_list_2.v2 > li.company_sec .comindus .ui-autocomplete li.ui-menu-item {
  font-size: 14px;
  padding: 8px 20px 8px 20px;
}

#listing_enquiry_section .form_list_2.v2 > li.company_sec.country_auto .ui-autocomplete, #listing_enquiry_section .form_list_2.v2 > li.company_sec.city_auto .ui-autocomplete {
  position: absolute !important;
  background: #fff;
  z-index: 5;
  border: 1px solid #c2c9d5;
  border-radius: 4px;
  margin: 0;
  max-height: 160px;
}

/* overwrite start */
#listing_enquiry_section.company_dtl_wrp {
  width: 100%;
  margin: 0;
}

/* overwrite End */
/* send inquiry overlay End */
