.main-banner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
    padding: 168px 24px !important;
    padding-bottom: 0px !important;
}
.pricing-head {
    color: #000;
    text-align: center;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
    line-height: 48px;
    margin-bottom:16px;
}
p.pricing-desc {
    color:  #717171;
    text-align: center;
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    margin-bottom:64px;
}
.tab {
    overflow: hidden;
   max-width: 947px;
   margin: 40px auto 64px auto;
   display:flex;
   justify-content: center;
}
.tab button {
    text-decoration: none;
    color: #707070;
    outline: none;
    /* font-family:'avenir_next_worldmedium', 'Verdana'; */
    font-family:'avenir_next_worlddemi', 'Verdana';
    font-size: 16px;
    line-height:24px;
    border-radius: 8px;
    font-weight: normal;
    margin-left: 32px;
    width: 160px;
    height: 48px;
    text-align: center;
    background: #ffffff !important;
    border: 1px solid #707070;
}
.tab button:hover {
    background-color: #5442C7 !important;
    color: #fff !important;
  }

/* Create an active/current tablink class */
.tab button.active {
    background-color: #5442C7 !important;
    color: #fff !important;
  }
.main-price-table{
    max-width:1120px;
    margin:auto;
    display:flex;
    justify-content: center;
    align-items: stretch;
    gap:32px;
}
.pyp-pricing{
    width:353px;
    border-radius: 8px;
    background: #FFF;
    padding:56px 44px 40px 44px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-top:8px solid #fff;
}

.pyp-pricing-title{
color:#222;
font-family:'avenir_next_worldbold', 'Verdana';
font-size: 24px;
font-style: normal;
font-weight: normal;
line-height: 32px;
margin-bottom:8px;
}
.pyp-pricing-content{
color: #717171;
font-family:'avenir_next_worldmedium', 'Verdana';
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 24px;
padding-bottom:32px;
border-bottom:1px solid #E6E6E6;
}
.pricing-features-wrapper{
    margin-top:16px;
}
.pricing-features{
    display:flex;
    justify-content: flex-start;
    align-items:flex-start;
    gap:8px;
    margin-bottom:16px;
}
.pricing-features-title{
color:  #222;
font-family:'avenir_next_worldbold', 'Verdana';
font-size: 16px;
font-style: normal;
font-weight: normal;
line-height: 24px;
margin-top:32px;
}
.features-icon img{
    width:16px;
}
.features-content{
color:  #222;
font-family:'avenir_next_worldmedium', 'Verdana';
font-size: 16px;
font-style: normal;
font-weight: normal;
line-height: 28px;
}
.contact_btn{
display: flex;
width: 264px;
height: 48px;
padding: 13px 16px;
justify-content: center;
align-items: center;
gap: 24px;
flex-shrink: 0;
color: #000;
text-align: center;
font-family:'avenir_next_worlddemi', 'Verdana';
font-size: 16px;
font-style: normal;
font-weight: normal;
line-height: 24px;
border-radius: 8px;
border: 1px solid  #000;
background:  #FFF;
margin-top:48px;
}
.contact_btn:hover{
    background:#000;
    color:#fff;
}
.mobile-products-cards{
    display:none;
}
.talk-us-main{
    margin-top:64px;

}
.independent_pricing_btn{
    /* width:134px; */
    width:314px;
    display: flex;
    justify-content:center;
    align-items: center;
    margin:auto;
height: 48px;
padding: 12px 16px;
justify-content: center;
align-items: center;
gap: 24px;
border-radius: 8px;
background:  #000;
color:  #FFF;
text-align: center;
font-family:'avenir_next_worlddemi', 'Verdana';
font-size: 16px;
font-style: normal;
font-weight: normal;
line-height: 24px;
}
.independent_pricing_btn:hover{
    opacity:0.8;
    color:#fff;
}
.pricing-gradient-wrapper{
    display:flex;
    justify-content: center;
    align-items: center;
    z-index:-1;
}
.pricing-gradient-desk {
    width:100%;
    position:absolute;
    top:200px;
    left:0;
    z-index:-1;

}
.pyp-pricing2 .pricing-features-wrapper, .pyp-pricing3 .pricing-features-wrapper,
.myp-pricing2 .pricing-features-wrapper, .myp-pricing3 .pricing-features-wrapper{
    margin-top: 16px;
}
.pricing-features-plus{
    font-size: 23px;
    display: inline;
    margin-left: 90px;
    margin-top: 20px;
    position: relative;

}
@media screen and (min-width: 1024px){

    .mobile-products-cards {
        display: none !important;
    }
    .pyp-pricing3{
        border-top:8px solid #CDC7FF;
    }
    }
 
/* Large Device only (1024 < Width <= 1439) */ 
@media (max-width:1439px) and (min-width:1025px){ 
    .pricing-head{
        font-size:36px;
        line-height:44px;
    }
    .fold_title, .cta_content_wrapper h3, .testimonial-title,  .logo-title, .faq-title{
        font-size:28px;
        line-height:36px;
    }
    button.accordion{
        font-size:16px;
        line-height:24px;
    }
} 
/*  Medium Device Only (768 <= Width <= 1024) */ 
@media (max-width:1024px) and (min-width:768px){
    .pricing-head{
        font-size:32px;
        line-height:40px;
    }
    .fold_title, .cta_content_wrapper h3, .testimonial-title,  .logo-title, .faq-title{
        font-size:28px;
        line-height:36px;
    }
    button.accordion{
        font-size:16px;
        line-height:24px;
    }
 } 
/* Small Device only (Width <= 767) */ 
@media (max-width:767px){
    .pricing-head{
        font-size:28px;
        line-height:36px;
    }
    .fold_title, .cta_content_wrapper h3, .testimonial-title,  .logo-title, .faq-title{
        font-size:24px;
        line-height:32px;
    }
    button.accordion{
        font-size:16px;
        line-height:24px;
    }
    .contact_btn_div{
        width:100%;
    }
    .contact_btn{
        width:100%;
    }
 }


 @media(max-width:767px){
    #tab-mb{
        display:flex !important;   
        padding-top: 16px;    
         padding-bottom: 10px;
         margin: 80px 0 0px 0 !important;
         box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
         position: sticky;
         top: 80px;
         background: #fff;
    }
    .pricing-gradient-desk{
        top: 380px;
    }
    .main-banner{
        padding: 46px 16px 0 16px !important;
    }
    .tab button{
        font-size: 14px;
        line-height: 20px;
        border: 1px solid #E6E6E6;
    border-radius: 0; 
       width: 109px;
       margin-left:0;
    }
    button.pyptablinks {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    button.dptablinks{
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .pyp-pricing{
        padding: 32px;
        width:100%;
        height: max-content !important;
    }
    .main-price-table{
        flex-direction: column;
        gap:16px;
    }
    .pyp-pricing-content{
        padding-bottom: 24px;
    }
    .pricing-features-wrapper{
        margin-bottom: 40px;
    }
    p.pricing-desc{
        padding-bottom: 68px;
        margin-bottom:0px;
    }
    .pricing-features-wrapper{
        margin-top: 24px;
    }
    .talk-us-main{
        margin-top: 48px;
    }
    .independent_pricing_btn{
        width: 92%;
    }
    .testimonial-title{
        padding: 55px 16px 0;
    }
    .contact_btn{
        margin-top: 0;
    }
 }

 @media(min-width:768px) and (max-width:1023px){
    .tab{
        display:none !important;
    }
    .pricing-head{
        padding: 0 40px;
    }
    #tab-mb{
        display:flex !important;       
         padding-bottom: 10px;
         padding-top: 16px;
         margin: 80px 0 0px 0 !important;
         box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);

    }
    .contact_btn_div {
        margin: auto;
    }
    .main-banner{
        padding: 46px 0px 0 0px !important;
    }
    .tab button{
        font-size: 12px;
        line-height: 20px;
        border: 1px solid #E6E6E6;
    border-radius: 0; 
       width: 109px;
       margin-left:0;
    }
    button.pyptablinks {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    button.dptablinks{
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .pyp-pricing{
        padding: 32px;
        width:100%;
        height: max-content !important;
    }
    .main-price-table{
        flex-direction: column;
        gap:24px;
        padding: 0 40px;
        background: linear-gradient(180deg, #FFF 0%, #E6E3FF 32.5%, #FFF 100%);

    }
    .pyp-pricing-content{
        padding-bottom: 24px;
    }
    .pricing-features-wrapper{
        margin-bottom: 40px;
        margin-top: 24px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .pricing-features{
        width:50%;
    }
    p.pricing-desc{
        padding: 0 40px 68px 40px;
        margin-bottom:0px;
    }
    .pricing-gradient-desk{
        display:none;
    }
    .talk-us-main{
        margin-top: 48px;
    }
    .logo-title{
        padding-top: 0px;
    }
    .carousel-container img{
        padding-right: 33px;
    }
    #tab-mb{
        position: sticky !important;
        top: 80px;
        background: #fff;
    }
    .contact_btn{
        margin-top: 0;
    }
 }
 @media(min-width:1024px) and (max-width:1366px){
    .main-banner{
        padding: 120px 24px 30px !important;
    }
    .main-price-table{
        gap:24px;
    }
    .pyp-pricing{
        width: 30%;
        padding: 26px 24px 40px 24px;
    }
    .talk-us-main{
        margin-top: 24px;
    }
 }