 .uniquebanner_pricing .bb-banner-wrapper{
       padding: 115px 15px 250px;   
 }
 .uniquebanner_pricing  .bb-banner-wrapper .bb_banner_left {
   
       margin-top: 70px;
 }
 .pricing_short {
    max-width: 300px;
    margin: 0 auto;
    font-size: 18px;
}

.pricing_new{
        padding: 0px 0 150px;
    margin-top: -190px;
    background: url(../images/digital-marketing-bg.webp) no-repeat;
    background-position: center bottom;
}
.pricing_wrapper {
    max-width: 1000px;
    margin: 0 auto; display: flex;
  flex-wrap: wrap;
    text-align: center;
}

.pricing_wrapper h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 7px;

}
.pricing_wrapper .pricing_left_top{
    padding: 30px 20px 10px;
    border-bottom: 1px solid #dddddd;
    background: url(../images/business-starter-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.pricing_wrapper .pricing_left_bottom {
    padding: 10px 20px 10px;    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    
}
.pricing_wrapper .pricing_right_top{
    padding: 30px 20px 10px;
    border-bottom: 1px solid #dddddd;
    background: url(../images/business-accelerator-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.pricing_left:nth-child(2n) .pricing_left_top{ background: url(../images/business-accelerator-bg.jpg);}


.pricing_wrapper .pricing_right_bottom {
    padding: 10px 20px 10px;
    
}
.pricing_wrapper h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
        position: relative;
    padding-left: 40px;
   
}

.pricing_wrapper h4.tools:before {
    background: url(../images/tools.webp);
    content: "";
    position: absolute;
    width:24px;
    height: 22px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0px;
    top: 3px;
}
.pricing_wrapper h4.megaphone:before {
    background: url(../images/megaphone.webp);
    content: "";
    position: absolute;
    width:24px;
    height: 22px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
}
.pricing_wrapper h4.server:before {
    background: url(../images/server.webp);
    content: "";
    position: absolute;
    width:24px;
    height: 22px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
}

.pricing_wrapper p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
}
.pricing_wrapper h3 span {
    color: #ff6600;
    font-weight: 800;
}
.pricing_left {
    width: 46%;
    margin: 2%;
     border: 0px solid #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -4px, rgba(0, 0, 0, 0.04) 0px 10px 10px -4px;
    border-radius: 20px;
    float: left;
}

.pricing_left:nth-child(2n) {
border: 1px solid #ff6600;
}

.pricing_right {
    width: 46%;
    margin: 2%;
    float: right;
    border: 1px solid #ff6600;    
    border-radius: 20px;
}
.pricing_wrapper ul
 {
   text-align: left;
}
.pricing_wrapper ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
    border-radius: 15px;
    line-height: normal;
    padding: 1px 10px 1px 30px;
    color:#444444;
    width: 100%;
}
.pricing_wrapper ul li:before {
    background: url(../images/circul.webp);
    content: "";
    position: absolute;
    width:5px;
    height: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    
}
.pricing_wrapper ul li.star{
    background: #ffefe5;
    width: fit-content;
    }
    .pricing_wrapper ul li.star:before{
    background: url(../images/star.webp);
   content: "";
    position: absolute;
    width:14px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 5px;
     top: 50%;
    transform: translateY(-50%);
    }
    .pricing_wrapper ul li.analytics{
    width: fit-content;
    }
    .pricing_wrapper ul li.map{
    width: fit-content;
    }
    .pricing_wrapper ul li.profile{
    width: fit-content;
    }
    .pricing_wrapper ul li.analytics:after{
    background: url(../images/Google-Analytics-Logo.webp);
   content: "";
    position: absolute;
    width:19px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: -21px;
    top: 4px;
    }
    .pricing_wrapper ul li.map:after{
    background: url(../images/map.webp);
   content: "";
    position: absolute;
    width:20px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    }
    .pricing_wrapper ul li.profile:after{
    background: url(../images/profile.webp);
   content: "";
    position: absolute;
    width:19px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    }
.pricing_wrapper .see-feature {
     position: relative;
     padding-left: 20px;
     font-size: 18px;
     font-weight: 600;
     color: #ff6600;
     cursor: pointer;
}

.pricing_wrapper .show_feature {
     position: relative;
     padding-left: 20px;
     font-size: 18px;
     font-weight: 600;
     color: #ff6600;
     cursor: pointer;
}
    
.pricing_wrapper .see-feature:before {
     position: absolute;
    content: "\2b";
    font-size: 15px;
    font-family: 'FontAwesome';
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    
}

.pricing_wrapper .show_feature:before {
     position: absolute;
    content: "\2b";
    font-size: 15px;
    font-family: 'FontAwesome';
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    
}
.pricing_wrapper .pricing_toggle_button {
    display: none;
}

.pricing_wrapper .pricing_left.active .see-feature:before {
    content: "\f068";
}
.pricing_wrapper .pricing_right.active .show_feature:before {
    content: "\f068";
}
    
.pricing-optional-add-ons {
    padding: 50px 0 140px;
    background-image: url(../images/btm-pattern-line.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.pricing-optional-add-ons .optional-add-ons_list{
    margin-bottom: 10px; 
}
   
.pricing-optional-add-ons .optional-add-ons_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 -1%;
}
.pricing-optional-add-ons .optional-add-ons_list ul li {
    list-style: none;
    padding: 10px 10px 10px 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -4px, rgba(0, 0, 0, 0.04) 0px 10px 10px -4px;
    border-radius: 10px;
    border: 1px solid #f6f3f3;
    margin: 1%;
    width: 31.33%;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.pricing-optional-add-ons .optional-add-ons_list ul li:before {
    background: url(../images/pricing-check.webp);
    content: "";
    position: absolute;
    width:16px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 18px;
    top: 50%;
    transform: translate(10px, 10px);
    transform: translateY(-50%);
    
}
.pricing-frequently-asked-question {
    padding: 0px 0 60px;
}

.pricing-frequently-asked-question_list h2 {
    margin-bottom: 0px;
}
.pricing-frequently-asked-question_list p{
color:#666666;
}
.pricing-frequently-asked-question_list p strong {
    font-size:18px;
    color:#000;
}
.pricing-frequently-asked-question_list aside
{
    margin-bottom: 50px;
}

.pricing-testimonials {
    background-image: url(../images/priceing_reviews_bg.webp);
    background-repeat: no-repeat;
    padding:60px 0px 60px;
    background-position:center;
    background-size: cover;
}
.pricing-testimonials h2 {
    font-size: 46px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}

/* pricing faq */

.plan-faq-section {
    padding: 20px 0 60px;
}
.plan-faq-title h2 {
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: left;line-height: 1.1;
}
.plan-faq-title{
    padding-left:10px;
}
.plan-faq-title p
{font-size:18px;}
.plan-faq-content ul.faq-accordion-sec {
    padding: 0;
    list-style-type: none;
}
.plan-faq-content ul.faq-accordion-sec .accordion-content {
   display: none;
   /*  padding: 25px 25px 0;*/
    padding: 20px;
}

.plan-faq-content ul.faq-accordion-sec .accordion-content ul li{
      list-style: disc;  
}
/*
.accordion-content.open-content {
    border-bottom: 5px solid #ff6600;
}
*/
.plan-faq-content ul.faq-accordion-sec li.faq-accordion-list {
    /*padding: 20px 0;*/
    border-bottom: 1px solid #dddddd;
}
.plan-faq-content ul.faq-accordion-sec li.faq-accordion-list:last-child {
    border: 0;
}
.plan-faq-content ul.faq-accordion-sec li.faq-accordion-list p:last-child {
    margin-bottom: 0;
}
.plan-faq-content ul.faq-accordion-sec li.faq-accordion-list h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.plan-faq-content ul.faq-accordion-sec h4.accordion-header-footer {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-right: 25px;
    margin: 0;
    cursor:pointer;
        padding: 20px 35px 20px 10px;
    font-size: 18px;
}
.plan-faq-content ul.faq-accordion-sec h4.accordion-header-footer::before, .plan-faq-content ul.faq-accordion-sec h4.accordion-header-footer::after {
    background: #ff6600;
    content: "";
    display: block;
    height: 2px;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
      top: 35px;
    transition: -webkit-transform 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.25s ease-in-out 0s;
    width: 14px;
    z-index: 2;
}
.plan-faq-content ul h4:hover {
    color: #ff6600;
}
h4.accordion-header-footer.active-header {
    background: #fff7f2;
}
.plan-faq-content ul.faq-accordion-sec h4.accordion-header-footer::before {
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.plan-faq-content ul.faq-accordion-sec h4.accordion-header-footer::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.plan-faq-content ul.faq-accordion-sec h4.accordion-header-footer.active-header::after {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.plan-faq-content ul.faq-accordion-sec h4.accordion-header-footer.active-header::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}



    
@media(max-width:1000px){
.pricing-optional-add-ons .optional-add-ons_list ul li{
        width: 48%;    
    }


        
}
@media(min-width:781px){
    .pricing_wrapper .pricing_left_bottom {
  
    display: block!important;
    }
    .pricing_wrapper .pricing_right_bottom {
  
    display: block!important;
    }
}




    @media(max-width:780px){
        
    .pricing-testimonials {
    
    padding: 30px 0px 30px;
   
}    
.plan-faq-section {
    padding: 10px 0 15px;
}
.b-banner-wrapper {
    padding: 70px 0px 40px;
}
.pricing_new {
    padding:30px 0px 15px;
    margin-top:0px;
}
.bb-banner-wrapper .bb_banner_left {
    width: 100%;
    padding-right: 0px;justify-content: center;    margin-top: 0px!important;
}
.bb-banner-wrapper .bb_banner_right {
    width: 100%;
    margin-top: 20px;
}
.bb_img_wrap { 
  height: 100%;
  text-align: center;
}

.bb-banner-wrapper .bb_banner_left h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.bb-banner-wrapper .bb_banner_left ul li {
    font-size: 18px;
    margin-bottom: 2px;
}
.pricing_wrapper h3 {
   
    font-size: 23px;
    
}
     .pricing_left {
    width: 100%;
    float: none;margin: 0 0 30px;
    
    }
     .pricing_right {
    width: 100%;
    float: none;margin:0px;
    }
    .pricing_wrapper p br {
    display: none;
}
.pricing_wrapper .pricing_toggle_button {
    display: block;
}
.pricing_wrapper .pricing_left_bottom {
  
    display: none;
}
.pricing_wrapper .pricing_right_bottom {
  
    display: none;
}

.pricing_wrapper .pricing_show .pricing_left_bottom {
     display: block;
}

.pricing_wrapper .pricing_show .pricing_toggle_button {
    display: block;
}


.pricing_wrapper .pricing_left_top{
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom: 0px solid #dddddd;
}
.pricing_wrapper .pricing_left.active .pricing_left_top{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: 1px solid #dddddd;
}
.pricing_wrapper .pricing_right_top{
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom: 0px solid #dddddd;
}
.pricing_wrapper .pricing_right.active .pricing_right_top{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: 1px solid #dddddd;
}

.pricing-optional-add-ons {
    padding: 0px 0 0px;
        margin-top: -20px;
}
.pricing-optional-add-ons .optional-add-ons_list h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.plan-faq-title h2{
  font-size: 26px;  
}

.pricing-optional-add-ons .optional-add-ons_list ul {
   
     margin: 0%;
}
.pricing-frequently-asked-question {
    padding: 5px 0 40px;
}
.pricing-frequently-asked-question_list h2 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 15px!important;
}
.pricing-frequently-asked-question_list aside {
    margin-bottom: 20px;
}
.pricing-testimonials h2 {
    font-size: 28px;
    line-height: 1.1;
}

.uniquebanner_pricing .bb-banner-wrapper{
       padding: 135px 15px 30px;   
 }

}





  @media(max-width:600px){  
    .pricing_wrapper .pricing_left_top{
    padding: 17px 10px 10px;
    
}
.bb-banner-wrapper .bb_banner_left h1 {
    font-size: 28px;
}
.uniquebanner_pricing .bb-banner-wrapper{
       padding: 135px 15px 30px;   
 }
.pricing_wrapper .pricing_left_bottom {
    padding:10px 10px 10px;
    
}
.pricing_wrapper .pricing_right_top{
    padding: 17px 10px 10px;
    
}
.pricing_wrapper .pricing_right_bottom {
    padding: 10px 10px 10px;
    
}
.pricing_wrapper ul li.profile:after {
    right: -22px;
   
}
.pricing_wrapper ul li.map:after {
    right: -22px;}
.pricing_wrapper ul li.analytics:after {
    right: -4px;
    top: 2px;
    display: inline-block;
    position: relative;
}
.pricing_wrapper h4 {
   
    padding-left: 30px;
   
}

.pricing_wrapper ul li {
    line-height: 1.3;
    margin-right: 0px;
    padding: 1px 7px 5px 25px;
}
.pricing-optional-add-ons .optional-add-ons_list ul li{
        margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 30px;

        
    }
    .pricing-optional-add-ons .optional-add-ons_list ul li:before {
    
    left: 6px;
    }
    
}




/* Testimonial Style */

.pricing-testimonials .testimonial_wrapper {
    padding: 0px;
}
.home_testimonialss{ padding: 0; margin: 0; list-style: none; }
.pricing-testimonials .testimonial_wrapper h2{ font-size: 46px; color: #000; margin: 0 0 30px; } 
.pricing-testimonials .testimonial_wrapper h4 {
    text-align: center;
    max-width: 837px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 22px;
    color: #000;
    margin-bottom: 40px;
}

.pricing-testimonials .testimonial_wrapper ul.home_testimonials {
    padding: 0;
    margin: 0;
}
.pricing-testimonials .testimonial_description_home {
	display: block;
    background: transparent;
    position: relative;
    max-width: 900px;
    border-radius: 6px;
    color: #000;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}
.pricing-testimonials .testimonial_name_hom {
	text-align: center;
    font-size: 16px;
    line-height: 26px;
}

.pricing-testimonials .testid-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.pricing-testimonials .testimonial_avatar-home {
    position: inherit;
    left: inherit;
    top: inherit; display: none;
}
.pricing-testimonials .testimonial_description_home p.quotes{ font-size: 34px; line-height: 1.4;
  padding: 0;}
.pricing-testimonials .testimonial_description_home p.quotes:before {
    font-style: normal;
    margin-top: 4px;
    line-height: normal;
    color: #ff6600;
    font-family: FontAwesome;
    content: "";
    margin-right: 10px;
    font-size: 34px; 
	display: inline-block; width: 22px; height: 17px;
	background: url(../images/quote-top.webp) no-repeat;
}
.pricing-testimonials .testimonial_description_home p.quotes:last-child:after {
    font-family: FontAwesome;
    font-size: 34px;
    margin-right: 10px;
    float: none;
    content: "";
    margin-left: 10px;
    color: #ff6600;
    font-style: normal;
    position: relative;
    top: 2px; display: inline-block; width: 22px; height: 17px;
	background: url(../images/quote-btm.webp) no-repeat;
}
.page_pricing .pricing-testimonials .testimonial_name_hom b {
    font-weight: 600;
    color: #000;
    display: inline-block;
    line-height: normal;
    font-size: 16px;
}
.page_pricing .pricing-testimonials .testimonial_name_hom i {
    font-style: inherit;
    color: #adadad;
    display: block;
    font-size: 16px;
}
.pricing-testimonials .testimonial_wrapper .bx-pager a {
    background: #bfbfbf;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
}

.pricing-testimonials .testimonial_wrapper .bx-pager a.pager-active, 
.pricing-testimonials .testimonial_wrapper .bx-pager a:hover {
    background: #ff6600;
}
.testi_play {
    display: block;
    text-align: center;
    font-size: 14px;
}
.testi_play a {
    display: inline-block;
}
.testi_play span {
    display: block;
    color: #000;
    margin: 8px 0 0;
}



@media(max-width:780px){
.pricing_wrapper ul {
   
    padding-left: 0px;
}
    .pricing-testimonials .testimonial_wrapper
{
  padding: 0px;
  padding: 0px;
  max-width: 600px;
  margin: 0 auto;
}
              .pricing-testimonials .testimonial_wrapper h2
{
    font-size: 35px;
    margin: 0 0 20px;line-height: 1;
  }
   .pricing-testimonials .testimonial_description_home p.quotes
{
    font-size: 24px;
  }
       .pricing_wrapper ul li.star:before{
  
     top: 49%;
   left:10px;
    }
    .pricing_wrapper ul li::before{
         left:12px;
    }
    .pricing_wrapper ul li.star{
        padding: 6px 10px 6px 30px;
        margin-bottom: 8px;

    }
    .pricing_wrapper ul li{
        line-height: 23px;
        padding: 3px 10px 3px 30px;
    }
}

@media(max-width:480px){
    
     .pricing_wrapper ul li {
  font-size: 15px;
    padding: 3px 10px 3px 25px;
  }
}