
@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/metropolis.min.css");
body {
  position: static; 
 top: 0px !important; 
}
iframe.skiptranslate {
  display: none !important;
  }
#blog-top-09 {
  height: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#blog-top-09 p {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}
#blog-top-09 img {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding-top: 32px;
}
#blog-top-09 h1 {
  color: #fff;
  text-align: center;
 
  font-size: 66px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#blog-breadcrumb {
  padding: 17px 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: end;
  gap: 5px;
}
#blog-breadcrumb a {
  text-decoration: none;
}
#blog-breadcrumb span {
  color: #333;
 
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  cursor: pointer;
}
#blog-breadcrumb #opis {
  color: #f9ad1c;
}
#blog-cat-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  overflow: auto;
  width: 100%;
  padding: 13px 30px 13px 30px;
  gap: 37px;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 9;
}
#blog-cat-main::-webkit-scrollbar {
  display: none;
}
#mini-blog-cat {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
#blog-cat-img {
  width: 78px;
  height: 78px;
}
#blog-cat-img img {
  height: 100%;
  width: 100%;
}
#mini-blog-cat #blog-cat-img {
  color: #333;
  text-align: center;
 
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#search-for-blogs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 33px 24px 34px 0px;
  align-items: center;
}
#search-for-blogs p {
  color: #333;
 
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}
#search-blog {
  width: 500px;
  height: 48px;
  border-radius: 25px;
  border: 0.5px solid #888;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding-left: 16px;
}
#search-blog img {
  width: 18px;
  height: 18px;
}
#search-blog input {
  height: 100%;
  width: 100%;
  border: none;
  border-radius: inherit;
  outline: none;
  color: #888;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#blog-list {
  width: 100%;
}
#bl-top {
  width: 100%;
  height: 220px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
#bl-top img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: inherit;
}
#bl-top span {
  position: absolute;
  width: 100%;
  height: 44px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 89.58%);
  bottom: 0px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  color: #fff;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#mid-bl {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
}
#mid-bl a {
  text-decoration: none;
}
#mid-bl span {
  color: #f9ad1c;
 
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
#heading {
  margin-top: 16px;
  color: #333;
 
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-break: auto;
  display: flex;
}
#blog-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  margin-top: 16px;
}
#blog-info div {
  color: #333;
 
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#blog-info div span {
  color: #f9ad1c;
}
#blog-info div:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: end;
  gap: 6px;
}
#blog-list p {
  margin: 25px 0px 0px 0px;
  color: #333;
 
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
#blog-info {
  color: #333;
 
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
#blog-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 31%;
}
#blog-lists {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0px 10px 0px 10px;
}
#blog-breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 34px;
  padding-bottom: 20px;
  gap: 24px;
}
#blog-breadcrumbs ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 20px;
}
#blog-breadcrumbs ul #active-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  transform: scale(1.1);
}
#blog-breadcrumbs ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
#active-page {
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #f9ad1c;
  display: flex;
}
#blog-breadcrumbs #next-active,
#blog-breadcrumbs #prev-active {
  align-items: center;
  color: #f9ad1c;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  gap: 5px;
  cursor: pointer;
}
#blog-breadcrumbs div {
  align-items: center;
  color: #333;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  gap: 5px;
  cursor: pointer;
}
#blog-left {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#bll-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 24px;
}
#bll-top span {
  color: #333;
 
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}
#bll-top input {
  height: 60px;
  outline: none;
  color: #757575;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding-left: 24px;
  border-radius: 5px;
  border: 1px solid #888;
  margin-top: 24px;
}
#blog-main {
  display: flex;
  flex-direction: row;
}
#bll-top button {
  margin-top: 12px;
  border-radius: 5px;
  background: #f9ad1c;
  height: 60px;
  border: none;
  color: #fff;
 
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
#bll-top-two {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  gap: 33px;
}
#bll-top-two span {
  color: #333;
 
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#social-icon {
  display: flex;
  gap: 60px;
}
#insta-blog {
  margin-top: 60px;
  cursor: pointer;
}
#insta-blogg {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 16px;
  align-items: center;
}
#insta-blogg button {
  position: absolute;
  bottom: 30px;
  background: none;
  border: 1px solid #fff;
  width: 130px;
  border-radius: 30px;
 
  color: #fff;
  cursor: pointer;
}

#blog-idea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 30px;
}
#idea-one {
  color: #333;
 
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#blog-info a {
  color: #f9ad1c;
}
#fiu {
  color: #333;
 
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 19px;
}
#idea-card {
  position: relative;
  width: 250px;
  height: 320px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
}
#idea-card img {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  object-fit: cover;
}

#idea-card #nig {
  bottom: 49px;
  position: absolute;
  color: #fff;
 
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  left: 16px;
  z-index: 2;
}
#idea-card div {
  position: absolute;
  bottom: 19px;
  left: 16px;
  background: none;
  border: none;
  color: #fff;
 
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  z-index: 2;
  display: flex;
}
#idea-card div span {
  margin-left: 6px;
  margin-top: 2px;
  cursor: pointer;
}
#idea-card img:hover {
  transition: all 0.5s ease-in-out 0s;
  transform: scale(1.3);
}

#blog-webstory-card {
  /* height: 230px;
  width: 173px; */
  object-fit: cover;
  /* border-radius: 15px; */
  border: 1px solid #e5e5e5;
  position: relative;
  width: 250px;
  height: 320px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
}
#blog-webstory-card img {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  object-fit: cover;
}

#blog-webstory-card #nig {
  bottom: 49px;
  position: absolute;
  color: #fff;
 
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  left: 16px;
  z-index: 2;
}
#blog-webstory-card div {
  position: absolute;
  bottom: 19px;
  left: 16px;
  background: none;
  border: none;
  color: #fff;
 
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  z-index: 2;
  display: flex;
}
#blog-webstory-card div span {
  margin-left: 6px;
  margin-top: 2px;
  cursor: pointer;
}
#blog-webstory-card img:hover {
  transition: all 0.5s ease-in-out 0s;
  transform: scale(1.3);
}
#idea-list {
  margin-top: 21px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  width: 100%;
  overflow: auto;
}
#idea-list::-webkit-scrollbar {
  display: none;
}

#download-app {
  margin-top: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 350px;
}
#download-app #vudget {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#dapp-wrapper {
  position: absolute;
  top: 165px;
  left: 39px;
  display: flex;
  gap: 7px;
}
#dapp-wrapper input {
  width: 298px;
  height: 60px;
  border-radius: 5px;
  background: #fff;
  outline: none;
  border: none;
  padding-left: 24px;
  color: #757575;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
#dapp-wrapper button {
  width: 162px;
  height: 60px;
  border-radius: 5px;
  background: #f9ad1c;
  border: none;
  color: #fff;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#app-d-options {
  position: absolute;
  left: 39px;
  bottom: 41px;
  display: flex;
  gap: 34px;
  cursor: pointer;
}
#bkz-service {
  margin-top: 44px;
  padding-left: 34px;
  gap: 17px;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
#bkz-one {
  color: #333;
 
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#bkz-two {
  color: #333;
 
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#s-card {
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

#s {
  border: 1px solid #888;
  border-radius: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#s-list a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#app-d-options span {
  color: #333;
  text-align: center;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
#s-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 24px;
}
#blog-info-main {
  padding: 0px 0px 20px 24px;
  width: 97%;
}
#ist-heading-blog-info {
  color: #333333;
 
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#blog-info-main p {
  margin: 16px 0px;
  color: #333;
 
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
#blog-p-top {
  width: 100%;
  height: 430px;
  position: relative;
}
#blog-product-main {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  justify-content: center;
  padding: 0px 24px;
  gap: 40px;
}
#blog-p-top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
#blog-p-shadow-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 44px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 89.58%);
  padding-left: 12px;
  display: flex;
  align-items: center;
  color: #fff;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
#blog-p-right {
  position: relative;
  width: 75%;
}
#blog-p-left {
  width: 25%;
}
#blog-p-left #blog-left {
  width: 100%;
}
#blog-p-left #blog-left #bll-top {
  padding: 0px;
}
#blog-p-right #mid-bl {
  margin: 24px 0px;
}
#blog-p-right #mid-bl span {
  font-size: 16px;
}
#blog-p-right #blog-timing {
  margin: 25px 0px;
}
#extra-blog {
  color: #333;
 
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 34px;
  width: 100%;
  display: flex;
}
#extra-info {
  color: #333;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 24px;
}
#extra-bloh-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 472px;
}
#extra-bloh-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
#blog-p-right #blog-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 24px;
}
#share-blog-section {
  border-top: 2px solid #ebebeb;
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 34px;
}
#share-blog-heading {
  color: #333;
 
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#share-blog-icons {
  display: flex;
  gap: 44px;
}
#about-author {
  padding: 10px 24px;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
#author-heading {
  color: #333;
 
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#author-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#author-image {
  width: 125px;
  height: 125px;
}
#author-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

#author-name {
  color: #333;
 
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#author-prof {
  width: 500px;
  color: #333;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#leave-comment {
  display: flex;
  flex-direction: column;
  padding: 33px 24px 10px 24px;
}
#name-field {
  width: 240px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #888;
  outline: none;
  padding-left: 12px;
  color: #555;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 24px;
}
#text-field {
  width: 510px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #888;
  outline: none;
  margin-top: 16px;
}
#leave-comment button {
  width: 122px;
  height: 48px;
  margin-top: 30px;
  border-radius: 5px;
  background: #f9ad1c;
  color: #fff;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}
#similar-blogs-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 34px;
  overflow: auto;
}
#similar-blogs-list::-webkit-scrollbar {
  display: none;
}
#similar-blogs-list #blog-card {
  flex: 0 0 35%;
}
#similar-blogs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding: 34px 24px 30px 24px;
}
#similar-blog-heading {
  color: #333;
 
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#blog-idea-wrapper {
  margin-top: 27px;
}
#author-infor {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  gap: 16px;
}
#blog-product-breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px 24px;
  gap: 5px;
  align-items: baseline;
}
#bcu {
  color: #333;
 
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
#bcu-active {
  color: #f9ad1c;
}
#blog-product-breadcrumb a {
  text-decoration: none;
}
#blog-card a {
  text-decoration: none;
}
#blog-card a #heading:hover {
  text-decoration: none;
  margin-top: 16px;
  color: #f9ad1c;
}
#mid-bl a {
  margin: 0px !important;
}
#blog-cat-main a {
  text-decoration: none;
}
#insta-blogg a {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
#captcha_here {
  margin-top: 22px;
}
#leave-comment .disabled {
  width: 122px;
  height: 48px;
  margin-top: 30px;
  border-radius: 5px;
  background: #888;
  color: #fff;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  cursor: not-allowed;
}
.rt-reading-time,
.epvc-post-count {
  display: block;
  color: #333;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 25px;
  width: 100%;
}
#blog-whole-info p {
  color: #333;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0px;
  width: 100%;
}
#blog-whole-info h1,
#blog-whole-info h2 {
  color: #333;
 
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 24px 0px 24px 0px;
  width: 100%;
}
#blog-whole-info img {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 20px;

}
#blog-whole-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-info p {
  margin: 0px !important;
}
.blog-info .rt-reading-time,
.epvc-post-count {
  margin: 0px !important;
}
#blog-cat-main .yes-image {
  width: 43.73px !important;
  height: 44.82px !important;
}
#mini-blog-cat span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #333;
  text-align: center;
 
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
}
.alignnone {
  margin-top: 24px;
  border-radius: 5px;
  margin-bottom: 24px;
}
#blog-09-info {
  color: #333;
 
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  flex-direction: column;
}
#blog-09-info img {
  margin-bottom: 16px;
  width: 100%;
  object-fit: scale-down;
  height: 100%;
}
.slick-slide a {
  outline: none;
  border: none;
}
#blog-09-info h2 {
  color: #333;
 
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#insta-image-href {
  display: none;
}
#bk-app-mobile {
  display: none;
}
#mobile-subscribe {
  display: none;
}
#blog-whole-info div {
  color: #333;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0px;
  width: 100%;
}
#blog-whole-info li::marker {
  color: #333;
 
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.wp-embedded-content {
  width: 100%;
  margin: 10px 0px 0px 0px !important;
}
#blog-whole-info ol {
  list-style: none;
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px;
}
#blog-whole-info ol li {
  font-size: 16px;
 
  font-weight: 500;
  line-height: 20px;
  color: #333;
}
#share-blog-icons img {
  cursor: pointer;
}
#blog-whole-info h3 {
  width: 100%;
}
#blog-info div img {
  width: 16px;
  height: 16px;
}
#linko {
  display: none;
}

.slick-list,
.slick-slider {
  width: 100%;
}
.slick-track {
  display: flex;
  flex-direction: row;
  transform: translate3d(0px, 0px, 0px) !important;
}
.slick-prev {
  left: -15px !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #f9ad1c !important;
  border-radius: 100% !important;
  z-index: 10;
  transform: rotate(271deg) !important;
  top: 33px;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.9 !important;
}
.slick-next:before,
.slick-prev:before {
  color: #f9ad1c !important;
  height: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: end !important;
  content: "\2303" !important;
}
.slick-next {
  right: -15px !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #f9ad1c !important ;
  border-radius: 100% !important;
  z-index: 10;
  transform: rotate(89deg) !important;
  top: 33px;
}
#blog-whole-info ul {
  width: 100%;
}
#blog-whole-info div span {
  font-size: inherit !important;
}
#blog-whole-info div div {
  padding: 0px !important;
}
.det > .si a:first-child {
  width: 66%;
}
#search-main-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  background: rgba(51, 51, 51, 0.4);
}
#search-wrapper {
  width: 912px;
  flex-shrink: 0;
  border-radius: 32px;
  background: #fff;
  padding: 24px 0px;
  position: relative;
  height: 650px;
}
#searc-here {
  margin: 0px 24px;
  border-radius: 32px;
  background: #e9ebf8;
  height: 56px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 16px;
}
#searc-here input {
  width: 80%;
  height: 100%;
  border: none;
  background: none;
  outline: none;
  margin-left: 16px;
  font-family: "Metropolis", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #555;
}
#cross-image {
  position: absolute;
  right: 16px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
#options-search {
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
#recent {
 
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #333;
}
#oiuy {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#oiuy div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#oiuy div img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#oiuy div span {
 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #555;
}
#bottom-search {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 32px;
}
#dividderr {
  width: 100%;
  display: flex;
  background: #555;
  height: 1px;
}
#looking-for {
  margin-top: 32px;
 
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #333;
}
#contact-us {
  color: #f9ad1c;
  font-family: Metropolis;
 
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
  cursor: pointer;
}
.search img {
  cursor: pointer;
}
/* Design for Mobile */
@media only screen and (max-width: 768px) {
  #blog-product-breadcrumb {
    flex-wrap: wrap;
  }
  #blog-product-breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 16px;
    gap: 0px;
    align-items: baseline;
  }
  .blog-info .rt-reading-time,
  .epvc-post-count {
    padding: 0px;
  }
  .slick-next:before,
  .slick-prev:before {
    font-size: 16px;
  }
  .slick-prev {
    left: -10px !important;
    width: 25px !important;
    height: 25px !important;
  }
  .slick-next {
    right: -10px !important;
    width: 25px !important;
    height: 25px !important;
  }
  .slick-slider .slick-list,
  .slick-slider .slick-track {
    transform: translateZ(0) !important;
  }
  #blog-whole-info img {
    width: 100% !important;
  }
  iframe {
    width: 100% !important;
  }
  #mid-bl span {
    font-size: 12px;
  }
  #blog-whole-info ol li {
    padding: 0px 16px;
  }
  #blog-whole-info div {
    padding: 0px 16px;
  }
  .rt-reading-time,
  .epvc-post-count {
    padding: 0px 16px;
  }
  #blog-whole-info h1,
  #blog-whole-info h2 {
    padding: 0px 16px;
  }
  #blog-whole-info h3 {
    padding: 0px 16px;
  }
  #blog-whole-info p {
    padding: 0px 16px;
  }
  #blog-whole-info img {
    margin: auto;
  }
  #linko {
    display: none !important;
  }
  #mobile-subscribe button {
    margin-top: 34px;
    width: 170px;
    height: 48px;
    border: none;
    border-radius: 5px;
    background: #f9ad1c;
    color: #fff;
   
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  #mobile-subscribe input {
    width: 350px;
    height: 48px;
    border-radius: 5px;
    border: 0.5px solid #888;
    margin-top: 34px;
    outline: none;
    padding-left: 12px;
    color: #555;
   
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  #yiss {
    color: #333;
   
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 16px;
  }
  #opus {
    color: #333;
   
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  #mobile-subscribe {
    display: none !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  #insta-image-href {
    cursor: pointer;
    display: block !important;
    cursor: pointer;
    width: 100%;
  }
  #insta-image-href img {
    width: 100%;
  }
  #bk-app-mobile #dapp-wrapper {
    bottom: 102px !important;
    left: auto !important;
    top: auto !important;
    width: 100%;
    padding: 0px 16px;
  }
  #bk-app-mobile {
    position: relative;
    display: flex;
    justify-content: center;
    height: 460px;
    margin-bottom: 20px;
  }
  #bk-app-mobile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #share-blog-icons {
    display: flex;
    justify-content: space-between;
  }
  #blog-top-09 {
    display: none;
  }
  #header {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #mini-blog-cat {
    gap: 6px;
  }
  #mini-blog-cat #blog-cat-img {
    width: 60px;
    height: 60px;
  }
  #blog-cat-main {
    padding: 8px 16px;
    gap: 30px;
    position: sticky;
  }
  #blog-breadcrumb {
    padding: 17px 16px;
    align-items: baseline;
  }
  #search-for-blogs {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
    padding: 16px;
  }
  #search-blog {
    width: 100%;
  }
  #blog-main {
    flex-direction: column;
  }
  #blog-list {
    width: 100%;
  }
  #blog-main {
    flex-direction: column;
  }
  #blog-lists {
    flex-direction: column;
    padding: 0px 16px 0px 16px;
    flex-wrap: nowrap;
    align-items: normal;
  }
  #bl-top {
    height: 250px;
    width: 100%;
  }
  #bl-top span {
    padding-left: 16px;
  }
  #blog-left {
    display: none;
  }
  #mid-bl {
    padding: 16px 7px 0px 16px;
    margin: 0px;
  }
  #heading {
    margin: 0px;
    padding: 16px 0px 0px 16px;
    width: 100%;
    display: flex;
  }
  .alignnone {
    width: 100%;
    object-fit: none;
  }
  #blog-info {
    margin: 0px;
    padding: 16px 16px 0px 16px;
  }

  #blog-list #blog-timing {
    margin: 0px;
    padding: 16px 0px 0px 16px;
  }
  #bl-top img {
    border-radius: unset;
  }
  #bl-top {
    border-radius: 0px;
  }
  #blog-idea {
    margin-top: 24px;
    padding: 0px 16px;
  }
  #fiu {
    margin-top: 16px;
  }
  #idea-list {
    margin-top: 16px;
    overflow: auto;
    width: 100%;
  }
  #idea-list::-webkit-scrollbar {
    display: none;
  }
  #idea-card {
    flex: 0 0 64%;
    height: 285px;
  }
  #idea-card #nig {
    font-size: 22px;
    bottom: 43px;
  }
  #idea-card button {
    font-size: 16px;
    bottom: 16px;
  }

  #blog-webstory-card {
    flex: 0 0 64%;
    height: 285px;
  }
  #blog-webstory-card #nig {
    font-size: 22px;
    bottom: 43px;
  }
  #blog-webstory-card button {
    font-size: 16px;
    bottom: 16px;
  }

  #download-app {
    display: none;
  }
  #bkz-one,
  #bkz-two {
    text-align: center;
  }
  #bkz-one {
    font-size: 20px;
  }
  #bkz-two {
    font-size: 16px;
  }
  #s-list {
    width: 100%;
    overflow: auto;
    justify-content: flex-start;
    gap: 25px;
    padding: 0px;
  }
  #s-card {
    gap: 14px;
  }
  #s {
    width: 70px;
    height: 70px;
  }
  #s-list span {
    color: #333;
   
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  #s-list::-webkit-scrollbar {
    display: none;
  }
  #bkz-service {
    margin-top: 24px;
    padding: 16px;
  }
  #blog-info-main {
    padding: 16px;
    width: 100%;
  }
  #ist-heading-blog-info {
    font-size: 18px;
  }
  #blog-list p {
    font-size: 16px;
    padding: 16px 0px;
    margin: 0px;
    line-height: 24px;
  }
  #blog-product-main #blog-p-left {
    display: none;
  }
  #blog-p-top {
    height: 250px;
    width: 100%;
  }
  #blog-product-main {
    padding: 0px;
  }
  #blog-p-right #mid-bl {
    padding: 24px 7px 0px 16px;
    margin: 0px;
  }
  #blog-p-right #mid-bl span {
    font-size: 12px;
    cursor: pointer;
  }
  #blog-p-right {
    width: 100%;
  }
  #blog-product-main #heading {
    margin: 0px;
    padding: 16px 0px 0px 16px;
    display: flex;
  }
  #blog-p-right #blog-info {
    margin: 14px 0px;
    padding: 24px 16px 0px 16px;
  }
  #blog-p-right #blog-timing {
    margin: 16px;
  }
  #blog-p-right #blog-info {
    padding: 0px 16px;
  }
  #extra-blog {
    margin-top: 24px;
    font-size: 22px;
    padding: 0px 16px;
  }
  #extra-info {
    padding: 0px 16px;
  }
  #extra-bloh-img {
    width: 100%;
    padding: 16px;
  }
  #extra-bloh-img img {
    width: 320px;
    border-radius: 5px;
  }
  #similar-blogs-wrapper {
    display: none;
  }
  #about-author {
    padding: 10px 16px;
    gap: 15px;
  }
  #author-heading {
    font-size: 20px;
  }
  #author-image img {
    flex: 0 0 20%;
    height: 70px;
    border-radius: 5px;
  }
  #author-image {
    width: 70px;
    height: 70px;
    display: contents;
  }
  #author-name {
    font-size: 16px;
  }
  #author-prof {
    width: 100%;
    display: flex;
    font-size: 13px;
    line-height: 18px;
  }
  #author-infor {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #author-info {
    gap: 10px;
  }
  #leave-comment {
    align-items: center;
    padding: 30px 16px;
  }
  #name-field {
    width: 100%;
    margin-top: 16px;
  }
  #text-field {
    width: 100%;
    height: 170px;
  }
  #leave-comment button {
    margin-top: 24px;
  }
  #share-blog-heading {
    font-size: 20px;
  }
  #share-blog-section {
    padding: 34px 16px;
  }
  #bk-app-mobile #dapp-wrapper input {
    width: 242px;
    height: 48px;
  }
  #bk-app-mobile #dapp-wrapper button {
    width: 135px;
    height: 48px;
  }
  #app-d-options {
    bottom: 24px;
    gap: 24px;
    left: auto;
  }
  #app-d-options a {
    width: 137px;
    height: 44px;
  }
  #app-d-options a img {
    height: 100%;
    width: 100%;
    object-fit: contain !important;
  }
  div [role="navigation"] {
    inset: unset !important;
  }
  header .si adenav {
    z-index: 11 !important;
  }
  div [role="navigation"] div:nth-child(2) {
    z-index: 10 !important;
  }
  #search-main-wrapper {
    background: none;
  }
  #search-wrapper {
    height: 100%;
    width: 100%;
    border-radius: unset;
    padding: 16px 0px;
  }
  #searc-here {
    width: 100%;
    margin: 0px 16px;
    padding: 0px 8px;
  }
  #looking-for {
    font-size: 16px;
    line-height: normal;
  }
  #contact-us {
    margin-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  #bottom-search {
    bottom: 24px;
  }
}
/* Desing for Tablet  */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .si  {
    
    font-size: 16px;
    color: #333 !important;
  }
  #blog-product-breadcrumb {
    flex-wrap: wrap;
  }
  #blog-product-breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 16px;
    gap: 0px;
    align-items: baseline;
  }
  .blog-info .rt-reading-time,
  .epvc-post-count {
    padding: 0px;
  }
  .slick-next:before,
  .slick-prev:before {
    font-size: 16px;
  }
  .slick-prev {
    left: -10px !important;
    width: 25px !important;
    height: 25px !important;
  }
  .slick-next {
    right: -10px !important;
    width: 25px !important;
    height: 25px !important;
  }
  #blog-whole-info img {
    width: 100% !important;
  }
  iframe {
    width: 100% !important;
  }
  #mid-bl span {
    font-size: 12px;
  }
  #blog-whole-info ol li {
    padding: 0px 16px;
  }
  #blog-whole-info div {
    padding: 0px 16px;
  }
  .rt-reading-time,
  .epvc-post-count {
    padding: 0px 16px;
  }
  #blog-whole-info h1,
  #blog-whole-info h2 {
    padding: 0px 16px;
  }
  #blog-whole-info h3 {
    padding: 0px 16px;
  }
  #blog-whole-info p {
    padding: 0px 16px;
  }
  #blog-whole-info img {
    margin: auto;
  }
  #linko {
    display: block !important;
  }
  #mobile-subscribe button {
    margin-top: 34px;
    width: 170px;
    height: 48px;
    border: none;
    border-radius: 5px;
    background: #f9ad1c;
    color: #fff;
   
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  #mobile-subscribe input {
    width: 350px;
    height: 48px;
    border-radius: 5px;
    border: 0.5px solid #888;
    margin-top: 34px;
    outline: none;
    padding-left: 12px;
    color: #555;
   
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  #yiss {
    color: #333;
   
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 16px;
  }
  #opus {
    color: #333;
   
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  #mobile-subscribe {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  #insta-image-href {
    cursor: pointer;
    display: block !important;
    cursor: pointer;
    width: 100%;
  }
  #insta-image-href img {
    width: 100%;
  }
  #bk-app-mobile #dapp-wrapper {
    bottom: 102px !important;
    left: auto !important;
    top: auto !important;
    width: 100%;
    padding: 0px 16px;
  }
  #bk-app-mobile {
    position: relative;
    display: flex;
    justify-content: center;
    height: 460px;
    margin-bottom: 20px;
  }
  #bk-app-mobile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #share-blog-icons {
    display: flex;
    justify-content: space-between;
  }
  #blog-top-09 {
    display: none;
  }
  #header {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #mini-blog-cat {
    gap: 6px;
  }
  #mini-blog-cat #blog-cat-img {
    width: 60px;
    height: 60px;
  }
  #blog-cat-main {
    padding: 8px 16px;
    gap: 17px;
    position: sticky;
  }
  #blog-breadcrumb {
    padding: 17px 16px;
    align-items: baseline;
  }
  #search-for-blogs {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
    padding: 16px;
  }
  #search-blog {
    width: 100%;
  }
  #blog-main {
    flex-direction: column;
  }
  #blog-list {
    width: 100%;
  }
  #blog-main {
    flex-direction: column;
  }
  #blog-lists {
    flex-direction: column;
    padding: 0px;
    flex-wrap: nowrap;
  }
  #bl-top {
    height: 250px;
    width: 100%;
  }
  #bl-top span {
    padding-left: 16px;
  }
  #blog-left {
    display: none;
  }
  #mid-bl {
    padding: 16px 7px 0px 16px;
    margin: 0px;
  }
  #heading {
    margin: 0px;
    padding: 16px 0px 0px 16px;
    width: 100%;
    display: flex;
  }
  .alignnone {
    width: 100%;
    object-fit: none;
  }
  #blog-info {
    margin: 0px;
    padding: 16px 16px 0px 16px;
  }

  #blog-list #blog-timing {
    margin: 0px;
    padding: 16px 0px 0px 16px;
  }
  #bl-top img {
    border-radius: unset;
  }
  #bl-top {
    border-radius: 0px;
  }
  #blog-idea {
    margin-top: 24px;
    padding: 0px 16px;
  }
  #fiu {
    margin-top: 16px;
  }
  #idea-list {
    margin-top: 16px;
    overflow: auto;
    width: 100%;
  }
  #idea-list::-webkit-scrollbar {
    display: none;
  }
  #idea-card {
    flex: 0 0 64%;
    height: 285px;
  }
  #idea-card #nig {
    font-size: 22px;
    bottom: 43px;
  }
  #idea-card button {
    font-size: 16px;
    bottom: 16px;
  }
  #blog-webstory-card {
    flex: 0 0 64%;
    height: 285px;
  }
  #blog-webstory-card #nig {
    font-size: 22px;
    bottom: 43px;
  }
  #blog-webstory-card button {
    font-size: 16px;
    bottom: 16px;
  }

  #download-app {
    display: none;
  }
  #bkz-one,
  #bkz-two {
    text-align: center;
  }
  #bkz-one {
    font-size: 20px;
  }
  #bkz-two {
    font-size: 16px;
  }
  #s-list {
    width: 100%;
    overflow: auto;
    justify-content: flex-start;
    gap: 25px;
    padding: 0px;
  }
  #s-card {
    gap: 14px;
  }
  #s {
    width: 70px;
    height: 70px;
  }
  #s-list span {
    color: #333;
   
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  #s-list::-webkit-scrollbar {
    display: none;
  }
  #bkz-service {
    margin-top: 24px;
    padding: 16px;
  }
  #blog-info-main {
    padding: 16px;
    width: 100%;
  }
  #ist-heading-blog-info {
    font-size: 18px;
  }
  #blog-list p {
    font-size: 16px;
    padding: 16px 0px;
    margin: 0px;
    line-height: 24px;
  }
  #blog-product-main #blog-p-left {
    display: none;
  }
  #blog-p-top {
    height: 250px;
    width: 100%;
  }
  #blog-product-main {
    padding: 0px;
  }
  #blog-p-right #mid-bl {
    padding: 24px 7px 0px 16px;
    margin: 0px;
  }
  #blog-p-right #mid-bl span {
    font-size: 12px;
    cursor: pointer;
  }
  #blog-p-right {
    width: 100%;
  }
  #blog-product-main #heading {
    margin: 0px;
    padding: 16px 0px 0px 16px;
    display: flex;
  }
  #blog-p-right #blog-info {
    margin: 14px 0px;
    padding: 24px 16px 0px 16px;
  }
  #blog-p-right #blog-timing {
    margin: 16px;
  }
  #blog-p-right #blog-info {
    padding: 0px 16px;
  }
  #extra-blog {
    margin-top: 24px;
    font-size: 22px;
    padding: 0px 16px;
  }
  #extra-info {
    padding: 0px 16px;
  }
  #extra-bloh-img {
    width: 100%;
    padding: 16px;
  }
  #extra-bloh-img img {
    width: 320px;
    border-radius: 5px;
  }
  #similar-blogs-wrapper {
    display: none;
  }
  #about-author {
    padding: 10px 16px;
    gap: 15px;
  }
  #author-heading {
    font-size: 20px;
  }
  #author-image img {
    flex: 0 0 20%;
    height: 70px;
    border-radius: 5px;
  }
  #author-image {
    width: 70px;
    height: 70px;
    display: contents;
  }
  #author-name {
    font-size: 16px;
  }
  #author-prof {
    width: 100%;
    display: flex;
    font-size: 13px;
    line-height: 18px;
  }
  #author-infor {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #author-info {
    gap: 10px;
  }
  #leave-comment {
    align-items: center;
    padding: 30px 16px;
  }
  #name-field {
    width: 100%;
    margin-top: 16px;
  }
  #text-field {
    width: 100%;
    height: 170px;
  }
  #leave-comment button {
    margin-top: 24px;
  }
  #share-blog-heading {
    font-size: 20px;
  }
  #share-blog-section {
    padding: 34px 16px;
  }
  #bk-app-mobile #dapp-wrapper input {
    width: 242px;
    height: 48px;
  }
  #bk-app-mobile #dapp-wrapper button {
    width: 135px;
    height: 48px;
  }
  #app-d-options {
    bottom: 24px;
    gap: 24px;
    left: auto;
  }
  #app-d-options a {
    width: 137px;
    height: 44px;
  }
  #app-d-options a img {
    height: 100%;
    width: 100%;
    object-fit: contain !important;
  }
  div [role="navigation"] {
    inset: unset !important;
  }
  header .si adenav {
    z-index: 11 !important;
  }
  div [role="navigation"] div:nth-child(2) {
    z-index: 10 !important;
  }
}

.iframeClass {
  display: "none";
  visibility: "hidden";
}
/* Safwan */
#mss3 * {
  box-sizing: border-box;
}
.mpsa {
  scroll-behavior: smooth;
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 15px;
  height: auto;
}
#mss3::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#mss3 .msmd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 230px;
  width: 100px;
  background: linear-gradient(to right, #e6e6e6, rgba(255, 255, 255, 0.5), #e6e6e6);
  overflow: hidden;
  animation: shimmer 1.5s ease infinite;
}
@keyframes shimmer {
  0% {
    left: -150px;
  }
  100% {
    left: 150px;
  }
}
#mss3 .msmd {
  position: relative;
  margin: 0 13px 0 0;
  min-width: 173px;
  cursor: pointer;
  height: 230px;
  width: 173px;
  border-radius: 15px;
  background: #e6e6e6;
  overflow: hidden;
}
#blog-whole-info a {
  color: #f9ad1c;
}
/* .header-f {
  border-bottom: 1px solid #d9d9d9;
  background: var(--Secondary-Font, #fff);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
} */
.header-fi {
  padding: 0 32px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
  height: 30px;
  flex-shrink: 0;
  background-color: #f9ad1c;
}
.header-fi {
  display: none !important;
}

.icon img {
  width: 16px;
  height: 16px;
}
.icon {
  display: flex;
  gap: 16px;
  align-items: center;
}
.header-fi-s {
  display: flex;
  gap: 32px;
}
.c {
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-se {
  display: flex;
  justify-content: space-between;
  height: 75px;
  align-items: center;
  padding: 0 32px;
  box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.25);
}

.tab-list {
  list-style: none;
  padding: 0;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* gap: 48px; */
  display: flex;
  justify-content: space-around;

}

.tab-item {
  cursor: pointer;
  position: relative;
}

.tab-item.active {
  font-family: "Metropolis", sans-serif;
  font-size: var(--SmallFont);
  color: #333333;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.tab-item {
  color: var(--Headline-Font, #333);
  font-family: "Metropolis", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
span.span-active {
  width: 62px;
  height: 3px;
  position: absolute;
  background-color: #f9ad1c;
  bottom: -6px;
  border-radius: 4px;
}
li a {
  color: var(--Headline-Font, #333);
  /* font-family: DM Sans; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: auto;
  padding-bottom: 40px;
  background-color: #fff;
  margin-top: 40px;
  border-top: 3px solid rgba(204, 204, 204, 1);
}

h3 {
  color: #333;
  font-family: Metropolis;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.foo {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.cont {
  padding-top: 8px;
  display: flex;
  gap: 172px;
}
.footer-upper {
  width: 100%;
  display: flex;
  gap: 117px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.social {
  padding-left: 6px;
  display: flex;
  gap: 30px;
}
.fs {
  border-radius: 50%;
  border: 1px solid #8bb06a;
  background: white;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.links {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.m-0 {
  margin: 0;
  color: var(--Headline-Font, #333);
  font-family: Metropolis;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.si a {
  color: #333;
  font-family: Metropolis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #333 !important;
  text-decoration: none;
}
.search img {
  vertical-align: inherit;
}
.footer-bottom {
  color: var(--Headline-Font, #333);
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* gap: 32px; */
  flex-direction: row;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
}
.display-center {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 18px;
  color: #333;
}
.display-center:hover {
  color: #333;
}

.footer {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.links.s {
  width: 110px;
}
.links.q {
  width: 110px;
}

.det {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
}
.stroke {
  position: absolute;
  width: 79px;
  background-color: #f9ad1c;
  height: 3px;
  margin-top: 4px;
  border-radius: 4px;
}
.header-f {
  display: block;
}
.header-p {
  display: none;
}
span.stroke.quick {
  width: 110px;
}
.stroke.srv {
  width: 85px;
}
.stroke.rch {
  width: 90px;
}
.footer-logo img {
  width: 366px;
  height: 111px;
}

@media screen and (min-width: 0px) and (max-width: 380px) {
  .footer-logo img {
    width: 155px;
    height: 47px;
}
  .header-f {
    display: none;
  }
  .header-p {
    display: block;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  }
  .mobile-header {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 16px;
  }
  .hamburger-list {
    font-size: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .burger span.active {
    position: absolute;
    width: 57px;
    border-radius: 3px;
    border: 1.2px solid #f9ad1c;
  }
  .hamburger-menu {
    display: flex;
    flex-direction: row-reverse;
  }
  .si  {
    
    font-size: 12px;
    color: #333 !important;
  }

  .si a {
    
    font-size: 12px;
    color: #333 !important;
  }
  .m-0 {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }
  .links {
    gap: 16px;
  }
  .stroke {
    position: absolute;
    width: 79px;
    background-color: #f9ad1c;
    height: 2px;
    margin-top: 1px;
    border-radius: 4px;
  }
  span.ico img {
    width: 34px;
    height: 34px;
  }
  .fs {
    width: 50px;
    height: 50px;
  }
  .social {
    justify-content: center;
  }
  .links.s {
    width: 85px;
  }
  .links.q {
    width: 90px;
  }
  .footer-upper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .cont {
    gap: 16px;
  }
  .det {
    display: flex;
    gap: 10px;
  }
  .footer {
    padding: 13px 16px;
  }
  .header-f {
    display: none;
  }
  .header-p {
    display: block;
  }
  .burger-active {
    color: var(--Headline-Font, #333);
    
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .hamburger-list {
    height: 100vh;
    font-size: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .foo {
    gap: 16px;
  }
  span.reach img {
    width: 16px;
  }
  span.stroke.quick {
    width: 90px;
  }
  .stroke.srv {
    width: 65px;
  }
  .stroke.rch {
    width: 70px;
  }
}

@media screen and (min-width: 380px) and (max-width: 768px) {
  .footer-logo img {
    width: 155px;
    height: 47px;
}
  .header-f {
    display: none;
  }
  .header-p {
    display: block;
  }
  .mobile-header {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 16px;
  }
  .hamburger-list {
    font-size: 20px;
    font-weight: 500;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .burger span.active {
    position: absolute;
    width: 57px;
    border-radius: 3px;
    border: 1.2px solid #f9ad1c;
  }
  .hamburger-menu {
    display: flex;
    flex-direction: row-reverse;
  }

  .si a {
    
    font-size: 12px;
    font-weight: 400;
    color: #333 !important;
    line-height: 18px;
  }
  .si {
    line-height: 18px;
    
    font-size: 12px;
    font-weight: 400;
    color: #333 !important;
  }
  .m-0 {
    margin: 0;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }
  .links {
    gap: 16px;
  }
  .stroke {
    position: absolute;
    width: 79px;
    background-color: #f9ad1c;
    height: 2px;
    margin-top: 1px;
    border-radius: 4px;
  }
  span.ico img {
    width: 34px;
    height: 34px;
  }
  .fs {
    width: 50px;
    height: 50px;
  }
  .social {
    justify-content: center;
  }
  .links.s {
    width: 85px;
  }
  .links.q {
    width: 90px;
  }
  .footer-upper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .cont {
    gap: 16px;
  }
  .footer {
    padding: 40px 16px 13px 16px;
    gap: 32px;
  }
  .header-f {
    display: none;
  }
  .header-p {
    display: block;
  }
  .burger-active {
    color: var(--Headline-Font, #333);
    
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .hamburger-list {
    height: 100vh;
    font-weight: 500;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
  }
  .foo {
    gap: 16px;
  }
  span.reach img {
    width: 16px;
  }
  span.stroke.quick {
    width: 88px;
  }
  .stroke.srv {
    width: 65px;
  }
  .stroke.rch {
    width: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .tab-list {
    gap: 40px;
  }
  .footer-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .social {
    justify-content: center;
    padding-left: 6px;
    display: flex;
    gap: 30px;
  }
  .footer-upper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .cont {
    padding-top: 8px;
    display: flex;
    gap: 125px;
  }
  .header-f {
    display: none;
  }
  .header-p {
    display: block;
  }
  .mobile-header {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 102px;
    margin: 0 16px;
  }
  .hamburger-list {
    height: 100vh;
    font-size: 20px;

    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .burger span.active {
    position: absolute;
    width: 57px;
    border-radius: 3px;
    border: 1.2px solid #f9ad1c;
  }
  .hamburger-menu {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .tab-list {
    gap: 40px;
  }
  .footer-upper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .footer-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .social {
    justify-content: center;
    padding-left: 6px;
    display: flex;
    gap: 72px;
  }
}
.more-link.read-more {
  position: relative;
  text-decoration: none;
}

/* terms&condition and privacy */
.fexl a {
  text-decoration: none; 
  color: #333; 
}

.fexl a:hover {
  text-decoration: underline; 
  color: #333; 
}
.fexl a:active{
  color: #333; 
  text-decoration: none
}

@media only screen and (max-width: 768px){
  .footer-bottom{
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:22px;
    flex-direction:column
  }
  
}
.logo img {
  width: 140px;
}
@media screen and (min-width: 768px) {
  #Main-desk {
    height: 500px;
  }
  .what-up.sticky {
    bottom: 10px;
    right: 10px; 
  }
}
.what-up.sticky {
  position: fixed; 
  bottom: 0px; 
  right: 12px; 
  z-index: 10;
}
.what-up img{
width: 60px;
height: 60px;
}
/* widget css*/
.appointment-main{
  display: flex;
  /* width: 100%; */
  justify-content: end;
  /* position: fixed; */
  /* bottom: 0; */
right: 0;

}
.appointment-form{
  background: white;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-size: 18px;
  position: absolute;
  z-index: 1;
  right: 9.5%;
  top: 60px;
  /* width: 282px; */
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px 

}
.appointment-section{
display: flex;
}
.form-sec{
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.siuu{
  background-color: #f9ad1c;
  border: none;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  color:#fff

}
.name-sec input{
  border: none;
 height: 48px;
    background: #fff;
    margin: 0px;
    padding: 0 0 0 5px;
    border-radius: 8px;
    border: 0.5px solid #555555;
    outline:none;
 
    
}
.num-sec input{
  border:none;
  height: 48px;
    background: #fff;
    margin: 0px;
    padding: 0 0 0 5px;
    border-radius: 8px;
    border: 0.5px solid #555555;
    outline: none;
    
}
.heading-appoint span{
font-size: 22px;
}


/* header book appointment css*/
.consul-ting{
  background-color: #f9ad1c;
    border: none;
    width: 213px;
    border-radius: 8px;
    padding: 6px;
    font-size: 16px;
    font-family: "Metropolis", sans-serif;
    color:#fff;
}

.loading-spinner{
  position: absolute;
  top: 81px;
  right: 24%;
}

/* translate css*/
.VIpgJd-ZVi9od-l4eHX-hSRGPd{
display: none;
}
.google_translate_element{
padding-bottom: 8px;
}
/* .translate-el{
  width: 130px;

} */
.navigation ul{
margin-bottom: 0 !important;
}
/*css for new button*/

@media only screen and (max-width:768px){
#top-line{
  display: flex;
  padding: 16px 16px 16px 16px;
  width: 100%;
  gap: 19px;
  background: #ffffff;
    position: fixed;
    bottom: 0;
    z-index: 16;
}
.first-button{
  display: flex;
    width: 50%;
    justify-content: center;
    text-align: center;
}
.fly-kick{
  background: #FCDB9C;
  /* padding: 16px 10px 16px 10px; */
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #5D6B2F;
}
.second-button{
  display: flex;
  width: 50%; 
  justify-content: center;
  text-align: center;
}
.drop-kick{
  background: #F9AD1C;
  /* padding: 16px 10px 16px 10px; */
  border-radius: 8px;
  width: 100%;
  height: 48px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color:#ffff;
}
.c-b{
  display: block !important;
}
.mobile-search{
  width: 72px;
}
.goog-te-gadget .goog-te-combo{
  border-radius: 8px;
  width: 61px;
}

}

.c-b{
  display: none
}
#google_translate_element .skiptranslate:nth-child(2){
  display: none;
}
.skiptranslate div select:nth-child(2){
  display: none;
}

.goog-te-gadget .goog-te-combo{
  border-radius: 8px;
  outline: none;
}

.footer-upper{
  gap:60px ;

}
.cont{
  gap:88px;
}

#fo-ot{
  flex-wrap: wrap;
    height: 360px;
}

#linky{
padding-left: 65px;
}


.huhu{
  display: flex;
  gap:60px

}
#click-me{
cursor: pointer;
}

.nav-nav{
  font-size: 18px;
  font-family: Metropolis,sans-serif;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  }
  #treat-nav{
  position: relative;
  }
  .inside-sec{
    position: absolute;
    top:42px;
    z-index:99;
    width: 750px;
    /* right: -300px; */
    left: -116px;
    height: 231px;
    background: rgba(255, 255, 255, 1);
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    padding:24px 24px
  
  }
  .services-sec{
  font-size: 17px;
  font-family: Metropolis,sans-serif;
  font-weight: 400;
  line-height: 18px;
  flex:0 0 19%;
  cursor: pointer;
  color: #333333;
  }
  .poco-fo{
    display: flex;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  @media only screen and (max-width:768px){
    .services-sec{
      flex:0 0 45% !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      padding: 0px !important;
      /* margin-top: 20px; */
    }
    .inside-sec{
      width: 100% !important;  
      height: 100% !important;
      right: 0 !important;
      margin-top:20px;
      padding:0px !important;
      position:static !important
    }
    .poco-fo{
      gap:16px !important
    }
    .cont{
      display: flex;
      flex-direction: column;
    }
    #linky{
         padding-left: 0px;
    }
    .header-p{
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    }
    #fo-ot{
      height: 266px !important;
    }
    .cont{
      gap: 16px !important;
    }
    .for-mbl{
      display: flex;
      margin-top:20px
    }
    .lef-mo{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .tata{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    #yippy{
      margin-left: -16px;
      width: 13px;
      height: 24px;
    }
    .footer-upper{
      gap: 24px !important;
    }
    .lang-sl{
      padding: 3px !important;
    
    }
    .open-bot{
   
      bottom: 14% !important;
      
     
    }
    .line-pth{
      display: none;
    }
    .putty-r{
      display: flex ;
       flex-direction: column;
       gap: 10px;
 }
    
  
  }

  .error-mobile-widget{
    color: red;
    font-size: 14px !important;
    position: absolute;
    top: 67%;
    left: 9%;
  }
  
  .error-mobile-name{
    color: red;
    font-size: 14px !important;
    position: absolute;
    top: 37%;
    left: 9%;
  }

  .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #1a73e8; /* Change color as needed */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  .services-sec:hover {
    color: #BD6132;
    font-weight: 600;
  }

  .blog-categories-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    overflow: auto;
    width: 100%;
    padding: 13px 30px 13px 30px;
    gap: 37px;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 9;
  }
  .nav-arrow{
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .nav-arrow-left{
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .for-mbl{
    display: flex;
 
  }
  .lef-mo{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tata{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rect-angle {
    width: 36px;
    height: 26px;
    border-radius: 0px 2px 2px 0px;
    background-color: rgba(249, 173, 28, 1);
  }
  .blog-txt{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab-list {
    list-style: none;
    padding: 0;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* gap: 48px; */
    display: flex;
    justify-content: space-around;
    
  }
  .navigation{
    width: 100%;
  }
  .header-se{
    gap:32px
  }

  .overflow-hidden {
    overflow: hidden;
  }


  .wp-block-image{
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-block-heading{
display: flex;
width: 100%;
}

/*new header css jun*/
#list-gap{
  justify-content: center !important;
  gap: 22px !important;
  padding-left: 0px !important;
  align-items: center;
}
#join-kg{
  width: 17%;

}
#join-tag{
  display: flex;
  justify-content: end;
}
.num-tac{
  text-align: end;
  /* width: 36%; */
  font-size: 18px;
  font-family: 'Metropolis';
}
.number-tik{
  color: #333333;

}
.number-tik:hover{
  color: #333333;
}

.num-tac {
  position: relative;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}


.number-tik {
  color: #5D6B2F;
  text-decoration: underline;
  transition: color 0.3s;
}

.num-tac:hover .number-tik {
  color: #5D6B2F;
  /* font-weight: 500;  */
  text-decoration: underline !important;
}
.num-tac:visited{
  color: #5D6B2F;
}

.lang-sl{
  padding: 5px;

}

.header-se.fixed {
  position: fixed;
  z-index: 94;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 75px !important;
  /* box-shadow: 0 0 10px rgba(51, 51, 51, 0.25); */
  transition: all 0.3s;
}


/*chat bot css*/
#botMain{
  display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      width: 385px;
      height: 570px;
      background: #5D6B2F;
      border-radius: 48px;
      margin-left: 100px;
      margin-top: 50px;
      position: fixed;
      border: 2px solid #5D6B2F;
      bottom: 10px;
      right: 10px;
      z-index: 544;
  }
  
  .botHead{
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 8px;
      padding:20px 40px 
  }
  .headSt{
      /* padding: 16px 0px 16px 40px; */
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      gap: 16px;
      align-items: center;
  }
  .spd{
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      font-family: "Metropolis", sans-serif;
  
  }
  .botMess{
      height: 71%;
      border-top-left-radius: inherit;
      background: #ebebeb;
      overflow: auto;
      padding-bottom: 2px;
      scroll-behavior: smooth;
      border-top-right-radius: inherit;
      width: 100%;
      padding: 20px 24px;
  
  }
  .botEnd{
      width: 100%;
      left: 0;
      right: 0;
      display: flex;
      flex-direction: row;
      bottom: 0px;
      height: 84px;
      background: #fff;
      border-bottom-left-radius: 48px;
      border-bottom-right-radius: 48px;
      /* justify-content: center; */
      align-items: center;
      position: absolute;
  }
  .headSt img{
    width: 40px;
    height: 40px;

  }
  .open-bot{
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
  }
  .botHead span{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Metropolis", sans-serif
  }
  .botMessage{
    font-size: 14px;
    background: #ffff;
    padding: 9px;
    margin-top: 10px;
    border-radius: 8px;
  }
  .options{
    padding: 20px 0px ;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }
  .options button{
    border-radius: 8px;
    padding: 6px;
    background: #5D6B2F;
    color: #ffffff;
    border: none;
  }
  .heavy-but{
    border-radius: 8px;
    padding: 6px;
    background: #5D6B2F;
    color: #ffffff;
    border: none;

  }
  .userMessage{
    display: flex;
    width: 100%;
    justify-content: end;
    margin-top: 14px;
    margin-bottom: 14px;
}
  
  .userMessage span{
    background: #f9ad1c;
    display: flex;
    padding: 5px;
   font-weight: 600;
    justify-content: end;
    border-radius: 8px;
    /* width: 60%; */
}

.botMess::-webkit-scrollbar {
  display: none;
}
/* .bot-mat{
  display: flex;

  width: 250px;
} */
.treatment-buttons{
  padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;

}
.form-container-bot{
  height: 68%;
  width: 100%;
  background-color: #fbf8ec;
  border-radius: 5px;
  margin-top: 17px;
}
/* .jnk{
  padding:20px 20px
} */

.botMessage {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  } 

  .options button
  {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
    }
    @keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
    } 

.form-container-bot{
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  } 
    .jnk-bot{
      padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    }
    /* .userMessage{
      -webkit-animation-name: pulse;
      animation-name: pulse;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      }
      @-webkit-keyframes pulse {
      0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      }
      50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
      }
      100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      }
      }
      @keyframes pulse {
      0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      }
      50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
      }
      100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      }
      }  */

      .ctex{
        font-weight: 600;

      }
      @media only screen and (max-width: 768px) {
        #botMain {
            width: 100%;
            right: 0;
            left: 0;
            margin: 0;
            bottom: 0px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }
        .botEnd{
               border-bottom-left-radius: 0px; 
     border-bottom-right-radius: 0px;
        }
    }
    .bot-book{
      color:#5D6B2F;
      text-decoration: underline;
      cursor: pointer;
      font-weight: 600;
    }

    .spinner-bot {
      border: 4px solid rgba(0, 0, 0, 0.1);
      border-left-color: #f9ad1c; /* Change color as needed */
      border-radius: 50%;
      width: 30px;
      height: 30px;
      animation: spin 1s linear infinite;
      position: fixed;
      top: 81%;
      right: 1%;
      z-index: 999999;
    }
    
    @keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }
    .main-bat{
      display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: left;
    gap: 10px;
    }
    .botMessageContainer{
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      flex-direction: row-reverse;

      gap: 10px;
    }
    .messageIcon{
      padding-top: 10px;

    }
    .userMessageContainer{
      display: flex;
      justify-content: center;
      /* align-items: flex-start; */
      gap: 10px;
    }
    .messageIcon img{
      width: 30px;
      height: 30px;

    }

    #botMain {
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      }
      @-webkit-keyframes fadeInUp {
      0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      }
      100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      }
      }
      @keyframes fadeInUp {
      0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      }
      100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      }
      } 

      /*header styling*/
      .half-sec-head{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 45px;
      }
      .navigation{
        display: flex;
        justify-content: space-between;
    }
    .mpi-top iframe{
      width: 214px ;
    }
    
  .line-pth{
    height: 178px;
    border: 0.4px solid #7B853A;
}
  