@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

:root {
  --kk-primary-color: #02aff3;
  --kk-gray-color: #c0c0c0;
  --kk-blue-color: #067bd5;
  --kk-red-color: #cb1d22;
}
.service_header_catalogue_btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 54%;
  right: 0px;
  opacity: 1 !important;
  -webkit-transform: rotate(-90deg) translateY(60px) scale(1);
  transform: rotate(-90deg) translateY(70px) scale(1);
  border: 1px solid var(--kk-primary-color);
  padding-right: 15px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  border-bottom-color: transparent;
  background-color: var(--kk-primary-color);
}

.service_header_catalogue_btn a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}

.service_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) {
  .service_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;
  }
  .service_header_catalogue_btn a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
  }
  .service_header_catalogue_btn i {
    padding: 10px 15px;
    font-size: 1.2rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}


#scrollToTop {
  position: fixed;
  bottom: 5vh;
  right: 3vh;
  background-color: var(--kk-primary-color);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  -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;
  cursor: pointer;
}

#scrollToTop i {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.3);
}
.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;
}

.service_seller_profile {
  width: 100%;
  min-height: calc(100vh + 170px);
}

.service_seller_profile .service_header {
  border-top: 5px solid var(--kk-primary-color);
  width: 100%;
  min-height: 20vh;
  background: url("/marketplace_theme/static/src/service/header-bg.jpg") no-repeat center center;
  background-size: cover;
  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;
}

.service_seller_profile .service_header .service_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;
}

.service_seller_profile .service_header .service_header_left_text .service_header_logo {
  width: 100px;
  height: 100px;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.service_seller_profile .service_header .service_header_left_text .service_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);
}

.service_seller_profile .service_header .service_header_left_text .service_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;
}

.service_seller_profile .service_header .service_header_left_text .service_header_info h1 {
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.service_seller_profile .service_header .service_header_left_text .service_header_info .service_header_location {
  padding-bottom: 0.5rem;
  width: 100%;
  text-align: center;
}

.service_seller_profile .service_header .service_header_left_text .service_header_info .service_header_contact_btn {
  background-color: var(--kk-blue-color);
  padding-right: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  border-radius: 20px;
  color: #fff;
}

.service_seller_profile .service_header .service_header_left_text .service_header_info .service_header_contact_btn i {
  background-color: var(--kk-primary-color);
  font-size: 1.2rem;
  padding: 10px 15px;
  border-radius: 20px 0 0 20px;
}

.service_seller_profile .service_header .service_header_left_text .service_header_info .service_header_contact_btn:hover {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: var(--kk-primary-color);
  border-radius: 20px 0 0 20px;
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
}

.service_seller_profile .service_header .service_header_left_text .service_header_info .service_header_contact_btn:hover i {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: var(--kk-blue-color);
  border-radius: 20px 0 0 20px;
}

.service_seller_profile .service_header .service_header_right_logo {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;

  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-10%, -21%);
          transform: translate(-10%, -21%);
}

.service_seller_profile .navbar {
  padding: 0 !important;
}

.service_seller_profile .navbar .navbar-nav .nav-link {
  padding: 1rem 1rem;
  color: #fff;
}

.service_seller_profile .navbar .navbar-nav .nav-link.active {
  background-color: var(--kk-primary-color);
}

.service_seller_profile .navbar .kk_home_btn {
  background-color: var(--kk-red-color);
  position: absolute;
  right: 0;
  top: 0;
}

.service_seller_profile .navbar .kk_home_btn i {
  padding: 0.5rem;
  color: #fff;
  font-size: 1.5rem;
}

.service_seller_profile .service-banner img{
  /*min-height: 200px;*/
  border-radius: 0px 0px 20px 20px;
  width:100%;

}

.service_seller_profile .service-about-us {
  background: #fff;
  padding-top: 4rem;
  width: 90% !important;
  margin: 0 auto;
}

.service_seller_profile .service-about-us h2 {
  width: 100%;
  background-color: var(--kk-primary-color);
  padding: 0.8rem;
  color: #fff;
  text-align: center;
}

.service_seller_profile .service-about-us p {
  /* padding: 1rem 2rem; */
  text-align: justify;
}

.service_seller_profile .service-services {
  background-color: #fff;
  padding-top: 1.8rem;
}

.service_seller_profile .service-services h2 {
  width: 100%;
  background-color: var(--kk-primary-color);
  margin-top: 1rem;
  padding: 0.8rem;
  color: #fff;
  text-align: center;
}

.service_seller_profile .service-services .view-all-services {
  padding: 0.3rem 1rem;
  color: var(--kk-primary-color);
  cursor: pointer;
  font-weight: 700;
  display: none;
}

.service_seller_profile .service-services .service-items {
  background-color: #fff;
  padding: 2rem;
}

.service_seller_profile .service-services .service-items a {
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #000;
}

.service_seller_profile .service-services .service-items a:hover {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: var(--kk-primary-color);
}

.service_seller_profile .service-services .service-items a:hover img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.service_seller_profile .service-services .service-items .service-item {
  border-bottom: 1px solid var(--kk-primary-color);
  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;
  height: 100%;
}

.service_seller_profile .service-services .service-items .service-item .service-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          /*justify-content: center;*/
  padding: 0.5rem;
  margin-left: 50px !important;
}

.service_seller_profile .service-services .service-items .service-item .service-item-left img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 100%;
}

.service_seller_profile .service-services .service-items .service-item .service-item-right {
  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;
  padding: 1rem 0;
  height: 100%;
  width: 100%;
}

.service_seller_profile .service-services .service-items .service-item .service-item-right .service-contact-btn a {
  display: block;
  border: 1px solid var(--kk-primary-color);
  margin: 0.5rem 0;
  padding: 0.5rem 2rem;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  color: #000000;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service_seller_profile .service-services .service-items .service-item .service-item-right .service-contact-btn .ctn-ser-prdr {
  background-color: var(--kk-primary-color);
  color: #fff;
}

.service_seller_profile .service-services .service-items .service-item .service-item-right .service-contact-btn .ctn-ser-prdr:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  color: var(--kk-primary-color);
}

.service_seller_profile .service-services .service-items .service-item .service-item-right .service-contact-btn .gt-bst-prc {
  background-color: #fff;
  color: #000;
}

.service_seller_profile .service-services .service-items .service-item .service-item-right .service-contact-btn .gt-bst-prc:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: var(--kk-primary-color);
  color: #fff;
}

.service_seller_profile .service-services .service-items .service-item-text {
  text-align: center;
  display: none;
}

.service_seller_profile .service-contact {
  background-color: #fff;
  padding-top: 2rem;
}

.service_seller_profile .service-contact h2 {
  width: 100%;
  background-color: var(--kk-primary-color);
  margin-top: 1rem;
  padding: 0.8rem;
  color: #fff;
  text-align: center;
}

.service_seller_profile .service-contact .service-contact-us {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  padding: 0.5rem;
  background: url("/marketplace_theme/static/src/service/contact-call-lady.png") no-repeat center right;
  background-size: cover;
}

.service_seller_profile .service-contact .service-contact-us h3 {
  font-size: 1.2rem;
  color:#fff !important;
}.service_seller_profile .service-contact .service-contact-us .service-contact-form h3 {
  color: #000 !important;
}

.service_seller_profile .service-contact .service-contact-us .service-contact-form {
  background-color: #fff;
  padding: 1rem;

}

.service_seller_profile .service-contact .service-contact-us .service-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.5rem;
}

.service_seller_profile .service-contact .service-contact-us .service-contact-form form input {
  width: 100%;
  font-size: 0.9rem;
  padding: 0.3rem 1rem;
}

.service_seller_profile .service-contact .service-contact-us .service-contact-form form textarea {
  width: 100%;
  resize: none;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}

.service_seller_profile .service-contact .service-contact-us .service-contact-form form div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

}

.service_seller_profile .service-contact .service-contact-us .service-contact-form form input[type="submit"] {
  background-color: var(--kk-primary-color);
  color: #fff;
  border: none;
  outline: none;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
}

.service_seller_profile .service-contact .service-contact-us .service-contact-text {
  background-color: #383535;
  padding: 1rem;
  border-radius: 5px 5px 0 0;
  color: #fff;
  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 #383535 !important;
}

.service_seller_profile .service-contact .service-contact-us .service-contact-text h3 {
  padding: 0 1rem;
}

.service_seller_profile .service-contact .service-contact-us .service-contact-text .service-contact-info {
  width: 100%;
  padding: 0 1rem;
  padding-top: 1rem;
}

.service_seller_profile .service-contact .service-contact-us .service-contact-text .service-contact-info p {
  font-size: 0.9rem;
}

.service_seller_profile .service-contact .service-contact-us .service-contact-text .service-contact-info p i {
  width: 20px;
  font-size: 1rem;
  text-align: center;
}

.service_seller_profile .service-contact .service-contact-us .service-contact-text .service-contact-social-icons {
  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;
  width: 100%;
  padding: 0 2rem;
}

.service_seller_profile .service-contact .service-contact-us .service-contact-text .service-contact-social-icons a {
  color: #fff;
  text-decoration: none;
}

.service_seller_profile .service-contact .service-contact-us .service-contact-text .service-contact-social-icons a i {
  font-size: 2rem;
  color: var(--kk-primary-color);
}

.service_seller_profile .service-contact .service-contact-us .service-contact-map {
  background-color: #fff;
  border: 1px solid #a1a1a1 !important;
}

.service_seller_profile .service-contact .service-contact-us .service-contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 880px) {
  .service_seller_profile .service_header {
    border-top: 5px solid var(--kk-primary-color);
    width: 100%;
    min-height: 20vh;
    background: url("/marketplace_theme/static/src/service/header-bg.jpg") no-repeat center center;
    background-size: cover;
    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;
  }
  .service_seller_profile .service_header .service_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;
  }
  .service_seller_profile .service_header .service_header_left_text .service_header_logo {
    height: 120px;
    width: 120px;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 10px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .service_seller_profile .service_header .service_header_left_text .service_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);
  }
  .service_seller_profile .service_header .service_header_left_text .service_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;
  }
  .service_seller_profile .service_header .service_header_left_text .service_header_info h1 {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
  }
  .service_seller_profile .service_header .service_header_left_text .service_header_info .service_header_location {
    padding-bottom: 0.5rem;
    text-align: left;
  }
  .service_seller_profile .service_header .service_header_left_text .service_header_info .service_header_contact_btn {
    background-color: var(--kk-blue-color);
    border-radius: 20px 0 0 0;
    padding-right: 15px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    color: #fff;
  }
  .service_seller_profile .service_header .service_header_left_text .service_header_info .service_header_contact_btn i {
    background-color: var(--kk-primary-color);
    font-size: 1.2rem;
    padding: 10px 15px;
    border-radius: 20px 0 0 0;
  }
  .service_seller_profile .service_header .service_header_left_text .service_header_info .service_header_contact_btn:hover {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: var(--kk-primary-color);
    border-radius: 20px 0 0 20px;
    -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
  }
  .service_seller_profile .service_header .service_header_left_text .service_header_info .service_header_contact_btn:hover i {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: var(--kk-blue-color);
    border-radius: 20px 0 0 20px;
  }
  .service_seller_profile .service_header .service_header_right_logo {
    width: 250px;
    height: 150px;
    -webkit-transform: translate(-10%, -6.5%);
            transform: translate(-10%, -6.5%);
  }
  .service_seller_profile .navbar {
    padding: 0 !important;
  }
  .service_seller_profile .navbar .navbar-nav .nav-link {
    padding: 1rem 1rem;
    color: #fff;
  }
  .service_seller_profile .navbar .navbar-nav .nav-link.active {
    background-color: var(--kk-primary-color);
  }
  .service_seller_profile .navbar .kk_home_btn {
    background-color: var(--kk-red-color);
  }
  .service_seller_profile .navbar .kk_home_btn i {
    padding: 1rem;
    color: #fff;
    font-size: 1.5rem;
  }
  .service_seller_profile .service-banner {
    /*min-height: 300px;*/
    width: 90%;
    margin: 0 auto;
  }
  .service_seller_profile .service-about-us {
    padding-top: 4rem;
  }
  .service_seller_profile .service-about-us h2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .service_seller_profile .service-about-us p {
    padding: 0rem 2rem;
  }
  .service_seller_profile .service-services {
    background-color: #fff;
    padding-top: 3rem;
  }
  .service_seller_profile .service-services h2 {
    width: 90%;
    margin: 0 auto;
    background-color: var(--kk-primary-color);
    margin-top: 1rem;
    padding: 0.8rem;
    color: #fff;
    text-align: center;
  }
  .service_seller_profile .service-services .service-items {
    background-color: #fff;
    padding: 2rem 10rem;
  }
  .service_seller_profile .service-services .service-items .service-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .service_seller_profile .service-services .service-items .service-item .service-item-left {
    width: 100%;
  }
  .service_seller_profile .service-services .service-items .service-item .service-item-left img {
    width: 200px;
    /*height: 180px;*/
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 350px;   
  }
  .service_seller_profile .service-services .service-items .service-item .service-item-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    width: 100%;
    padding-left: 2rem;
  }
  .service_seller_profile .service-services .service-items .service-item .service-item-text {
    margin: auto 0;
    text-align: left;
    display: block;
  }
  .service_seller_profile .service-contact h2 {
    width: 90%;
    margin: 0 auto;
    background-color: var(--kk-primary-color);
    margin-top: 1rem;
    padding: 0.8rem;
    color: #fff;
    text-align: center;
  }
  .service_seller_profile .service-contact .service-contact-us {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1fr 1fr;
        grid-template-columns: 1.5fr 1fr 1fr;
    padding: 1rem 5rem;
    width: 90%;
    margin: 0 auto;
  }
  .service_seller_profile .service-contact .service-contact-us h3 {
    font-size: 1.2rem;
  }
  .service_seller_profile .service-contact .service-contact-us .service-contact-form {
    padding: 1rem 2rem;
  }
  .service_seller_profile .service-contact .service-contact-us .service-contact-text {
    border-radius: 0;
  }
}
.inx_header .container{
        			display:none !important;
        		}

.te_menu_style_1{
  display: none !important; 
}
.social_icon > .img-fluid{
    border-radius: 15px !important;
}
 .modal-header .close  {
          padding-top: 0.3rem !important;
        }
/*#customer-name{
  width: 70% !important;
}
*/
#success-msg{
  display:none;
  position: fixed;
  top:53%;
  left:2%;
  animation-name:slideInLeft;
  animation-duration:2s;
  width: 20% !important;

}
.success_msg_reveal{
  display:block;
  animation-name:slideInLeft;
  animation-duration:2s;

}


/* 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) {
  .service-contact {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .service-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%);
  }
  .service-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: #383535;
    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: #383535;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.service_header_catalogue_btn {
    display: none !important;
}


@media(max-width: 879px){
  .service_seller_profile .service-services .service-items .service-item .service-item-left{
    margin-left: unset !important;
  }
}

.unique_seller{
    position: absolute;
    font-size: 13px;
    color: #7a7a7a;
    bottom: 0px;
    right: 0;
}
@media(max-width: 879px){
  .unique_seller{
    bottom: 20px;
  }
}
/* Extra added Code style ends */


/*# sourceMappingURL=style.css.map */