
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#scrollToTop {
  position: fixed;
  bottom: 5vh;
  right: 3vh;
  background-color: #067bd5;
  padding: 0.5rem 1rem;
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9999 !important;
}

#scrollToTop i {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.3);
}

.product_header_catalogue_btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 65%;
  right: 0px;
  opacity: 1 !important;
  -webkit-transform: rotate(-90deg) translateY(70px) scale(1);
          transform: rotate(-90deg) translateY(70px) scale(1);
  border: 1px solid #067bd5;
  padding-right: 15px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  border-bottom-color: transparent;
  background-color: #067bd5;
}

.product_header_catalogue_btn a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}

.product_header_catalogue_btn i {
  padding: 5px 15px;
  font-size: 1.2rem;
  color: red;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: 800;
}

.hideCat {
  opacity: 0 !important;
  -webkit-transform: scale(0) !important;
          transform: scale(0) !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 880px) {
  .product_header_catalogue_btn {
    opacity: 1 !important;
    -webkit-transform: rotate(-90deg) translateY(70px) scale(1) !important;
            transform: rotate(-90deg) translateY(70px) scale(1) !important;
    padding-right: 15px;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    border-bottom-color: transparent;
  }
  .product_header_catalogue_btn a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
  }
  .product_header_catalogue_btn i {
    padding: 10px 15px;
    font-size: 1.2rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.dis_block {
  display: block !important;
}

.dis_none {
  display: none !important;
}

@-webkit-keyframes rotateCog {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateCog {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.stot-show {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product_seller_profile {
  width: 100%;
}

.product_seller_profile .product_header {
  border-top: 5px solid #067bd5;
  width: 100%;
  min-height: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 0.5rem;
}

.product_seller_profile .product_header .product_header_left_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.5rem 0;
}

.product_seller_profile .product_header .product_header_left_text .product_header_logo {
/*  width: 70px;
  height: 70px !important;*/
  margin-bottom: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

.product_seller_profile .product_header .product_header_left_text .product_header_logo:hover {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
}

.product_seller_profile .product_header .product_header_left_text .product_header_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 1rem;
}

.product_seller_profile .product_header .product_header_left_text .product_header_info h1 {
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.product_seller_profile .product_header .product_header_left_text .product_header_info .product_header_location {
  padding-bottom: 0.5rem;
  width: 100%;
  text-align: center;
}

.product_seller_profile .product_header .product_header_left_text .product_header_info small {
  background-color: #c0c0c0;
  border-radius: 20px;
  padding: 0.3rem 1rem;
  font-weight: 600;
  margin: 0.5rem 0;
}

.product_seller_profile .product_header .product_header_left_text .product_header_info .product_header_contact_btn {
  background-color: #067bd5;
  padding-right: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
}

.product_seller_profile .product_header .product_header_left_text .product_header_info .product_header_contact_btn i {
  background-color: #ed1c24;
  font-size: 1.2rem;
  padding: 10px 15px;
  border-radius: 5px 0 0 5px;
}

.product_seller_profile .product_header .product_header_right_logo {
  width: 150px;
  height: 75px !important;
  cursor: pointer;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.product_seller_profile .navbar {
  padding: 0 !important;
}

.product_seller_profile .navbar .navbar-nav .nav-link {
  padding: 1rem 1rem;
  color: #fff;
}

.product_seller_profile .navbar .navbar-nav .nav-link.active {
  background-color: #067bd5;
}

.product_seller_profile .navbar .kk_home_btn {
  background-color: #cb1d22;
  position: absolute;
  right: 0;
  top: 0;
}

.product_seller_profile .navbar .kk_home_btn i {
  padding: 0.5rem;
  color: #fff;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .product_seller_profile .product_header {
    border-top: 5px solid #067bd5;
    width: 100%;
    min-height: 20vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2rem;
  }
  .product_seller_profile .product_header .product_header_left_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_seller_profile .product_header .product_header_left_text .product_header_logo {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .product_seller_profile .product_header .product_header_left_text .product_header_logo:hover {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
  }
  .product_seller_profile .product_header .product_header_left_text .product_header_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 1rem;
  }
  .product_seller_profile .product_header .product_header_left_text .product_header_info h1 {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    width: 350px !important;
  }
  .product_seller_profile .product_header .product_header_left_text .product_header_info .product_header_location {
    padding-bottom: 0.5rem;
    text-align: left;
  }
  .product_seller_profile .product_header .product_header_left_text .product_header_info .product_header_contact_btn {
    margin-left: auto;
  }
  .product_seller_profile .product_header .product_header_right_logo {
    position: relative;
    width: 200px;
    height: 100px;
  }
  .product_seller_profile .navbar {
    padding: 0 !important;
  }
  .product_seller_profile .navbar .navbar-nav .nav-link {
    padding: 1rem 1rem;
    color: #fff;
  }
  .product_seller_profile .navbar .navbar-nav .nav-link.active {
    background-color: #067bd5;
  }
  .product_seller_profile .navbar .kk_home_btn {
    background-color: #cb1d22;
  }
  .product_seller_profile .navbar .kk_home_btn i {
    padding: 1rem;
    color: #fff;
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .product_seller_profile .product_header .product_header_left_text .product_header_info h1 {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
    width: 420px !important;
  }
}

@media (min-width: 1200px) {
  .product_seller_profile .product_header .product_header_left_text .product_header_info h1 {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
    min-width: 500px;
    width: 100% !important;
  }
}

.product_seller_profile {
  width: 100%;
  min-height: calc(100vh + 170px);
}

.product_seller_profile .product-banner {
  width: 100%;
  min-height: 130px;
}

.product_seller_profile .product-about-us {
  background: #fff;
  width: 100%;
}

.product_seller_profile .product-about-us h2 {
  width: 100%;
  color: #067bd5;
  text-align: center;
}

.product_seller_profile .product-about-us p {
  padding: 0 2rem;
  text-align: justify;
}

.product_seller_profile .product-contact {
  background-color: #fff;
  padding-top: 2rem;
}

.product_seller_profile .product-contact h2 {
  width: 100%;
  margin-top: 1rem;
  padding: 0.8rem;
  color: #067bd5;
  text-align: center;
}

.product_seller_profile .product-contact .product-contact-us {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.product_seller_profile .product-contact .product-contact-us h3 {
  font-size: 1.2rem;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-form {
  background-color: #f0f0f0;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  padding: 1rem;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1rem;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-form form input {
  width: 100%;
  font-size: 0.9rem;
  padding: 0.3rem 1rem;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-form form textarea {
  width: 100%;
  resize: none;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-form form div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-form form input[type="submit"] {
  background-color: #067bd5;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-text {
  padding: 1rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #ececec !important;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-text h3 {
  padding: 0 1rem;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-text .product-contact-info {
  width: 100%;
  padding: 0 1rem;
  padding-top: 1rem;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-text .product-contact-info p {
  font-size: 0.9rem;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-text .product-contact-info p i {
  width: 20px;
  font-size: 1rem;
  text-align: center;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-text .product-contact-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
  width: 100%;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-text .product-contact-social-icons a {
  color: #fff;
  text-decoration: none;
}

.product_seller_profile .product-contact .product-contact-us .product-contact-text .product-contact-social-icons a i {
  font-size: 2rem;
  color: #067bd5;
}

@media (min-width: 400px) {
  .product_seller_profile .product-banner {
    min-height: 170px;
  }
}

@media (min-width: 500px) {
  .product_seller_profile .product-banner {
    min-height: 190px;
  }
}

@media (min-width: 600px) {
  .product_seller_profile .product-banner {
    min-height: 230px;
  }
}

@media (min-width: 700px) {
  .product_seller_profile .product-banner {
    min-height: 260px;
  }
}

@media (min-width: 800px) {
  .product_seller_profile .product-banner {
    min-height: 300px;
  }
}

@media (min-width: 900px) {
  .product_seller_profile .product-banner {
    min-height: 300px;
  }
}

@media (min-width: 1000px) {
  .product_seller_profile .product-banner {
    min-height: 350px;
  }
}

@media (min-width: 1100px) {
  .product_seller_profile .product-banner {
    min-height: 400px;
  }
}

@media (min-width: 1200px) {
  .product_seller_profile .product-banner {
    min-height: 420px;
  }
}

@media (min-width: 1300px) {
  .product_seller_profile .product-banner {
    min-height: 400px;
  }
}

@media (min-width: 600px) {
  .product_seller_profile .product-about-us h2 {
    width: 90%;
    margin: 0 auto;
  }
  .product_seller_profile .product-about-us p {
    padding: 0rem 2rem;
  }
}

@media (min-width: 800px) {
  .product_seller_profile .product-about-us h2 {
    width: 90%;
    margin: 0 auto;
  }
  .product_seller_profile .product-about-us p {
    padding: 0rem 2rem;
  }
  .product_seller_profile .product-contact h2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
    padding: 0.8rem;
    color: #067bd5;
    text-align: center;
  }
  .product_seller_profile .product-contact .product-contact-us {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 90%;
    margin: 0 auto;
  }
  .product_seller_profile .product-contact .product-contact-us h3 {
    font-size: 1.2rem;
  }
  .product_seller_profile .product-contact .product-contact-us .product-contact-form {
    padding: 1rem 2rem;
  }
  .product_seller_profile .product-contact .product-contact-us .product-contact-text {
    padding: 1rem;
    border-radius: 0;
  }
}

@media (min-width: 1000px) {
  .product_seller_profile .product-about-us {
    padding-top: 2rem;
  }
  .product_seller_profile .product-about-us p {
    padding: 0rem 10rem;
  }
}

.product_section h2 {
  width: 100%;
  margin-top: 1rem;
  color: #067bd5;
  text-align: center;
}

.product_section .view-all-products {
  padding: 0.3rem 1rem;
  color: #067bd5;
  cursor: pointer;
  font-weight: 700;
  display: none;
}

.product_section .product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 1rem 0.5rem;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  margin: 1rem auto;
}

.product_section .product_item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product_section .product_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #777;
}

.product_section .product_item a h5 {
  font-size: 1rem;
  text-transform: capitalize;
}

.product_section .product_item a img {
  width: 160px;
}

.product_section .product_item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
  padding: 0.5rem;
  width: 100%;
}

.product_section .product_item div .product_btn {
  background-color: #fff;
  border: 1px solid #007fb2;
  color: #007fb2;
  padding: 0.2rem 1.5rem;
  font-size: 0.9rem;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product_section .product_item div .product_btn_first {
  background-color: #fff !important;
  color: slategray ;
  padding: 0.2rem 1.5rem;
  font-size: 0.9rem;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product_section .product_item div .product_btn:last-child {
  background-color: #007fb2;
  color: #fff;
}

.product_section .product_item div .product_btn:hover:nth-child(2) {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.product_section .product_item div .product_btn:hover:last-child {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .product_section .row {
    gap: 1rem;
  }
}

.error-message {
  padding: 0.3rem;
}

.error-message small {
  color: #cb1d22 !important;
  opacity: 1;
  z-index: 999;
}
/*# sourceMappingURL=style.css.map */

/* Extra added Code style starts */

.service-contact-text-hide {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  overflow: hidden;
}

.service-contact-text-hide div {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  cursor: pointer !important;
}

.service-contact-text-hide .view-contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  z-index: 1;
  background-color: rgba(2, 175, 243, 0.5);
  cursor: pointer;
}

@media (min-width: 800px) {
  .product-contact {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .product-contact:hover .service-contact-text-hide::before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .product-contact:hover .service-contact-text-hide::after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .service-contact-text-hide {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    overflow: hidden;
  }
  .service-contact-text-hide div {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    cursor: pointer !important;
  }
  .service-contact-text-hide .view-contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    z-index: 1;
    background-color: rgba(2, 175, 243, 0.5);
    cursor: pointer;
  }
  .service-contact-text-hide::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.95);
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .service-contact-text-hide::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.95);
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media(max-width:991px){
    .product_seller_profile .product_header .product_header_left_text .product_header_logo{
        width: 75px !important;
        height: 75px !important;
        margin-left: 20px !important;
    }
}
/* Extra added Code style ends */