input:focus-visible {
    outline: none;
}
html {
    scroll-behavior: smooth;
  }

  .pp-hero-section .image-block img{
    max-height: 530px;
  }
/* pricing section */
.pt-80 {
    padding-top: 80px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.primary-btn{
    background: #25203f;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 10px 22px;
    text-decoration: none;
    border: 2px solid #25203f;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}
.primary-btn:hover{
    background-color: transparent;
    color: #25203f;
}
.wrap-main-title h2 {
    font-size: 22px;
}
.pp-social-pricing-withtab {
    padding-top: 80px;
}
.wrap-main-title {
    border-bottom: 1px solid;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.wrap-pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}
.pricing-items {
    text-align: center;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 25px 16px;
    transition: all 0.5s ease-in-out;
}
.pricing-items:hover{
    box-shadow: 0 0 24px rgb(37 32 63 / 8%);
}
.pricing-items:nth-child(even){
  background-color: #f5f5f5;  
} 
.pricing-items ul {
    list-style: none;
    padding: 50px 0 30px;
}
.pricing-items ul li {
    margin-top: 10px;
}

.tab-panel li .content-holder {
    display: none;
}

.tab-panel li.active .content-holder {
    display: block;
}
.tab-panel> ul {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.tab-panel> ul li{
    list-style: none;
}
.tab-panel> ul li a{
    cursor: pointer;
    display: inline-block;
    color: #25203f;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    padding: 12px 30px;
    text-decoration: none;
    border: 2px solid #f5f5f5;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}
ul#tabs-nav li.active a ,ul.tabs-nav li.active a{ 
    color: #fff;
    background: #25203f;
    border-color: #25203f;
}

.pp-social-pricing-withtab .wrap-main-title{
    margin-bottom: 50px;
}
.pricing-items h4 {
    margin-bottom: 25px;
}
.pricing-items h3 {
    font-weight: 500;
    margin-bottom: 5px;
}
.pricing-items ul li:first-child {
    font-weight: 600;
}
/* pricing section End*/

/* banner section */
.pp-hero-section {
    padding: 160px 0 100px;
}
.pp-hero-section .wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.pp-hero-section .text-block ,
.pp-hero-section .image-block{
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.pp-hero-section .image-block img{
    display: block;
}
.pp-hero-section .wrapper ul{
    list-style: none;
    margin-top: 30px;
}

.pp-hero-section .wrapper ul li{
    margin-top: 8px;
    background-image: url(../images/icons/correct-icon.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 26px;
    background-position: top 4px left;
}
.pp-hero-section  .buttons-wrapper {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* icons-section */
.pp-text-icons-section {
    padding: 30px 0;
    background: #f5f5f5;
}
.pp-text-icons-section .wrapper .image-block img {
    width: 50px;
}
.pp-text-icons-section .icon-item-block h6{
    font-size: 14px;
}
.pp-text-icons-section .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.pp-features-section .wrapper{
    display: flex;
    flex-wrap: wrap;
}
.pp-features-section  .item-icon-block {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0;
}
.pp-features-section  .item-icon-block .wrap-icon{
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 24px rgb(37 32 63 / 8%);
    overflow: hidden;
    padding: 30px;
    height: 100%;
}
.pp-features-section .item-icon-block .wrap-icon .icon-block{
    flex: none;
}
/* icons-section */
.pp-custom-packs .wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    align-items: center;
}
.pp-custom-packs {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pp-custom-packs .image-block ,.pp-custom-packs .form-block{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 16px;
}
.pp-newsletter-block .form-block form{
    display: flex;
    justify-content: center;
}
.pp-newsletter-block .box {
    background: #f5f5f5;
    padding: 60px 15px;
}   
.form-block form input {
    height: 50px;
    padding: 10px;
}
.pp-text-block ul ,.pp-text-block ol{
    padding-left: 1.2em;
}
.pp-text-block ul li ,.pp-text-block ol li{
    margin-top: 5px;
}
.pp-newsletter-block .form-block {
    margin-top: 30px;
}
.pp-newsletter-block .form-block form input[type="email"] {
    width: 260px;
    font-size: 16px;
    padding: 10px 15px;
    border:  0;
}
.pp-newsletter-block .form-block form input[type="submit"] {
    background: #25203f;
    border-radius: 0;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 10px 30px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.pp-newsletter-block .form-block {
    margin-top: 30px;
}
.pp-text-block .quote-block {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 15px 20px;
    border-left: 5px solid #000;
}
.pp-text-block .quote-block p:last-child {
    margin: 0;
}
.pp-text-block {
    padding-bottom: 35px;
}
.pp-text-block img {
    display: block;
    margin: 40px auto;
}
.pp-text-block  h6 {
    margin-bottom: 10px;
}
.form-block form input[type="email"] {
    width: 260px;
    font-size: 16px;
    padding: 10px 15px;
}
.form-block form input[type="submit"] {
    background: #25203f;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 10px 30px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
input:focus-visible {
    outline: none;
}
.pp-text-block p,
.pp-text-block .quote-block,
.pp-text-block ul {
    margin: 0 0 20px 0;
}
.pp-text-block h3 {
    margin-bottom: 15px;
}
.pp-newsletter-block {
    margin-bottom: 60px;
}
.pp-text-block a {
    color: #000;
    text-decoration: underline;
}
.pp-social-icon .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.pp-social-icon {
    padding: 60px 0;
}
.pp-social-icon .social-media-item h5 a{
    color: inherit;
    font-size: 18px;
}
.pp-social-icon .social-item-wrap {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0;
}
.pp-social-icon .social-media-item{
    padding: 30px;
    background-color: #f5f5f5;
    text-align: center;
}
.pp-social-icon .wrap-title h2 {
    font-size: 26px;
}
/* responsive css */
@media (max-width:1399px) {
    .pp-text-icons-section .wrapper{
        justify-content: center;
    }
    .pp-social-icon .social-media-item{
        padding: 16px;
    }
}
@media (max-width:1024px){
    .pp-custom-packs .image-block{
        flex: 0 0 40%;
        max-width: 40%;
    }
    .pp-custom-packs .form-block{
        flex: 0 0 60%;
        max-width: 60%;
    }
}
@media (max-width:991px) {
    .pp-custom-packs .image-block, .pp-custom-packs .form-block{
        flex: 0 0 100%;
        max-width: 100%; 
    }
    .pp-custom-packs .image-block{
        margin-bottom: 30px;
    }
    .pricing-items{
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 30px;
    }
    .pp-social-icon .social-item-wrap {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin: 10px 0;
    }
    .pp-features-section .item-icon-block{
        flex: 0 0 100%;
        max-width: 100%;
    } 
    .pp-custom-packs .wrapper{
        margin: 0;
    }
    .pp-hero-section .text-block, .pp-hero-section .image-block{
         flex: 0 0 100%;
        max-width: 100%;

    }
    .pp-hero-section .wrapper{
        gap: 30px;
    }
}
@media (max-width:575px) {
    .pt-80 {
        padding-top: 60px;
    }
    .pricing-items ,.pp-custom-packs .image-block, .pp-custom-packs .form-block ,
    .pp-social-icon .social-item-wrap{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pp-social-icon .social-item-wrap,
    .pp-custom-packs .image-block, .pp-custom-packs .form-block{
        padding: 0;
    }
    .pp-hero-section {
        padding: 90px 0 50px;
    }
    .pp-features-section .item-icon-block .wrap-icon{
        flex-direction: column;
    }
    .pp-social-pricing-withtab {
        padding-top: 60px;
    }
    .pp-social-icon .wrapper {
        margin: 0
    }
    ul#tabs-nav li a{
        padding: 12px 20px;
    }
    .pp-custom-packs .form-block .input-block{
        width: 100%;
    }
}