* {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font-family: sans-serif !important;
}
section {
  padding: 40px 0;
}
.PMT-product-hero-section {
  background-color: #f7f9fb;
  padding: 50px 0;
}
.pmt-hero-inner-part {
  text-align: center;
}
.hero-button {
  background-color: #111b32;
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  width: fit-content;
  margin: auto;
}
.pmt-hero-inner-part h1 span {
  font-size: 40px;
  color: #222222;
  font-weight: bold;
  display: block;
}
.ttc-alertspy-page .pmt-hero-inner-part h1 span{
  line-height: 1.3;
}
.ttc-buzylist-page .pmt-hero-inner-part h1 span{
  line-height: 1.3;
}
.last-header {
     color: var(--blue) !important;
  font-size: 56px;
  font-weight: bold;
  display: block;
}
.ttc-alertspy-page .last-header{
  padding-bottom: 10px;
}
.pmt-hero-inner-part p {
  font-size: 16px;
  color: #222222;
  line-height: 1.8;
  font-weight: 500;
  padding-bottom: 20px;
  width: 56%;
  margin: 0 auto;
  font-family: sans-serif;
}
.pmt-hero-section-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
 .pmt-hero-fill-button1 {
    background: var(--blue);
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    border: 0;
    padding: 7px 40px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    line-height: 36px;
    height: 50px;
}

.pmt-hero-fill-button1::before {
    content: "";
    height: 300px;
    width: 400px;
    background: var(--orange);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.pmt-hero-fill-button1:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.pmt-hero-fill-button1:hover {
    border-color: var(--orange);
    color: var(--white);
}
.pmt-hero-fill-button2 {
    background: transparent;
    color: var(--blue);
    font-size: 18px;
    font-weight: 500;
    border: 2px solid var(--blue);
    padding: 7px 40px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    line-height: 33px;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pmt-hero-fill-button2::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--orange);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.pmt-hero-fill-button2:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.pmt-hero-fill-button2:hover{
color: var(--white);
    border: 2px solid var(--orange);
}

.pmt-hero-fill-button2 i{
  font-size: 24px;
}
.pmt-hero-transparent-outline-button {
  background-color: #f7f9fb;
  border: 1px solid #aeb4bc;
  border-radius: 5px;
  padding: 10px 30px;
  display: flex;
  gap: 10px;
  font-family: sans-serif;
}
.pmt-hero-transparent-outline-button h5 {
  font-size: 16px;
  color: #222222;
}
.what-is-pmt-section {
  text-align: center;
  background-color: #ffffff;
  padding-top: 60px;
}
.what-is-pmt-header-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-left: 15%;
    position: relative;
    z-index: 0;
}
.what-is-pmt-header-text h2 {
    font-size: 30px;
    color: #222222;
    font-weight: bold;
    line-height: 1.8;
    background-color: #ffffff;
    position: absolute;
    top: -28px;
    left: 10px;
    z-index: 999;
    margin: 0 0px 0 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.what-is-pmt-header-text p {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    line-height: 1.9;
    width: 75%;
    text-align: left;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 4px 4px 5px 0px rgb(0 0 0 / 10%);
    border: 1px solid #22222217;
    color: #222222;
}
.pmt-powerfull-features {
  background-color: #f7f9fb;
  text-align: center;
}
.pmt-powerfull-features-header {
  margin-bottom: 26px;
}
.pmt-powerfull-features h2 {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;

}
.pmt-powerfull-features p {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}
.pmt-powerfull-features-feature-cards {
  padding: 20px;
  background-color: #ffffff;
  text-align: left;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  margin-bottom: 20px;
  min-height: 210px;
}
.ttc-buzylist-page .pmt-powerfull-features-feature-cards {
    min-height: 280px;
}
.ttc-alertspy-page .pmt-powerfull-features-feature-cards {
    min-height: 280px;
}
.pmt-powerfull-features-feature-cards .pmt-feature-icon {
  width: 40px;
  height: 40px;
  background: #e5f6fd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pmt-powerfull-features-feature-cards .pmt-feature-icon i {
  font-size: 20px;
      color: #4091c8;
}
.pmt-powerfull-features-feature-cards h5 {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  line-height: 1.5;
}
.pmt-powerfull-features-feature-cards p {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  line-height: 1.5;
  font-family: sans-serif;
}
.why-choose-image{
  border-radius: 15px;
  overflow: hidden;
}
.why-choose-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
    transition: all 0.3s ease;
}
.why-choose-image:hover img{
  transform: scale(1.04);
}
 .how-pmt-works-section {
    text-align: center;
}

.how-pmt-works-header {
    margin-bottom: 26px;
}

.how-pmt-works-header h2 {
    font-size: 30px;
    color: #222222;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}
.ttc-alertspy-page .how-pmt-works-header h2{
  line-height: 1;
}
.ttc-buzylist-page .how-pmt-works-header h2{
  line-height: 1;
}
.how-pmt-works-header p {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    line-height: 1.7;
    font-family: sans-serif;
    margin: 0;
}

.how-pmt-works-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}
  .ttc-alertspy-page .how-pmt-works-cards{
    grid-template-columns: repeat(4, 1fr);
  }
.how-pmt-works-boxes {
    padding: 20px 15px;
    /* border: 1px solid #eeeeee; */
    border: 1px solid #fff;
    border-radius: 15px;
    background: #fff;
    transition: all 0.3s ease;
}

.how-pmt-works-boxes:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.how-pmt-works-box {
    height: 40px;
    width: 40px;
    margin: auto;
    padding-bottom: 4px;
    border: 2px solid #222222;
    border-radius: 5px;
    font-size: 25px;
    padding: 8px;
    color: #222222;
    font-weight: 600;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.card h5{
font-size: 18px;
    color: #222222;
    font-weight: 600;
    line-height: 1.8;
    margin: 10px 0 5px;
    font-family: sans-serif;
}
.card-inner-part{
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
.card-inner-part p{
      font-size: 16px;
    color: #222222;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
    text-transform: capitalize;
}
.card_inner img{
  height: 30px;
  width: 30px;
}
.how-pmt-works-boxes:first-child .how-pmt-works-box {
    background: #000 !important;
    color: #fff;
}

.how-pmt-works-boxes:last-child .how-pmt-works-box {
    background: #08a8e8 !important;
    color: #fff;
    border-color: #08a8e8;
}

.how-pmt-works-boxes h5 {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    line-height: 1.8;
    margin: 10px 0 5px;
}
.ttc-buzylist-page .how-pmt-works-boxes h5{
      line-height: 1.3;
}
.how-pmt-works-boxes p {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

.why-choose-pmt {
  background: #0d172d;
  font-family: sans-serif;
}

.why-choose-content {
  padding-right: 40px;
}

.why-choose-content h2 {
  display: block;
  padding-bottom: 12px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.why-choose-content h2 span {
  color: #13a9df;
}

.why-choose-content p {
  max-width: 500px;
  margin: 0 0 28px;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 1.7;
}

.why-choose-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-choose-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
.why-choose-list li:last-child {
  margin-bottom: 0;
}
.choose-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 50%;
  color: #4091c8;
  font-size: 12px;
  border: 1px solid #4091c8;
}

.why-choose-list h4 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.why-choose-list p {
  margin: 0;
  color: #e6e6e6;
  font-size: 16px;
  line-height: 1.5;
}
.ttc-alertspy-page .why-choose-content h2{
  padding-bottom: 20px;
}
.ttc-buzylist-page .why-choose-content h2{
  padding-bottom: 20px;
}
.pmt-action {
  font-family: sans-serif;
  background-color: #f7f9fb;
}
.pmt-action {
    display: none;
}

.extra-part {
    display: block;
    background-color: #f7f9fb;
}
.pmt-action-section-title {
  text-align: center;
  margin-bottom: 35px;
}
.pmt-action-section-title h2 {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  margin: 0;
  padding-bottom: 20px;
}
.extra-pmt-action-section-title{
  text-align: center;
  margin-bottom: 26px;
}
.extra-pmt-action-section-title p{
    font-size: 16px;
  color: #222222;
  font-weight: 500;
  line-height: 1.7;
  font-family: sans-serif;
  margin: 0;
}
.pmt-action-section-title p {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  line-height: 1.7;
  font-family: sans-serif;
  margin: 0;
}

.pmt-action-image {
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 15px;
}

.pmt-action-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.pmt-action-image:hover img{
  transform: scale(1.04);
} 
.pricing {
  background: #fff;
  font-family: sans-serif;
}

.pricing-title {
  margin-bottom: 35px;
  text-align: center;
  display: none;
}

.badge {
  display: inline-block;
  background-color: #0e3b5a;
  color: #4fc3f7;
  border-radius: 30px;
  padding: 8px 24px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 20px;
  cursor: pointer;
}
.badge:hover {
  box-shadow: 0 0 10px rgba(79, 195, 247, 0.3);
}
.pricing-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
  padding: 35px 40px;
  border-radius: 15px;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #0b1320;
  position: relative;
  z-index: 100;
}
.pricing-card img {
    position: absolute;
    top: 20px;
    right: 30px;
    height: 100px;
    width: 100px;
    filter: invert(0.2);
}
.pricing-inner-content{
    display: flex;
    gap: 20px;
    align-items: center;
}
.pricing-content h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
  width: 70%;
}
.pricing-content p {
  font-size: 14px;
      color: #aeb8ca;
  font-weight: 500;
  line-height: 1.7;
  font-family: sans-serif;
  margin: 0;
  padding-bottom: 25px;
  width: 70%;
}
.pricing-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-content li {
  margin-bottom: 8px;
  color: #f5f5f5;
  font-size: 14px;
}
   .ttc-alertspy-page .pricing-content li{
    margin-bottom: 20px;
  }
     .ttc-buzylist-page .pricing-content li{
    margin-bottom: 20px;
    line-height: 1.5;
  }
.pricing-content ul li i {
  color: #4091c8;
  margin-right: 5px;
}
.pricing-button a {
    background: var(--blue);
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    border: 0;
    padding: 7px 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    line-height: 36px;
    white-space: nowrap;
}

.pricing-button a::before {
    content: "";
    height: 300px;
    width: 400px;
    background: var(--orange);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.pricing-button a:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.pricing-button a:hover {
    border-color: var(--orange);
    color: var(--white);
}
.pricing-button h5{
      font-size: 12px;
 color: #aeb8ca;
  white-space: nowrap;
  text-align: center;
}
.frequently-asked-section{
    font-family: sans-serif;
  background-color: #f7f9fb;
}
.frequently-asked-header{
    text-align: center;
    margin-bottom: 26px;
}
.frequently-asked-header h2{
      font-size: 30px;
    color: #222222;
    font-weight: bold;
    margin: 0;
}
.asked-questions {
    border: 1px solid #111b320d;
    padding: 16px;
    border-radius: 15px;
    margin: 15px auto;
    width: 70%;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .05);
    background: #ffffff;
}
.asked-questions h5 {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    font-family: sans-serif;
    margin: 0;
    margin-bottom: 10px;
}
.asked-questions:last-child{
  margin: 0 auto;
}
.asked-questions:first-child{
  margin: 0 auto;
}
.asked-questions p {
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    font-family: sans-serif;
    margin: 0;
    width: 100%;
    line-height: 1.4;
}
.ttc-alertspy-page .what-is-pmt-header-text p{
  width: 76%;
}
.workspace-section{
    background: linear-gradient(
    90deg,
    rgba(64, 145, 200, 1) 0%,
    rgba(29, 90, 132, 1) 100%
  );
}
.workspace-content{
       text-align: center;  
}
.workspace-content h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 20px;
    width: 70%;
    margin: 0 auto;
}
.workspace-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: sans-serif;
    width: 48%;
    line-height: 1.7;
    margin: 0 auto;
}
.workspace-two-buttons {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
        margin: 20px auto 0 auto;
}
.workspace-button1 {
    background:var(--white);
    color: var(--blue);
    font-size: 18px;
    font-weight: 500;
    border: 0;
    padding: 7px 40px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    line-height: 36px;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.workspace-button1::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--orange);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.workspace-button1:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.workspace-button1:hover{
color: var(--white);
}
.workspace-button2 {
    background: transparent;
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    border: 2px solid var(--white);
    padding: 7px 40px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    line-height: 33px;
    height: 50px;
}

.workspace-button2::before {
    content: "";
    height: 300px;
    width: 400px;
    background: var(--orange);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.workspace-button2:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.workspace-button2:hover {
    border-color: var(--orange);
    color: var(--white);
}
.extra-pmt-action-section-title h2 {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
}
.pricing-card .container{
  width: 100%;
}
  .extra-pmt-action .owl-nav{
    display: none;
  }
@media(min-width:768px) and (max-width:1200px){
  .workspace-content p{
    width: 70%;
  }
  .pmt-hero-inner-part p{
    width: 80%;
  }
  .pmt-hero-inner-part h1 span{
    font-size: 28px;
  }
}
@media(max-width:991px){
  .what-is-pmt-header-text h2, .pmt-powerfull-features h2, .how-pmt-works-header h2, .why-choose-content h2, .pmt-action-section-title h2, .pricing-title h2, .pricing-content h2, .frequently-asked-header h2, .workspace-content h2{
    font-size: 24px;
    margin: 0;
  }
.how-pmt-works-header p, .pmt-action-section-title p, .pricing-title p, .workspace-content p, .pmt-hero-inner-part p, .why-choose-content p, .extra-pmt-action-section-title p{
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 1.5;
  }
  .pmt-powerfull-features p{
      font-size: 14px;
      padding-bottom: 0;
    line-height: 1.5;
  }

}
@media (max-width: 767px) {
  .pricing-card {
    padding: 25px;
    gap: 25px;
  }
    .pmt-powerfull-features-feature-cards, .ttc-buzylist-page .pmt-powerfull-features-feature-cards, .ttc-alertspy-page .pmt-powerfull-features-feature-cards {
  min-height: auto !important;
}
  .pricing-content h3 {
    font-size: 19px;
  }
  .pmt-action {
    padding: 50px 0;
  }
  .how-pmt-works-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ttc-alertspy-page .how-pmt-works-cards{
    grid-template-columns: repeat(2, 1fr);
  }
  .ttc-buzylist-page .extra-pmt-action-section-title h2{
    padding-bottom: 0;
  }
   .ttc-buzylist-page .pricing-content li{
    margin-bottom: 12px;
  }
  .ttc-buzylist-page .how-pmt-works-boxes h5{
            line-height: 1.5;
  }
    .ttc-alertspy-page .pricing-content li{
    margin-bottom: 12px;
  }
    .ttc-alertspy-page .extra-pmt-action-section-title h2{
    padding-bottom: 0;
  }
 .ttc-alertspy-page .pricing-inner-content{
  gap: 0;

  }

 .how-pmt-works-boxes {
    text-align: center;
    border: 1px solid #d5edf5;
    padding: 16px;
    border-radius: 14px;
         background: linear-gradient(135deg, #ffffff 0%, #fcfdfe 40%, #f7f9fb 100%);
}
  .how-pmt-works-box {
    margin: 0 auto 5px;
  }

  .how-pmt-works-box span {
    font-size: 18px;
  }

  .how-pmt-works-box.active {
    background: #e5f6fd;
  }

  .how-pmt-works-boxes h5 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #222222;
    margin-top: 5px;
  }

  .how-pmt-works-boxes p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #222222;
  }
  .section-title h2 {
    font-size: 24px;
  }

  .pmt-action-image {
    margin-bottom: 20px;
  }
  .workspace-content h2{
    width: 100%;
  }
  .workspace-content p{
    width: 80%;
  }
   .pmt-hero-inner-part h1 span{
    font-size: 24px;
   }
   .what-is-pmt-header-text p{
    font-size: 14px;
    line-height: 1.5;
   }
  .workspace-content p{
    padding-bottom: 0;
  }
  .why-choose-content p {
    padding-bottom: 0;
  }
  .pmt-powerfull-features-feature-cards h5 {
  font-size: 16px;
}
  .why-choose-list h4{
    font-size: 16px;
  }
  .pmt-hero-fill-button1{
    font-size: 16px;
  }
  .pmt-hero-fill-button2{
    font-size: 14px;
  }
  .pricing-button a {
    font-size: 14px;
    margin-bottom: 10px;
  }
 .asked-questions h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .workspace-button1{
    font-size: 14px;
  }
    .workspace-button2{
    font-size: 14px;
  }
  .pmt-powerfull-features-header, .how-pmt-works-header, .pmt-action-section-title, .pricing-title, .frequently-asked-header{
    margin-bottom: 10px;
  }
    .pmt-action {
        display: none;
    }
.pmt-action-image1 {
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 15px;
}

.pmt-action-image1 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.pmt-action-image1:hover img{
  transform: scale(1.04);
} 
.extra-part{
    background-color: #f7f9fb;
}
.extra-pmt-action-section-title {
  text-align: center;
  margin-bottom: 20px;
}
.extra-pmt-action-section-title h2 {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
}

.extra-pmt-action-section-title p {
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  line-height: 1.7;
  font-family: sans-serif;
  margin: 0;
  padding-bottom: 0px;
}
  .asked-questions p{
    width: 100%;
    font-size: 14px;
  }
 .pmt-hero-inner-part p{
    width: 70%;
  }
  .what-is-pmt-header-text p{
    width: 55%;
  }

  .extra-pmt-action .pmt-action-image1 {
        width: 100%;
        aspect-ratio: 5 / 3;
        overflow: hidden;
    }

    .extra-pmt-action .pmt-action-image1 img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .extra-pmt-action .owl-nav {
        position: relative !important;

        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;

        width: 100% !important;
        height: 38px !important;
        padding: 0 !important;

        display: flex !important;
        justify-content: center !important;
        align-items: center !important;

        gap: 12px !important;

        transform: none !important;
    }

   .extra-pmt-action .owl-nav button.owl-prev,
    .extra-pmt-action .owl-nav button.owl-next {
        width: 38px !important;
        height: 38px !important;

        min-width: 38px !important;
        min-height: 38px !important;

        padding: 0 !important;
        margin: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        background: #555555 !important;
        color: #ffffff !important;

        border: none !important;
        border-radius: 50% !important;

        font-size: 24px !important;
        line-height: 1 !important;

        box-shadow: none !important;
    }

    .extra-pmt-action .owl-nav button.owl-prev span,
    .extra-pmt-action .owl-nav button.owl-next span {
        color: #ffffff !important;
    }

    .extra-pmt-action .owl-nav button.owl-prev:hover,
    .extra-pmt-action .owl-nav button.owl-next:hover {
        background: #444444 !important;
        color: #ffffff !important;
    }

.extra-pmt-action.carousel-loading {
    visibility: hidden !important;
}

}



@media (max-width: 575px) {
  .pricing-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-button {
    margin-top: 5px;
  }
  .pricing-card{
    margin: 0 10px;
  }
  .pricing-inner-content{
    flex-direction: column;
            align-items: start;
  }
  .ttc-buzylist-page .pmt-hero-section-buttons{
  flex-direction: column;
}
.what-is-pmt-header-text {
    display: block;
    width: 100%;
    margin-left: 0;
}
.what-is-pmt-header-text p{
  margin: 0;
}
}
/* @media(max-width:1920px){
  .workspace-content p{
    width: 40%;
  }
}
@media(max-width:1366px){
  .workspace-content p{
    width: 50%;
  }
} */
@media (max-width: 991px) {
      section {
    padding: 25px 0;
  }
  .PMT-product-hero-section {
    padding: 30px 0;
  }
  .what-is-pmt-section{
    padding-top: 40px;
  }
  .why-choose-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .how-pmt-works-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
 .asked-questions{
    width: 100%;
  }
  .asked-questions p{
    width: 100%;
  }
  .pmt-hero-inner-part p{
    width: 80%;
  }
  .what-is-pmt-header-text p{
    width: 80%;
  }
  .frequently-asked-header h2{
    margin-bottom: 10px;
  }
  .workspace-content h2 {
    width: 100%;
  }
}
@media(max-width:375px){
      .how-pmt-works-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
}
@media(max-width:400px){
      .workspace-two-buttons{
        flex-direction: column;
        gap: 10px;
    }
    .what-is-pmt-section{
      padding-top: 40px;
    }

}
@media(max-width:767px){
  /* .pmt-hero-inner-part p{
    width: 100%;
  } */
  .what-is-pmt-header-text p{
    width: 100%;
  }
  .ttc-alertspy-page .what-is-pmt-header-text p{
    width: 100%;
  }
}
@media(max-width:480px){
    .pricing-content h2{
        width: 100%;
    }
    .pricing-content p{
        width: 100%;
    }
    .pmt-hero-section-buttons{
        flex-direction: column;
    }
      .workspace-content p{
    width: 100%;
  }
    .pricing-card img {
    position: absolute;
    top: 10px;
    right: 5px;
    height: 70px;
    width: 70px;
}
.workspace-two-buttons {
    flex-direction: column;
    gap: 20px;
}
.pmt-hero-section-buttons{
  gap: 15px;
}
}





.extra-pmt-action .item {
    width: 100%;
}

.extra-pmt-action .pmt-action-image1 {
    width: 100%;
}

.extra-pmt-action .pmt-action-image1 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
      transition: all 0.3s ease;
}
.extra-pmt-action .pmt-action-image1:hover img {
  transform: scale(1.04);
}
.extra-pmt-action .pmt-action-image1{
  border-radius: 15px;
  overflow: hidden;
}
.extra-pmt-action .owl-dot{
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
     background: #d9d9d9 !important;
    margin: 5px !important;
     transition: all 0.3s ease;
}
.extra-pmt-action .owl-dot.active {
    background: #222222!important;
}
.extra-pmt-action .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
@media(max-width:991px){
    .extra-pmt-action .owl-dots{
  display: none;
}
  .extra-pmt-action-section-title{
    margin-bottom: 20px;
  }
  .workspace-content p{
    padding-bottom: 0;
  }
}
@media(min-width:768px) and (max-width:991px){
      .extra-pmt-action .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
      }
}



.features-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 0px;
}
 .ttc-alertspy-page .features-cards{
  grid-template-columns: repeat(4,1fr);
  margin-top: 0;

 }
.feature-card {
    position: relative;
    padding: 20px;
    border: 1px solid #e2e9f5;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    transition: .3s ease;
    min-height: 200px;
}
.ttc-alertspy-page .feature-card{
  min-height: 220px;
}
.ttc-buzylist-page .feature-card{
  min-height: 220px;
}
 .feature-card img{
  height: 30px;
  width: 30px;
 }
.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(30, 80, 150, 0.12);
}

.feature-card.active {
      background: var(--blue);
    color: #fff;
    border: none;
}
 
.icon-box {
    width: 64px;
    height: 64px;
    border-radius: 15px;
    background: #e5f0ff;
    color: #1472df;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.feature-card h3 {
    font-size: 18px;
    margin: 10px 0 5px;
    color: #222222;
    line-height: 1.2;
}
.feature-card.active h3 {
    color: #fff;
}
 
.card-text {
    font-size: 16px;
    color: #222222;
    /* margin-bottom: 8px; */
    /* font-family: sans-serif; */
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    line-height: 1.5;
}
 
.feature-card.active .card-text {
    color: rgba(255,255,255,.9);
}

.card-text.show-more {
    display: block;
}
 
.read-more {
    border: 0;
    background: transparent;
    color: #4091c8;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    cursor: pointer;
    display: none;
}
 
.feature-card.active .read-more {
    color: #fff;
}

.feature-card.active .arrow {
    background: rgba(255,255,255,.2);
    color: #fff;
}
  @media(max-width:1920px){
  .ttc-buzylist-page .pmt-powerfull-features-feature-cards{
    min-height: 250px;
  }
      .ttc-alertspy-page .pmt-powerfull-features-feature-cards{
    min-height: 250px;
  }
 }
  @media(max-width:1400px){
  .ttc-buzylist-page .pmt-powerfull-features-feature-cards{
    min-height: 280px;
  }
    .ttc-alertspy-page .pmt-powerfull-features-feature-cards{
    min-height: 280px;
  }
 }
 @media(min-width:992px) and (max-width:1199px){
  .why-choose-image{
    margin-top: 40px;
  }
      .ttc-buzylist-page .pmt-powerfull-features-feature-cards {
        min-height: 230px;
    }
    .ttc-alertspy-page .pmt-powerfull-features-feature-cards {
        min-height: 230px;
    }
}
@media (max-width: 991px) {
  .ttc-alertspy-page .pmt-powerfull-features-feature-cards{
    min-height: 240px;
  }
    .ttc-buzylist-page .pmt-powerfull-features-feature-cards {
        min-height: 200px;
    }
    .features-cards {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 0;
    }
     .ttc-alertspy-page .features-cards{
  margin-top: 30px;
          grid-template-columns: repeat(2,1fr);
 }
      .ttc-buzylist-page .features-cards{
  margin-top: 30px;
 }
     .what-is-pmt-header-text h2{
    top: -20px;
    left: 17px;
  }
     .ttc-buzylist-page .feature-card{
    min-height: auto;
  }
}
 @media(max-width:767px){
    .feature-card h3{
    font-size: 16px;
  }
  .card-text{
    font-size: 14px;
  }
  .ttc-alertspy-page .feature-card{
    min-height: 100%;
  }
  .feature-card{
    min-height: 100%;
  }
  

 }
@media (max-width: 575px) {
    .features-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
      .ttc-alertspy-page .features-cards{
          grid-template-columns: 1fr;
 }
    .feature-card {
        padding: 25px;
    }
}





