@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
/* Main file css start */

.ptxc-text-center{
    text-align: center;
}

.ptxc-text-right{
    text-align: right;
}

.ptxc-pt-1{
    padding-top: 10px;
}
.ptxc-pt-2{
    padding-top: 20px;
}
.ptxc-pt-3{
    padding-top: 30px;
}
.ptxc-pt-4{
    padding-top: 40px;
}
.ptxc-pt-5{
    padding-top: 50px;
}
.ptxc-pb-5{
    padding-bottom: 50px;
}

/* Custom Grid System */

.ptxc-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px; 
  }
  
  .ptxc-row::after {
    content: "";
    display: table;
    clear: both;
  }
  
  .ptxc-col-1 {
    width: 8.33%; 
    float: left;
  }
  
  .ptxc-col-2 {
    width: 16.66%; 
    float: left;
  }
  
  .ptxc-col-3 {
    width: 25%; 
    float: left;
  }
  
  .ptxc-col-4 {
    width: 33.33%; 
    float: left;
  }
  
  .ptxc-col-5 {
    width: 41.66%; 
    float: left;
  }
  
  .ptxc-col-6 {
    width: 50%; 
    float: left;
  }

.ptxc-box-switch {
    width: 30%;
    margin: 0;
    margin-top: 2px;
}

.ptxc-box-heading {
    width: calc(70% - 35px);
    padding-left: 35px;
}

.ptxc-box-heading-without-ribbon {
    width: calc(70% - 5px);
    padding-left: 5px;
}

.ptxc-search {
    justify-content: right;
}
  
  .ptxc-col-7 {
    width: 58.33%; 
    float: left;
  }
  
  .ptxc-col-8 {
    width: 66.66%; 
    float: left;
  }
  
  .ptxc-col-9 {
    width: 75%; 
    float: left;
  }
  
  .ptxc-col-10 {
    width: 83.33%;
    float: left;
  }
  
  .ptxc-col-11 {
    width: 91.66%; 
    float: left;
  }
  
  .ptxc-col-12 {
    width: 100%; 
    float: left;
  }
  

/* Main file css end */


/* toggle button css start*/

.switch {
    position: relative;
    display: inline-block;
    width: 40px; /* Adjusted width */
    height: 20px; /* Adjusted height */
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 10px; /* Adjusted border radius */
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px; /* Adjusted height */
    width: 16px; /* Adjusted width */
    left: 4px; /* Adjusted position */
    bottom: 2px; /* Adjusted position */
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }
  
  input:checked + .slider {
    background-color: #00916C;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #00916C;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(16px); /* Adjusted position */
    -ms-transform: translateX(16px); /* Adjusted position */
    transform: translateX(16px); /* Adjusted position */
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 20px; /* Adjusted border radius */
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
/* toggle button css end */

.ptxc-logo img{
    width: 15%;
}

.ptxc-main-heading h2{
    margin: 0px;
    font-weight: 500;
}

.ptxc-search input{
  width: 100%;
  padding: 5px 20px 5px 40px;
}

.ptxc-search input:focus {
    border: 2px solid #D3D3D3;
    box-shadow: unset;
    outline: none;
}


.ptxc-main-box{
    background-color: white;
    border: 1px solid #dfdfdf;
    border-radius: 08px;
    padding-top: 10px;
    padding-left: 0;
    height: 120px;
    padding-right: 20px;
    margin: 7px;
}

.ptxc-main-box p{
    font-size: 13px;
    color: #adadad;
    margin: 0px;
    margin-top: 3px;
    line-height: 20px;
}

.ptxc-paragraph a {
    color: #079271;
    text-decoration: auto;
}

.ptxc-paragraph a:hover {
    color: #079271;
    text-decoration: underline;
}
.ptxc-card a{
    font-size: 14px;
    color: #000;
    margin: 0px;
    margin-top: 3px;
    padding: 0;
    line-height: 20px;
    cursor: pointer;
}

.ptxc-card a:hover {
    color: #01af83;
}
.ptxc-main-box h4{
    font-size: 16px;
    color: #000;
    margin: 0px;
    margin-top: 3px;
    margin-bottom: 10px;
    line-height: 20px;
}
.ptxc-main-box span{
    font-size: 13px;
    color: #adadad;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 7px;
}


/* Card Corner Css Start */
.ptxc-main-box {
  position:relative;
  float:left;
}
.ptxc-ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px; 
  text-align: left;
}
.ptxc-ribbon span {
  font-size: 10px;
  color: #fff; 
  text-transform: uppercase; 
  text-align: center;
  font-weight: bold; line-height: 17px;
  transform: rotate(-45deg);
  width: 80px; display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 11px; left: -21px;
}
.ptxc-ribbon span::before {
  content: '';
  position: absolute; 
  right: 0px; top: 90%;
  z-index: -100;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}



.ptxc-green span {background: linear-gradient(#01c392 0%, #00916C 100%);}
.ptxc-green span::before {border-left-color: #00916C; border-top-color: #00916C;}
.ptxc-green span::after {border-right-color: #00916C; border-top-color: #00916C;}

/* Card Corner Css End */

.ptxc-bth-div{
  background-color: #00916C40;
  display: inline;
  padding: 7px 4px;
  border-radius: 125px;
}

.ptxc-cancel-btn{
  background: none;
  border: none;
  font-size: 15px;
  padding: 5px 0px;
  width: 110px;
  font-family: poppins;
  cursor: pointer;
  color: #00916C;
  font-weight: 500;
  border-radius: 100px 0px 0px 100px;
  box-shadow: 1px 2px 1px rgba(0,0,0,1);
}
.ptxc-cancel-btn:active{
  box-shadow: none;
}
.ptxc-save-btn{
  background: #00916C;
  border: none;
  font-size: 15px;
  color: white;
  font-family: poppins;
  cursor: pointer;
  padding: 4px 0px;
  width: 110px;
  font-weight: 500;
  border-radius: 0px 100px 100px 0px;
  box-shadow: 1px 2px 1px rgba(0,0,0,1);
}
.ptxc-save-btn:active{
  box-shadow: none;
}

.ptxc-cumstom-margin{
  margin-top: 32px;
  padding-right: 5px;
}

.ptxc-mx{
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 30px;
}



.ptxc-paragraph {
  overflow: hidden;
  max-height: 25px; /* Set the desired max height */
  transition: max-height 0.5s ease-in-out;
}
.ptxc-card .ptxc-paragraph {
  max-height: 45px; /* Set the desired max height */
}
.ptxc-not-shortcode .ptxc-paragraph {
  max-height: 25px; /* Set the desired max height */
}
.ptxc-paragraph.expanded {
  overflow: visible;
  max-height: none;
}
.ptxc-main-heading p {
  margin: 0px;
  font-size: 12px;
}


.ptxc-input-grp{
  display: flex;
  flex-flow: row;
  width: 100%;
  margin: auto;
  align-content: center;
  align-items: flex-end;
}

.ptxc-input-grp label {
    padding-bottom: 8px;
    padding-left: 5px;
}

.ptxc-btn-copy {
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ptxc-formcontrol{
  background-color: transparent !important ;
}
.ptxc-floating-input, .ptxc-floating-select{
  width: 71%;
}


/* Responsive media queries */

@media (max-width: 1012px) {
    
  .ptxc-col-4 {
    width: 50%;
  }

}

@media(max-width: 680px) {
 
  .ptxc-floating-input, .ptxc-floating-select {
    width: 54%;
  }

  .ptxc-col-4, .ptxc-col-6 {
    width: 100%; 
  }
  .ptxc-cumstom-margin {
    text-align: center;
  }
  .ptxc-panel{
    padding: 35px 20px;
}
.ptxc-main-box{
  height: 120px;
}
}
@media(max-width: 768px) {
 
  .ptxc-search{
    justify-content: center;
    padding-top: 20px;
  }
  .ptxc-div-media{
    text-align: center;
  }
  .ptxc-mx{
    padding-top: 26px;
  }
  .ptxc-main-row-media{
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .ptxc-col-6 {
    width: 100%;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 5px;
  }

  .ptxc-floating-input, .ptxc-floating-select {
    width: 54%;
  }


.ptxc-activation-content .ptxc-box-heading{
 width: calc(65% - 25px);
 text-align: left;
}

.ptxc-activation-content .ptxc-box-heading-without-ribbon {
    width: 70%;
}
  .ptxc-activation-content .ptxc-box-switch{
 width:30%;
 margin: 0px;
}
.ptxc-activation-content .ptxc-main-box {
    padding: 10px;
    padding-top: 15px;
}
  .ptxc-main-heading {
    margin-top: 0px;
  }
  .ptxc-main-heading h2{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ptxc-search{
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .ptxc-logo{
    width: 50% !important;
  }
  .ptxc-col-2 {
    width: 100%;
  }
  .ptxc-col-10 {
    width: 100%;
  }
}
