.text-limit-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-limit-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-limit-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.title_lumos {
  animation: shine 2.5s linear infinite;
  background: linear-gradient(
    to left,
    #0d6efd 20%,
    #212529 100%,
    #0d6efd 100%,
    #212529 80%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@keyframes shine {
  from {
    background-position: 200% right;
  }

  to {
    background-position: 200% center;
  }
}

.firma_title {
  font-size: 15px;
  font-weight: 500;
}

.ilan_comm {
  width: 100%;
  height: 453px;
  overflow: scroll;
}

.ilan_comm2 {
  width: 100%;
  height: 600px;
  overflow-y: scroll;
}

.markalar {
  width: 100%;
  height: 50px;
  object-fit: contain;
}

.marka-item {
  width: 217px !important;
}

.rulbul-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}

@media not all and (min-width: 821px) {
  .rulbul-title-title {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bearing_title {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.sss-button:not(.collapsed) {
  color: var(--bs-accordion-btn-color);
  background-color: var(--bs-accordion-btn-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: unset;
}

.bullet_content {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

.bullet_content .icon_container {
  align-items: center;
  border-radius: 8.6px;
  display: flex;
  flex-shrink: 0;
  height: 42px;
  justify-content: center;
  margin-right: 12px;
  width: 42px;
  --tw-bg-opacity: 1;
  background-color: #fff;
  padding: 5px;
}

.bullet_content .bullet_desc {
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: #2b2e3f;
}

@media not all and (min-width: 500px) {
  .bullet_content .bullet_desc {
    font-size: 12px;
  }
}

.bullet_content .bullet_desc {
  line-height: 1.6;
}

.bullet_section {
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media not all and (min-width: 821px) {
  .bullet_section {
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 28px;
    padding-top: 28px;
  }
}

@media (min-width: 999px) {
  .bullet_section {
    display: flex;
  }
}

@media (min-width: 1440px) {
  .bullet_section {
    padding-left: 104px;
    padding-right: 104px;
  }
}

.bullet_section .section_content {
  -moz-column-gap: 62px;
  column-gap: 62px;
  display: flex;
}

@media not all and (min-width: 1025px) {
  .bullet_section .section_content {
    align-items: center;
    flex-direction: column;
    row-gap: 32px;
  }
}

.bullet_section .section_content .textInfo {
  flex-shrink: 0;
  line-height: 56px;
  max-width: 556px;
  width: 100%;
}

.bullet_section .section_content .textInfo h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  --tw-text-opacity: 1;
  color: #2b2e3f;
}

@media not all and (min-width: 1025px) {
  .bullet_section .section_content .textInfo h2 {
    text-align: center;
  }
}

@media not all and (min-width: 500px) {
  .bullet_section .section_content .textInfo h2 {
    font-size: 28px;
    line-height: normal;
  }
}

.bullet_section .section_content .textInfo h2 {
  letter-spacing: -0.5px;
}

.bullet_section .section_content .textInfo h2 span {
  font-weight: 700;
}

.bullet_section .bullets_content {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.wh-50 {
  width: 50px;
  height: 50px;
}

.wh-80 {
  width: 80px;
  height: 80px;
}

.margin_001 {
  margin: 5% auto;
}

.margin_002 {
  margin: 10% auto;
}

.margin_003 {
  margin: 15% auto;
}

.margin_004 {
  margin: 5% auto;
  margin-top: 2%;
}

.special-box {
  margin: auto;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 1044;
}

.special-form {
  overflow: scroll;
  width: 250px;
  height: 65vh;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  display: none;
  box-shadow: 0 0 20px #ddd;
}

.special-form h2 {
  font-size: 17px;
  color: #212529;
}

.special-label {
  font-weight: bold;
  margin-top: 10px;
}

.special-input,
.special-select,
.special-textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.special-textarea {
  height: 100px;
}

.special-button {
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.special-button:hover {
  background-color: #45a049;
}

.special-note {
  margin-top: 10px;
  font-size: 0.9em;
}

.text-gray {
  color: #6c757d;
}

.special-box .pop-close {
  align-items: center;
  border-radius: 56px;
  bottom: -65px;
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 56px;
  --tw-bg-opacity: 1;
  background-color: #0d6efd;
}

@media not all and (min-width: 500px) {
  .special-box .pop-close {
    display: block;
    padding-left: 10px;
    padding-top: 10px;
  }
}

ul.footer-list {
  margin: 0;
  padding: 0;
}

.footer-links {
  display: flex;
  column-gap: 30px;
}

.footer-links a {
  text-decoration: none;
}

.footer-social {
  display: flex;
  column-gap: 8px;
}

@media (max-width: 768px) {
  .footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .footer-social {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  .breadcrumb-links {
    display: flex;
    justify-content: start !important;
  }
}

@media (max-width: 425px) {
  .footer-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

.desc_box {
  max-height: 500px;
  transition: max-height 0.5s ease;
  overflow: hidden;
  mask-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 100%),
      #000,
      #000,
      rgb(0 0 0 / 0%)
    ),
    linear-gradient(to left, black 8px, #00000000 6px);
}

.desc_box.expanded {
  max-height: 100% !important;
  mask-image: none;
}

.see-more-link-desc_box {
  display: flex;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #0d6efd;
  border-radius: 50px;
  padding: 5px 10px;
  color: #212529;
  transition: background-color 0.5s ease;
}

.see-more-link-desc_box:hover {
  color: #212529;
  cursor: pointer;
  background-color: #fff;
}

.ilan_box {
  max-height: 200px;
  transition: max-height 0.5s ease;
  overflow: hidden;
  mask-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 100%),
      #000,
      #000,
      rgb(0 0 0 / 0%)
    ),
    linear-gradient(to left, black 8px, #00000000 6px);
}

.ilan_box.expanded {
  max-height: 100% !important;
  mask-image: none;
}

.see-more-advert-desc_box {
  display: flex;
  position: absolute;
  bottom: 105px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #0d6efd;
  border-radius: 50px;
  padding: 5px 10px;
  color: #212529;
  transition: background-color 0.5s ease;
}

.see-more-advert-desc_box:hover {
  cursor: pointer;
}

.detail_img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.share-this a {
  display: inline-block;
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  background: red;
  align-items: center;
  display: flex;
  margin-left: 7px;
  justify-content: center;
  border-radius: 50px;
}

.share-this a svg {
  width: 13px;
}

.share-this a.fb {
  background: #1877f2;
}

.share-this a.copy {
  background: #aaaaaa;
}

.share-this a.ln {
  background: #0077b5;
}

.share-this a.wh {
  background: #4dc247;
}

.w-33 {
  width: 33% !important;
}

.ilan_slider .slick-track {
  width: 100% !important;
}

.ilan_profil {
  top: 0.6rem;
  left: 0.5rem;
  position: relative;
}

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cursor-pointer:hover {
  cursor: pointer;
}


.show-more-height {
  height: 30px;
  overflow: hidden;
  width: 100%;
}

.ilan_buton {
  margin: auto;
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  border: 2px solid #0d6efd;
  border-radius: 50px;
  padding: 5px 10px;
  color: #212529;
  position: relative;
}

.ilan_buton:hover {
  background-color: #0d6efd;
  color: #fff;
}

/*--====================================================--
----==============social_media_v_one========================--
--======================================================--*/
.social_media_v_one {
  position: relative;
}
.social_media_v_one ul {
  padding: 0;
  margin: 0;
}
.social_media_v_one ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px !important;
}
.social_media_v_one ul li:last-child {
  margin-right: 0px;
}
.social_media_v_one ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50px;
  background: #212529;
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.social_media_v_one ul li a img {
  opacity: 0.8;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.social_media_v_one ul li a small {
  position: absolute;
  padding: 5px 15px;
  border-radius: 5px;
  background: #fff;
  color: #0d6efd;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  margin: auto;
  left: -10px;
  right: 0;
  top: -35px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  opacity: 0;
}
.social_media_v_one ul li a small::before {
  position: absolute;
  content: "";
  width: 12px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 12px;
  bottom: -20px;
  left: 20px;
}
.social_media_v_one ul li a:hover {
  background: #0d6efd;
  color: #fff;
}
.social_media_v_one ul li a:hover small {
  opacity: 1;
}
.social_media_v_one ul li a:hover span {
  opacity: 1;
}
.social_media_v_one.light ul li a {
  background: rgba(255, 255, 255, 0.0392156863);
}
.social_media_v_one.style_two ul li a {
  background-color: #212529;
  color: #0d6efd;
}
.social_media_v_one.style_three ul li a {
  background-color: #0d6efd;
  color: #fff;
}
.social_media_v_one.color_white ul li a {
  background-color: #fff;
  color: #212529;
}

.pd_bottom_15 {
  padding-bottom: 15px;
}

.pd_bottom_40 {
  padding-bottom: 40px;
}

/*--====================================================--
----==============Contact us contact boxes========================--
--======================================================--*/
.contact_box_content {
  position: relative;
}
.contact_box_content.style_one .contact_box_inner {
  position: relative;
  padding: 20px 30px;
  display: block;
  border-radius: 10px;
  border: 1px solid #e4e7ee;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  cursor: pointer;
  background: #fff;
}
.contact_box_content.style_one .contact_box_inner .contnet {
  position: relative;
}
.contact_box_content.style_one .contact_box_inner .contnet h3 {
  font-size: 18px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 5px;
  line-height: 26px;
}
.contact_box_content.style_one .contact_box_inner .contnet p {
  margin-bottom: 0px;
}
.contact_box_content.style_one .contact_box_inner:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  border-color: #fff;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx {
  position: absolute;
  left: 24px;
  bottom: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #0d6efd;
  margin: auto;
  text-align: center;
  line-height: 40px;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx span {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .contnet {
  margin-left: 55px;
}
.contact_box_content.style_two .contact_box_inner {
  position: relative;
  display: flex;
}
.contact_box_content.style_two .contact_box_inner .icon_bx {
  position: relative;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #0d6efd;
  color: #fff;
  line-height: 60px;
  margin: auto 0px;
}
.contact_box_content.style_two .contact_box_inner .icon_bx span {
  font-size: 25px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  color: #fff;
  height: 40px;
}
.contact_box_content.style_two .contact_box_inner .icon_bx img {
  width: 30px;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.contact_box_content.style_two .contact_box_inner .text {
  position: relative;
  margin-left: 12px;
}
.contact_box_content.style_two .contact_box_inner .text h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 2px;
}
.contact_box_content.style_two .contact_box_inner .text p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 25px;
}
.contact_box_content.style_two .contact_box_inner.color_two .icon_bx {
  background: transparent;
  border: 1px dashed #fff;
}
.contact_box_content.style_two .contact_box_inner.color_two .icon_bx span {
  color: #fff;
}
.contact_box_content.style_two .contact_box_inner.color_two .text h3 {
  color: #fff;
}
.contact_box_content.style_two .contact_box_inner.color_two .text p {
  color: rgba(255, 255, 255, 0.8);
}

.mt-1-8 {
  margin-top: 1.8rem;
}

/*MULTISELECT*/

.cf-pill {
  color: white;
  font-size: 0.75rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 4px;
  padding: 0 0.25em;
  line-height: 1.35em;
}

.cf-label {
  color: #b1b1b1;
  display: block;
  float: left;
  height: 1.875rem;
  padding-right: 0.417em;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.cf-overflow-hide {
  overflow: hidden !important;
}

.cf-overflow-show {
  overflow: visible !important;
}

* {
  box-sizing: border-box;
}

:root {
  font-size: 16px;
}

html {
  font: normal 400 1rem/1.5rem "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: auto;
  color: #242424;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
}

/*====================================================================== styling */
/* this is the white on gray tiled effect we use throughout a lot of Core projects */
/*====================================================================== structure */
.cf-button {
  height: 2.5rem;
  font-size: 0.813rem;
  line-height: normal;
  vertical-align: middle;
  outline: none;
  padding: 0 1.875rem;
  border: 1px solid #b1b1b1;
  border-radius: 0;
  background-color: #e3e3e3;
  color: #242424;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
}
.cf-button:hover {
  background-color: #b1b1b1;
}
.cf-button:active {
  background-color: #717171;
}
.cf-button:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(177, 177, 177, 0.5);
}
.cf-button--alt {
  color: #3e3e3e;
  background: white;
  border-color: #b1b1b1;
}
.cf-button--alt:hover {
  color: #3e3e3e;
  background-color: #f1f1f1;
}
.cf-button--alt:active {
  color: #3e3e3e;
  background-color: #e3e3e3;
}
.cf-button--alt-disabled {
  color: #b1b1b1;
  background: white;
  border-color: #e3e3e3;
}
.cf-button--alt-disabled:hover,
.cf-button--alt-disabled:active {
  color: #b1b1b1;
  background: white;
  border-color: #e3e3e3;
}
.cf-button--cancel {
  color: #717171;
  background: white;
  border: 0;
}
.cf-button--cancel:hover {
  color: #717171;
  background-color: #f1f1f1;
}
.cf-button--cancel:active {
  color: #717171;
  background-color: #f1f1f1;
}
.cf-button--cancel-alt {
  color: #717171;
  background: #f1f1f1;
  border: 0;
}
.cf-button--cancel-alt:hover {
  color: #717171;
  background-color: #fff;
}
.cf-button--cancel-alt:active {
  color: #717171;
  background-color: #fff;
}
.cf-button--submit {
  color: white;
  background-color: #8dbf74;
  border-color: #71af51;
}
.cf-button--submit:hover {
  background-color: #71af51;
}
.cf-button--submit:active {
  background-color: #5a8c41;
}
.cf-button--submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 175, 81, 0.5);
}
.cf-button--submit-alt {
  color: white;
  background-color: #4891dc;
  border-color: #3a74b0;
}
.cf-button--submit-alt:hover {
  background-color: #3a74b0;
}
.cf-button--submit-alt:active {
  background-color: #3a74b0;
}
.cf-button--submit-alt:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 116, 176, 0.5);
}
.cf-button--icon {
  position: relative;
  white-space: nowrap;
}
.cf-button--icon.cf-button--small i.cf-icon::before {
  position: relative;
  bottom: 0.182em;
}
.cf-button--icon i.cf-icon {
  font-size: inherit;
  padding: 0 0.25rem;
  float: none;
  min-width: auto;
  min-height: auto;
  margin: 0;
}
.cf-button--icon i.cf-icon:hover:not(.cf-icon--disabled) {
  color: #3e3e3e;
}
.cf-button--icon .cf-icon {
  vertical-align: inherit;
}
.cf-button--transparent {
  color: #b1b1b1;
  background: transparent;
  border: 0;
  font-size: 1rem;
  height: 1.5rem;
  padding: 0;
  width: 1.5rem;
}
.cf-button--transparent:hover:not(.cf-button--disabled) {
  color: #717171;
  background-color: transparent;
}
.cf-button--transparent:active {
  color: #717171;
  background-color: transparent;
}
.cf-button--outlined {
  color: #b1b1b1;
  height: 1.875rem;
  width: 1.875rem;
  background: white;
  padding: 0;
}
.cf-button--outlined:hover {
  color: #717171;
  background-color: #f1f1f1;
}
.cf-button--outlined:hover.cf-button--inactive {
  background-color: transparent;
  cursor: not-allowed;
}
.cf-button--outlined:active {
  color: #717171;
  background-color: white;
}
.cf-button--disabled,
.cf-button--disabled:hover,
.cf-button--disabled:active,
.cf-button--disabled:focus {
  color: white;
  background: #717171;
  border-color: #b1b1b1;
  cursor: not-allowed;
}

.cf-button--text {
  font-size: 0.713rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #4891dc;
  height: auto;
  margin: 0;
  padding: 5px;
  text-decoration: underline;
}
.cf-button--text:hover {
  background: none;
  color: #3a74b0;
}
.cf-button--text:focus {
  box-shadow: none;
}
.cf-button--text.iconButton {
  padding: 0;
}
.cf-button--text.iconButton.small {
  padding: 0;
}
.cf-button--text.iconButton i.cf-icon {
  font-size: inherit;
  padding: 0;
  float: none;
  min-width: auto;
  min-height: auto;
  margin: 0;
}
.cf-button--text.iconButton .cf-icon {
  vertical-align: inherit;
}

.cf-button--checked {
  background-color: #f1f1f1;
}
.cf-button--checked::before {
  content: "\f113";
  color: #71af51;
  display: inline-block;
  font-family: "icons";
  font-size: 0.813rem;
  height: 0.875rem;
  width: 0.875rem;
  text-indent: -0.375rem;
}

.cf-icon {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 900;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cf-icon-arrow-north:before {
  content: "\f104";
}

.cf-icon-arrow-south:before {
  content: "\f107";
}

.cf-icon-caret-south:before {
  content: "\f107";
}

.cf-icon-close:before {
  content: "\f057";
  font-size: 14px;
}

.cf-icon-pointer-south:before {
  content: "\f078";
}

.cf-icon-search:before {
  content: "\f002";
}

i.cf-icon {
  font-size: 1rem;
  padding: 0.156em;
  color: #717171;
  min-width: 1rem;
  min-height: 1rem;
  padding: 0.438em;
}
.cf-button i.cf-icon {
  transition: color linear 0.3s;
  -moz-transition: color linear 0.3s;
  -webkit-transition: color linear 0.3s;
}
.cf-button i.cf-icon:hover:not(.cf-icon--disabled) {
  color: #3e3e3e;
}
i.cf-icon--disabled {
  color: #b1b1b1;
  cursor: not-allowed;
}

.cf-input-text {
  border: 1px solid #b1b1b1;
  height: 1.875rem;
  font-size: 0.813rem;
  padding: 0 0.615em;
  min-width: 10.938rem;
}
.cf-input-text::-ms-clear {
  display: none;
}
.cf-input-text--small {
  max-width: 6.875rem;
  min-width: 6.875rem;
}
.cf-input-text--large {
  min-width: 15.625rem;
}
.cf-input-text--x-large {
  min-width: 22.5rem;
}
.cf-input-text--elastic {
  min-width: 100%;
  width: 100%;
}
.cf-input-text::-webkit-input-placeholder {
  color: #b1b1b1;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.cf-input-text:-moz-placeholder {
  color: #b1b1b1;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.cf-input-text::-moz-placeholder {
  color: #b1b1b1;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.cf-input-text:-ms-input-placeholder {
  color: #b1b1b1;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.cf-input-with-icon {
  display: inline-block;
  position: relative;
  margin-right: 0.52rem;
}
.cf-input-with-icon__input {
  border: 1px solid #b1b1b1;
  font-size: 0.813rem;
  height: 1.875rem;
  padding: 0 1.875em 0 0.615em;
  margin-right: -1.875em;
  width: 10.938rem;
}
.cf-input-with-icon__input.cf-input-invalid {
  margin-right: 0;
}
.cf-input-with-icon .cf-input-with-icon__i {
  float: none;
  font-size: 1rem;
  position: relative;
  padding: 0;
  margin-right: 0;
  right: 0.313rem;
}
.cf-input-with-icon i.cf-icon:hover {
  color: #717171;
}
.cf-input-with-icon--left .cf-input-with-icon__input {
  border: 1px solid #b1b1b1;
  padding: 0 0.25rem 0 1.375rem;
  position: relative;
  right: 1.875em;
  width: 10.938rem;
  margin-right: -1.875em;
}
.cf-input-with-icon--left .cf-input-with-icon__input.cf-input-invalid {
  padding: 0 1.875em 0 1.375rem;
  border: 2px solid #9d2140;
}
.cf-input-with-icon--left .cf-input-with-icon__i {
  left: 0;
  right: auto;
  z-index: 9;
}
.cf-input-with-icon--elastic {
  min-width: 100%;
  width: 100%;
}
.cf-input-with-icon--elastic > .cf-input-with-icon__input {
  min-width: 100%;
  width: 100%;
}

.cf-input-label-inside {
  display: flex;
  align-items: center;
}
.cf-input-label-inside__input {
  border: 1px solid #b1b1b1;
  border-right: 0;
  height: 1.875rem;
  font-size: 0.813rem;
  padding: 0 0.615em;
  min-width: 10.938rem;
}
.cf-input-label-inside__span {
  font-size: 0.813rem;
  font-weight: 700;
  color: #717171;
  border: 1px solid #b1b1b1;
  border-left: 0;
  height: 1.875rem;
  line-height: 1.625rem;
  align-self: center;
}

.cf-search--active .cf-icon.cf-icon-search {
  opacity: 0;
}

.cf-search--active .cf-search__icon i.cf-icon.cf-icon-close {
  opacity: 1;
}

.cf-search--icon {
  display: inline-block;
  position: relative;
}

.cf-search__input {
  border: 1px solid #b1b1b1;
  color: #242424;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.813rem;
  height: 1.875rem;
  margin: 0;
  padding: 0 1.846em 0 0.462em;
  border-radius: 50px;
}
.cf-search__input::-ms-clear {
  display: none;
}
.cf-search__input--feature {
  font-size: 1.375rem;
  height: 3.75rem;
  text-indent: 0.5em;
  width: 100%;
}
.cf-search__input::-webkit-input-placeholder {
  color: #b1b1b1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: italic;
}
.cf-search__input:-moz-placeholder {
  color: #b1b1b1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: italic;
}
.cf-search__input::-moz-placeholder {
  color: #b1b1b1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: italic;
}
.cf-search__input:-ms-input-placeholder {
  color: #b1b1b1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: italic;
}

.cf-search--feature {
  width: 100%;
}
.cf-search--feature button.cf-search__icon {
  width: 1.75rem;
  height: 1.75rem;
  top: 1.25rem;
  right: 0.875rem;
}
.cf-search--feature button.cf-search__icon > .cf-icon {
  font-size: 20px;
}

.cf-search .cf-search__icon {
  float: none;
  font-size: 0.75rem;
  position: absolute;
  margin-right: 0;
  top: 0.566rem;
  right: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
}
.cf-search .cf-search__icon .cf-icon {
  position: absolute;
  top: -3px;
  left: -11px;
  transition: opacity 100ms ease-in-out;
  padding: 0;
}
.cf-search .cf-search__icon .cf-icon.cf-icon-close {
  opacity: 0;
}

.cf-select {
  display: inline-block;
  vertical-align: top;
  font-size: 0.688rem;
  position: relative;
}
.cf-select ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.cf-select ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.cf-select ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.cf-select:focus .cf-select__box {
  border-color: #b1b1b1;
}
.cf-select:focus .cf-select__dropdown {
  border-color: #b1b1b1;
}
.cf-select--open .cf-select__dropdown {
  max-height: 13.75rem;
  border-top: 1px solid #b1b1b1;
}
.cf-select--small .cf-select__box {
  min-width: 6.875rem;
}
.cf-select--large .cf-select__box {
  min-width: 15.625rem;
}
.cf-select--x-large .cf-select__box {
  min-width: 22.5rem;
}
.cf-select--elastic {
  min-width: 100%;
}
.cf-select--elastic .cf-select__box {
  min-width: 100%;
}
.cf-select--elastic .cf-select__value {
  max-width: calc(100% - 1.75rem);
}
.cf-select--disabled .cf-select__box {
  cursor: not-allowed;
  color: #b1b1b1;
}
.cf-select--disabled .cf-select__caret {
  color: #b1b1b1;
}
.cf-select--disabled .cf-select__value {
  position: relative;
}
.cf-select--disabled .cf-icon.cf-select__caret:hover {
  color: #b1b1b1;
  cursor: not-allowed;
}

.cf-select--invalid .cf-select__box,
.cf-select--invalid .cf-select__box.cf-select__box--multiple {
  border: 2px solid #9d2140;
}
.cf-select--invalid .cf-select__dropdown {
  border-bottom-color: #9d2140;
}
.cf-select--reverse .cf-select__dropdown {
  top: auto;
  bottom: 1.813rem;
}
.cf-select--sidebar-nav .cf-select__box {
  min-width: 11.875rem;
}
.cf-select__box {
  border: 1px solid #b1b1b1;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  height: 1.875rem;
  align-items: center;
  margin: 0;
  padding: 0 2em 0 0.615em;
  position: relative;
  white-space: nowrap;
  min-width: 10.938rem;
}

.cf-select__box .cf-select__caret {
  float: none;
  margin: 0;
  padding: 6px 5px 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.cf-select__value {
  position: absolute;
  max-width: calc(100% - 1.75rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.cf-select__dropdown {
  background-color: white;
  border: 1px solid #b1b1b1;
  border-top: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 1.813rem;
  width: 100%;
  margin: 0;
  max-height: 0;
  padding: 0;
}
.cf-select--open .cf-select__dropdown {
  z-index: 99;
}
.cf-select__dropdown .cf-select__clear {
  display: block;
  padding-left: 0.5rem;
}
.cf-select__dropdown .cf-search {
  display: block;
  text-align: center;
  padding-bottom: 0.438rem;
  margin-top: 0.438rem;
}
.cf-select__dropdown .cf-search__input {
  width: calc(100% - 0.75rem);
}
.cf-select__dropdown .cf-search .cf-search__icon {
  top: 0.625rem;
  right: 0.75rem;
}
.cf-select__items {
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
.cf-select__item {
  background-color: white;
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 13px;
  line-height: 1.846em;
  margin: 0;
  padding: 0.231em 0.769em 0.154em 0.615em;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}
.cf-select__item:hover,
.cf-select__item:focus {
  background-color: #e3e3e3;
  outline: none;
}
.cf-select__item:last-child {
  border: 0;
}
.cf-select__item > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.cf-select--multiple .cf-select__box {
  width: 10.938rem;
}
.cf-select--large .cf-select--multiple .cf-select__box {
  width: 15.625rem;
}
.cf-select--x-large .cf-select--multiple .cf-select__box {
  width: 22.5rem;
}
.cf-select--multiple.cf-select--open .cf-select__dropdown {
  border: 1px solid #b1b1b1;
}
.cf-select--multiple .cf-select__box--multiple {
  display: flex;
  border-bottom: 0;
  flex-wrap: wrap;
  height: auto;
  min-height: 35px;
  padding: 4px 26px 1px 1px;
  background-color: white;
  color: #242424;
  border-radius: 0.375rem;
}
.cf-select--multiple .cf-select__multi-values {
  display: flex;
  flex-flow: row wrap;
}
.cf-select--multiple .cf-select__multi-value {
  display: inline-block;
  color: #3e3e3e;
  background-color: #e3e3e3;
  height: 1.25rem;
  line-height: 1.538em;
  margin: 0 0 0.308em 0.308em;
  padding: 0 0.385em;
  text-decoration: none;
  font-weight: 500;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
  border-radius: 50px;
}
.cf-select--multiple .cf-select__multi-value.cf-select__transition {
  opacity: 1;
}
.cf-select--multiple .cf-select__multi-value:hover {
  background-color: #b1b1b1;
}
.cf-select--multiple .cf-select__dropdown {
  top: auto;
}
.cf-select--multiple .cf-select__multi-icon-remove {
  font-size: 15px;
  margin: 0 0 0.25em 0.5em;
  padding: 0;
  float: none;
  min-width: auto;
  min-height: auto;
}

.cf-select--multi-filter.cf-select--open .cf-select__dropdown {
  max-height: 15.625rem;
}
.cf-select--multi-filter .cf-select__item:hover,
.cf-select--multi-filter .cf-select__item:focus,
.cf-select--multi-filter .cf-select__item--selected {
  background-color: #e3e3e3;
  outline: none;
}

.cf-select__buttonbox {
  border-top: 1px solid #e3e3e3;
  text-align: center;
  padding-top: 0.438rem;
}
.cf-select__buttonbox .cf-button {
  margin-bottom: 0.438rem;
  width: calc(100% - 0.75rem);
}

.custom-input-group {
  background-color: white;
  color: #212529;
  transition: background-color 0.3s ease;
}

.custom-input,
.custom-input-icon {
  background-color: white;
  color: #212529;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
}

.custom-input::placeholder {
  color: #212529;
  transition: color 0.3s ease;
}

.custom-input:focus {
  outline: none;
  box-shadow: none;
}

.custom-input-group:focus-within {
  background-color: #0d6efd;
  color: white;
}

.custom-input-group:focus-within .custom-input,
.custom-input-group:focus-within .custom-input-icon {
  background-color: #0d6efd;
  color: white;
}

.custom-input-group:focus-within .custom-input::placeholder {
  color: white;
}

@media (max-width: 425px) {
  .ilan_slider .account-item.w-33 {
    width: 100%;
  }
}

.reklam_logo {
  width: 100%;
  height: 85px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.reklam_logo:hover {
  transform: scale(1.1);
}

#offerModal .modal-dialog {
  max-width: 815px;
}
#offerModal .modal-content,
#offerModal .modal-content .h-600 {
  height: 600px;
}
#offerModal .content-body .user-img {
  height: 40px;
}

img.ilan_profiles {
  height: 36px;
  min-width: 36px;
  width: 36px;
}

img.uploadedImages {
  height: 200px;
  min-width: 200px;
  width: 200px;
}

.image-preview-wrapper {
  position: relative;
  display: inline-block;
  max-width: 200px;
}

.image-preview-wrapper img {
  width: 100%;
  border-radius: 8px;
}

.image-counter-badge {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 12px;
}

.hidden-gallery-images {
  display: none;
}

.hidden-gallery-images img {
  display: none;
}

.bottom-10px {
  bottom: 10px;
}

.fz10-5 {
  font-size: 10.5rem;
}

.fz15 {
  font-size: 15px;
}

.fz17 {
  font-size: 17px;
}

.fz20 {
  font-size: 20px;
}

[contenteditable][data-placeholder]:empty:before {
  content: attr(data-placeholder);
  color: #ccc;
  pointer-events: none;
  position: absolute;
}

.pb_2rem {
  padding-bottom: 2rem !important;
}

.satir-ekle {
  font-size: 13px;
  font-weight: 700;
  color: rgb(0 135 255);
  line-height: 20px;
  display: flex;
  align-items: center;
  border-radius: 0;
}

.w_35 {
  width: 35%;
}

.w_30 {
  width: 30%;
}

.w_25 {
  width: 25%;
}

.w_20 {
  width: 20%;
}

.w_15 {
  width: 15%;
}

.w_10 {
  width: 10%;
}

.status-indicator {
  width: 10px;
  height: 10px;
}

.hesabim_logo {
  width: 25%;
  height: 65px;
  object-fit: contain;
}

.duzenle_logo {
  width: 50%;
  height: 65px;
  object-fit: contain;
}

.firma_list_logo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: contain;
  border: 1px solid #ddd;
}

.status-indicator {
  position: absolute;
  width: 17px;
  height: 17px;
  bottom: 0;
  right: 0;
}

.text-left {
  text-align: left;
}

.ilan_buttons {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
  text-decoration: underline;
  padding: 0;
}

.ilan_buttons .material-icons {
  text-decoration: none;
}

.ilan_buttons.primary {
  color: rgb(0 135 255);
}

.ilan_buttons.gray {
  color: #6c757d;
}

.see-more-link {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #333;
  color: #333;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}

.see-more-link i {
  margin-left: 5px;
}

.see-more-link:hover {
  color: #e2061b;
  border-bottom-color: #e2061b;
}

.promo-link {
  position: relative;
  overflow: hidden;
}

.promo-link:hover .promo_logo {
  transform: scale(1.03);
}

.tag-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #0d6efd;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.promo-link:hover .tag-badge {
  opacity: 1;
}

.promo_logo {
  width: 175px;
  height: 65px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.ilan_overflow {
  max-width: 220px;
  word-wrap: break-word;
  white-space: normal;
}

.compact-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 1rem;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.compact-btn:first-child {
  background-color: #0d6efd;
  color: #fff;
}

.compact-btn:last-child {
  border: 2px solid #212529;
  background-color: #fff;
  color: #212529;
}

.compact-btn:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.compact-btn i {
  font-size: 11px;
}

.title_anim {
  animation: shine 2.5s linear infinite;
  background: linear-gradient(
    to left,
    #0d6efd 20%,
    #212529 100%,
    #0d6efd 100%,
    #212529 80%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@keyframes shine {
  from {
    background-position: 200% right;
  }

  to {
    background-position: 200% center;
  }
}

.ilan_3buttons {
  background-color: white;
  color: #0d6efd;
  border: 2px solid #0d6efd;
  transition: all 0.3s ease;
}

.ilan_3buttons:hover {
  background-color: #0d6efd;
  color: white;
}

.background_212529 {
  background-color: #212529;
}

.background_212529:hover {
  background-color: #101113;
}

.w-30 {
  width: 30%;
}

.rounded_50px {
  border-radius: 50px;
}

/*-----pricing_plan_box type_one-------*/
.pricing_plan_box {
  position: relative;
}
.pricing_plan_box.type_one .description {
  position: relative;
  padding-top: 30px;
}
.pricing_plan_box.type_one .description p {
  font-size: 18px;
}
.pricing_plan_box.type_one .tags {
  position: absolute;
  width: calc(100% - 60px);
  background: #0d6efd;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  top: -20px;
  height: 40px;
  line-height: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  z-index: 1;
  margin-right: auto;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.05);
}
.pricing_plan_box.type_one .pricing_plan_box_inner {
  position: relative;
  overflow: hidden;
  padding: 50px 30px 40px;
  background: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
  box-shadow: 0 0 20px #ddd;
}
.pricing_plan_box.type_one .pricing_plan_box_inner h2 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #282f3b;
  margin-bottom: 6px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.pricing_plan_box.type_one .pricing_plan_box_inner h6 {
  display: block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  color: #282f3b;
  margin-bottom: 6px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .upper_content {
  position: relative;
  text-align: center;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(34, 34, 34, 0.1);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content {
  position: relative;
  margin-bottom: 25px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 28px;
  display: flex;
  display: -ms-flexbox;
  font-size: 16px;
  align-items: center !important;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content ul li span {
  font-weight: 400;
  color: #0d6efd;
  font-size: 22px;
  line-height: 30px;
  margin-right: 10px;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .price_rs {
  position: relative;
  padding-top: 15px;
}
.pricing_plan_box.type_one .pricing_plan_box_inner h6 small {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #0d6efd;
}
.pricing_plan_box.type_one .pricing_plan_box_inner h6 sup {
  color: #0d6efd;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .get_start_button {
  text-align: center;
  position: relative;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .get_start_button .theme-btn {
  width: 100%;
  border-radius: 50px;
  background: #fff;
  color: #282f3b;
  border-color: #fff;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .get_start_button .theme-btn:hover {
color: #fff;
background: #0d6efd;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .get_start_button .theme-btn span {
  display: inline-block;
  font-size: 25px;
  margin-left: 5px;
  position: relative;
  top: 5px;
}
.pricing_plan_box.type_one .pricing_plan_box_inner:hover:before {
  width: calc(100% + 60px);
  left: -30px;
}


.pricing_plan_box {
  position: relative;
}
.pricing_plan_box.type_two {
  position: relative;
}
.pricing_plan_box.type_two .tags {
  position: absolute;
  top: 0;
  right: 0;
  background: #0d6efd;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  z-index: 2;
}
.pricing_plan_box.type_two .price_box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #e4e7ee;
  background: #fff;
  margin-bottom: 15px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.pricing_plan_box.type_two .price_box .price {
  padding: 20px 20px 20px;
  background: #f0f3f9;
  width: 150px;
  text-align: center;
  min-width: 150px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.pricing_plan_box.type_two .price_box .price h6 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  color: #0d6efd;
}
.pricing_plan_box.type_two .price_box .price p {
  margin: 0;
  color: #282f3b;
  font-size: 22px;
  line-height: 34px;
}
.pricing_plan_box.type_two .price_box .lower_content {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.pricing_plan_box.type_two .price_box .lower_content h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
.pricing_plan_box.type_two .price_box .lower_content p {
  margin: 0px;
}
.pricing_plan_box.type_two .price_box:hover .price {
  background: #0d6efd;
}
.pricing_plan_box.type_two .price_box:hover .price h6 {
  color: #fff;
}
.pricing_plan_box.type_two .price_box:hover .price p {
  color: #fff;
}
.pricing_plan_box.type_two .hover_content {
  visibility: hidden;
  position: absolute;
  border-top: 3px solid #0d6efd;
  background-color: #fff;
  padding: 30px;
  width: calc(100% - 160px);
  right: 0;
  bottom: -20%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  text-align: left;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.pricing_plan_box.type_two .hover_content ul {
  margin: 0;
  padding: 0;
}
.pricing_plan_box.type_two .hover_content ul li {
  list-style: none;
  margin-bottom: 10px;
}
.pricing_plan_box.type_two .hover_content ul li span {
  color: #0d6efd;
  font-size: 22px;
  padding-right: 10px;
}
.pricing_plan_box.type_two .hover_content ul li:last-child {
  margin-bottom: 0px;
}
.pricing_plan_box.type_two .hover_content .get_start_button {
  margin-top: 20px;
}
.pricing_plan_box.type_two .hover_content .get_start_button .theme-btn {
  border-radius: 35px;
  line-height: 40px;
  min-height: 40px;
  padding: 0px 15px;
}
.pricing_plan_box.type_two:hover .hover_content {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  bottom: 0;
}

.theme_btn_all {
  position: relative;
}

.theme-btn {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.theme-btn.one {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  background: #0d6efd;
  color: #fff;
  border: 1px solid #0d6efd;
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.theme-btn.one:hover {
  background: #fff;
  color: #0d6efd;
  border-radius: 0px 10px 0px 10px;
}

.faq_section {
  position: relative;
}
.faq_section dd {
  display: none;
}
.faq_section.type_one .accordion {
  position: relative;
}
.faq_section.type_one .accordion dl {
  margin-bottom: 0px;
  position: relative;
}
.faq_section.type_one .accordion dl dt {
  position: relative;
  background: transparent;
  margin-bottom: 40px;
  border: 0px;
  font-family:  "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  color: #282f3b;
  font-weight: 600;
  line-height: 26px;
  border-radius: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  margin-left: 50px;
}
.faq_section.type_one .accordion dl dt span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
  position: absolute;
  left: -50px;
  bottom: 0;
  top: 0;
  margin: auto;
}
.faq_section.type_one .accordion dl dt.active {
  margin-bottom: 20px;
}
.faq_section.type_one .accordion dl dd {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dcd7d7;
  padding-left: 22px;
  border-left: 1px dashed #dcd7d7;
}
.faq_section.type_one .accordion dl dd p {
  margin: 0px;
  color: #4a4e56;
}

.bg-gray {
  background: #f3f5f7;
}

.w_85 {
  width: 85%;
  display: flex;
  margin: auto;
}

@media screen and (max-width: 425px) {
  .sm-flex-column {
    display: flex;
    flex-direction: column;
  }
  .sm-w-100 {
    width: 100% !important;
  }
  .w_85 {
    width: 100%;
  }
}
