/* Header Start*/
#lsheader {
  transition: all 0.5s;
  height: 69px;
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 7;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d5dbeb;
}
#lsheader.dock { /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
#lsheader .inner_container {
  max-width: 1440px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
#lsheader #usercompprofile .profile_dd {
  top: 50px;
}

.header_supporter {
  height: 69px;
}

.left_block {
  display: flex;
  align-items: center;
}

#lsheader .logo_wrp {
  max-width: 170px;
  margin-right: 20px;
  width: auto;
  height: auto;
}
#lsheader .logo_wrp img {
  max-width: 100%;
}

.search_bar {
  border-radius: 4px;
  background: #f4f4f4;
  width: 340px;
  position: relative;
}
.search_bar .search_input {
  width: 100%;
  height: 40px;
  padding: 0 15px 0 42px;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #6a6a6a;
  line-height: normal;
  box-sizing: border-box;
}
.search_bar .fa-search, .search_bar .bi-search, .search_bar .fa-magnifying-glass {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #6a6a6a;
  font-size: 20px;
  width: 20px;
  height: auto;
}
.search_bar .search_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}
.search_bar .search_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}
.search_bar .search_input::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}
.search_bar .search_wrp_v2 {
  height: auto;
}
.search_bar .search_wrp_v2 .mainWrp {
  margin-bottom: 14px;
}

.nav_list {
  list-style: none;
  display: flex;
  align-items: center;
}
.nav_list > li {
  position: relative;
  margin: 0 0 0 27px !important;
  width: auto !important;
  line-height: normal;
  height: auto !important;
  /* profile start */
  /* profile End */
}
.nav_list > li > a {
  font-size: 14px;
  color: #6a6a6a;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.nav_list > li > a .hovered_img {
  display: none;
}
.nav_list > li > a .nav_txt {
  margin-top: 5px;
}
.nav_list > li > a:hover, .nav_list > li > a.act {
  text-decoration: none;
  color: #156df6;
  /*img{filter: brightness(0.5) sepia(1) hue-rotate(180deg) saturate(10);}*/
}
.nav_list > li > a:hover .hovered_img, .nav_list > li > a.act .hovered_img {
  display: block;
}
.nav_list > li > a:hover .nrml_img, .nav_list > li > a.act .nrml_img {
  display: none;
}
.nav_list > li > a svg {
  height: auto;
  overflow: hidden !important;
}
.nav_list > li > a .solid {
  display: none;
}
.nav_list > li .noti_txt {
  border: 1px solid #ffffff;
  border-radius: 100%;
  background: red;
  font-size: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -5px;
  min-width: 15px;
}
.nav_list > li.devider_li {
  width: 1px !important;
  height: 41px !important;
  background: #d5dbeb;
}
.nav_list > li:first-child {
  margin-left: 10px !important;
}
.nav_list > li.resource_li .nav_dd_list {
  right: inherit;
  left: -10px;
}
.nav_list > li.resource_li svg {
  width: 18px;
}
.nav_list > li.home_li svg {
  width: 23px;
}
.nav_list > li .notiCountWp.var_2 {
  top: -10px !important;
  right: -5px !important;
  border: 1px solid #ffffff;
  min-width: 15px;
  height: auto;
}
.nav_list > li .usernotification a {
  display: flex;
}
.nav_list > li .user_info_wp {
  float: right;
  border: 1px solid #d9dfe4;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  text-align: left;
  border: none;
}
.nav_list > li .user_info_inner {
  cursor: pointer;
  float: left;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border: none;
}
.nav_list > li .user_info_inner .fa-angle-down {
  margin-left: 10px;
  color: #8b9dae;
  font-size: 20px;
  width: 15px;
  height: auto;
}
.nav_list > li .user_info_glv2 {
  width: 36px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  float: left;
  font-size: 0;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.nav_list > li .user_info_glv2 img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.nav_list > li .user_info_glv2:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #d9dfe4;
  position: absolute;
  top: 0;
  right: -6px;
}
.nav_list > li .user_info_glv2.var_2 {
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
}
.nav_list > li.usernotification .usernotification > a {
  color: #6a6a6a;
}
.nav_list > li.usernotification .usernotification > a .solid {
  display: none;
}
.nav_list > li.usernotification a svg {
  width: 18px;
  height: auto;
}
.nav_list > li.usernotification.act .usernotification > a .solid, .nav_list > li.usernotification:hover .usernotification > a .solid {
  display: block;
}
.nav_list > li.usernotification.act .usernotification > a .light, .nav_list > li.usernotification:hover .usernotification > a .light {
  display: none;
}
.nav_list > li.usernotification.act::before, .nav_list > li.usernotification:hover::before {
  display: none;
}
.nav_list > li.store_li svg {
  width: 23px;
}
.nav_list > li.userconnections svg {
  width: 25px;
}
.nav_list > li.userconnections .profile_dd {
  top: 45px;
  line-height: 28px;
}
.nav_list > li.userconnections.act::before {
  display: none;
}
.nav_list > li.notif_li .profile_dd {
  top: 45px;
  left: -140px;
}
.nav_list > li.messages svg {
  width: 20px;
}
.nav_list > li.messages.act::before {
  display: none;
}
.nav_list > li#tbhiringtools svg {
  width: 20px;
}
.nav_list > li:hover > a {
  text-decoration: none;
  color: #156df6;
}
.nav_list > li.act > a {
  text-decoration: none;
  color: #156df6;
}
.nav_list > li.act > a .light {
  display: none;
}
.nav_list > li.act > a .solid {
  display: block;
}
.nav_list > li.act::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #156df6;
  position: absolute;
  bottom: -13px;
  left: 0;
}
.nav_list > li:hover {
  /*&::before{content: ""; width: 100%; height: 3px; background: #156df6; position: absolute; bottom: -13px; left: 0;}*/
}
.nav_list > li:hover > a {
  text-decoration: none;
  color: #156df6;
}
.nav_list > li:hover > a .light {
  display: none;
}
.nav_list > li:hover > a .solid {
  display: block;
}
.nav_list > li.userconnections:hover::before, .nav_list > li.messages:hover::before, .nav_list > li.profile_li:hover::before {
  display: none;
}
.nav_list > li.profile_li .user_info_wp:hover .user_info_inner, .nav_list > li.profile_li .user_info_wp.act .user_info_inner, .nav_list > li.profile_dd_mbl .user_info_wp:hover .user_info_inner, .nav_list > li.profile_dd_mbl .user_info_wp.act .user_info_inner {
  border: 1px solid #156df6; /*padding: 4px;*/
  border-radius: 5px;
  border: none !important;
}

/*dd dtart */
.nav_dd_list {
  list-style: none;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 215px;
  border-radius: 5px; /*box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #efefef;
  background-color: #ffffff;
  position: absolute;
  top: 55px;
  right: -2px;
  display: none;
}
.nav_dd_list.v2 {
  width: 160px;
}
.nav_dd_list li {
  display: flex;
  align-items: center;
  width: 100%;
  flex-flow: column;
}
.nav_dd_list li a {
  display: flex;
  align-items: center;
  padding: 10px 13px;
  width: 100%;
  position: relative;
  color: #6a6a6a;
}
.nav_dd_list li a .solid {
  display: none;
}
.nav_dd_list li a .nav_dd_txt {
  font-size: 14px;
  color: #6a6a6a;
  margin-left: 10px;
}
.nav_dd_list li a:hover { /*text-decoration: underline;*/
  background: #f4f4f4;
  color: #156df6;
  /*img{filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);}*/
}
.nav_dd_list li a:hover .nav_dd_txt {
  color: #156df6;
}
.nav_dd_list li a:hover .solid {
  display: block;
}
.nav_dd_list li a:hover .light {
  display: none;
}
.nav_dd_list li a:hover .fa-angle-down {
  color: #156df6;
}
.nav_dd_list li a svg {
  height: auto;
}
.nav_dd_list li a .fa-angle-down {
  color: #6a6a6a;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 14px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.nav_dd_list li a .bi-chevron-down {
  position: absolute;
  top: 11px;
  right: 4px;
}
.nav_dd_list li a.act { /*background: #f4f4f4; color: #156df6;*/ }
.nav_dd_list li a.act .fa-angle-down, .nav_dd_list li a.act .fa-angle-down {
  transform: rotate(0);
}
.nav_dd_list li a.act .nav_dd_txt { /* color: #156df6;*/ }
.nav_dd_list li a.act:hover {
  text-decoration: none;
}
.nav_dd_list li .nav_dd_list {
  position: static;
  padding: 0;
  box-shadow: none;
  border: none;
}
.nav_dd_list li .nav_dd_list li a {
  padding-left: 20px;
}
.nav_dd_list li.nav_knoledge a svg {
  width: 20px;
}
.nav_dd_list li.nav_groups a svg {
  width: 25px;
}
.nav_dd_list li.nav_groups a .nav_dd_txt {
  margin-left: 5px;
}
.nav_dd_list li.nav_events a svg {
  width: 18px;
}
.nav_dd_list li.nav_events a .nav_dd_txt {
  margin-left: 12px;
}
.nav_dd_list li.nav_catelogue a svg {
  width: 23px;
}
.nav_dd_list li.nav_catelogue a .nav_dd_txt {
  margin-left: 7px;
}
.nav_dd_list li.nav_offers a svg {
  width: 23px;
}
.nav_dd_list li.nav_offers a .nav_dd_txt {
  margin-left: 8px;
}
.nav_dd_list li.nav_hrms a svg {
  width: 25px;
}
.nav_dd_list li.nav_hrms a .nav_dd_txt {
  margin-left: 8px;
}

/*dd End */
@media only screen and (min-width: 1280px) and (max-width: 1299px) {
  .search_bar {
    width: 310px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  /*#lsheader{
      .inner_container{padding: 0 50px;}
  }*/
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #lsheader .logo_wrp {
    margin-right: 10px;
  }
  .nav_list > li {
    margin-left: 20px !important;
  }
  .search_bar {
    width: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .nav_list > li {
    margin-left: 15px !important;
  }
  .search_bar {
    width: 290px;
  }
}
/*@media only screen and (min-width:992px) and (max-width:1002px) {
  .search_bar{width: 320px;}
}*/
@media only screen and (max-width: 1199px) {
  #lsheader .inner_container {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #lsheader #usercompprofile .profile_dd {
    top: 41px;
  }
  .nav_list > li.notif_li .profile_dd {
    left: -170px;
  }
  .nav_list > li.notif_li .profile_dd {
    top: 79px;
  }
  .nav_list > li.userconnections .profile_dd {
    top: 79px;
  }
}
@media only screen and (max-width: 991px) {
  .header_supporter {
    height: 100px;
  }
  #lsheader .logo_wrp {
    margin: 0 10px 0 0;
  }
  #lsheader .inner_container {
    height: 42px;
    position: relative;
  }
  #lsheader {
    height: 100px;
    align-items: baseline;
    padding-top: 10px;
  }
  .search_bar {
    position: absolute;
    left: 15px;
    bottom: 7px;
    bottom: -40px;
    width: 195px;
  }
  .search_bar .search_input {
    height: 35px;
  }
  .search_bar .fa-search, .search_bar .bi-search {
    top: 10px;
  }
  .search_bar .search_wrp_v2 {
    top: 100px;
  }
  .nav_list > li {
    margin-left: 15px !important;
    padding: 0;
    background: transparent;
  }
  .nav_list > li a .nav_txt {
    display: none;
  }
  .nav_list > li.home_li {
    position: absolute; /*bottom: 13px;*/
    top: 54px;
    right: 15px;
    margin: 0;
  }
  .nav_list > li.home_li > a {
    height: 20px;
    overflow: hidden;
  }
  .nav_list > li.resource_li {
    position: absolute; /*bottom: 13px;*/
    top: 54px;
    right: 55px;
    margin: 0;
  }
  .nav_list > li.resource_li > a {
    height: 20px;
    overflow: hidden;
  }
  .nav_list > li.store_li {
    position: absolute; /*bottom: 13px;*/
    top: 54px;
    right: 90px;
    margin: 0;
  }
  .nav_list > li.store_li > a {
    height: 20px;
    overflow: hidden;
  }
  .nav_list > li.widget_li {
    position: absolute; /*bottom: 12px;*/
    top: 54px;
    right: 125px;
    margin: 0;
  }
  .nav_list > li.devider_li {
    display: none;
  }
  .nav_list > li.resource_li .nav_dd_list {
    left: inherit;
    right: 0;
    top: 33px;
  }
  .nav_list > li .user_info_glv2 {
    display: none;
    height: 30px;
    width: 30px;
  }
  .nav_list > li .user_info_glv2.var_2 {
    display: block;
    margin-left: 0;
  }
  .nav_list > li.act, .nav_list > li:hover {
    background: transparent;
  }
  .nav_list > li.act::before, .nav_list > li:hover::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav_list > li {
    margin-left: 30px;
  }
  .search_bar {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #lsheader .logo_wrp {
    max-width: 130px;
    max-width: 180px;
  }
  #lsheader .search_bar {
    width: 180px;
    width: calc(100% - 30px);
  }
  #lsheader .search_bar .fa-magnifying-glass {
    width: 18px;
  }
  .nav_list.act_contlist.notificationwp {
    display: flex !important;
  }
  #lsheader #usercompprofile .profile_dd {
    top: 90px;
  }
  /* profiel dropdown on mobile start */
  .nav_list li .user_info_inner {
    opacity: 1;
  }
  .nav_list li.profile_dd_mbl {
    position: static;
    background: transparent;
  }
  .nav_list li.profile_dd_mbl .user_info_wp {
    position: static;
  }
  .nav_list li.profile_dd_mbl .user_info_wp .profile_dd { /*top: 58px; left: 0; width: 100%; height: calc(100vh - 160px); overflow: hidden; overflow-y: scroll;*/ }
  .nav_list li.profile_dd_mbl .user_info_wp .profile_dd .profile_list li a {
    padding: 15px 0;
  }
  .nav_list li.profile_dd_mbl .user_info_wp .profile_dd .profile_list.var_v2 {
    margin-top: -10px;
  }
  .nav_list li.notif_li {
    position: static;
    background: transparent;
  }
  .nav_list li.notif_li .usernotification {
    position: relative;
  }
  .nav_list li.notif_li .profile_dd {
    left: 0;
    top: 90px;
  }
  .nav_list li.userconnections {
    background: transparent;
    position: static;
    line-height: 48px;
    margin-left: 0 !important;
  }
  .nav_list li.userconnections .profile_dd {
    top: 90px;
    left: 0;
    right: inherit !important;
  }
  .nav_list li.userconnections .profile_dd .nano {
    margin: 0;
  }
  /* profiel dropdown on mobile End */
  .user_info_wp.act .profile_dd {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 339px) {
  .nav_list > li.resource_li {
    right: 50px;
  }
  .nav_list > li.store_li {
    right: 80px;
  }
  #lsheader .search_bar { /*width: 190px;*/ }
}
/* Header End*/
/* footer start */
.footer_wrp {
  padding-top: 30px;
  padding-bottom: 50px;
}
.footer_wrp .logos_wrp {
  display: flex;
  justify-content: space-between;
}
.footer_wrp .logos_wrp .logo_lhs .gl_logo img {
  max-width: 100%;
}
.footer_wrp .logos_wrp .logo_lhs .welove_logo {
  margin-top: 20px;
}
.footer_wrp .logos_wrp .logo_lhs .welove_logo img {
  max-width: 100%;
}
.footer_wrp .logos_wrp .social_links a {
  font-size: 26px;
  padding: 0 25px;
  color: #393a7e;
}
.footer_wrp .logos_wrp .social_links a.facebook {
  padding-left: 0;
}
.footer_wrp .ftr_bottom_block {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
}
.footer_wrp .ftr_bottom_block .ftr_txt {
  font-size: 14px;
  color: #4a4a4a;
}
.footer_wrp .ftr_bottom_block .ftr_txt a {
  color: #4a4a4a;
  text-decoration: underline;
}
.footer_wrp .ftr_bottom_block .ftr_rght_txt {
  text-align: right;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .footer_wrp .logos_wrp {
    flex-flow: column;
  }
  .footer_wrp .logos_wrp .social_links {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer_wrp .logos_wrp .social_links a {
    padding: 0 15px;
  }
  .footer_wrp .ftr_bottom_block {
    flex-flow: column;
  }
  .footer_wrp .ftr_bottom_block .ftr_rght_txt {
    text-align: left;
    margin-top: 20px;
  }
}
/* footer End */
/* postlogin mobile header changes start */
@media only screen and (max-width: 767px) {
  .hamburger_menu_list_wrp {
    position: fixed;
    top: 99px;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: calc(100% - 125px);
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #e6e6e6;
    display: none;
  }
  .hamburger_menu_list {
    list-style: none;
    display: flex;
    flex-flow: column;
  }
  .hamburger_menu_list li {
    border-top: 1px solid #e6e6e6;
    margin: 0 !important;
  }
  .hamburger_menu_list li.act > a {
    color: #273239;
    background: #f4f4f4;
  }
  .hamburger_menu_list li.userconnections {
    line-height: normal;
  }
  .hamburger_menu_list li.userconnections .userconnectionlist {
    width: 100%;
    height: calc(100% - 110px);
    z-index: 164;
    position: fixed;
    top: 99px;
    line-height: 28px;
  }
  .hamburger_menu_list li.messages {
    padding: 0;
    background: transparent;
    margin: 0;
  }
  .hamburger_menu_list li a {
    display: flex;
    align-items: center;
    padding: 17px 20px;
    color: #6a6a6a;
    font-size: 14px;
    position: relative;
    /*&:hover{color: #273239;}*/
  }
  .hamburger_menu_list li a .act_ic {
    display: none;
  }
  .hamburger_menu_list li a i {
    font-size: 16px;
    width: 20px;
  }
  .hamburger_menu_list li a .hml_txt {
    padding-top: 1px;
    display: flex;
    padding-left: 15px;
  }
  .hamburger_menu_list li a .fa-angle-right {
    position: absolute;
    top: 18px;
    right: 17px;
    margin: 0; /*transform: translateY(-50%);*/
    transition: all 0.3s ease;
  }
  .hamburger_menu_list li a.act { /*color: #273239; background: #f4f4f4;*/ }
  .hamburger_menu_list li a.act .fa-angle-right {
    transform: rotate(90deg);
  }
  .hamburger_menu_list li a.act.hmltbt { /*background: transparent;*/ }
  .hamburger_menu_list li a.act .act_ic {
    display: block;
  }
  .hamburger_menu_list li a.act .normal_ic {
    display: none;
  }
  .hamburger_menu_list li .hamburger_menu_list {
    display: none;
  }
  .hamburger_menu_list li .hamburger_menu_list li a {
    padding-left: 50px;
  }
  .hamburger_menu_list li .hamburger_menu_list li .hamburger_menu_list li a {
    padding-left: 110px;
  }
  .hamburger_menu_list li.resources.act > a, .hamburger_menu_list li.knoledge.act > a, .hamburger_menu_list li.catelogue.act > a {
    background: transparent;
  }
  .nav_list > li.profile_dd_mbl .user_info_wp .user_info_inner {
    padding: 0;
  }
  .nav_list > li.profile_dd_mbl .user_info_wp .user_info_inner .user_info_glv2 {
    width: 24px;
    height: 24px;
    line-height: normal;
  }
  .nav_list > li.usernotification .usernotification > a {
    color: #273239;
    font-size: 18px;
  }
  .nav_list > li.usernotification .usernotification > a .fa-solid {
    display: none;
  }
  .nav_list > li.usernotification.act .usernotification > a .fa-solid {
    display: block;
  }
  .nav_list > li.usernotification.act .usernotification > a .fa-regular {
    display: none;
  }
}
/* postlogin mobile header changes end */
body {
  font-family: "Roboto", sans-serif;
  line-height: normal; /*background-color: #f7f8fb;*/
  margin: 0;
}

label {
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

p [class*=col-], .var-widt-cont [class*=col-] {
  padding: 0;
}

.inner_container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 10px;
}

.banner_block .btn, .c_card .btn {
  border-radius: 35px;
  border: none;
  height: 40px;
  padding: 0 15px;
  margin: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner_block .btn:hover, .c_card .btn:hover {
  border: none;
}
.banner_block .btn .rocket, .c_card .btn .rocket {
  margin-left: 5px;
}
.banner_block .btn.v2, .c_card .btn.v2 {
  margin: 0;
}
.banner_block .btn.v2 img, .c_card .btn.v2 img {
  margin: 0 5px 0 0;
}

/* banner start */
.banner_block {
  padding: 15px 15px 0;
}
.banner_block .inner_container {
  max-width: 1110px;
  padding: 0;
  display: flex;
}

.banner_blk_inr {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.banner_block .banner_img {
  max-width: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_block .banner_img img {
  max-width: 100%;
}

.banner_rght_sectn {
  max-width: 410px;
  margin-left: 120px;
}
.banner_rght_sectn .btn {
  margin-top: 15px;
  max-width: 242px;
}

.banner_heading {
  font-size: 32px;
  font-weight: bold;
  color: #273239;
  line-height: 44px;
}

.banner_para {
  font-size: 18px;
  line-height: 28px;
  color: #4a4a4a;
}

.bnr_btm_txt {
  font-size: 12px;
  color: #999999;
  margin-top: 18px;
}

@media only screen and (max-width: 991px) {
  .banner_blk_inr {
    flex-flow: column-reverse;
  }
  .banner_block {
    padding-top: 20px;
  }
  .banner_block .banner_img {
    max-width: 100%;
    margin-top: 20px;
  }
  .banner_rght_sectn {
    max-width: 100%;
    margin: 0;
  }
  .banner_rght_sectn .btn {
    max-width: 100%;
    margin: 10px 0 0 0;
    float: right;
  }
  .banner_rght_sectn .bnr_btm_txt {
    width: 100%;
    float: left;
  }
  .banner_heading {
    font-size: 26px;
    line-height: 34px;
  }
  .banner_para {
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
  }
}
/* banner End */
/* box block start */
.box_heading_2 {
  font-size: 18px;
  color: #273239;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}

.inner_container .box_heading_2 {
  margin-top: 7px;
}
.inner_container .box_list {
  list-style: none;
  display: flex;
  width: calc(100% - 30px); /*justify-content: space-between;*/
  margin: 10px auto 0;
}
.inner_container .box_list > li {
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  width: 308px;
  padding: 20px;
  position: relative;
  margin: 10px;
}
.inner_container .box_list > li .box_heading {
  font-size: 16px;
  color: #273239;
  font-weight: 500;
  margin-top: 3px;
}
.inner_container .box_list > li .box_heading_3 {
  font-size: 14px;
  color: #273239;
  font-weight: 500;
  margin-top: 30px;
}
.inner_container .box_list > li .box_heading_3 .fa-external-link {
  color: #6a6a6a;
  font-size: 12px;
}
.inner_container .box_list > li .box_heading_3:hover {
  color: #156EF6;
}
.inner_container .box_list > li .box_heading_3:hover .fa-external-link {
  color: #156EF6;
}
.inner_container .box_list > li .box_heading_4 {
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 10px;
}
.inner_container .box_list > li .icon_wrp {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #8b9dae;
  width: 24px;
  height: auto;
  border: none;
  padding: 0;
}
.inner_container .box_list > li .icon_wrp .bi-book {
  width: 27px;
}
.inner_container .box_list > li .icon_wrp .fa-play-circle {
  width: 25px;
  height: auto;
}
.inner_container .box_list > li .icon_wrp .fa-graduation-cap {
  width: 30px;
  height: auto;
}
.inner_container .box_list.v2 {
  margin-top: 6px;
}
.inner_container .box_list.v2 li {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  text-align: center;
  cursor: pointer;
  /*&:first-child{margin-top: 0;}*/
}
.inner_container .box_list.v2 li .icon_wrp {
  position: static;
  margin-top: 5px;
  width: auto;
}
.inner_container .box_list.v2 li .list_label {
  font-size: 14px;
  color: #273239;
  background: #d3e4fd;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  padding: 3px 10px;
  position: absolute;
  top: 4px;
  left: 0;
}
.inner_container .box_list.v2 li.disable {
  cursor: default;
}
.inner_container .box_list.v2 li.disable .box_heading_3, .inner_container .box_list.v2 li.disable .box_heading_4 {
  color: #6a6a6a;
}
.inner_container .box_list.v2 li.disable .box_heading_3:hover .fa-external-link, .inner_container .box_list.v2 li.disable .box_heading_4:hover .fa-external-link {
  color: #6a6a6a;
}
.inner_container .box_list.v2 li.disable .normal_img {
  display: none;
}
.inner_container .box_list.v2 li.disable .disable_img {
  display: block;
}

.text_list {
  list-style: none;
  padding-top: 15px;
}
.text_list li a {
  font-size: 14px;
  color: #156ef6;
  padding: 10px 0;
  display: flex;
  border-radius: 4px;
}
.text_list li a:hover {
  background: #f1f3f6;
  color: #4a4a4a;
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .box_list {
    width: 100%;
  }
  .inner_container .box_list > li {
    width: calc(33.33% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .inner_container .box_list {
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
  }
  .inner_container .box_list > li {
    margin: 10px 0;
    width: 100%;
  }
}
/* box block End */
/* partner list start */
.partner_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 6px auto 0;
  width: 100%;
  justify-content: center;
}
.partner_list li {
  margin: 10px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.partner_list li img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .partner_list {
    max-width: 320px;
  }
  .partner_list li {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 359px) {
  /*.partner_list{
      li{width: 120px;}
  }*/
}
/* partner list End */
.pwrd_by_wrp {
  display: block;
  margin: 30px auto 0;
  width: 140px;
}
.pwrd_by_wrp .pwrd_by_heading {
  font-size: 14px;
  color: #4a4a4a;
}

.footer_wrp {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 1px solid #d5dbeb;
  padding-top: 25px;
}
.footer_wrp .flft {
  font-size: 12px;
  color: #6a6a6a;
}
.footer_wrp .flft a {
  color: #4a4a4a;
  text-decoration: underline;
}
.footer_wrp .flft a:hover {
  text-decoration: none;
}
.footer_wrp .flft.v2 {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer_wrp {
    flex-flow: column;
  }
  .footer_wrp .flft.v2 {
    text-align: left;
    margin-top: 15px;
  }
}
/* blc start */
/*.blc_card{border-radius: 4px; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22); background-color: #ffffff; padding: 18px 20px 20px;}*/
.blc_card {
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 18px 20px 20px;
}

.blc_heading {
  font-size: 14px;
  color: #4a4a4a;
}

.prfl_wrp {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.prfl_wrp .img_wrp {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
}
.prfl_wrp .img_wrp img {
  max-width: 100%;
}
.prfl_wrp .prfl_txt_wrp {
  padding-left: 10px;
}
.prfl_wrp .prfl_txt_wrp .prfl_name {
  font-size: 16px;
  color: #273239;
  font-weight: 500;
}
.prfl_wrp .prfl_txt_wrp .prfl_cmpny {
  font-size: 14px;
  color: #4a4a4a;
}

.blc_btm_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.blc_link {
  font-size: 14px;
  color: #156ef6;
}

@media only screen and (max-width: 767px) {
  .blc_btm_wrp {
    flex-flow: column-reverse;
    align-items: flex-end;
    margin-top: 30px;
  }
  .blc_btm_wrp .blc_link {
    margin-top: 20px;
  }
}
/* blc End */
/* c card stsrt */
.c_card {
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 20px 20px 70px 20px;
  width: calc(100% - 30px);
  margin: 14px auto 0;
  display: flex;
  position: relative;
}

.storelogo_wrp {
  display: flex;
  flex-flow: column;
  margin-right: 20px;
  position: relative;
}
.storelogo_wrp .storelogo {
  border-radius: 4px;
  border: solid 1px #c2c9d5;
  background-color: #ffffff;
  width: 120px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.storelogo_wrp .storelogo img {
  max-width: 100%;
}
.storelogo_wrp .storelogo .fa-camera {
  width: 40px;
  height: auto;
  color: #6a6a6a;
  opacity: 0.5;
}
.storelogo_wrp .add_lg_txt {
  font-size: 11px;
  margin-top: 10px;
  color: #156ef6;
}
.storelogo_wrp .str_btm_txt {
  font-size: 11px;
  color: #999999;
  margin-top: 8px;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 150px;
}

.cbrd_wrp {
  display: flex;
  flex-flow: column;
}
.cbrd_wrp .cbrd_heading {
  display: flex;
  font-size: 24px;
  color: #273239;
  font-weight: 500;
  align-items: center;
}
.cbrd_wrp .cbrd_wrp_2 {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.tag {
  color: #ffffff;
  font-size: 10px;
  display: flex;
  background: #b8b8b8;
  align-items: center;
  justify-content: center;
  height: 17px;
  padding: 2px 7px;
  font-weight: normal;
  border-radius: 14px;
  text-transform: uppercase;
  margin-left: 5px;
}
.tag.published {
  background: #51b77b;
}

.site_role {
  border-left: 1px solid #dedede;
  margin-left: 30px;
  padding-left: 17px;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
}
.site_role .site_hdng {
  font-size: 14px;
  color: #999999;
}
.site_role .site_hdng .bt {
  color: #273239;
}
.site_role .site_hdng_2 {
  font-size: 11px;
  color: #999999;
}
.site_role .box_heading_3 {
  font-size: 14px;
  color: #273239;
  display: flex;
  align-items: center;
}
.site_role .box_heading_3 img {
  margin-left: 2px;
}
.site_role .box_heading_3 .fa-external-link {
  font-size: 12px;
  color: #273239;
  margin-left: 8px;
}
.site_role .blc_heading {
  font-size: 12px;
}
.site_role .prfl_wrp {
  margin-top: 5px;
}
.site_role .prfl_wrp .img_wrp {
  width: 40px;
  height: 40px;
}
.site_role .prfl_wrp .prfl_txt_wrp .prfl_name {
  font-size: 14px;
}
.site_role .prfl_wrp .prfl_txt_wrp .prfl_cmpny {
  font-size: 12px;
}

.bottom_fix {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
}
.bottom_fix .btm_txt {
  font-size: 12px;
  color: #999999;
}
.bottom_fix .btm_txt:before {
  display: none;
}
.bottom_fix .btn {
  margin-left: 20px;
  min-width: 160px;
}

.share_block_v2 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
}
.share_block_v2 .shr_hdng {
  font-size: 12px;
  color: #999999;
}
.share_block_v2 .share_list_v2 {
  list-style: none;
  display: flex;
  align-items: center;
}
.share_block_v2 .share_list_v2 li {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .tag {
    position: absolute;
    top: 20px;
    right: 16px;
  }
  .c_card {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .storelogo_wrp {
    flex-flow: initial;
    align-items: flex-end;
    margin-bottom: 16px;
  }
  .storelogo_wrp .str_btm_txt {
    margin-left: 14px;
    position: static;
  }
  .cbrd_wrp .cbrd_wrp_2 {
    flex-flow: column;
    align-items: baseline;
    margin-top: 20px;
  }
  .cbrd_wrp .cbrd_wrp_2 .site_role {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .cbrd_wrp .cbrd_wrp_2 .site_role.v2 {
    margin-top: 20px;
  }
  .cbrd_wrp .cbrd_wrp_2 .site_role.v2 .site_hdng_2 {
    margin-top: 20px;
    text-align: right;
  }
  .cbrd_wrp .cbrd_wrp_2 .site_role.v3 {
    flex-flow: initial;
    justify-content: space-between;
    margin-top: 28px;
  }
  .cbrd_wrp .cbrd_wrp_2 .site_role.v4 {
    margin-top: 20px;
    border-top: 1px solid #dedede;
    padding-top: 20px;
  }
  .share_block_v2 {
    position: relative;
    top: inherit;
    justify-content: flex-end;
    right: inherit;
    margin-top: 20px;
    border-top: 1px solid #dedede;
    padding-top: 20px;
  }
  .bottom_fix {
    position: relative;
    right: inherit;
    bottom: inherit;
    flex-flow: column-reverse;
    align-items: flex-end;
    margin-top: 20px;
    border-top: 1px solid #dedede;
    padding-top: 20px;
  }
  .bottom_fix .btm_txt {
    margin-top: 18px;
  }
  .bottom_fix.v2 {
    border: none;
    padding-top: 0;
  }
}
/* c card End */
.listing_breadcrum {
  font-size: 12px;
  padding: 14px 20px 0;
}
.listing_breadcrum a {
  color: #999999;
}
.listing_breadcrum .subHding {
  color: #060606;
}

@media only screen and (min-width: 1200px) and (max-width: 1254px) {
  /*.listing_breadcrum{padding-left: 50px; padding-right: 50px;}*/
}
@media only screen and (max-width: 1199px) {
  .listing_breadcrum {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .listing_breadcrum { /*display: none;*/
    padding-top: 0;
  }
  .banner_block {
    padding-top: 10px;
  }
}
#store_body .listing_breadcrum {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
#store_body .banner_block {
  background: #F6F6F6;
  padding: 30px 0;
  margin-top: 18px;
}
#store_body .banner_block .inner_container {
  max-width: 1440px;
  width: 100%;
}