/* new offers block start */
.rhs_dashboard_offer_might_like_div .mainwrapper {
  padding: 15px 15px;
}

.rhs_dashboard_offer_might_like_div .mainwrapper .subwrapper_right_block .subwrapper_right_block {
  padding: 0 10px;
}

.rhs_dashboard_offer_might_like_div .likeofferstxt {
  font-size: 16px;
  color: #273239;
  font-family: Roboto;
}

.subwrapper {
  height: 100px;
  border-radius: 0;
  margin-top: 10px;
  padding: 10px;
  cursor: pointer;
}

.subwrapper_left_block {
  width: 70%;
  float: left;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
  padding-right: 15px;
  box-sizing: border-box;
}

.subwrapper_right_block {
  width: 30%;
  float: left;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.subwrapper_right_block .offer_name {
  color: #273239;
}

.subwrapper .btn_v2 {
  font-size: 10px;
  font-family: 'Roboto Medium', 'Roboto Regular', 'Roboto';
  text-transform: capitalize;
  /*color: #ffffff;background: transparent;border: 1px solid #ffffff; */
  border-radius: 0;
  padding: 4px 10px;
  min-width: inherit;
  /*&:hover{background: #ffffff;color: #3f4081;}*/
}

.rhs_dashboard_offer_might_like_div .subwrapper:hover .btn_v2 {
  /*background: #ffffff;color: #3f4081;*/
}

.offer_block:hover .btn_hover_v2 {
  background: #3f4081;
  color: #ffffff;
}

.btn_hover_v2 {
  font-size: 14px;
  color: #3f4081;
  border: 1px solid #3f4081;
  border-radius: 0;
  background: transparent;
  text-transform: capitalize;
  padding: 6px 15px;
  min-width: 75px;
  font-weight: 500;
}

.tab li a.btn_hover_v2 {
  padding: 6px 15px;
}

.tab li a.btn_hover_v2 {
  color: #3f4081;
}

.offer_name {
  font-size: 12px;
  color: #ffffff;
  text-align: right;
}

.offer_desc_txt {
  font-size: 12px;
  color: #273239;
  text-align: left;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.offer_type_txt {
  font-size: 18px;
  color: #273239;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.orange_block_wrapper {
  background: linear-gradient(180deg, #f5582d 3%, #bf2f47 55%, #920d5c 99%);
}

.green_block_wrapper {
  background: linear-gradient(180deg, #cccf00 3%, #a3a500 99%);
}

.blue_block_wrapper {
  background: linear-gradient(180deg, #2073d4 3%, #563bc2 99%);
}

@media only screen and (max-width: 767px) {
  .bizoffers.prelogin .prebiz .offer_right_rating_block, .bizoffers.prelogin .prebiz .offer_interaction_list_block {
    display: none;
  }
  .main_content .bizOffers {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -10px;
  }
  .clheader + .container_main .container {
    padding: 0;
  }
  .clheader + .container_main .container #bizoffers_body .offer_parent_container, .clheader + .container_main .container #bizoffers_body .container {
    padding: 0;
  }
  #bizoffers_rhs {
    display: none;
  }
  #bizoffers_body .container {
    padding-bottom: 1px !important;
  }
}

/* new offers block end */
/* new offer dashboard center start */
.container_v2 .contentList2.dashboard_v3 > li.offer_block {
  padding: 0;
}

.offer_block {
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.offer_block .share_wp {
  display: none;
}

.offer_block .offer_type_txt {
  font-size: 24px;
}

.offer_block .offer_desc_txt {
  font-size: 12px;
}

.offer_interaction_list_block {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  display: none;
}

.offer_interaction_list_block li {
  display: inline-block;
  float: left;
}

.offer_block:hover .offer_interaction_list_block {
  display: block;
}

.offer_top_block {
  height: 160px;
  /*line-height: 160px;*/
}

.offer_top_block > a {
  display: inline !important;
}

.offer_back_img_div {
  float: right;
  position: relative;
  height: 160px;
  overflow: hidden;
  line-height: 158px;
  width: 160px;
}

.offer_back_img_div img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}

.offer_info_desc_block {
  float: left;
  width: 58%;
  position: relative;
  height: 160px;
  clip-path: polygon(0 0, 84% 0, calc(100% - 1px) 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 84% 0, calc(100% - 1px) 100%, 0 100%);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 14px 38px 15px 10px;
  box-sizing: border-box;
  margin-top: -160px;
  text-align: left;
}

.offer_main_block_list .offer_info_desc_block {
  width: 72%;
}

.offer_bottom_block {
  height: 80px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

.offer_type_image_block {
  float: left;
  display: inline-block;
  width: 120px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: left;
}

.offer_type_image_block a {
  display: inline;
}

.offer_type_image_block img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.get_offer_btn.btn_hover_v2 {
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-transform: capitalize;
  text-align: center;
}

.offer_share.shareIc, .offer_save.prod_save {
  padding: 5px 6px;
  border-radius: 50%;
  background: #ffffff !important;
  opacity: 0.8;
  margin: 10px 10px 0 0;
  text-align: center;
}

.offer_share.shareIc:before {
  font-size: 16px;
}

.offer_save.prod_save::before {
  font-size: 14px;
  color: #8c8c8c;
}

.offer_save.prod_save {
  padding: 6px 7px;
}

a .offer_save.prod_save:hover, a .offer_share.shareIc:hover {
  background: #e6f7f9 !important;
}

a .offer_save.prod_save:hover:before, a .offer_share.shareIc:hover:before {
  color: #00abbe;
}

.offer_single_block_div a.act .offer_save.prod_save {
  background: #fef8e8 !important;
}

.offer_single_block_div a.act .offer_save.prod_save:before {
  color: #f4b815;
  content: "\e979";
}

@media only screen and (max-width: 767px) {
  .offer_top_block, .offer_back_img_div, .offer_info_desc_block {
    height: 130px;
  }
  .offer_info_desc_block {
    margin-top: -130px;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 8px;
  }
  .offer_bottom_block {
    height: 110px;
    z-index: 1;
  }
  .offer_top_block {
    position: relative;
    z-index: 1;
  }
  .offer_back_img_div img {
    height: 100%;
    margin-top: -30px;
    margin-right: -30px;
    width: 100%;
    margin-right: 0;
  }
  .container_v2 .offer_block .shareIc {
    width: auto;
  }
  .offer_main_block_list .offer_single_block {
    padding: 0 !important;
  }
  .offer_main_block_list .offer_single_block .offer_single_block_div:hover .offer_interaction_list_block {
    right: 0;
  }
  .offer_main_block_list .offer_single_block .offer_single_block_div:hover .offer_interaction_list_block span.offer_share.shareIc {
    margin-left: -10px;
  }
  .offer_main_block_div .offer_main_block_list {
    width: 100%;
    margin: 0 auto !important;
    margin-bottom: 2px;
  }
  .offer_main_block_div .offer_inner_block .offer_main_block_list {
    width: 100%;
  }
}

/* new offer dashboard center end */
/* gl-4237 offers overlay design start */
.offers_dashboard .new_overlay_wrp {
  margin-top: 70px;
}

.offer_overlay_div {
  padding: 30px 55px;
  box-sizing: border-box;
}

.offer_overlay_head {
  font-size: 20px;
  color: #222222;
  font-weight: 600;
}

.offer_overlay_desc {
  font-size: 12px;
  color: #8c8c8c;
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .overlay.offers_dashboard .new_overlay_wrp {
    width: calc(100% - 20px);
  }
}

/* business goal start */
.business_goal_list {
  display: flex;
  flex-flow: row wrap;
  margin-top: 34px;
  margin-bottom: 34px;
  max-height: 220px;
}

.business_goal_list li {
  list-style: none;
  background: #f3f3f3;
  padding: 15px 10px 10px;
  box-sizing: border-box;
  width: 135px;
  height: 100px;
  margin: 5px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
}

.business_goal_list li.act {
  border-color: #00afd0;
  background: #e6f7f9;
}

.business_goal_list li.act .business_goal_desc {
  color: #00afd0;
}

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

.overlay_ineraction_button_block .btn_v2 {
  float: left;
  min-width: 280px;
  background-color: #393a7d;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.overlay_ineraction_button_block .btn_v2:hover {
  background-color: #201750;
}

.overlay_ineraction_button_block .btn_v2.disable {
  background-color: #cccccc;
}

.bankingWidget {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bankingWidget:before {
  content: "\e998";
}

.offer_icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  padding-bottom: 2px;
  overflow: hidden;
}

.offer_icon img {
  width: auto;
  max-width: 100%;
}

.business_goal_desc {
  font-size: 12px;
  /*font-family: Roboto;*/
  color: #222222;
  font-weight: 400;
  line-height: 1.25;
  padding: 4px 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .offers_dashboard.overlay.overlay_v3 {
    background: rgba(0, 0, 0, 0.7);
  }
  .offers_dashboard.overlay.overlay_v3 .overlay_wrp {
    width: auto;
    height: auto;
    margin: 0px;
  }
  .offer_overlay_div {
    padding: 30px 16px;
  }
  .business_goal_list {
    margin-top: 24px;
  }
  .business_goal_list li {
    width: calc(100%/2 - 10px);
    display: flex;
    flex: auto;
    -webkit-box-flex: 1;
    flex-direction: column;
    padding: 15px 8px 10px;
  }
  .overlay_ineraction_button_block .btn_v2 {
    min-width: 100%;
  }
}

/* business goal end */
/* business category start */
.business_category_list {
  margin-top: 34px;
  margin-bottom: 34px;
  display: inline-block;
  width: 100%;
}

.business_category_list li {
  list-style: none;
  float: left;
  background: #f3f3f3;
  border-radius: 4px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  padding: 0 10px;
  margin: 0 10px 10px 0;
}

.business_category_list li .business_category_item {
  color: #222222;
}

.business_category_list li.act {
  background: #212121;
}

.business_category_list li.act .business_category_item {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .business_category_list {
    margin-top: 24px;
  }
}

/* business category end */
/* offer providers start */
.business_goal_option.provider_option {
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  padding: 8px;
}

.business_goal_option.provider_option.act {
  border-color: #00afd0;
  background: #ffffff;
}

.business_goal_list li.provider_option .provider_option_link {
  display: inline-block;
  box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}

.business_goal_list li.provider_option img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  max-height: 100%;
}

/* offer providers end */
/* offers list page start */
.dark_blue_block_wrapper {
  background: linear-gradient(180deg, #38397c 10%, #211852 99%);
}

.vakilsearch_wrp {
  background: linear-gradient(180deg, #fbd003 48%, #caa804 90%);
  background: #ffffff;
}

.foxbox_wrp {
  background: linear-gradient(180deg, #d1272d 48%, #b41b2d 90%);
}

.irccms_wrp {
  background: linear-gradient(160deg, #039EE2 36%, #007fb6 73%);
  background: #ffffff;
  border: 1px solid #e6e6e6;
}

.godaddy_wrp {
  background: linear-gradient(180deg, #1b74d1 30%, #780489 89%);
  background: #ffffff;
}

.awfis_wrp {
  background: linear-gradient(180deg, #f2562e 30%, #94105b 89%);
  background: #ffffff;
}

.sme_design_wrp {
  background: linear-gradient(180deg, #cccf00 30%, #a4a600 89%);
}

.linker_store_wrp {
  background: #cacf2a;
}

.coursera_wrp {
  background: linear-gradient(180deg, #2171d3 48%, #543dc2 90%);
}

.shutterstock_wrp {
  background: linear-gradient(180deg, #d7544b 48%, #af2b25 90%);
}

.default_color_wrapper {
  background: linear-gradient(160deg, #068aff 36%, #0261b9 73%);
  background: #ffffff;
  border: 1px solid #e6e6e6;
}

.breadcrumb_block {
  font-size: 12px;
  color: #393a7d;
}

.breadcrumb_block {
  margin-bottom: 24px;
}

.breadcrumb_block_act {
  color: #827e9a;
}

.offer_deals_heading {
  font-size: 36px;
  color: #273239;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.offer_deals_para {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  width: 500px;
  margin-top: 16px;
}

.offer_selection_list {
  display: inline-block;
  width: 100%;
  margin: 40px 0 20px;
}

.tabCnt .offer_selection_list {
  margin-top: 10px;
}

.search_offer_band {
  display: inline-block;
  width: 100%;
  background: #393a7d;
  height: 75px;
  line-height: 50px;
}

.search_offer_band .container {
  background: transparent;
}

.offer_search_type_text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
}

.offer_search_option {
  width: auto;
  height: 35px;
  line-height: 35px;
  background-color: #f2f2f2;
  display: inline-block;
  padding: 0 15px;
  box-sizing: border-box;
  margin-left: 36px;
  max-width: 65%;
  overflow: hidden;
  vertical-align: middle;
}

.select_search_option {
  color: #828282;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  padding-right: 80px;
  position: relative;
  box-sizing: border-box;
}

.select_search_option .right_arrow_triangle {
  position: absolute;
  right: 0;
}

.selected_offer_search_option {
  font-size: 12px;
  color: #ffffff !important;
  padding: 4px;
  box-sizing: border-box;
  background: #00afd0;
  border-radius: 4px;
}

.selected_offer_search_div {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-right: 10px;
  box-sizing: content-box;
}

.selected_offer_search_div .close_ic {
  float: right;
  margin-top: 8px;
  padding-left: 8px;
  position: absolute;
  right: 0;
  top: 0px;
}

.selected_offer_search_div .close_ic:before {
  font-size: 10px;
  color: #333333;
  font-weight: bold;
}

.right_arrow_triangle {
  position: relative;
  float: right;
  margin-top: 10px;
}

.right_arrow_triangle:before {
  content: "";
  position: absolute;
  border-left: 14px solid #828282;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: 0;
  top: 0;
}

.right_arrow_triangle:hover:before {
  border-left-color: #222222;
}

.search_offer_category, .search_offer_provider, .search_offer_goal {
  display: none;
}

.search_offer_category.act, .search_offer_provider.act, .search_offer_goal.act {
  display: block;
}

.offer_selection_list li {
  list-style: none;
  float: left;
  font-size: 16px;
  font-weight: 600;
  /*font-family: 'Roboto Medium', 'Roboto Regular', 'Roboto';*/
  margin-right: 26px;
}

.offer_selection_list li a {
  color: #6a6a6a;
  position: relative;
}

.offer_selection_list li.act a {
  color: #273239;
}

.offer_selection_list li.act a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -10px;
  left: 0;
  background-color: #273239;
  transition: all 0.3s ease-in-out 0s;
}

.all_select_text {
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-top: 10px;
}

.all_select_text input {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .search_offer_category.act, .search_offer_provider.act, .search_offer_goal.act {
    padding-left: 0;
    padding-right: 0;
  }
  .offer_search_type_text {
    font-size: 15px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    margin-bottom: 14px;
  }
  .right_arrow_triangle:before {
    top: -5px;
  }
  .offer_selection_list li.act a:before {
    bottom: -5px;
  }
  .offer_selection_list.tabs li {
    margin-right: 25px;
    line-height: 26px;
  }
}

/*.offer_main_block_div{display: inline-block;width: 100%;background: #f7f8fb;}*/
.popular_offer_block_list, .bizgoal_offer_block_list, .category_offer_block_list, .provider_offer_block_list {
  display: none;
}

.popular_offer_block_list.act {
  display: block;
  width: 100%;
}

.bizgoal_offer_block_list.act {
  display: block;
}

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

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

.offer_main_block_list {
  display: flex;
  flex-flow: row wrap;
  margin: 30px 30px 30px -30px;
  width: 100%;
}

.offer_main_block_list .offer_single_block {
  display: flex;
  flex: auto;
  -webkit-box-flex: 1;
  flex-direction: column;
  list-style: none;
  margin-left: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  width: calc(100%/3 - 30px);
  max-width: calc(100%/3 - 30px);
  box-sizing: border-box;
}

.offer_main_block_list .offer_single_block .offer_info_desc_block {
  border: none;
}

.offer_main_block_list .offer_single_block .offer_info_desc_block .btmofrtxt .link_for_gl {
  padding-left: 0;
}

.offer_main_block_list .offer_single_block .offer_info_desc_block .btmofrtxt .offer_desc_txt {
  margin-top: 10px;
}

.offer_main_block_list .offer_single_block_div {
  /*box-shadow: 0 0 6px #dedede; */
  cursor: pointer;
  /*border-radius: 4px;*/
  border: 1px solid #e6e6e6;
}

.offer_main_block_list .offer_top_block {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.view_all_provider {
  display: inline-block;
  width: 100%;
  padding-top: 24px;
  box-sizing: border-box;
  text-align: center;
}

.view_all_provider_link {
  font-size: 14px;
  color: #273239;
  font-family: Roboto;
}

.view_all_provider_link:hover {
  text-decoration: underline;
}

.offer_main_block_list.act {
  display: flex;
}

.share_wp {
  display: none;
}

.offer_single_block {
  position: relative;
}

.offer_single_block .offer_bottom_block {
  height: 140px;
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

.offer_single_block .offer_type_txt {
  font-size: 24px;
  line-height: 1.25;
}

.offer_single_block_div:hover .offer_interaction_list_block {
  display: block;
}

.offer_single_block_div:hover .offer_interaction_list_block li {
  list-style: none;
  float: none;
  display: block;
}

.selected_offer_search_option {
  display: inline;
}

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

.tab.offer_main_block_list > li:first-child {
  margin-left: 20px;
}

.category_offer_block_list .tab.offer_main_block_list > li:first-child, .provider_offer_block_list .tab.offer_main_block_list > li:first-child {
  margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offer_main_block_list .offer_single_block {
    width: calc(100%/2 - 30px);
    max-width: calc(100%/2 - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .offer_deals_heading {
    font-size: 24px;
    margin-top: 3px;
  }
  .offer_deals_para {
    font-size: 16px;
    width: 100%;
  }
  #bizoffers_body .offer_selection_list {
    display: flex;
    overflow-y: scroll;
  }
  #bizoffers_body .offer_selection_list li {
    flex: none;
  }
  .offer_selection_list li {
    font-size: 16px;
    margin-right: 6px;
  }
  .offer_parent_container .tabCnt .offer_selection_list li {
    margin-right: 25px;
    flex: none;
  }
  .wholeWrp.entity_ci_1 .outerWpr.prebiz .offer_parent_container {
    margin-top: -10px;
  }
  .offer_main_block_list {
    margin: 0px;
    margin-left: 0;
  }
  .offer_main_block_list .offer_single_block {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .offer_main_block_list .offer_bottom_block {
    height: 110px;
  }
  .offer_interaction_list_block {
    right: 0;
    display: block;
  }
  .offer_interaction_list_block li {
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
  }
  .offer_interaction_list_block li:first-child {
    margin: 0 !important;
  }
  .offer_interaction_list_block li .offer_share.shareIc {
    margin-left: 0 !important;
    margin-top: 16px;
  }
  .offer_main_block_list .offer_single_block_div:hover .offer_interaction_list_block {
    z-index: 2;
  }
  .container_v2 .offer_interaction_list_block .shareIc {
    width: auto;
  }
  .tab.offer_main_block_list > li:first-child {
    margin-left: 0 !important;
  }
  .search_offer_band {
    height: auto;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .offer_search_option {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    line-height: 2;
  }
  .selected_offer_search_option {
    padding: 0 6px;
    display: inline-block;
    margin: 6px 0;
  }
  .search_offer_category, .search_offer_provider, .search_offer_goal {
    padding: 10px;
    box-sizing: border-box;
  }
  .select_search_option {
    padding-right: 30px;
  }
  .offer_single_block .offer_type_txt {
    line-height: 1;
    padding-bottom: 2px;
    font-size: 20px;
    margin-bottom: 4px;
  }
  .offer_main_block_list.bizgoal_1 .offer_single_block .offer_desc_txt {
    margin-bottom: 0;
  }
}

.offer_main_block_list .offer_single_block {
  padding: 0;
}

/* offers list page end */
/* offer page start */
.offer_parent_container .headRow {
  padding-bottom: 20px;
}

.offer_parent_container .headRow h2 a {
  float: none;
}

.offer_parent_container .headRow .subHding {
  float: right;
}

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

.offer_parent_container .headRow .subHding {
  float: none;
}

.right_arrow_head {
  padding: 0 4px;
}

.offer_info_banner {
  display: inline-block;
  width: 100%;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  /*box-shadow: 0 0 3px #cccccc; */
  background: #ffffff;
  /*border-radius: 4px;*/
  border: 1px solid #e6e6e6;
}

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

.offer_banner_left {
  width: 50%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}

.offer_banner_left a[data-readmore-toggle="view_more"]:hover {
  text-decoration: underline;
}

.offer_banner_left .offer_info_para a {
  color: #156df6;
}

.offer_banner_left .offer_info_para a:hover {
  text-decoration: underline;
}

.offer_info_head {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 24px;
  width: 50%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}

.offer_info_para {
  line-height: 20px;
  color: #333333;
  padding-bottom: 20px;
}

.offer_info_para ul {
  margin-left: 14px;
  /*a{color: #333333;}*/
}

.link_on_gl {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

.link_for_gl, .acrdnList li a.link_for_gl {
  display: inline-block;
  font-size: 9px;
  color: #273239;
  padding: 2px 5px 2px 5px;
  box-sizing: border-box;
  border-radius: 4px;
  width: fit-content;
}

.acrdnList li a.link_for_gl, .right_blk_offer .link_for_gl {
  color: #ffffff !important;
}

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

.acrdnList .offer_packages li {
  border-top: none;
}

.offer_pricing_block {
  width: 60%;
  float: left;
}

.offer_pricing_block .round_brdr_btn {
  display: inline-block;
  margin-top: 28px;
  min-width: 130px;
  text-align: center;
  max-height: 38px;
}

.offers_provided_info {
  width: 40%;
  float: right;
}

.offer_price_text {
  font-size: 16px;
  color: #273239;
}

.offer_price_text .strike_2 {
  position: relative;
}

.offer_price_text .strike_2:before {
  content: "";
  border-top: 1px solid #333;
  width: calc(100% + 10px);
  height: 1px;
  position: absolute;
  transform: rotate(-10deg);
  top: 7px;
  left: -7px;
}

.offer_price_text_span {
  font-size: 16px;
  color: #00AFD0;
  font-weight: 600;
}

.round_brdr_btn {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  background: #393a7d;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 24px;
}

.offer_provide_text {
  font-size: 10px;
  color: #333333;
}

.offer_provider_image {
  height: 50px;
  width: 140px;
  line-height: 50px;
  overflow: hidden;
}

.offer_provider_image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.terms_condition_link {
  color: #393a7d;
  text-decoration: underline;
}

.offer_banner_right {
  width: 50%;
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
}

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

.offer_right_rating_block .offer_interaction_list_block {
  display: block;
}

.offer_right_rating_block .offer_interaction_list_block .offer_save.prod_save, .offer_right_rating_block .offer_interaction_list_block .offer_share.shareIc {
  margin-top: 0;
}

.offer_right_rating_block .offer_interaction_list_block .offer_save.prod_save {
  margin-right: 0;
}

.share_offer:hover .share_wp {
  display: block;
}

.offer_single_block_div .offer_save.prod_save:hover {
  background: #e6f7f9 !important;
}

.offer_single_block_div .offer_save.prod_save:hover:before {
  color: #00abbe;
}

a.act .offer_save.prod_save, .offer_single_block_div .offer_save.prod_save.act {
  background: #fef8e8 !important;
}

a.act .offer_save.prod_save:before, .offer_single_block_div .offer_save.prod_save.act:before {
  color: #f4b815;
  content: "\e979";
}

.offer_rating_block {
  display: inline-block;
  width: auto;
  float: left;
  min-width: 268px;
  position: relative;
  padding-bottom: 24px;
}

.offer_rating_block:hover .rate_bus_offer_overlay {
  display: block;
}

.rating_span_block {
  display: inline-block;
}

.rating_span_block li {
  display: inline-block;
  float: left;
}

.rating_span_block li .favIc {
  line-height: initial;
}

.rating_span_block li .favIc:before {
  font-size: 16px;
}

.rate_this_offer {
  display: inline-block;
  width: auto;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  padding-left: 8px;
}

.rate_this_offer .downArw {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 4px;
}

.rate_offer_dropdown {
  color: #828282;
  padding-left: 8px;
}

.rate_bus_offer_overlay {
  display: none;
  width: 240px;
  background: #ffffff;
  box-shadow: 0 0 3px #cccccc;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 24px;
  z-index: 1;
}

.rate_bus_offer_overlay .close {
  display: none;
}

.offer_rate_head {
  font-size: 16px;
  color: #273239;
  font-weight: 600;
  padding-bottom: 18px;
}

.offer_rate_para {
  font-size: 12px;
  color: #8c8c8c;
  padding-bottom: 24px;
}

.rate_bus_options {
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
}

.rate_bus_options .rating_span_block {
  display: flex;
  justify-content: center;
}

.rating_save_msg {
  padding: 6px 8px;
  box-sizing: border-box;
  font-size: 10px;
  color: #25D366;
  text-align: center;
  background: #c9f4d9;
  border-radius: 4px;
  margin-top: 4px;
}

.rate_offer_block {
  padding: 28px 24px;
  box-sizing: border-box;
}

.offer_purchase_block {
  padding: 26px 24px 35px;
  box-sizing: border-box;
  border-top: 1px solid #e0e0e0;
}

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

.offer_right_image_block {
  width: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  overflow: hidden;
}

.offer_right_image_block img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
}

.colmWp .holderWpr .offer_main_block_div .tab > li {
  margin-left: 30px;
}

.offer_expand_btn {
  margin: 15px 0;
  display: inline-block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.offer_expand_btn:hover {
  color: #273239;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .offer_banner_left {
    padding-right: 10px;
  }
  .offer_banner_right {
    padding-left: 10px;
  }
  .rate_offer_dropdown {
    padding-left: 4px;
  }
  .rate_this_offer .downArw {
    margin-left: 4px;
  }
  .offer_right_rating_block .offer_interaction_list_block .offer_share.shareIc {
    margin-right: 0;
  }
  .offer_info_head {
    padding-bottom: 14px;
  }
  .offer_info_para {
    padding-bottom: 10px;
  }
  .link_on_gl {
    padding-bottom: 14px;
  }
  .offer_pricing_block .round_brdr_btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .colLef {
    width: 100%;
  }
  .offer_parent_container {
    max-width: 767px;
    width: 100%;
    margin-top: 10px;
  }
  .offer_banner_left, .offer_banner_right, .offer_info_head, .offer_right_rating_block {
    width: 100%;
    padding: 0;
  }
  .offer_info_head {
    width: 80%;
    padding-bottom: 20px;
  }
  .offer_rating_block {
    padding-bottom: 10px;
  }
  .offer_info_para {
    padding-bottom: 20px;
  }
  .offer_pricing_block {
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .offer_price_text, .offer_price_text_span {
    font-size: 14px;
  }
  .offer_pricing_block .round_brdr_btn {
    margin-top: 20px;
  }
  .offers_provided_info {
    width: 50%;
  }
  .offer_provide_block {
    padding-bottom: 30px;
  }
  .offer_parent_container .offer_selection_list {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .offer_parent_container .offer_selection_list li {
    margin-right: 30px;
  }
  .rate_bus_offer_overlay_parent {
    display: none;
    position: fixed;
    bottom: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 7;
    overflow-y: scroll;
  }
  .rate_bus_offer_overlay_parent .rate_bus_offer_overlay {
    display: block;
    top: initial;
    bottom: 10px;
    width: calc(100% - 20px);
    margin: 0 10px;
    right: initial;
    bottom: 80px;
  }
  .rate_bus_offer_overlay_parent .rate_bus_offer_overlay .close {
    display: block;
    position: absolute;
    right: 18px;
    top: 18px;
  }
  .rate_bus_offer_overlay_parent .rate_bus_offer_overlay .close:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e907";
    font-size: 18px;
    color: #273239;
    box-sizing: border-box;
  }
  .rating_save_msg {
    font-size: 13px;
    color: #333333;
    border: 1px solid #25D366;
    position: fixed;
    top: 10px;
    transform: translateX(-50%);
    left: 50%;
    min-width: 280px;
  }
  .round_brdr_btn {
    padding: 10px;
  }
  .offer_provider_image {
    width: 120px;
  }
  .acrdnCnt .acrdnList .offer_packages li a {
    padding-top: 5px;
  }
  .offer_info_banner {
    box-shadow: none;
    padding-bottom: 80px;
    padding-top: 0;
  }
  .offer_parent_container .acrdnCnt {
    margin-top: -82px;
  }
  .offer_parent_container .acrdnCnt .tabCnt {
    background: #ffffff;
    margin-bottom: 10px;
  }
  .offer_parent_container .acrdnCnt .offer_selection_list {
    margin-bottom: 4px;
  }
}

.acrdnCnt {
  /*background: #f7f8fb;*/
}

.acrdnCnt .tabCnt ~ div, .acrdnCnt .tabCnt ~ ul ~ div, .acrdnCnt .tabCnt ~ ul {
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  width: calc(100% + 40px);
  margin-left: -20px;
}

/* offer page end */
/* interested offers page start */
.offer_main_block_list.interested_offers_page {
  margin: 20px 20px 20px -20px;
}

.offer_main_block_list.interested_offers_page .offer_single_block {
  width: calc(100%/3 - 16px);
  max-width: calc(100%/3 - 18px);
  margin-left: 16px;
}

.offer_main_block_list.interested_offers_page .offer_single_block .offer_bottom_block {
  height: 120px;
}

.business_goal_heading {
  font-size: 24px;
  font-family: 'Roboto Medium', 'Roboto Regular', 'Roboto';
  font-weight: bold;
  color: #333333;
  display: inline-block;
  padding: 20px;
}

.business_goal_div_container .business_goal_list {
  margin-top: 0;
}

.business_goal_div_container .business_goal_list li {
  width: calc(100%/3 - 24px);
  max-width: calc(100%/3 - 24px);
  margin-left: 16px;
  height: 150px;
  border: 1px dashed #eceeef;
  background: #ffffff;
  cursor: pointer;
}

.business_goal_div_container .business_goal_list li .offer_icon {
  padding-top: 15px;
  padding-bottom: 10px;
}

.business_goal_div_container .business_goal_list li .business_goal_desc {
  padding-bottom: 20px;
}

.business_goal_div_container .business_goal_list li .view_relevent_offer_link {
  font-size: 12px;
  color: #8C8C8C;
  font-weight: 600;
  font-family: 'Roboto Medium', 'Roboto Regular', 'Roboto';
  display: inline-block;
  width: auto;
  padding: 4px 10px;
  box-sizing: border-box;
  border-radius: 14px;
}

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

.tab.offer_main_block_list.interested_offers_page > li:first-child {
  margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .offer_main_block_list.interested_offers_page .offer_single_block {
    width: calc(100%/2 - 16px);
    max-width: calc(100%/2 - 18px);
  }
  .business_goal_div_container .business_goal_list li .offer_icon {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .offer_main_block_list.interested_offers_page {
    margin: 0 auto;
  }
  .offer_main_block_list.interested_offers_page .offer_single_block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .tab.offer_main_block_list.interested_offers_page > li:first-child, .offer_main_block_list.interested_offers_page .offer_single_block {
    margin-left: 0;
  }
  .business_goal_div_container .business_goal_list {
    margin-top: 0;
  }
  .business_goal_div_container .business_goal_list li {
    width: 100%;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* interested offers page end */
/* offer history page start */
.offer_history_block {
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  position: relative;
  box-shadow: 0 0 3px #cccccc;
  border-radius: 4px;
  background: #ffffff;
}

.offer_history_block .write_testimonial_link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.offer_history_block .rate_offers_right_block {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  padding-bottom: 40px;
}

.offer_history_block .rate_this_offer .downArw {
  margin-left: 0;
}

.offer_history_block .subwrapper {
  width: 100%;
  max-width: 280px;
  height: 140px;
  border-radius: 0;
  margin-top: 14px;
  padding: 10px;
}

.write_testimonial_link {
  font-size: 12px;
  color: #8C8C8C;
  font-weight: 600;
  font-family: 'Roboto Medium', 'Roboto Regular', 'Roboto';
  display: inline-block;
  width: auto;
  padding: 4px 10px;
  border-radius: 14px;
}

.write_testimonial_link:hover {
  color: #0cafc1;
  background: #e6f7f9;
}

.rate_offers_right_block:hover .rate_bus_offer_overlay {
  display: block;
}

.history_detail_field {
  display: flex;
  padding-top: 8px;
  font-size: 14px;
  color: #273239;
  align-items: baseline;
}

.history_detail_field p {
  font-size: 14px;
}

.history_detail_label {
  color: #8C8C8C;
  width: 40%;
  min-width: 40%;
}

.offer_status_text {
  font-size: 10px;
  color: #ffffff;
  font-family: 'Roboto Medium', 'Roboto Regular', 'Roboto';
  padding: 5px;
  background: #25d366;
  border-radius: 4px;
}

.offer_date_text {
  font-size: 14px;
  color: #273239;
  font-family: 'Roboto';
}

.offer_history_left_block .offer_date_text {
  display: inline-block;
  width: auto;
}

.offer_history_left_block, .offer_history_right_block {
  width: 40%;
  float: left;
}

.details_heading_text {
  font-size: 18px;
  color: #273239;
  font-weight: 600;
  font-family: 'Roboto';
}

.history_detail_label {
  color: #8C8C8C;
}

.view_invoice_link {
  color: #393a7d;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .offer_history_left_block {
    width: 45%;
  }
  .offer_history_right_block {
    width: 40%;
  }
  .offer_history_block .rate_offers_right_block {
    top: 10px;
    right: 10px;
  }
  .offer_history_block .write_testimonial_link {
    right: 10px;
    bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .offer_history_block .rate_bus_offer_overlay_parent {
    display: none;
  }
  .offer_history_left_block, .offer_history_right_block {
    width: 100%;
  }
  .offer_history_right_block {
    padding-top: 30px;
  }
  .offer_history_block {
    width: calc(100% - 40px);
    margin: 10px 20px;
    padding-bottom: 70px;
  }
  .offer_history_block .rate_offers_right_block:hover .rate_bus_offer_overlay_parent {
    display: block;
  }
  .offer_history_block .rate_offers_right_block {
    top: 10px;
    right: 10px;
  }
  .offer_history_block .write_testimonial_link {
    right: 10px;
  }
  #bizoffers_body #Bizoffers_history_cont {
    display: inline-block;
  }
  #bizoffers_body #Bizoffers_history_cont .offer_parent_container {
    padding: 0;
  }
  #bizoffers_body #Bizoffers_history_cont .offer_parent_container .headRow {
    padding: 20px;
    padding-bottom: 0;
  }
  #bizoffers_body #Bizoffers_favourite_cont {
    display: inline-block;
  }
  #bizoffers_body #Bizoffers_favourite_cont .offer_parent_container {
    padding: 0;
  }
  #bizoffers_body #Bizoffers_favourite_cont .offer_parent_container .headRow {
    padding: 20px;
    padding-bottom: 0;
  }
}

/* offer history page end */
/* testimonial overlay start */
.offer_block_testimonial {
  margin-top: 14px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 3px #cccccc;
}

.offer_block_testimonial .offer_bottom_block {
  height: 55px;
  padding: 0 20px;
}

.offer_block_testimonial .offer_type_image_block {
  height: 40px;
  line-height: 40px;
  margin-top: 8px;
}

.offer_block_testimonial .offer_type_image_block img {
  vertical-align: middle;
}

.offer_block_testimonial .offer_info_desc_block .offer_desc_txt p {
  height: 36px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  text-align: left;
  margin-bottom: 4px;
}

.testimonial_left_block, .testimonial_right_block {
  width: 50%;
  float: left;
}

.write_opinion_textarea {
  border: 1px solid #cdcdcd;
  width: 100%;
  max-width: 280px;
  height: 138px;
  border-radius: 4px;
  position: relative;
}

.write_opinion_textarea label {
  font-size: 10px;
  color: #828282;
  font-family: 'Roboto';
  display: inline-block;
  width: auto;
  background: #ffffff;
  padding: 0 4px;
  position: absolute;
  top: -6px;
  left: 10px;
  display: none;
}

.write_opinion_textarea.focus label, .write_opinion_textarea.act label {
  display: block;
}

.testim_txtarea {
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: #222222;
  padding: 14px;
  box-sizing: border-box;
  border-radius: 4px;
}

.testim_txtarea::placeholder {
  color: #828282;
  display: block;
  display: -webkit-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testminee_details_list li {
  list-style: none;
  margin-bottom: 16px;
}

.error_message {
  display: none;
}

.input_field_div {
  height: 32px;
  border-radius: 4px;
  position: relative;
}

.input_field_div .inpwrpr {
  border: 1px solid #cdcdcd;
}

.input_field_div label {
  position: absolute;
  top: -6px;
  left: 10px;
  font-size: 10px;
  color: #828282;
  font-family: 'Roboto';
  display: inline-block;
  background: #ffffff;
  padding: 0 4px;
  display: none;
}

.input_field_div.focus label, .input_field_div.act label {
  display: block;
}

.testimonial_write_desc_block {
  display: inline-block;
  width: 100%;
  margin: 30px 0;
}

.testimonial_write_desc_block p.error_message {
  font-size: 12px;
  color: #fd0101;
}

.testimonial_write_desc_block .write_opinion_textarea.err {
  border-color: #fd0101 !important;
}

.testimonial_write_desc_block .input_field_div .inpwrpr.err {
  border-color: #fd0101 !important;
}

.testimonial_write_desc_block .input_field_div .error_message {
  font-size: 12px;
  color: #fd0101;
}

.special_offer_bgcolor {
  background: #ff5d5d;
}

.new_offer_bgcolor {
  background: #00dd11;
}

.only_gl_offer_bgcolor {
  background: #00afd0;
}

.limited_offer_bgcolor {
  background: #f4b815;
}

.inpwrpr {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 10px 18px;
  box-sizing: border-box;
  font-size: 13px;
  color: #222222;
}

.inpwrpr::placeholder {
  color: #828282;
}

@media only screen and (max-width: 767px) {
  .testimonial_left_block, .testimonial_right_block {
    width: 100%;
  }
  .testimonial_left_block {
    margin-bottom: 16px;
  }
  .testimonial_write_desc_block {
    margin-bottom: 10px;
  }
  .write_opinion_textarea {
    max-width: inherit;
  }
}

/* testimonial overlay end */
.offer_single_block_div:hover .get_offer_btn {
  background-color: #393a7d;
  color: #ffffff;
}

.business_goal_list::-webkit-scrollbar, .business_category_list::-webkit-scrollbar {
  width: 5px;
}

.business_goal_list::-webkit-scrollbar-track, .business_category_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.business_goal_list::-webkit-scrollbar-thumb, .business_category_list::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.business_goal_list, .business_category_list {
  max-height: 220px;
  overflow-y: auto;
}

#containerdata {
  background: #ffffff;
  display: inline-block;
  width: 100%;
}

.sign_block_offer {
  padding: 20px 0;
  background: #f7f8fb;
  box-sizing: border-box;
  margin-top: -4px;
}

.sign_block_offer .container {
  background: #f7f8fb;
}

.sign_up_for_offer {
  display: flex;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 80px;
  align-items: center;
  justify-content: space-around;
  padding: 0 20px;
}

.offer_main_block_div .offer_single_block .offer_single_block_div .share_offer .share_wp {
  /*top: 76px;*/
  top: 68px;
}

#bizoffers_body .offer_parent_container, #bizoffers_body .container {
  /* max-width: 1240px; */
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px 20px 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
}

#bizoffers_body .container {
  background: #ffffff;
}

.popular_offer_block_list.tab {
  padding-top: 0;
}

.provider_offer_block_list.provider_offers .offer_main_block_list .offer_single_block {
  margin-bottom: 50px;
}

#bizoffers_body .search_offer_band .container, #bizoffers_body .offer_main_block_div.container {
  background-color: transparent;
}

.offer_price_text .strike {
  position: relative;
}

.offer_price_text .strike:before {
  content: "";
  width: 100%;
  border-top: 1px solid #000000;
  background: #000000;
  display: inline-block;
  transform: rotate(160deg);
  bottom: 10px;
  position: absolute;
}

.offer_signup_text {
  font-size: 18px;
  color: #201751;
}

.white-border-btn {
  border: 1px solid #ffffff;
  border-radius: 9px;
  color: #ffffff;
}

.offer_sign_btn.btn {
  margin-left: 10px;
  border-radius: 4px;
}

.offer_sign_in_btn.btn {
  border: 1px solid #828282;
  border-radius: 18px;
  color: #828282;
  min-width: 105px;
  height: 35px;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  background-color: #ffffff;
}

.sign_up_block_offer .white-border-btn.btn:hover {
  background-color: #828282;
  color: #ffffff;
}

.offer_sign_btn.btn {
  border: 1px solid #393a7d;
  border-radius: 18px;
  color: #ffffff;
  min-width: 105px;
  height: 35px;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  background-color: #393a7d;
}

/* nav offer div start */
.nav_hover_container .subwrapper {
  width: 180px;
  height: 140px;
  flex-flow: column;
  margin: 10px 20px 0 0;
  float: left;
}

.nav_hover_container .subwrapper .subwrapper_left_block {
  width: 100%;
  height: 80%;
  padding-bottom: 18px;
  display: flex;
  flex-flow: column;
}

.nav_hover_container .subwrapper .subwrapper_right_block {
  width: 100%;
  display: flex;
  flex-flow: row;
  height: auto;
  align-items: center;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .nav_hover_container .subwrapper {
    width: 150px;
    margin-right: 8px;
    padding: 8px;
  }
  .nav_hover_container .subwrapper .subwrapper_left_block {
    height: 75%;
    padding-bottom: 10px;
  }
  .nav_hover_container .subwrapper .offer_type_txt {
    font-size: 16px;
  }
  .nav_hover_container .subwrapper .offer_desc_txt {
    font-size: 11px;
  }
  .nav_hover_container .subwrapper .offer_name {
    text-align: left;
    padding-right: 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .nav_hover_container .subwrapper {
    width: 166px;
    margin-right: 10px;
  }
  .nav_hover_container .offer_type_txt {
    font-size: 16px;
  }
  .nav_hover_container .offer_desc_txt {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .offer_signup_text {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .sign_up_for_offer {
    flex-flow: column;
    padding: 20px;
    height: auto;
  }
  .offer_signup_text {
    font-size: 16px;
    width: 100%;
  }
  .offer_sign_in_btn.white-border-btn.btn {
    width: auto;
  }
}

/* nav offer div end */
/* biz goals start */
.offer_block_list_head {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  padding: 30px 20px 14px;
  box-sizing: border-box;
}

.offer_block_list_para {
  font-size: 14px;
  color: #8c8c8c;
  font-family: "Roboto", sans-serif;
  line-height: 1.86;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.business_goals_offers {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  text-align: center;
  margin-left: 14px;
}

.goal_single_block_div {
  width: 284px;
  margin-right: 30px;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  display: inline-block;
}

.offer_inner_block {
  width: 1280px;
  z-index: 1;
  position: relative;
  display: block;
}

.offer_inner_block .offer_main_block_list {
  margin-bottom: -30px;
}

.goal_single_block_div:nth-child(4n) {
  margin-right: 0;
}

.goal_main_block {
  height: 143px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 18px;
  box-sizing: border-box;
}

.goal_main_block .link_for_gl {
  padding: 2px 8px 2px 8px;
}

.goal_main_block .link_on_gl {
  padding-bottom: 14px;
  text-align: left;
}

.goal_main_block.act {
  border-color: #00afd0;
}

.left_blk_offer {
  width: 32px;
  height: 32px;
  line-height: 30px;
  float: left;
  overflow: hidden;
  text-align: center;
}

.left_blk_offer img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}

.right_blk_offer {
  padding-left: 48px;
  position: relative;
}

.goal_type_txt {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 6px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  text-align: left;
}

.one_offer_block_image, .second_offer_block_image, .number_offer_count {
  width: 60px;
  height: 20px;
  line-height: 20px;
  margin-left: 6px;
  overflow: hidden;
  float: left;
}

.one_offer_block_image img, .second_offer_block_image img, .number_offer_count img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .business_goals_offers {
    margin-left: 0;
    padding-left: 18px;
  }
  .offer_inner_block {
    width: calc(1280px - 34px);
  }
  .offer_main_block_list {
    margin: 30px 15px 30px -15px;
  }
}

@media only screen and (min-width: 1280px) {
  .goal_single_block_div:nth-child(4n+2) .offer_inner_block {
    margin-left: -314px;
  }
  .goal_single_block_div:nth-child(4n+3) .offer_inner_block {
    margin-left: -628px;
  }
  .goal_single_block_div:nth-child(4n+4) .offer_inner_block {
    margin-left: -942px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .goal_single_block_div:nth-child(4n+2) .offer_inner_block {
    margin-left: -254px;
  }
  .goal_single_block_div:nth-child(4n+3) .offer_inner_block {
    margin-left: -506px;
  }
  .goal_single_block_div:nth-child(4n+4) .offer_inner_block {
    margin-left: -754px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .goal_single_block_div:nth-child(3n+2) .offer_inner_block {
    margin-left: -246px;
  }
  .goal_single_block_div:nth-child(3n+3) .offer_inner_block {
    margin-left: -488px;
  }
  .goal_single_block_div:nth-child(3n+4) .offer_inner_block {
    margin-left: 0px;
  }
}

.offer_inner_block .offer_main_block_list {
  margin: 0;
}

.offer_inner_block .offer_main_block_list .offer_single_block {
  margin-left: 0;
}

.number_offer_count {
  font-size: 12px;
  color: #273239;
  line-height: 2;
  font-family: Roboto;
  padding-left: 10px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .business_goals_offers {
    width: calc(100% - 18px);
    padding-left: 18px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .goal_single_block_div {
    width: 234px;
    margin-right: 18px;
    margin-bottom: 15px;
  }
  .goal_main_block {
    padding: 10px;
  }
  .number_offer_count {
    padding-left: 0px;
    width: 26px;
  }
  .offer_inner_block {
    width: calc(1024px - 16px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .goal_single_block_div {
    width: 230px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .goal_single_block_div:nth-child(4n) {
    margin-right: 15px;
  }
  .goal_single_block_div:nth-child(3n) {
    margin-right: 0;
  }
  .right_blk_offer {
    padding-left: 40px;
  }
  .goal_type_txt {
    font-size: 14px;
  }
  .one_offer_block_image, .second_offer_block_image, .number_offer_count {
    width: 50px;
  }
  .number_offer_count {
    padding-left: 0;
    width: 32px;
  }
  .offer_inner_block {
    width: calc(768px - 16px);
  }
}

@media only screen and (min-width: 768px) {
  .offer_inner_block .offer_main_block_list.tab {
    padding-top: 32px;
  }
  .offer_inner_block .offer_main_block_list.tab .recmndHdng.var_2 {
    font-size: 16px;
    margin: 0;
  }
  .offer_inner_block .offer_main_block_list .offer_single_block {
    margin-left: 25px;
    width: calc(100%/3 - 40px);
    max-width: calc(100%/3 - 34px);
    padding: 0;
  }
  .offer_inner_block .offer_main_block_list {
    margin-left: -20px;
  }
  #bizoffers_body .offer_parent_container .headRow {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .offer_inner_block .offer_main_block_list .offer_single_block {
    margin-left: 25px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .business_goals_offers {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .offer_block_list_head {
    padding: 20px 15px 10px;
  }
  .business_goals_offers {
    margin-left: 0;
  }
  .offer_block_list_para {
    padding: 10px 15px;
  }
  .goal_single_block_div {
    width: calc(50% - 24px);
    margin: 10px;
  }
  .goal_single_block_div .goal_main_block {
    padding: 15px;
  }
  .goal_single_block_div .right_blk_offer {
    padding-left: 40px;
  }
  .goal_single_block_div .goal_type_txt {
    font-size: 14px;
  }
  .goal_single_block_div .offer_desc_txt {
    width: calc(100% + 20px);
    margin-left: -12px;
  }
  .goal_single_block_div .offer_desc_txt .number_offer_count {
    width: 44px;
  }
  .goal_single_block_div .offer_info_desc_block .offer_desc_txt {
    margin-left: 0;
    margin-top: 4px;
  }
  .goal_single_block_div .offer_inner_block {
    width: 100%;
    padding-top: 15px;
  }
  .goal_single_block_div .offer_inner_block .offer_main_block_list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .goal_single_block_div .offer_inner_block .offer_main_block_list .offer_single_block {
    margin-bottom: 10px;
  }
  .popular_offers.tab {
    padding-top: 0;
  }
  .popular_offers.tab .tab.offer_main_block_list {
    padding: 14px;
    box-sizing: border-box;
  }
  .popular_offers.tab .goal_single_block_div .tab.offer_main_block_list {
    padding: 0;
  }
  .one_offer_block_image, .second_offer_block_image, .number_offer_count {
    margin-left: 15px;
  }
  .offer_parent_container .headRow {
    background-color: #ffffff;
    padding-left: 20px;
  }
  .nav_container {
    box-shadow: 0 6px 8px -9px black;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .goal_single_block_div {
    margin: 0 10px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .goal_single_block_div {
    width: calc(100% - 40px);
    margin: 15px auto;
    max-width: 100%;
    float: none;
    display: block;
  }
  .goal_single_block_div:nth-child(4n) {
    margin-right: auto;
  }
}

/* biz goals end */
/* gl-4237 offers overlay design end */
/* MR start*/
.goal_main_block .offer_desc_txt {
  overflow: inherit;
  display: inline-block;
}

#bizoffers_body .offer_main_block_div.container {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .new_ver_bnnr .menu_list .sub_menu::before {
    top: 20px;
    right: 15px;
    position: absolute;
    font-size: 16px;
    color: #393a7d;
  }
  .menu_list li {
    position: relative;
  }
  .menu_list .profile_list li {
    padding: 0 60px;
  }
  .menu_list .profile_list li a {
    color: #393a7d;
    font-size: 15px;
  }
  #bizoffers_body .main_content {
    padding: 0;
  }
  #bizoffers_body {
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
  }
}

/* MR end */
#CONT_BIZOFFERS {
  background: transparent;
}

#CONT_BIZOFFERS #bizoffers_rhs.colRig {
  box-shadow: inherit;
  padding: 15px 0;
}

#CONT_BIZOFFERS #bizoffers_rhs.colRig .colmWp {
  border: none;
  margin: 0 0 15px 0px;
  padding: 0;
}

#CONT_BIZOFFERS #bizoffers_rhs.colRig .goal_single_block_div {
  width: 100%;
  margin: 10px auto;
}

#CONT_BIZOFFERS #bizoffers_rhs.colRig .goal_single_block_div .goal_main_block .offer_desc_txt {
  margin-left: -6px;
}

#CONT_BIZOFFERS #bizoffers_rhs.colRig .goal_single_block_div .goal_main_block .offer_desc_txt .number_offer_count {
  width: 56px;
  padding-left: 0;
}

#CONT_BIZOFFERS .rigWp .footer_01_wp .footer_01 {
  padding-top: 0;
  margin-top: -10px;
}

/* offers product page start */
.offer_package {
  display: inline-block;
  width: 100%;
}

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

.offer_packages > li {
  width: calc(100%/3 - 18px);
  max-width: calc(100%/3 - 18px);
  margin-left: 20px;
  padding: 8px;
  box-sizing: border-box;
  list-style: none;
}

.offer_packages > li:first-child {
  margin-left: 10px;
}

.main_pkg_div {
  box-shadow: 0 0 10px #cccccc;
  border-radius: 4px;
  height: 100%;
  position: relative;
}

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

.top_pkg_block .link_for_gl {
  float: right;
}

.ofr_pkg_title {
  font-size: 12px;
  color: #333333;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.ofr_pkg_price {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
}

.ofr_pkg_interaction {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 20px;
  align-items: center;
}

.ofr_pkg_interaction .get_offer_btn.btn_hover_v2 {
  position: initial;
  text-align: center;
  color: #ffffff;
  background-color: #393a7d;
}

.ofr_pkg_desp {
  font-size: 11px;
  color: #333333;
  line-height: 1.2;
  max-width: 54%;
  text-transform: uppercase;
}

.pck_features_div {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 18px 20px 0;
  box-sizing: border-box;
}

.acrdnList li a.view_pkg_feature {
  font-size: 12px;
  color: #8c8c8c;
  display: none;
  display: block;
  padding-bottom: 16px;
}

.acrdnList li a.view_pkg_feature:after {
  content: "\e948";
  color: #8c8c8c;
  float: left;
  margin-right: 4px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-right: 6px;
  transform: rotate(90deg);
  font-size: 10px;
}

.ofr_pkg_description {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
  transition: all 0.5s ease-in-out 0s;
}

.pkg_intro {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.5;
}

.ofr_pkg_lists {
  list-style: none;
}

.ofr_pkg_lists li {
  list-style: none;
  font-size: 12px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 16px;
  text-indent: -22px;
  margin-left: 22px;
}

.ofr_pkg_lists li:before {
  content: "\e957";
  color: #67cc33;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-right: 8px;
}

.ofr_pkg_lists li.dotted_li {
  border-top: 1px dashed #e6e6e6;
}

.ofr_pkg_lists li.dotted_li:before {
  content: "";
}

.ofr_pkg_lists .dotted_first_li {
  margin-top: 24px;
}

.exp_link_conatiner {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 16px 20px;
  box-sizing: border-box;
  margin-left: -20px;
  margin-top: 16px;
  position: absolute;
  bottom: 0;
}

.link_to_exmpl {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.5;
  text-decoration: underline;
}

.acrdnCnt .acrdnList .offer_packages li a {
  height: auto;
  line-height: initial;
}

#view_more {
  max-height: 160px;
  overflow: hidden;
}

#view_more.expand_div {
  max-height: 700px;
}

#showMoreBtn {
  display: none;
}

#view_more.expand_div {
  max-height: 700px;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .offer_packages > li {
    margin-left: 10px;
    padding: 4px;
    width: calc(100%/3 - 10px);
    max-width: calc(100%/3 - 10px);
  }
  .top_pkg_block {
    padding: 14px;
  }
  .pck_features_div {
    padding: 14px 14px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offer_packages > li {
    width: calc(100%/3 - 8px);
    max-width: calc(100%/3 - 8px);
    margin-left: 6px;
    padding: 4px;
  }
  .top_pkg_block {
    padding: 10px;
  }
  .pck_features_div {
    padding: 10px 10px 0;
  }
}

@media only screen and (min-width: 768px) {
  .acrdnList li a.view_pkg_feature {
    display: none;
  }
  #bizoffers_rhs {
    margin-top: 15px;
  }
  #bizoffers_rhs > div > * {
    background-color: #ffffff;
    border-radius: 4px;
  }
  .acrdnCnt .tabCnt {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .offer_main_block_div .tab {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .offer_packages {
    flex-flow: column;
  }
  .offer_packages > li {
    width: 100%;
    max-width: calc(100% - 20px);
    margin-left: 10px;
  }
  .ofr_pkg_lists li.dotted_li {
    display: none;
  }
  .ofr_pkg_description {
    display: none;
  }
  .pck_features_div.act .ofr_pkg_description {
    display: block;
    transition: all 0.5s ease-in-out 0s;
  }
  .pck_features_div.act .view_pkg_feature:after {
    transform: rotate(-90deg);
  }
  .offer_parent_container .offer_selection_list {
    display: flex;
    overflow-y: scroll;
    height: 28px;
  }
  .offer_parent_container .acrdnCnt .tabCnt a.fR {
    top: 71%;
  }
  .acrdnCnt .tabCnt {
    background: #f8f8f8;
  }
  .acrdnCnt .tabCnt + div, .acrdnCnt .tabCnt + ul + div, .acrdnCnt .tabCnt + ul {
    margin-left: 0px;
    width: 100%;
  }
}

/* offers product page end */
/* testimonial start */
#CONT_BIZOFFERS .colLef {
  background: transparent;
}

.testimonial_list {
  width: 100%;
  display: inline-block;
  display: flex;
  flex-flow: wrap;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}

.testimonial_list > li {
  list-style: none;
  margin: 10px;
  width: calc(50% - 20px);
  border-radius: 4px;
  float: left;
  box-sizing: border-box;
  position: relative;
  background: #f7f8fb;
}

.testimonial_list > li .test_block {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 60px 30px 30px;
  position: relative;
  box-sizing: border-box;
}

.testimonial_list > li .test_block:before {
  content: "";
  background: url(../themes/images/quts.png) no-repeat;
  width: 40px;
  height: 34px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-size: cover;
}

.testimonial_list > li .test_block .like_wrp {
  /*width: 30px;*/
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  /*background: red;*/
  display: none;
}

.testimonial_list > li .test_block .like_wrp .like_ic {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 100%;
  box-sizing: border-box;
  line-height: 28px;
  display: block;
}

.testimonial_list > li .test_block .like_wrp .like_ic:before {
  content: "\e971";
  color: #777777;
  font-size: 18px;
}

.testimonial_list > li .test_block .like_wrp:hover > .like_ic {
  background: #e6f7f9;
}

.testimonial_list > li .test_block .like_wrp:hover > .like_ic:before {
  color: #19acca;
}

.testimonial_list > li .test_block_para {
  font-size: 14px;
  color: #273239;
}

.testimonial_list > li .usr_name_off {
  font-size: 12px;
  color: #273239;
  margin-top: 20px;
}

.testimonial_list > li .usr_name_off .name_off {
  font-weight: 500;
}

.testimonial_list > li .usr_name_off .desig_off {
  font-weight: 400;
}

.testimonial_list > li .copm_name {
  font-size: 12px;
  color: #8c8c8c;
  font-weight: 500;
}

.testimonial_list li.write_a_testi {
  border: 1px dashed #666666;
  background: #ffffff;
  text-align: center;
}

.testimonial_list li.write_a_testi .cmnt_ic_f {
  margin-top: 50px;
}

.testimonial_list li.write_a_testi .cmnt_ic_f:before {
  content: "\e908";
  color: #333333;
  font-size: 44px;
  font-weight: 500;
}

.testimonial_list li.write_a_testi .wrtpst {
  font-size: 12px;
  color: #333333;
  margin-top: 20px;
}

.testimonial_list li.write_a_testi .wrt_link {
  font-size: 12px;
  color: #cccccc;
  padding: 5px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 34px;
  margin-bottom: 14px;
}

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

.testimonial_list li.write_a_testi:hover .wrt_link {
  background: #e6f7f9;
  color: #00bedf;
}

.hoverd_block {
  display: inline-block;
  width: 240px;
  padding: 25px 20px 30px;
  display: none;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 3px #cccccc;
  position: absolute;
  top: 30px;
  right: 0;
  background: #ffffff;
  text-align: center;
}

.hoverd_block .hoverd_block_heading {
  font-size: 16px;
  color: #273239;
}

.hoverd_block .hoverd_block_heading_2 {
  font-size: 12px;
  color: #8c8c8c;
  margin-top: 10px;
}

.hoverd_block .like_list {
  margin-top: 20px;
  position: relative;
}

.hoverd_block .like_list li {
  list-style: none;
  margin: 0 5px;
  padding: 5px;
  background: #f8f8f8;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 85px;
  text-align: center;
  border-radius: 20px;
  box-sizing: border-box;
}

.hoverd_block .like_list li a {
  display: inline-block;
  line-height: 34px;
  width: 100%;
}

.hoverd_block .like_list li .like_ic {
  float: left;
}

.hoverd_block .like_list li .like_text {
  font-size: 12px;
  color: #666666;
  float: left;
}

.hoverd_block .like_list .hoverd_block .like_list li.act + .fdbck_save_para {
  display: block;
}

.hoverd_block .like_list li.no .like_ic {
  transform: rotate(90deg);
}

.hoverd_block .like_list li.yes:hover {
  background: #eafbf0;
}

.hoverd_block .like_list li.yes:hover .like_text {
  color: #2dd673;
}

.hoverd_block .like_list li.yes:hover .like_ic:before {
  color: #2dd673;
}

.hoverd_block .like_list li.no:hover {
  background: #fce6e6;
}

.hoverd_block .like_list li.no:hover .like_text {
  color: #e50000;
}

.hoverd_block .like_list li.no:hover .like_ic:before {
  color: #e50000;
}

.testimonial_list > li:hover .like_wrp {
  display: block;
}

.like_wrp:hover .hoverd_block {
  display: block;
}

.fdbck_save_para {
  display: none;
  font-size: 10px;
  color: #26d366;
  background-color: #c9f4d9;
  border-radius: 4px;
  position: absolute;
  left: 10px;
  top: 44px;
  width: 174px;
  height: 20px;
  line-height: 20px;
}

.like_list li:hover .fdbck_save_para {
  display: block;
}

.colmWp .hd {
  padding: 20px;
  box-sizing: border-box;
}

.colmWp .holderWpr .offer_main_block_list {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .testimonial_list > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}

/* testimonial End */
/* image gallery start */
.image_slick_item.slick-slide.slick-current.slick-active {
  outline: none !important;
}

.image_slider_for {
  margin-bottom: 15px;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  height: 410px;
  line-height: 400px;
  overflow: hidden;
}

.image_slider_for .slick-list.draggable {
  height: auto;
  max-height: 370px;
}

.image_slider_for img {
  width: auto;
  max-height: 100%;
  vertical-align: middle;
}

.image_slider_for .slick-slide img {
  display: inline-block;
  margin: 0 auto;
}

.image_slider_nav {
  margin: auto;
  height: 160px;
}

.image_slider_nav .image_slick_item {
  max-width: 240px;
  margin-right: 15px;
  outline: none !important;
  cursor: pointer;
  height: 120px;
  line-height: 120px;
  max-height: 120px;
  overflow: hidden;
}

.image_slider_nav .image_slick_item img {
  max-width: 90%;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
}

.image_slider_nav .slick-slide.slick-current.slick-active.slick-center {
  border: 2px solid #00abbe;
  border-radius: 4px;
  overflow: hidden;
}

.image_slider_nav .slick-slide.slick-cloned:last-child {
  float: right;
}

a.favIc.act.half_filled {
  position: relative;
}

.favIc.act.half_filled:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
  .image_gallery_container .image_slider_for .main_image_slick {
    max-width: 808px;
    height: 370px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024) {
  .image_slider_for {
    height: 320px;
    line-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .image_slider_for {
    height: 150px;
    line-height: 150px;
  }
  .image_slider_nav .image_slick_item img {
    margin-left: 4px;
  }
  .image_slider_nav .image_slick_item {
    line-height: 50px;
    max-height: 50px;
    height: 50px;
  }
  .image_slider_nav {
    height: 80px;
  }
}

/* image gallery end */
/*   rating start */
.rate_parent_div {
  display: inline-block;
  margin: 0 auto;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
  display: none;
}

.rate:not(:checked) > label {
  float: right;
  width: 24px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 24px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: '\e90b ';
}

.rate > input:checked ~ label {
  color: #f5bf2c;
}

.rate > input:checked ~ label:before {
  content: '\e90a ';
  color: #f4b815;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.offer_info_desc_block .new_offer_bgcolor {
  background-color: #ffffff;
}

.offer_info_desc_block .new_offer_bgcolor.link_for_gl {
  color: #00dd11;
}

.offer_info_desc_block .limited_offer_bgcolor {
  background-color: #ffffff;
}

.offer_info_desc_block .limited_offer_bgcolor.link_for_gl {
  color: #f4b815;
}

.offer_info_desc_block .only_gl_offer_bgcolor {
  background-color: #ffffff;
}

.offer_info_desc_block .only_gl_offer_bgcolor.link_for_gl {
  color: #00afd0;
}

.offer_info_desc_block .special_offer_bgcolor {
  background-color: #ffffff;
}

.offer_info_desc_block .special_offer_bgcolor.link_for_gl {
  color: #ff5d5d;
}

#business_offers .store_cards .slick-slide img {
  max-height: 100%;
}

@media only screen and (max-width: 767px) {
  .store_cards .offer_back_img_div img {
    margin-top: 0;
  }
}

/* old footer in product page */
@media only screen and (max-width: 767px) {
  .container_main.prelogin .footer_bg .mainWrp {
    width: 100%;
  }
  .actionList > li > a.btn_v2 {
    height: auto;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/* 4648 start */
.bulk_offer_header {
  background: #f6f7f7;
  padding: 15px 30px 15px 20px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  float: left;
}

.bulk_offer_header .clsBtn_000 {
  top: 14px !important;
}

.bulk_offer_header .clsBtn_000:before {
  font-size: 12px;
}

.download_ebook_ovrly {
  max-width: 504px;
  width: 100%;
}

.download_ebook_wrpr {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.ebook_imgbnr_wrp {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}

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

.download_ebook_ovrly .clsBtn_000 {
  z-index: 1;
}

.download_ebook_ovrly .clsBtn_000::before {
  color: #ffffff !important;
  text-shadow: 0px 0px 5px #000000;
}

.ebook_main_cont {
  padding: 20px;
}

.ebook_main_cont .dwnld_ebook_hdr {
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-weight: 500;
}

.ebook_main_cont .activity_list li {
  width: 33.33%;
}

.ebook_main_cont .activity_list {
  display: inline-block;
  margin-bottom: -8px;
  margin-top: 0;
}

.ebook_main_cont .activity_list li a .activity_list_text {
  padding-left: 0;
}

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

.ebook_main_cont .verify_wrp_blck > .form-group.field_row {
  width: 80%;
  float: left;
}

.ebook_main_cont .verify_wrp_blck .verify_text_wp {
  float: right;
  width: 20%;
  text-align: right;
  margin-top: 8px;
}

.ebook_main_cont .onbrd_heading_10.verify_text {
  font-size: 14px;
  color: #8c8c8c;
}

.ebook_main_cont .verify_text_wp {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

.ebook_main_cont .tooltip_block {
  width: 205px;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  bottom: 25px;
  right: 0;
  box-shadow: 0 0 3px #666666;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  display: none;
}

.ebook_main_cont .tooltip_block .onbrd_heading_6 {
  margin-top: 12px;
}

.ebook_main_cont .tooltip_block .onbrd_heading_10 {
  margin-top: 8px;
  line-height: 14px;
}

.ebook_main_cont .tooltip_block::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #cccccc;
  z-index: 3;
  position: absolute;
  bottom: -10px;
  right: 10px;
}

.ebook_main_cont .tooltip_block::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  z-index: 3;
  position: absolute;
  bottom: -9px;
  right: 10px;
}

.ebook_main_cont .hdr_lbl_txt {
  font-size: 14px;
  color: #8c8c8c;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 8px;
}

.ebook_main_cont .hdr_lbl_txt.v2 {
  padding-top: 12px;
  padding-bottom: 2px;
}

.ebook_main_cont .all_select_text {
  font-size: 13px;
  color: #8c8c8c;
  text-align: left;
  margin-top: 10px;
}

.ebook_main_cont .hdr_lbl_txt > .small_txt {
  font-size: 12px;
  color: #666666;
}

.ebook_main_cont #frm_manage_impact_of_covid_19_tech .ui-selectmenu-button.ui-widget {
  height: 34px;
  line-height: 34px;
}

.ebook_main_cont #frm_manage_impact_of_covid_19_tech .ui-selectmenu-menu {
  left: -1px !important;
  width: calc(100% + 2px);
  top: 36px !important;
}

.ebook_main_cont #frm_manage_impact_of_covid_19_tech .ui-selectmenu-menu ul {
  border: none;
}

.download_frm_btn .btn_v2 {
  text-transform: inherit;
  float: none;
}

.download_frm_btn {
  background-color: #f8f9f9;
  padding: 17px;
}

#frm_manage_impact_of_covid_19_tech .field_row .ui-menu .ui-autocomplete-category {
  text-align: left;
}

#frm_manage_impact_of_covid_19_tech .ui-menu .ui-menu-item {
  text-align: left;
}

#frm_manage_impact_of_covid_19_tech .company_create_field_el .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  left: -1px !important;
}

#frm_manage_impact_of_covid_19_tech .search_ind:before {
  content: none;
}

#frm_manage_impact_of_covid_19_tech .search_ind {
  padding-left: 0;
}

#frm_manage_impact_of_covid_19_tech .ui-state-default.ui-selectmenu-button.ui-widget span.ui-selectmenu-text, #frm_manage_impact_of_covid_19_tech .ui-state-focus.ui-selectmenu-button.ui-widget span.ui-selectmenu-text {
  padding: 8px 30px 6px 10px;
  font-size: 14px;
  color: #8c8c8c;
}

#frm_manage_impact_of_covid_19_tech .frmfield_company_role .ui-selectmenu-button.ui-widget .ui-icon-triangle-1-s {
  background-position: inherit;
  background-size: inherit;
  background-image: url(../images/down_arrow.png);
  right: 0;
}

#frm_manage_impact_of_covid_19_tech .frmfield_turnover.slctWp {
  border: none;
  min-height: 34px;
}

#frm_manage_impact_of_covid_19_tech #sel_turnover {
  width: 100%;
  display: inline-block;
  min-height: 34px;
  padding: 5px 10px;
  font-size: 14px;
}

#frm_manage_impact_of_covid_19_tech .frmfield_turnover.slctWp:before {
  width: 0;
  height: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #cccccc;
  float: left;
  position: absolute;
  right: 7px;
  top: 14px;
}

#frm_manage_impact_of_covid_19_tech .field_error_text {
  bottom: -15px;
}

#frm_manage_impact_of_covid_19_tech .check_cat {
  -webkit-appearance: checkbox;
}

#frm_manage_impact_of_covid_19_tech .activity_list li.act .checkBox {
  background-color: #8c8c8c;
}

#frm_manage_impact_of_covid_19_tech .activity_list li.act .checkBox .custcheckBox {
  color: #ffffff;
}

#frm_manage_impact_of_covid_19_tech .activity_list li {
  padding: 5px;
}

#frm_manage_impact_of_covid_19_tech .activity_list li .checkBox {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
}

#frm_manage_impact_of_covid_19_tech .activity_list li .checkBox .custcheckBox {
  text-indent: 0px;
  padding: 5px 5px 5px 5px;
  margin: 0;
  min-width: 50px;
  text-align: left;
  font-size: 13px;
  color: #222222;
}

#frm_manage_impact_of_covid_19_tech .activity_list li .checkBox .custcheckBox:before {
  visibility: hidden;
  position: absolute;
}

#frm_manage_impact_of_covid_19_tech .verify_text_wp {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

#frm_manage_impact_of_covid_19_tech .tooltip_block {
  width: 205px;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  bottom: 25px;
  right: 0;
  box-shadow: 0 0 3px #666666;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  display: none;
}

#frm_manage_impact_of_covid_19_tech .tooltip_block .onbrd_heading_6 {
  margin-top: 12px;
  font-size: 14px;
  color: #273239;
}

#frm_manage_impact_of_covid_19_tech .tooltip_block .onbrd_heading_10 {
  margin-top: 8px;
  line-height: 14px;
  font-size: 11px;
  color: #8c8c8c;
}

#frm_manage_impact_of_covid_19_tech .tooltip_block::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #cccccc;
  z-index: 3;
  position: absolute;
  bottom: -10px;
  right: 10px;
}

#frm_manage_impact_of_covid_19_tech .tooltip_block::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  z-index: 3;
  position: absolute;
  bottom: -9px;
  right: 10px;
}

#frm_manage_impact_of_covid_19_tech .tooltip_block button.close {
  position: absolute;
  top: 0;
  right: 5px;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background: transparent;
}

#frm_manage_impact_of_covid_19_tech .card_icon {
  width: 29px;
  height: 18px;
  background: url(./images/card.png) no-repeat 0 0;
  background-size: contain;
  margin: 5px auto 0;
}

#frm_manage_impact_of_covid_19_tech .verify_text:hover {
  color: #273239;
}

#frm_manage_impact_of_covid_19_tech .field_row.dd_arrow.search_ind.company_create_field_el .ui-autocomplete.ui-front.ui-menu {
  overflow-x: hidden;
  overflow-y: auto;
}

.submit_download_book .download_ic:before {
  font-size: 12px;
  color: #ffffff;
  margin-right: 5px;
}

/* 4648 end */
/* 4770 start  */
.offer_rchcrd_overlay {
  max-width: 600px;
}

.ofr_rch_crd_wrpr .ofr_rch_crd_main_wrpr {
  padding: 20px;
}

.ofr_rch_crd_wrpr .rch_contst_hdr {
  font-weight: 600;
  color: #273239;
}

.ofr_rch_crd_wrpr .rch_contst_subhdr_txt {
  font-size: 12px;
  color: #666666;
  padding-top: 12px;
  display: inline-block;
  padding-bottom: 5px;
}

.ofr_rch_crd_wrpr .offer_main_block_list .offer_single_block {
  max-width: 275px;
  margin: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 8px;
  margin-top: 10px;
}

.ofr_rch_crd_wrpr .offer_main_block_list {
  margin: 0;
}

.ofr_rch_crd_wrpr .tab.offer_main_block_list > li:first-child {
  margin-left: 0;
}

.ofr_rch_crd_wrpr .offer_single_block .offer_type_txt {
  font-size: 18px;
}

.ofr_rch_crd_wrpr .offer_back_img_div img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}

.ofr_rch_crd_wrpr .offer_back_img_div {
  line-height: 118px;
  width: 120px;
}

.ofr_rch_crd_wrpr .default_color_wrapper {
  background: linear-gradient(160deg, #068aff 36%, #0261b9 73%);
}

.ofr_rch_crd_wrpr .offer_main_block_list .offer_info_desc_block {
  width: 72%;
  height: 120px;
}

.ofr_rch_crd_wrpr .offer_top_block {
  height: 120px;
}

.ofr_rch_crd_wrpr .offer_single_block .offer_bottom_block {
  height: 42px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.ofr_rch_crd_wrpr .offer_type_image_block {
  width: 40%;
}

.ofr_rch_crd_wrpr .btn_hover_v2 {
  padding: 3px;
  font-size: 12px;
  text-align: center;
  bottom: 10px;
  right: 10px;
}

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

@media only screen and (max-width: 767px) {
  .offer_rchcrd_overlay .ofr_rch_crd_wrpr .offer_main_block_list .offer_single_block {
    margin: 10px auto !important;
  }
}

#offer_reward_overlay .ofr_rch_crd_wrpr .btn_hover_v2 {
  padding: 3px;
}

/* 4770 end  */
/* 5521 start */
.border-btm-grey {
  border-bottom: 1px solid #c4c4c4;
  display: inline-block;
  width: 100%;
  position: relative;
  top: -29px;
}

.proxtera_tab {
  margin-top: 5px;
}

.proxtera_tab .offer_selection_list li a {
  font-size: 14px;
}

.prxtra .prod_name {
  font-size: 14px;
  color: #333333;
}

.prxtra .prod_name .scnd_txt {
  color: #8c8c8c;
}

.prxtra .prod_name + .prod_name {
  margin-top: 10px;
  height: auto;
}

.prxtra .btn_txt {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8c8c8c;
  margin-top: 5px;
}

.prxtra .btn_txt .inr_txt {
  color: #333333;
}

.prxtra .prod_dec2 {
  font-size: 12px;
  color: #273239;
  height: 38px;
  line-height: 1.25;
  margin-top: 15px;
}

.proxtera_tag {
  padding: 2px 3px;
  border-radius: 3px;
  border: solid 1px #e3ecf3;
  background-color: #ffffff;
  font-size: 12px;
  color: #273239;
  display: flex;
  align-items: center;
}

.proxtera_tag .igm_wrp {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  overflow: hidden;
}

.proxtera_tag .igm_wrp img {
  max-width: 100%;
}

.ul_list_m.cat_prod_list li .prxtra .prod_action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ul_list_m.cat_prod_list li .prxtra .prod_action .btn_v2 {
  font-size: 12px;
  padding: 6px 10px;
}

.lst_wpr {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.send_enq.share_catalogue .shareWpr {
  padding-top: 0;
}

.lst_wpr_txt {
  font-size: 12px;
  color: #666666;
  margin-right: 10px;
}

.prx_txt {
  font-size: 14px;
  color: #273239;
  margin-top: 10px;
}

.prx_txt_2 {
  font-size: 12px;
  color: #8c8c8c;
  margin-top: 5px;
  margin-bottom: 15px;
}

.prx_txt_2 .prx_txtint {
  color: #273239;
  margin-top: 5px;
}

.proxtera-rhs {
  float: right;
  width: 310px;
  min-height: 100%;
  padding: 14px 20px 12px 15px;
  box-sizing: border-box;
  margin-top: 36px;
}

.proxtera-rhs img {
  width: 100%;
  display: inline-block;
}

.slider_img_nav_cont.prox .slick-list.draggable {
  margin-top: 0;
}

.slider_img_nav_cont.prox .slick-track {
  position: absolute;
}

.slider_img_nav_cont.prox .slick-track .slick-slide.slick-current.slick-active {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .proxtera-rhs {
    display: none;
  }
}

#CONT_LISTING.container, #listing_body.colLef {
  background: transparent;
}

/* gl-5521 End */
/* quick view overlay start */
.btm_wpr {
  display: inline-block;
  width: 100%;
}

.btm_wpr .btm_wpr_txt {
  font-size: 16px;
  color: #273239;
  font-weight: 700;
  width: 100%;
}

.btm_wpr .btm_wpr_inr_2 {
  float: left;
  margin-bottom: 20px;
}

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

.btm_wpr .btm_wpr_link {
  font-size: 14px;
  color: #333333;
  text-decoration: underline;
}

/* quick view overlay End */
/* 5521 start */
.quck_link_proxtro .usd_wrp {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.prod-unit {
  color: #aaaaaa;
  font-size: 14px;
  margin-left: 5px;
}

.quck_link_proxtro .right_col {
  padding-top: 0;
}

.usd_wrp li {
  list-style: none;
}

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

.usd_wrp li {
  margin: 0 20px;
}

.quck_link_proxtro .enquiry_top_row {
  border: none;
}

/* 5521 end */
.events_card_lists .img-wrp img {
  max-height: 100%;
}

.card-body .event-description-text {
  width: 100%;
}

#footer_section .backToTop {
  display: none !important;
}

/* container changes start */
@media only screen and (min-width: 1281px) {
  #bizoffers_body .offer_main_block_div.container {
    padding-left: 20px;
  }
}

/* container changes End */
/* 6160 start */
.ofr_rch_crd_wrpr .offer_main_block_list .offer_single_block {
  max-width: calc(50% - 10px);
  padding: 0;
}

.ofr_rch_crd_wrpr .offer_main_block_list {
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .offer_rchcrd_overlay .offer_single_block .offer_type_txt {
    padding-bottom: 1px;
  }
  .offer_rchcrd_overlay .ofr_rch_crd_wrpr .offer_main_block_list .offer_single_block {
    margin: 5px !important;
  }
  .offer_rchcrd_overlay .ofr_rch_crd_wrpr .offer_main_block_list .offer_single_block {
    max-width: 100%;
  }
}

.ofr_rch_crd_wrpr .offer_main_block_list .offer_single_block {
  margin-top: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .offer_rchcrd_overlay .ofr_rch_crd_wrpr .offer_main_block_list .offer_single_block {
    max-width: 100%;
  }
}

/* 6160 end */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #bizoffers_body .offer_parent_container {
    padding-left: 0;
  }
}
