body {
  color: #666666;
  /*font-family: "Roboto", sans-serif;*/
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

body * {
  box-sizing: border-box;
}

.container-fluid.v2 {
  padding: 0 24px;
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
}

.container-fluid.v2 .row > * {
  padding: 0 12px;
}

.new_profile_wrp .container-fluid.v2 .row > * {
  width: 100%;
}

*, h1, h2, h3, h4, h5, h6, ul, li, a, p, img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

.fa-classic, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fal, .far, .fas, .fat {
  font-family: "Font Awesome 6 Pro";
}

.fa-solid, .fass {
  font-weight: 900;
}

.fa-light, .fasl {
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #212121;
}

a:hover {
  color: #0a58ca;
  outline: 0;
}

.float-start {
  float: left !important;
}

/* font weight start */
.fw-500 {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700 !important;
}

.fa-solid, .fass {
  font-weight: 900;
}

.fa-light, .fasl {
  font-weight: 300;
}

/* font weight end */
/* font colour start */
.text_green {
  color: #009a00;
}

.txt_white {
  color: #ffffff;
}

.black_txt {
  color: #212121;
}

.gray_txt {
  color: #6a6a6a;
}

.light_gray_txt {
  color: #8d98ac;
}

.profile_location_txt {
  color: #6a6a6a;
}

.dark_black_txt {
  color: #4a4a4a;
}

/* font colour End */
/* background color start */
.blue_bg2 {
  background: #67a3ba;
}

.orange_bg {
  background: #f9f9f9;
}

.green_bg {
  background: #60bf91;
}

/* background color End */
/* font size start */
p {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

.font_12 {
  font-size: 12px;
}

.font_14 {
  font-size: 14px;
}

.font_16 {
  font-size: 16px;
}

.str_hd {
  font-size: 16px;
}

.dhp {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .dhp {
    font-size: 16px;
  }
}

.font_24 {
  font-size: 24px;
}

.srtsize {
  font-size: 36px;
}

/* font size End */
/* margin start */
.mt_6 {
  margin-top: 6px;
}

.mt_8 {
  margin-top: 6px;
}

.mt_16 {
  margin-top: 16px;
}

.mt_30 {
  margin-top: 30px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_16 {
  margin-right: 16px;
}

/* margin End */
/* padding start */
.pt-0 {
  padding-top: 0 !important;
}

.p_16 {
  padding: 16px;
}

.pl_16 {
  padding-left: 16px;
}

/* padding End */
/* breadcurmb start */
.breadcrumb_wrp {
  padding-top: 15px;
}

.breadcrumb_wrp .breadcrumbs {
  font-size: 14px;
  color: #9a9a9a;
  display: flex;
  align-items: center;
  margin: 0;
}

.breadcrumb_wrp .breadcrumbs a {
  color: #9a9a9a;
  text-decoration: none;
}

.breadcrumb_wrp .breadcrumbs a:hover {
  color: #212121;
  text-decoration: underline;
}

.breadcrumb_wrp .breadcrumbs a:last-child {
  pointer-events: none;
}

.breadcrumb_wrp .breadcrumbs .breadcrumbs_devider {
  margin: 0 10px;
}

/* breadcurmb End */
@media only screen and (max-width: 991px) {
  .breadcrumb_wrp {
    padding-top: 10px;
    background: #f6f7fb;
    border-bottom: 1px solid #d5dbeb;
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb_wrp .breadcrumbs {
    font-size: 12px;
  }
}

.profile_banner {
  max-height: 235px;
  max-height: 358px;
  overflow: hidden;
  position: relative;
  margin-top: 24px;
  font-size: 0;
}

.profile_banner img {
  max-width: 100%;
  width: 100%;
}

.profile_banner.v2 {
  max-height: 310px;
  max-height: 472px;
  margin: 0;
}

.company_logo {
  width: 144px;
  height: 144px;
  overflow: hidden;
  padding: 4px;
  border-radius: 4px;
  position: relative;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .company_logo {
    width: 64px;
    height: 64px;
    margin: 0;
  }
}

.profile_banner + .gft .company_logo {
  margin-top: -45px;
}

.company_logo_inner {
  border-radius: 4px;
  /* border: solid 1px rgba(194, 201, 213, 0.5); */
  position: relative;
}

.company_logo_inner img {
  max-width: 100%;
}

.dpt_wrp h1.dh2.comp_namep {
  cursor: default;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.dpt_wrp h1.dh2.comp_namep .dpt_wrp h1.dh2.comp_namep a {
  color: #212121;
}

.comp_namep .company_verified_icon {
  display: none;
  font-size: 16px;
  margin-left: 10px;
}

.dpt_wrp h1.dh2.comp_namep a {
  color: #212121;
}

.blue_bg {
  background: #e5f1f9;
}

.str_wrp {
  padding: 20px 0;
  margin-top: 40px;
}

.str_wrp.plbg {
  position: relative;
}

.str_wrp.plbg::before {
  content: "";
  width: 4000px;
  height: 100%;
  background: #e5f1f9;
  position: absolute;
  top: 0;
  left: -1500px;
}

.str_wrp.plbg .dtl_wrp {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .str_wrp {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 0 16px 0;
  }
}

/* Companies with similar profiles start */
.str_list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  min-width: 888px;
  position: relative;
}

.str_list .slick-list {
  width: 100%;
}

.str_list li {
  width: calc(25%);
  cursor: pointer;
  height: auto;
}

.str_list .company_logo {
  width: 60px;
  height: 60px;
  padding: 3px;
}

.str_list .dpt_wrp {
  padding-left: 8px;
  width: calc(100% - 60px);
}

.str_list .dpt_wrp .dh2 {
  font-size: 14px;
}

.str_list .dpt_wrp .dh3 {
  font-size: 12px;
}

.str_list .slick-arrow {
  font-size: 24px;
  color: #8d98ac;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  z-index: 2;
}

.str_list .slick-arrow.fa-chevron-right {
  right: -20px;
}

.str_list .slick-arrow.fa-chevron-left {
  left: -20px;
}

/* Companies with similar profiles start */
/* header start */
.sptr {
  height: 128px;
  display: none;
}

.gl_pre_header_v4 {
  padding: 30px 20px;
  font-family: "glacialIndifference-regular";
  width: 100%;
  z-index: 4;
  position: relative;
  background: #f3f9fd;
  /*transition: all 0.3s ease;*/
}

.gl_pre_header_v4 .prelogo img {
  max-width: 100%;
}

.gl_pre_header_v4 .nav_list {
  list-style: none;
  display: flex;
}

.gl_pre_header_v4 .nav_list > li {
  position: relative;
}

.gl_pre_header_v4 .nav_list > li > a {
  font-size: 18px;
  color: #21aaca;
  font-weight: bold;
  text-decoration: none;
  padding: 0 18px;
  display: flex;
  align-items: center;
}

.gl_pre_header_v4 .nav_list > li > a i {
  margin: 3px 0 0 5px;
}

.gl_pre_header_v4 .nav_list > li > a:hover {
  color: #212121;
}

.gl_pre_header_v4 .nav_list > li:hover .ddlist {
  display: block;
}

.gl_pre_header_v4 .ddlist {
  list-style: none;
  width: 210px;
  background: #ffffff;
  border: 1px solid #666666;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  top: 20px;
  right: 0;
  display: none;
  z-index: 2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #ebebeb;
  background-color: #ffffff;
}

.gl_pre_header_v4 .ddlist > li {
  padding: 0 20px;
  margin: 0;
}

.gl_pre_header_v4 .ddlist > li a {
  opacity: 1;
  display: flex;
  align-items: center;
  border-top: 1px solid #ebebeb;
  padding: 15px 0;
  color: #21aaca;
  text-decoration: none;
  font-size: 16px;
}

.gl_pre_header_v4 .ddlist > li a:hover {
  color: #212121;
}

.gl_pre_header_v4 .ddlist > li:first-child a {
  border: none;
}

.gl_pre_header_v4.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding-top: 22px;
  padding-bottom: 22px;
}

/*.gl_pre_header_v4.fixed + .sptr{display: flex;}*/
/*.cookie_policy + .gl_pre_header_v4{top: 78px;}*/
.hdr_btn_wrp .border_btn {
  min-width: 140px;
}

.hdr_btn_wrp .gradient_btn {
  min-width: 185px;
}

.nav_list_wrp .colaps_bar {
  display: none;
}

.nav_list_wrp .colaps_bar i {
  color: #21aaca;
  font-size: 30px;
}

.mbl {
  display: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .gl_pre_header_v4 .prelogo {
    max-width: 165px;
  }
  .gl_pre_header_v4 .nav_list > li > a {
    font-size: 18px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .hdr_btn_wrp .border_btn {
    min-width: auto;
  }
  .hdr_btn_wrp .gradient_btn {
    min-width: auto;
  }
  .prelogo {
    width: 36%;
  }
  .prelogo img {
    width: 100%;
  }
  .hdr_btn_wrp {
    width: 64%;
    justify-content: end;
  }
  .hdr_btn_wrp .gradient_btn {
    width: 40%;
  }
  .hdr_btn_wrp .border_btn {
    width: 40%;
  }
  .gl_pre_header_v4 {
    padding-right: 65px;
  }
  .gl_pre_header_v4 .nav_list_wrp {
    position: absolute;
    top: 40px;
    right: 20px;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list {
    display: none;
    position: absolute;
    top: 26px;
    right: 0;
    background: #ffffff;
    border-radius: 4px;
    width: 215px;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li a {
    border-top: 1px solid #cccccc;
    padding: 10px;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li a i {
    display: none;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li a.mbl_none {
    display: none;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li:first-child a {
    border-top: none;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li .ddlist {
    display: block;
    width: 100%;
    position: static;
    box-shadow: none;
    border: none;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li .ddlist li {
    padding: 0;
  }
  .gl_pre_header_v4 .nav_list_wrp .nav_list > li .ddlist li a {
    border-top: 1px solid #cccccc;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
  }
  .gl_pre_header_v4 .nav_list_wrp .colaps_bar {
    display: block;
  }
  .gl_pre_header_v4 .nav_list_wrp .colaps_bar .fa.fa-bars {
    display: none;
  }
  .gl_pre_header_v4.fixed .nav_list_wrp {
    top: 31px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .gl_pre_header_v4 .nav_list_wrp .colaps_bar i {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .gl_pre_header_v4 .nav_list_wrp {
    top: 35px;
  }
  .gl_pre_header_v4.fixed .nav_list_wrp {
    top: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .gl_pre_header_v4 {
    padding: 20px 55px 20px 16px;
    height: 76px;
  }
  .gl_pre_header_v4 .nav_list_wrp {
    top: 26px;
    right: 16px;
  }
  .gl_pre_header_v4 .prelogo {
    padding-right: 10px;
    width: 67%;
  }
  .dsktp {
    display: none;
  }
  .mbl {
    display: flex;
  }
  .hdr_btn_wrp .border_btn {
    padding: 0 5px;
  }
  .hdr_btn_wrp .gradient_btn {
    margin-left: 10px;
    padding: 0 5px;
  }
  .hdr_btn_wrp .gradient_btn .mbl_none {
    display: none;
  }
  /*.gl_pre_header_v4 {
        &.fixed{
            .nav_list_wrp{top: 27px;}
        }
    }*/
}

@media only screen and (max-width: 575px) {
  .hdr_btn_wrp .border_btn, .hdr_btn_wrp .gradient_btn {
    font-size: 13px;
    width: 50%;
  }
}

/* header end */
/* footer start */
.gl_pre_footer_v4 {
  padding: 40px 16px 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.social_list {
  list-style: none;
}

.social_list li {
  display: flex;
  margin: 0 10px;
}

.social_list li a {
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  text-decoration: none;
  font-size: 22px;
  position: relative;
  overflow: hidden;
}

.social_list li a i {
  position: relative;
  z-index: 3;
}

.social_list li a:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 100%;
}

.social_list li.facebook a {
  background: #3a5b98;
}

.social_list li.linkedin a {
  background: #4a87c5;
}

.social_list li.linkedin::before {
  content: "";
  display: none;
}

.social_list li.twitter a {
  background: #1b9df0;
}

.social_list li.instagram a {
  background: #0f4f83;
}

.ftxt {
  font-size: 12px;
  color: #4a4a4a;
  text-transform: uppercase;
  line-height: 22px;
  margin-top: 25px;
  z-index: 2;
}

.ftxt a {
  color: #4a4a4a;
}

.ftxt a:hover {
  font-weight: bold;
  color: #212121;
}

.welovesme_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 162px;
  height: 169px;
  background: url(../images/welovesme.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welovesme_img img {
  max-width: 100%;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .social_list li a {
    width: 73px;
    height: 73px;
    font-size: 34px;
  }
  .ftxt {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ftxt {
    padding: 0 60px;
  }
  .gl_pre_footer_v4 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .welovesme_img {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .gl_pre_footer_v4 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ftxt {
    font-size: 12px;
    line-height: 26px;
  }
}

/* footer end */
.fa-location-dot:before, .fa-map-marker-alt:before {
  content: "\f3c5";
}

.border_hd_cont {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.border_hd_cont .border_line {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #6a6a6a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.border_hd_cont .border_hd_txt {
  font-size: 20px;
  font-weight: normal;
  color: #212121;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  background-color: #d7d7d7;
}

@media only screen and (max-width: 767px) {
  .border_hd_cont .border_hd_txt {
    padding: 0 10px;
  }
}

.profile_btn {
  border-radius: 4px;
  border: solid 1px #156df6;
  background-color: #ffffff;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #156df6;
  font-weight: 500;
  padding: 0 15px;
  outline: none;
  cursor: pointer;
}

.profile_btn i {
  font-size: 16px;
  /*height: 12px;*/
}

.profile_btn:hover {
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
  text-decoration: none;
  color: #ffffff;
}

.profile_btn:focus {
  outline: none;
}

.profile_btn.v2 {
  height: 40px;
  font-size: 16px;
}

.profile_btn.v3 {
  height: 60px;
  font-size: 20px;
}

.profile_btn.bg_btn {
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
  color: #ffffff;
}

.profile_btn.bg_btn:hover {
  background-image: linear-gradient(to bottom, #115cd1, #1133d1);
  color: #ffffff;
}

.profile_btn:disabled {
  background: #c2c9d5;
  pointer-events: none;
  border: none;
  color: #ffffff;
}

.profile_btn:disabled:hover {
  background: #c2c9d5;
  pointer-events: none;
  border: none;
  color: #ffffff;
}

.profile_btn.bg_btn {
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
  color: #ffffff;
}

.dh2 {
  font-size: 24px;
  margin: 0;
  line-height: normal;
}

.dh2 i {
  display: none;
}

@media only screen and (max-width: 767px) {
  .dh2 {
    font-size: 20px;
  }
}

.gpt_wrp .row .col-lg-4 {
  padding: 12px;
}

.rounded-circle {
  border-radius: 50% !important;
}

.picon_wrp2 {
  width: 72px;
  height: 72px;
  background: #f9f9f9;
}

.picon_wrp2 i {
  font-size: 40px;
  color: #8d98ac;
}

.arrow_lnk {
  color: #212121;
}

.arrow_lnk .fa-arrow-right {
  height: 10px;
}

.arrow_lnk:hover {
  color: #212121;
}

.arrow_lnk:hover .arrow_lnk_txt {
  text-decoration: underline;
}

.sbt {
  flex-flow: column;
  align-items: end;
}

@media only screen and (max-width: 767px) {
  .sbt {
    flex-flow: row-reverse;
    align-items: center;
    margin-top: 24px;
  }
}

.dh3 {
  font-size: 16px;
  margin: 0;
  line-height: normal;
}

.dh3 .fa-location-dot {
  color: #8d98ac;
}

@media only screen and (max-width: 767px) {
  .dh3 {
    font-size: 14px;
  }
}

.vp_txt {
  font-size: 14px;
  padding-left: 22px;
}

.new_profile_wrp.pre_fix_div {
  overflow-x: hidden;
}

.new_profile_wrp.pre_fix_div .profile_inr_content {
  padding-bottom: 30px;
}

.new_profile_wrp .inr_wrp {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
}

.profile_main_content {
  width: calc(100% - 274px);
  padding-left: 24px;
}

.profile_main_content.v2 {
  padding: 0;
  width: 100%;
}

.profile_main_content .profile_inr_content {
  background: #ffffff;
  padding-bottom: 120px;
}

.dtl_wrp {
  padding: 15px 24px 24px;
}

.dtl_wrp .dh {
  font-size: 24px;
  line-height: normal;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .dtl_wrp.v2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.dtl_wrp.v2#aboutus {
  padding-bottom: 60px;
}

.dtl_wrp.v2 #contactus {
  margin-top: 20px;
}

.gft {
  padding: 0 24px;
}

.udk {
  /* min-width: 700px; */
  max-width: 675px;
}

@media only screen and (max-width: 767px) {
  .udk {
    min-width: auto;
  }
}

.dpt_wrp {
  display: inline-block;
  width: calc(100% - 136px);
  padding-left: 24px;
}

.dpt_wrp.empty {
  padding-left: 0;
  width: 100%;
}

.dpt_wrp h1.dh2 {
  /*cursor: pointer;*/
}

.dpt_wrp h1.dh2.comp_namep {
  cursor: default;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.dpt_wrp h1.dh2.comp_namep a {
  color: #212121;
}

.dpt_wrp .user_name {
  display: flex;
  align-items: center;
}

.dpt_wrp .user_name .dark_black_txt {
  font-size: 14px;
  color: #6a6a6a;
  font-weight: normal;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.dpt_wrp .user_name .dark_black_txt.degree_txt {
  display: none;
}

.google_srch_company .pro_hdr_supporter, .google_srch_company .fixed_supporter, .google_srch_user .pro_hdr_supporter, .google_srch_user .fixed_supporter {
  display: none !important;
}

.profile_main_content .profile_inr_content {
  padding-top: 40px;
}

@media only screen and (min-width: 992px) {
  .profile_main_content .profile_inr_content {
    margin-top: 17px;
    padding-top: 17px;
    border: 1px solid #e0e4ea;
    padding-bottom: 100px;
  }
  .bodyWrp.pre_fix_nav .profile_main_content .profile_inr_content {
    border: none;
  }
  .gft.v2 {
    padding: 40px 40px 0;
  }
  .profile_banner.v2 + .gft {
    padding-top: 16px;
  }
  .profile_banner.v2 + .gft.v2.pre {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .container-fluid.v2 {
    padding: 0 16px;
  }
  .new_profile_wrp .inr_wrp {
    flex-flow: column;
  }
  .str_list_wrp {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media only screen and (min-width: 992px) {
  .bodyWrp.pre_fix_nav #smemrkt_container, .bodyWrp.pre_fix_nav .breadcrumb_wrp, .bodyWrp.pre_fix_nav .new_profile_wrp {
    background: #ffffff;
  }
}

/*
@import "breadcrumb";
@import "profile_banner";
@import "blue_bg";
*/
/* go to list start */
.ttpl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px rgba(194, 201, 213, 0.5);
}

.goto_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.goto_list li a {
  font-size: 16px;
  color: #6a6a6a;
  border-bottom: 3px solid #ffffff;
  padding: 12px;
  display: flex;
}

.goto_list li a:hover {
  color: #212121;
  font-weight: 500;
}

.goto_list li a.act {
  color: #212121;
  border-color: #212121;
  font-weight: 500;
}

/* go to list End */
.rol_discription .rol_disctxt {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 0;
}

.brtxt {
  font-size: 20px;
  margin: 16px 0 0 0;
}

.brtxt.mt_60 {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .brtxt {
    font-size: 16px;
  }
}

.tag2 {
  background: #ffffff;
  border: 1px solid #8d98ac;
  border-radius: 15px;
  padding: 4px 10px;
  margin: 4px 0;
}

.tag2.v2 {
  background: #f9f9f9;
  margin: 4px;
}

#contactus .row {
  margin-right: 0;
}

.pkl {
  margin-top: 24px;
}

.pkl.v2 {
  margin-top: 12px;
}

.pkl.v2 .col-md-4 .addr_wrp {
  padding: 10px 0;
}

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

.ptu {
  border-right: solid 1px rgba(194, 201, 213, 0.5);
}

@media only screen and (max-width: 767px) {
  .ptu {
    border: none;
  }
}

.dg_link {
  margin-top: 15px;
}

.dg_link a, .dg_link i {
  line-height: normal;
}

.txt_el {
  width: calc(100% - 60px);
}

.txt_el a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.txt_el .arrow_lnk {
  margin: 0;
}

.copy_link_wrp {
  position: relative;
}

.copy_link_wrp .copy_link {
  background: transparent;
  padding: 4px;
  border-radius: 4px;
  color: #6a6a6a;
}

.copy_link_wrp .copy_link:hover {
  background: #e5f1f9;
  color: #212121;
}

.copy_link_wrp .copy_tt {
  background: #333333;
  padding: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  top: -28px;
  right: 0;
  min-width: 100px;
  text-align: center;
}

/* contact list start */
.conatctlist {
  list-style: none;
  display: flex;
  margin: 0 0 0 -15px;
  padding: 0;
}

.conatctlist li {
  border-radius: 4px;
  border: solid 1px #c2c9d5;
  width: calc(33.33% - 15px);
  padding: 24px;
  cursor: pointer;
  margin: 0 15px;
}

.conatctlist li > i {
  font-size: 40px;
  color: #8b9dae;
}

.conatctlist li .plst_txt {
  margin: 15px 0 0 0;
  line-height: 20px;
}

.conatctlist li .profile_btn {
  margin-top: 24px;
}

.conatctlist li:hover .profile_btn {
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
  text-decoration: none;
  color: #ffffff;
}

.conatctlist li:hover .profile_btn:disabled {
  background: #c2c9d5;
  pointer-events: none;
  border: none;
}

.conatctlist li:hover .profile_btn:disabled:hover {
  background: #c2c9d5;
  pointer-events: none;
  border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1145px) {
  .conatctlist {
    margin-left: -5px;
  }
  .conatctlist li {
    padding: 20px 10px;
    margin: 0 5px;
    width: calc(33.33% - 5px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .conatctlist {
    margin-left: -5px;
  }
  .conatctlist li {
    padding: 15px 5px;
    margin: 0 5px;
    width: calc(33.33% - 5px);
  }
  .conatctlist li .font_16 {
    font-size: 14px;
  }
  .conatctlist li .profile_btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .conatctlist {
    flex-flow: column;
    margin: 0;
  }
  .conatctlist li {
    margin: 15px 0;
    width: 100%;
  }
}

/* contact list End */
/* key conatct start */
.key_contactspl {
  margin-top: 4px;
  padding: 16px;
  position: relative;
}

.key_contactspl .dpt_wrp {
  padding-left: 8px;
  width: calc(100% - 60px);
}

.key_contactspl .dpt_wrp p {
  line-height: normal;
  text-wrap: balance;
}

.key_contactspl:hover {
  background: #e5f1f9;
}

.key_contactspl:hover .circle_icon {
  display: flex;
}

.kcy {
  margin-left: 0 !important;
}

.kcy .key_contactspl {
  margin: 12px 0;
  padding: 16px !important;
}

.kcy .profile_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.kcy .profile_img img {
  max-width: 100%;
}

.tag1 {
  padding: 0 7px;
  border-radius: 3px;
  height: 24px;
}

.circle_icon {
  width: 30px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

.circle_icon i {
  color: #156df6;
}

/* key conatct End */
/* share block start */
.share_open_block {
  border-radius: 4px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 8px;
  position: absolute;
  top: 33px;
  right: 0;
  background: #ffffff;
  display: none;
}

.share_icon_list {
  display: flex;
  align-items: center;
  margin: 3px 0 0 0;
  padding: 0;
  list-style: none;
}

.share_icon_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 8px;
}

.share_icon_list li:first-child {
  margin: 0;
}

.share_icon_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.share_icon_list li a i {
  color: #ffffff;
}

.share_icon_list li a img {
  max-width: 100%;
}

.share_icon_list li a.gllogo {
  background-image: linear-gradient(135deg, #21aac8 -27%, #383a7c);
}

.share_icon_list li a.whatsapplogo {
  background: #25d366;
}

.share_icon_list li a.facebooklogo {
  background: #1976d2;
}

.share_icon_list li a.twitterlogo {
  background: #03a9f4;
}

.share_icon_list li a.linkedinlogo {
  background: #0d65c2;
}

.share_icon_list li a.linklogo {
  background: #7e7e7e;
}

.share_icon_list li .copy_tt {
  position: absolute;
  top: 2px;
  right: 0;
  background: #333333;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 5px;
}

.share_block {
  position: relative;
}

.share_block:hover .share_open_block {
  display: block;
}

/* share block End */
/* share block changes start */
#shareprofile .share_open_block {
  position: relative;
  top: inherit;
  right: inherit;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: none;
  padding: 30px 0;
}

#shareprofile .share_open_block .ptxt {
  font-size: 16px;
  color: #212121;
}

#shareprofile .share_open_block .share_icon_list {
  margin-top: 16px;
  position: relative;
}

#shareprofile .share_open_block .share_icon_list li .copy_tt.comp_link {
  top: inherit;
  bottom: 40px;
}

/* share block changes End */
/* address start */
.locwrp {
  margin: 10px 0 0 0;
  line-height: normal;
}

.locwrp .fa-location-dot {
  font-size: 16px;
  color: #8d98ac;
  margin-right: 5px;
}

.locwrp .loghd {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}

.adrs_txt {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 24px;
  margin: 5px 0 0 0;
}

.gttxt {
  font-size: 14px;
  color: #212121;
  margin-top: 3px;
}

/* address End */
/* header start */
.profile_pre_header {
  border-bottom: 1px solid #c2c9d5;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 5;
}

.profile_pre_header .profile_pre_header_inr {
  height: 68px;
}

.profile_pre_header .profile_pre_header_inr .hdr_btn_wrp {
  width: auto;
}

.profile_pre_header .pro_pre_logo img {
  max-width: 100%;
}

.lgn_link {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}

.lgn_link:hover {
  color: #156df6;
}

.lgn_link_divider {
  margin: 0 3px;
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}

.pro_hdr_supporter {
  width: 100%;
  height: 68px;
}

/* header end */
.dqd {
  /*padding: 20px 125px;*/
  padding: 20px 50px;
  height: auto !important;
}

.dqd.v2 .dqd_img {
  width: 192px;
}

.dqd.v2 .dqd_hd_lft {
  width: calc(100% - 192px);
  padding: 0 0 0 30px;
}

.dqd_hd {
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}

.dqd_hd_lft {
  width: calc(100% - 192px);
  padding-right: 30px;
}

.dqd_hd_lft .profile_btn {
  margin-top: 12px;
  width: 240px;
}

.dqd_img {
  width: 300px;
  width: 192px;
  max-width: 100%;
}

.dqd_img img {
  max-width: 100%;
}

.dqd_slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 10px;
  padding: 0;
  left: 50%;
  width: auto;
}

.dqd_slider .slick-dots li {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #979797;
  border-radius: 100%;
  margin: 3px;
  cursor: pointer;
}

.dqd_slider .slick-dots li button {
  display: none;
}

.dqd_slider .slick-dots li.slick-active {
  background: #156df6;
  border-color: #156df6;
}

.dtl_wrp.v2.usr {
  padding-top: 0;
  padding-bottom: 0;
}

.dtl_wrp.admin {
  margin-top: 40px;
}

@media only screen and (min-width: 1200px) {
  .dqd.v2 {
    /*padding-left: 90px; padding-right: 90px;*/
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /*.dqd{padding-left: 65px; padding-right: 65px;}*/
}

@media only screen and (min-width: 992px) {
  .gft.v2.pre {
    padding-top: 0;
  }
  .profile_banner.v2 + .gft.v2.pre {
    padding-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dqd {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.lgpt {
  margin: 22px 0 0 0;
  margin: 16px 0 0 0;
  padding: 0;
  line-height: normal;
  align-items: baseline;
}

.lgpt.row .lgpt_hdng {
  font-size: 16px;
  color: #6a6a6a;
  /*padding-left: 0;*/
  display: flex;
  align-items: center;
}

.lgpt.row .lgpt_hdng2 {
  font-size: 16px;
  color: #212121;
}

.lgpt.row .lgpt_hdng2 .add_divider:last-child {
  display: none;
}

/* footer start */
.profile_pre_footer .ftrl .pro_pre_logo img {
  max-width: 100%;
}

.profile_pre_footer .ftrl .welovesme2 {
  margin-top: 20px;
}

.profile_pre_footer .ftrr.social_links a {
  width: 26px;
  height: 26px;
  margin-left: 50px;
}

.profile_pre_footer .ftrr.social_links i {
  color: #393a7e;
  font-size: 24px;
}

.profile_pre_footer .ftrtxt {
  font-size: 14px;
  color: #4a4a4a;
  margin: 0;
}

.profile_pre_footer .ftrtxt a {
  color: #212121;
  text-decoration: underline;
}

.profile_pre_footer .ftrtxt.v2 {
  text-align: right;
}

.profile_pre_footer .ftbm {
  margin-top: 30px;
}

.profile_pre_footer.bdr .ftbm {
  border-top: 1px solid #8d98ac;
  margin-top: 0;
  padding-top: 16px;
}

.profile_pre_footer_wrp {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.profile_pre_footer_wrp .link_wrp_gth {
  display: flex;
  width: 50%;
  justify-content: space-around;
}

.pfl_ftr_list {
  list-style: none;
}

.pfl_ftr_list li a {
  font-size: 16px;
  color: #212121;
  padding-bottom: 5px;
  display: flex;
}

.pfl_ftr_list li a:hover {
  text-decoration: underline;
}

.pfl_ftr_list li.lsstore_old {
  display: none;
}

@media only screen and (max-width: 767px) {
  .profile_pre_footer_wrp {
    flex-flow: column;
  }
  .profile_pre_footer_wrp .link_wrp_gth {
    width: 100%;
    margin-top: 40px;
    justify-content: space-between;
  }
  .profile_pre_footer_wrp .ftrr.social_links {
    width: 100%;
    justify-content: center;
    margin-top: 40px;
  }
}

/* new changes start */
#footer_banner .profile_btn.v3 {
  height: 50px;
}

#footer_banner .dqd_slider {
  margin-bottom: 0;
  margin-top: 25px;
}

.divider_gradian {
  width: 100%;
  height: 44px;
  background-image: radial-gradient(at 50% bottom, #000, rgba(0, 0, 0, 0) 75%);
  opacity: 0.15;
}

@media only screen and (max-width: 767px) {
  .divider_gradian {
    height: 11px;
  }
}

.divider_gradian.revers_grad {
  background-image: radial-gradient(at 50% top, #000, rgba(0, 0, 0, 0) 75%);
}

/*
.related_product_wrp{
    .divider_gradian{margin-bottom: 60px;
        @media only screen and (max-width:767px) {
            margin-bottom: 20px;
        }
    }
}
*/
/*
.related_product{margin: 16px 0 0 0; padding: 0; list-style: none;  position: relative;
    .slick-track{margin: 0;}
    li{ width: calc(20% - 30px); border-radius: 1px; border: solid 1px #e0e4e9; position: relative;
        .rphd{ color: #212121; font-weight: 500; height: 36px; line-height: 18px; 
            @media only screen and (min-width:768px) {
                font-size: 14px
            }
    
            @media only screen and (max-width:767px) {
                font-size: 12px
            }
        } 
        .prod_img{width: 175px; height: 175px; width: 100%; margin: 16px auto 0; display: flex; justify-content: center;
            img{max-width: 100%; max-height: 100%;}
        }
        .rphd2{  color: #212121; font-weight: 500; 
            @media only screen and (min-width:768px) {
                font-size: 12px; margin-top: 16px;
            }
    
            @media only screen and (max-width:767px) {
                font-size: 14px; margin-top: 5px;
            }
        }
        .rphd3{font-size: 12px; color: #4c4c4c;}
        .lloc_wrp {display: flex; margin-top: 10px;
            a{display:flex; width: 100%; justify-content: space-between; }
            .flag_wrp{ width: 45px; height: 24px; border-radius: 1px; border: 1px solid #ebebeb; padding: 5px; margin: 0 0 0 0; display: flex; align-items: center; justify-content: space-between;
                .in_flag {width: 18px; height: 12px; background: url(images/indian_flag.png); display: inline-block; margin-right: 0;}
                .ph_flag {width: 18px; height: 12px; background: url(images/philippines_flag.png); display: inline-block; background-size: cover;}
                .us_flag {width: 18px; height: 12px; background: url(images/us_flag.png); display: inline-block; background-size: cover;}
                .th_flag {width: 18px; height: 12px; background: url(images/thailand_flag.png); display: inline-block; background-size: cover;}
                .city_name {text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 12px; color: #6a6a6a;}

            }
            .location_wrp{display: inline-block; width: calc(100% - 50px); font-size: 12px; color: #273239;
                .loc{ font-size: 12px; color: #8c8c8c;}
                .company_name { font-size: 12px; height: auto; display: block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
            }
        }
        @media only screen and (min-width:768px) {
            padding: 15px;  margin: 15px;
        }

        @media only screen and (max-width:767px) {
            margin: 10px; padding: 10px;
        }

    } 
    .profile_btn { width: 100%; border-radius: 0; margin: 15px 0 0;          
        @media only screen and (max-width:767px) {
            font-size: 12px;
        }
    }
    .slick_arrow  { position: absolute; top: 50%; transform: translateY(-50%); font-size: 35px; z-index: 2;
        &.next { right: 0;}
    }

    @media only screen and (min-width:768px) {
        width: calc(100% + 24px); margin-left: -12px;
    }

    @media only screen and (max-width:767px) {
        width: calc(100% + 20px); margin-left: -10px;
    }

}
*/
/*
.related_categories { display: flex; 
    li { list-style: none; cursor: pointer;
        .img_name_cont { width: 100%; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); background-color: #ffffff; display: flex; align-items: center;
            .category_img_cont { width: 85px; height: 85px; display: flex; align-items: center; justify-content: center; overflow: hidden;
                img{max-width: 100%; max-height: 100%;}
            }
            .category_name { width: calc(100% - 85px); font-size: 14px; font-weight: 500; color: #212121; padding: 0 16px; }
        }
        @media only screen and (min-width:992px) {
            width:25%;  margin-bottom: 30px; padding: 0 15px; 
        }

        @media only screen and (min-width:768px) and (max-width:991px) {
            width:33.33%;  margin-bottom: 30px; padding: 0 15px; 
        }
        
        @media only screen and (max-width:767px) {
            width:267px; padding: 2px 5px; 
        }
    }
    @media only screen and (min-width:768px) {   
        margin-top: 30px; flex-flow: row wrap; margin-right: -15px; margin-left: -15px;
    }
    @media only screen and (max-width:767px) {
        margin-top: 20px;  margin-right: -10px; margin-left: -10px;
    }
}
*/
.cutom_row {
  display: flex;
  flex-flow: row wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.cutom_row.no_margin {
  margin: 0;
}

.cutom_row .faqs_col {
  margin-bottom: 30px;
  padding: 0 20px;
}

.cutom_row .faqs_col ul {
  padding-left: 18px;
}

@media only screen and (min-width: 768px) {
  .cutom_row .faqs_col {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .cutom_row .faqs_col {
    width: 100%;
  }
}

.faqs_hd {
  /* font-size: 16px; font-weight: 500; color: #212121; */
}

.faqs_txt {
  /*  font-size: 14px; font-weight: normal; color: #4a4a4a; line-height: 20px; */
}

.faqs_wrp .divider_gradian {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .faqs_wrp .divider_gradian {
    margin-bottom: 20px;
  }
}

.faqs_wrp .profile_footer_v3 .divider_gradian {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .faqs_wrp .profile_footer_v3 .divider_gradian {
    margin-bottom: 20px;
  }
}

.about_hsn_row .about_col {
  padding: 0 15px;
}

.about_hsn_row .about_col p {
  font-size: 14px;
  color: #4a4a4a;
}

.about_hsn_row .about_col p span {
  font-size: 14px;
  color: #4a4a4a !important;
}

@media only screen and (min-width: 768px) {
  .about_hsn_row .about_col {
    width: 35%;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about_hsn_row .about_col {
    width: 100%;
  }
}

.about_hsn_row .hscn_col {
  padding: 0 15px;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .about_hsn_row .hscn_col {
    width: 65%;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about_hsn_row .hscn_col {
    width: 100%;
    margin-top: 43px;
  }
}

.about_hsn_row .hscn_col_1 {
  width: 154px;
  padding-right: 40px;
}

.about_hsn_row .hscn_col_2 {
  width: calc(100% - 154px);
}

.about_hsn_row .hscn_li {
  display: flex;
  margin-top: 34px;
  flex-flow: row wrap;
}

.about_hsn_row .hscn_li li {
  width: 100%;
  list-style: none;
  border-top: 1px solid #e0e4e9;
  display: flex;
  padding: 14px 0;
}

.about_hsn_row .hscn_li li:first-child {
  border-top: none;
  padding-top: 0;
}

.profile_footer_v3 {
  width: 100%;
  height: auto;
  background-color: #d7d7d7;
  padding: 0 16px;
  /*margin-top: 63px;*/
  /*position: relative;*/
  /*background-image: linear-gradient(to right, #c5c5c5 2%, #f0f0f0 92%);*/
  /*padding-top: 60px;*/
  /*&::before{content: ""; width: 4000px; height: 100%; background: #d7d7d7; position: absolute; top: 0; left: -1500px;}*/
}

.profile_footer_v3 .divider_gradian {
  opacity: 0.25;
  margin-bottom: 16px;
}

.profile_footer_v3 .gl_pre_footer_v4 .welovesme_img {
  left: -16px;
}

.footer_prod_list {
  display: flex;
  flex-flow: row wrap;
  line-height: 27px;
  margin: 24px auto 60px;
  justify-content: center;
  width: 100%;
  max-width: 1240px;
}

.footer_prod_list li {
  list-style: none;
}

.footer_prod_list li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #21aaca;
  border-left: 1px solid #21aaca;
  padding-left: 8px;
  margin-left: 8px;
}

.footer_prod_list li:first-child a {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.dfh {
  width: calc(100% - 72px);
}

.dfh p {
  line-height: normal;
}

.profile_inr_content #aboutus .gpt_wrp .dfh .font_16.black_txt {
  word-break: break-all;
}

.dtl_wrp.v2#contactus {
  margin-top: 20px;
}

/* new changes End */
/* footer End */
/* profile footer link start */
.pflink {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.pflink a {
  font-size: 14px;
  color: #4a4a4a;
  text-transform: uppercase;
  padding: 0 5px;
  font-weight: normal;
}

.pflink + .ftxt.text-center {
  margin-top: 7px;
}

/* profile footer link End */
/* fixed nav bottom start */
.profile_pre_nav_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 24px 0;
  background: #f4f4f4;
  opacity: 0;
  transition: all 0.5s ease;
  display: none;
}

.profile_pre_nav_fixed p {
  /*font-family: "Roboto", sans-serif;*/
}

.profile_pre_nav_fixed.show {
  opacity: 1;
  z-index: 3;
}

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

.profile_pre_nav_fixed .profile_pre_nav_fixed_inr .dtl_wrp {
  padding-top: 0;
  padding-bottom: 0;
}

.profile_pre_nav_fixed .profile_pre_nav_fixed_inr .dtl_wrp .company_logo {
  width: 68px;
  height: 68px;
  margin: 0;
  padding: 0;
}

.profile_pre_nav_fixed .profile_pre_nav_fixed_inr .dtl_wrp .dpt_wrp {
  width: calc(100% - 68px);
  padding-left: 18px;
}

.profile_pre_nav_fixed .profile_pre_nav_fixed_inr .dtl_wrp .dpt_wrp .dh2 {
  font-size: 22px;
}

.nav_supporter {
  height: 116px;
  display: flex;
  width: 100%;
  display: none;
}

@media only screen and (max-width: 767px) {
  .profile_pre_nav_fixed {
    padding: 16px 0;
  }
  .profile_pre_nav_fixed .profile_pre_nav_fixed_inr .dtl_wrp {
    flex-flow: column;
    align-items: baseline;
    align-items: flex-start;
  }
  .profile_pre_nav_fixed .profile_pre_nav_fixed_inr .dtl_wrp .company_logo {
    width: 48px;
    height: 48px;
  }
  .profile_pre_nav_fixed .profile_pre_nav_fixed_inr .dtl_wrp .dpt_wrp {
    width: calc(100% - 48px);
    padding-left: 10px;
  }
  .profile_pre_nav_fixed .profile_pre_nav_fixed_inr .dtl_wrp .dpt_wrp .dh2 {
    font-size: 14px;
  }
  .profile_pre_nav_fixed .profile_pre_nav_fixed_inr .dtl_wrp .dpt_wrp .dh3 {
    font-size: 12px;
  }
  .profile_pre_nav_fixed .profile_pre_nav_fixed_inr .dtl_wrp .profile_btn {
    margin: 10px 0 0 0;
    height: 30px;
    font-size: 14px;
  }
  .nav_supporter {
    height: 100px;
  }
}

/* fixed nav bottom End */
/* top fixed nav start */
.fixed_wrp.fixed {
  position: fixed;
  left: 0;
  /*top: 69px;*/
  top: 62px;
  background: #ffffff;
  width: 100%;
  z-index: 5;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  padding-top: 16px;
  transition: all 0.3s ease;
}

.fixed_wrp.fixed .gft.v2 {
  padding-top: 0;
}

.fixed_wrp.fixed .dtl_wrp.v2.usr {
  padding-top: 0;
}

.fixed_wrp.fixed .dtl_wrp.v2.usr .mbl_div {
  padding: 0;
}

.fixed_wrp.fixed .old_btn_wrp {
  display: none !important;
}

.fixed_wrp.fixed .banner_divider_line {
  display: none;
}

.fixed_wrp.fixed .blue_bg.str_wrp {
  display: none;
}

.fixed_wrp.fixed .profile_banner.v2 + .gft.v2.pre {
  padding-top: 0;
}

.fixed_wrp.fixed .dtl_wrp {
  max-width: 1240px;
  margin: 0 auto;
}

.fixed_wrp.fixed .dtl_wrp .ppw {
  margin: 0;
}

.fixed_wrp.fixed .dtl_wrp.admin {
  display: none;
}

.fixed_wrp.fixed .dtl_wrp .profile_banner {
  display: none;
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .company_logo, .fixed_wrp.fixed .dtl_wrp .gft.v2 .profile_photo_wrp, .fixed_wrp.fixed .dtl_wrp .ppw .company_logo, .fixed_wrp.fixed .dtl_wrp .ppw .profile_photo_wrp {
  margin: 0;
  width: 40px;
  height: 40px;
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .dpt_wrp, .fixed_wrp.fixed .dtl_wrp .ppw .dpt_wrp {
  padding-left: 10px;
  width: calc(100% - 40px);
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .dpt_wrp .dh2, .fixed_wrp.fixed .dtl_wrp .ppw .dpt_wrp .dh2 {
  font-size: 16px;
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .dpt_wrp .dh2 i, .fixed_wrp.fixed .dtl_wrp .ppw .dpt_wrp .dh2 i {
  display: inline-flex;
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .dpt_wrp .dh3, .fixed_wrp.fixed .dtl_wrp .ppw .dpt_wrp .dh3 {
  font-size: 14px;
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .dpt_wrp .dh2 + .dh3 + .dh3, .fixed_wrp.fixed .dtl_wrp .ppw .dpt_wrp .dh2 + .dh3 + .dh3 {
  display: none;
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .dpt_wrp .txt_el, .fixed_wrp.fixed .dtl_wrp .ppw .dpt_wrp .txt_el {
  display: none !important;
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .dpt_wrp .vp_txt, .fixed_wrp.fixed .dtl_wrp .ppw .dpt_wrp .vp_txt {
  display: none;
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .dpt_wrp .fixed_hide, .fixed_wrp.fixed .dtl_wrp .ppw .dpt_wrp .fixed_hide {
  display: none !important;
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .dpt_wrp .tag1.blue_bg2, .fixed_wrp.fixed .dtl_wrp .gft.v2 .dpt_wrp .sme_expert, .fixed_wrp.fixed .dtl_wrp .ppw .dpt_wrp .tag1.blue_bg2, .fixed_wrp.fixed .dtl_wrp .ppw .dpt_wrp .sme_expert {
  display: none !important;
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .sbt, .fixed_wrp.fixed .dtl_wrp .ppw .sbt {
  flex-flow: row-reverse;
  align-items: center;
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .sbt .share_block, .fixed_wrp.fixed .dtl_wrp .ppw .sbt .share_block {
  margin-top: 0;
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .sbt .share_block .sptxt, .fixed_wrp.fixed .dtl_wrp .ppw .sbt .share_block .sptxt {
  margin: 0 16px 0 0;
}

.fixed_wrp.fixed .dtl_wrp .gft.v2 .sbt.user_sbt, .fixed_wrp.fixed .dtl_wrp .ppw .sbt.user_sbt {
  flex-flow: column;
  align-items: end;
}

.fixed_wrp.fixed .dtl_wrp.ttpl_btn {
  padding-top: 0;
  padding-bottom: 0;
}

.fixed_wrp.fixed .dtl_wrp.ttpl_btn .sptxt {
  display: none !important;
}

.fixed_wrp.fixed .dtl_wrp.usr .rol_discription, .fixed_wrp.fixed .dtl_wrp.usr .cnt_txt {
  display: none !important;
}

.fixed_wrp.fixed .usr_lst_wrp1 {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .fixed_wrp.fixed {
    padding: 16px 16px 0;
    top: 100px;
  }
  .fixed_wrp.fixed .dtl_wrp .gft.v2 .sbt {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fixed_wrp.fixed .dtl_wrp .gft.v2 .sbt .profile_btn {
    height: 30px;
    font-size: 14px;
  }
  .pre_fix_nav .fixed_wrp.fixed {
    top: 69px;
    padding-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .pre_fix_nav .fixed_wrp.fixed {
    top: 61px;
    padding-top: 16px;
  }
}

/* top fixed nav End */
/* other resolution start */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress_wrp.v2 {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
  .tcp_wrp {
    margin-left: 10px;
    padding-left: 10px;
  }
  .progress_status_wrp {
    width: calc(100% - 370px);
  }
  .gpt_wrp .row .col-lg-4 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gpt_wrp .row .col-lg-4 {
    width: 33.33%;
  }
}

@media only screen and (max-width: 991px) {
  .circle_icon {
    display: flex;
  }
  .gpt_wrp {
    padding: 0;
  }
  .gpt_wrp .row .col-lg-4 {
    padding: 8px;
  }
  .gpt_wrpup .gpt_wrp {
    padding: 0;
  }
  .gpt_wrpup .gpt_wrp .row .col-lg-4, .gpt_wrpup .gpt_wrp .row .col-lg-3 {
    padding: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .gft.v2 {
    padding: 16px 0 0;
  }
  .profile_banner.v2 {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .profile_banner.v2.ptg {
    margin-top: 0 !important;
  }
  .company_dtl_wrp {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

@media only screen and (max-width: 991px) {
  .profile_main_content {
    width: 100%;
    padding: 0;
  }
  .dtl_wrp {
    padding-left: 0;
    padding-right: 0;
  }
  .dtl_wrp .dh {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .gft {
    flex-flow: column;
  }
  .profile_banner + .gft .company_logo {
    margin-top: -25px;
  }
  .profile_banner.v2 + .gft.v2 .company_logo {
    margin-top: -25px;
  }
  .profile_banner + .gft {
    margin-top: 5px;
  }
  .profile_banner.v2 + .gft.v2 {
    margin-top: 0;
    padding-top: 5px;
  }
  .dpt_wrp {
    width: calc(100% - 64px);
    padding-left: 10px;
  }
  .lgpt {
    padding: 0;
  }
  .lgpt.row .col-md-2, .lgpt.row .col-md-10 {
    /*padding: 0;*/
  }
  .tag2.v2, .tag2.v3 {
    border-radius: 4px;
  }
  .dtl_wrp.v2#contactus {
    margin-top: 20px;
  }
  .pkl .pl_16 {
    padding: 24px 0 0 0;
  }
  .addr_wrp {
    margin-top: 24px;
  }
  /* go to list start */
  .goto_list > li {
    margin: 0 8px;
  }
  .goto_list > li:first-child {
    margin-left: 0;
  }
  .goto_list > li a {
    font-size: 14px;
    padding: 5px 0;
  }
  .ttpl {
    flex-flow: column;
    align-items: baseline;
  }
  .ttpl_btn {
    position: relative;
    padding-bottom: 45px;
  }
  .ttpl_btn .sptxt {
    position: absolute;
    bottom: 5px;
    right: 0;
  }
  /* go to list End */
  /* user view start */
  .t2btn {
    margin-left: 10px;
  }
  /* user view End */
}

@media only screen and (max-width: 767px) {
  .dtl_wrp.admin {
    margin-top: 24px;
  }
  /* header start */
  .profile_pre_header .profile_pre_header_inr {
    height: 60px;
  }
  .profile_pre_header .pro_pre_logo {
    max-width: 113px;
  }
  .profile_pre_header .profile_btn {
    height: 30px;
    font-size: 14px;
  }
  .lgn_link {
    font-size: 14px;
    /*margin-right: 16px;*/
  }
  .pro_hdr_supporter {
    height: 60px;
  }
  /* header end */
  /* footer start */
  .profile_pre_footer .ftrl .welovesme2 {
    margin-top: 10px;
  }
  .profile_pre_footer .ftrr.social_links {
    /*i{font-size: 16px;}*/
  }
  .profile_pre_footer .ftrr.social_links a {
    margin-left: 20px;
  }
  .profile_pre_footer .ftrtxt {
    font-size: 12px;
  }
  .profile_pre_footer .ftrtxt.v2 {
    text-align: left;
    margin-top: 15px;
  }
  .profile_pre_footer .ftbm {
    flex-flow: column;
  }
  /* footer End */
  .str_list li {
    width: 260px;
  }
  .str_list .slick-arrow {
    display: none;
  }
  .dqd {
    flex-flow: column-reverse;
    padding: 16px 16px 45px;
  }
  .dqd.v2 {
    padding: 16px;
    flex-flow: column;
  }
  .dqd.v2 .dqd_img {
    width: 374px;
  }
  .dqd.v2 .dqd_hd_lft {
    width: 100%;
    padding: 0;
  }
  .dqd_hd_lft {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
  .dqd_hd_lft .profile_btn {
    height: 40px;
    font-size: 16px;
    width: auto;
  }
  .dqd_hd {
    font-size: 20px;
    line-height: 28px;
  }
  .orange_bg .d-flex.align-items-center.m-0.font_14.mt-1 {
    flex-flow: column;
  }
}

@media only screen and (max-width: 354px) {
  .goto_list > li {
    margin: 0 3px;
  }
}

/* overwrite */
@font-face {
  font-family: 'FontAwesome-v1';
  src: url("./fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fonts/") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.container-fluid.v2 {
  padding: 0 10px;
}

.new_profile_wrp .inr_wrp {
  max-width: 100%;
}

.gft.v2 {
  padding: 0;
}

.dtl_wrp.v2 {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.v2 {
  z-index: 2;
}

#shareprofile {
  width: 100%;
}

.custom_select_wrp .fa {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  font-family: FontAwesome-v1 !important;
}

.custom_select_wrp .fa-pencil::before {
  content: "\f040" !important;
}

.custom_select_wrp .fa-map-marker:before {
  content: "\f041" !important;
}
