 .header_yellow header:hover,
 .header_yellow header.header-sticky {
     background-color: #ffdb2d;
 }

 .hero-banner .banner-content-block {
     padding-right: 30px;
 }

 .banner-rating ul li img {
     background-color: #fff;
 }

 .our-seo-packages h2 {
     text-align: center;
     margin-bottom: 60px;
 }

 .table-tab>ul {
     display: flex;
     justify-content: center;
     column-gap: 0px;
     margin-bottom: 100px;
 }

 .table-tab>ul>li {
     display: contents;
     padding: 0;
 }

 .table-tab>ul>li:before {
     display: none;
 }

 .table-tab>ul li>a {
     position: relative;
     font-size: 21px;
     padding: 10px 20px;
     color: #000;
     font-weight: 700;
     border: 1px solid transparent;
     border-radius: 40px;
     text-decoration: none;
     text-align: center;
 }

 .table-tab>ul>li>a:after,
 .table-tab ul li>a:before {
     border: solid transparent;
     content: " ";
     display: block;
     height: 0;
     position: absolute;
     pointer-events: none;
     width: 0;
     top: 100%;
     visibility: hidden;
     opacity: 0;
     transition: all ease-in-out 0.3s;
 }

 .table-tab>ul>li>a:before {
     border-color: rgba(255, 255, 255, 0);
     border-top-color: #000;
     left: 50%;
     margin-left: -14px;
     border-width: 14px;
 }

 .table-tab>ul>li>a:after {
     border-color: rgba(255, 255, 255, 0);
     border-top-color: #fff;
     left: 50%;
     margin-left: -12px;
     border-width: 12px;
 }

 .table-tab>ul>li.active>a {
     border: 1px solid #000;
     background-color: #fff;
 }

 .table-tab>ul>li.active>a:after,
 .table-tab ul li.active>a:before {
     visibility: visible;
     opacity: 1;
 }

 .our-seo-packages .table {
     border: 1px solid #ffdb2d;
     border-radius: 40px;
     padding: 40px;
     padding-top: 0;
     background-color: #fff;
     margin-bottom: 40px !important;
 }

 .our-seo-packages .table table {
     margin: 0;
     border-collapse: separate;
 }

 .our-seo-packages .table thead {
     position: relative;
     border-spacing: 15px;
     transform: translateY(-49%);
 }

 .our-seo-packages .table thead th {
     font-size: 22px;
     background-color: #ffdb2d;
     border-radius: 62px;
     border: 1px solid #ffdb2d;
     padding: 45px 60px;
 }

 .our-seo-packages .table tr td {
     border: 0;
     padding: 22px 35px;
     text-align: center;
 }

 .our-seo-packages .table tr td:first-child {
     text-align: left;
     border-right: 1px solid #dbdbdb;
 }

 .our-seo-packages .table table tbody tr:nth-child(odd) {
     background-color: #f1f2f2;
 }

 .our-seo-packages .table2 {
     max-width: 815px;
     width: 100%;
     margin: 0 auto;
 }

 .our-seo-packages .table3 {
     max-width: 815px;
     width: 100%;
     margin: 0 auto;
 }

 .our-seo-packages .table4 {
     max-width: 980px;
     width: 100%;
     margin: 0 auto;
 }

 .our-seo-packages .table4 tr td {
     width: 50%;
     text-align: left;
 }

 .our-seo-packages .setup-points>p {
     margin-bottom: 20px;
 }

 .our-seo-packages .setup-points>ul {
     display: flex;
     flex-wrap: wrap;
 }

 .our-seo-packages .setup-points>ul>li {
     width: auto;
     margin-right: 30px;
     margin-bottom: 20px;
 }



 @media (max-width:1440px) {
     .table-tab>ul {
         margin-bottom: 60px;
     }

     .table-tab>ul li>a {
         font-size: 19px;
         border: 1px solid #bdbdbd;
         border-radius: 10px;
     }

     .our-seo-packages .table thead th {
         font-size: 21px;
         padding: 18px 22px;
         vertical-align: middle;
     }
 }

 @media (max-width:1199px) {
     .hero-banner .banner-content-block {
         padding-right: 0px;
     }

     .table-tab>ul li>a {
         font-size: 18px;
     }

     .our-seo-packages h2 {
         margin-bottom: 40px;
     }

     .our-seo-packages .table thead th {
         font-size: 18px;
         padding: 15px 20px;
     }
 }

 @media (max-width:1023px) {}

 @media (max-width:991px) {
     .banner-rating ul {
         justify-content: center;
     }

     .table-tab>ul li>a {
         font-size: 16px;
     }

     .our-seo-packages .table {
         padding: 20px;
         padding-top: 0;
     }

     .our-seo-packages .table thead th {
         font-size: 16px;
     }

     .our-seo-packages .table tr td {
         padding: 15px;
     }
 }

 @media (max-width:767px) {
     .our-seo-packages .table {
         padding: 20px;
     }

     .table1 {
         overflow-x: auto;
     }

     .table1>table {
         width: 750px !important;
     }

     .our-seo-packages .table thead {
         transform: translateY(0);
     }

     .table-tab>ul {
         flex-wrap: wrap;
     }

     .table-tab>ul>li {
         width: 50%;
         display: flex;
         justify-content: center;
     }

     .table-tab>ul li>a {
         border: 0;
         padding-left: 0;
         padding-right: 0;
         padding-bottom: 3px;
         padding-top: 13px;
     }

     .table-tab>ul>li>a:before,
     .table-tab>ul>li>a:after {
         display: none;
     }

     .table-tab>ul>li.active>a {
         border: 0;
         border-bottom: 2px solid #FFDB2D;
         border-radius: 0;
         transition: all ease-in-out 0s;
         background-color: transparent;
     }

     .dev-lists .box {
         padding-bottom: 0 !important;
     }

     .dev-lists .box .wrap {
         padding-top: 0 !important;
         border-bottom: 1px solid #000000;
         padding-bottom: 15px;
         margin-bottom: 20px;
     }

     .dev-lists .box .wrap>h3 {
         padding-right: 30px;
     }

     .dev-lists .box .wrap>.resp-arrow {
         width: 10px;
         height: 10px;
         border-right: 2px solid #000;
         border-bottom: 2px solid #000;
         display: inline-block;
         position: absolute;
         right: 10px;
         top: 0px;
         transform: rotate(45deg);
     }

     .dev-lists .box .wrap.active>.resp-arrow {
         transform: rotate(-135deg);
         top: 5px;
     }

     .dedicated-developer .dev-lists div[class*="col-"] .wrap:before {
         display: none;
     }
 }

 @media (max-width:650px) {
     .our-seo-packages h2 {
         margin-bottom: 20px;
     }

     .table-tab>ul {
         margin-bottom: 30px;
     }

     .table-tab>ul>li {
         width: 100%;
     }
 }

 @media (max-width:480px) {
     .table4 {
         overflow-x: auto;
     }

     .table4>table {
         width: 450px !important;
     }
 }


 /* ------------------------------------------------------------------------- */
 .let-us-help-sec {
     padding: 110px 0;
     position: relative;
     background-size: cover;
     background-position: center center;
 }

 /* .let-us-help-sec:before { position: absolute;content: "";left: 0;right: 0;top: 0;bottom: 0;background-color: #000;opacity: 0.70;} */
 .let-us-help-sec .container {
     max-width: 1440px;
 }

 .let-us-help-sec .left-content {
     padding-left: 26px;
     padding-top: 22px;
 }

 .let-us-help-sec h2 {
     font-size: 52px;
     color: #fff;
     font-weight: 700;
 }

 /* .let-us-help-sec h2 span { color: #FFDB2D; font-weight: inherit;} */
 .let-us-help-sec .faq-accordion {
     padding-left: 33px;
     padding-top: 10px;
 }

 .let-us-help-sec .faq-accordion .accordion-content {
     border: 0;
     padding: 12px 0;
 }

 .let-us-help-sec .faq-accordion .accordion-title {
     padding: 0;
 }

 .let-us-help-sec .faq-accordion .title {
     color: #fff;
     padding-left: 40px;
     padding-right: 0;
     font-size: 24px;
 }

 .let-us-help-sec .faq-accordion .trigger {
     position: absolute;
     right: 0;
     top: 0;
     margin: 0;
     display: inline-block;
     width: 30px;
     height: 30px;
     vertical-align: middle;
     cursor: pointer;
     background-color: #ffda30;
     border-radius: 5px;
 }

 .let-us-help-sec .faq-accordion .trigger:after {
     background-image: none !important;
 }

 .let-us-help-sec .faq-accordion .accordion-content.active .trigger:after {
     background-image: none !important;
 }

 .let-us-help-sec .faq-accordion .accordion-txt {
     padding: 18px 0 0 0;
     width: 100%;
     margin-bottom: 35px;
 }

 .let-us-help-sec .faq-accordion .accordion-txt p {
     color: #fff;
     font-size: 18px;
     line-height: 24px;
 }

 .plus-popup-content {
     position: relative;
     text-align: left;
     padding: 50px 60px;
     border-radius: 10px;
     max-width: 750px;
     width: 100%;
     margin: 0 auto;
     background-color: #fff;
 }

 .plus-popup-content h6 {
     margin-bottom: 20px;
 }

 .plus-popup-content p {
     margin-bottom: 12px;
 }

 .plus-popup-content p:last-of-type {
     margin-bottom: 0;
 }

 .plus-popup-content .mfp-close {
     color: #000;
     transition: all ease-in-out 0.3s;
 }

 .plus-popup-content .mfp-close:hover,
 .plus-popup-content .mfp-close:focus {
     color: #fff;
     background-color: #000;
     border-top-right-radius: 10px;
 }

 @media (max-width:1366px) {
     .let-us-help-sec h2 {
         font-size: 44px;
     }
 }

 @media (max-width:991px) {
     .let-us-help-sec {
         padding: 60px 0;
     }

     .let-us-help-sec .col-6 {
         width: 100%;
     }

     .let-us-help-sec h2 {
         font-size: 38px;
     }

     .let-us-help-sec .left-content {
         padding: 0;
     }

     .let-us-help-sec .faq-accordion {
         padding-left: 0;
         padding-top: 30px;
     }
 }

 @media (max-width:767px) {
     .let-us-help-sec {
         padding: 50px 0;
     }

     .let-us-help-sec h2 {
         font-size: 30px;
     }

     .let-us-help-sec .faq-accordion .accordion-content {
         padding: 8px 0;
     }

     .let-us-help-sec .faq-accordion .title {
         font-size: 22px;
     }

     /* .let-us-help-sec .faq-accordion .trigger { top: 4px;} */
     /* .let-us-help-sec .faq-accordion .accordion-txt { padding-top: 10px;} */
     .let-us-help-sec .faq-accordion .accordion-txt p {
         font-size: 16px;
         line-height: 1.4;
     }

     .let-us-help-sec .faq-accordion .accordion-txt {
         margin-bottom: 25px;
     }
 }



 .faq-accordion .trigger:before,
 .faq-accordion .trigger:after {

     background-color: #000;

 }

 .blk-button.yellow-bg-content .btn-block .white-btn {
     padding: 12px 40px;

 }


 /* ---------------------------------------------------------------------------------------- */
 .maximaize-profit .section-title {
     text-align: center;
     margin-bottom: 60px;
 }

 .maximaize-profit .section-title h2 {
     margin-bottom: 40px;
     font-size: 46px;
     line-height: 1.2;
     font-family: 'Montserrat';
     font-weight: 800;
 }

 .maximaize-profit p {
     margin-bottom: 25px;
     line-height: 1.5;
 }

 .maximaize-profit ul>li {
     margin-bottom: 25px;
     padding-left: 20px;
     line-height: 1.5;
 }

 .maximaize-profit ul>li:before {
     display: none;
 }

 .maximaize-profit ul>li:after {
     position: absolute;
     content: "";
     border-style: solid;
     border-width: 0 0 15px 15px;
     height: 0;
     width: 0;
     border-color: transparent;
     border-bottom-color: #FFDB2D;
     left: -6px;
     top: 3px;
     transform: rotate(-45deg);
 }

 .clinet-video {
     max-width: 650px;
     margin: 0 auto;
 }

 .clinet-video .videoWrapper {
     position: relative;
     width: 100%;
     height: 0;
 }

 .clinet-video .videoWrapper43 {
     padding-top: 75%;
 }

 .clinet-video .videoWrapper169 {
     padding-top: 56%;
 }

 .clinet-video .videoIframe {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: transparent;
     border-radius: 5px;
 }

 .clinet-video .videoPoster {
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     width: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
     cursor: pointer;
     border: 0;
     outline: none;
     background-position: 50% 50%;
     background-size: 100% 100%;
     background-size: cover;
     text-indent: -999em;
     overflow: hidden;
     opacity: 1;
     -webkit-transition: opacity 800ms, height 0s;
     -moz-transition: opacity 800ms, height 0s;
     transition: opacity 800ms, height 0s;
     -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
     transition-delay: 0s, 0s;
     border-radius: 5px;
 }

 .clinet-video .videoPoster:before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background-image: url(../images/white-label-facebook-ads-services/play-button.png);
     width: 86px;
     height: 86px;
     background-size: 100%;
     background-position: center;
     background-repeat: no-repeat;
 }

 .clinet-video .videoPoster:hover:before,
 .videoPoster:focus:before {
     border-color: #f00;
 }

 .clinet-video .videoPoster:hover:after,
 .videoPoster:focus:after {
     border-left-color: #f00;
 }

 .clinet-video .videoWrapperActive .videoPoster {
     opacity: 0;
     height: 0;
     -webkit-transition-delay: 0s, 800ms;
     -moz-transition-delay: 0s, 800ms;
     transition-delay: 0s, 800ms;
 }

 @media (max-width:1366px) {
     .let-us-help-sec h2 {
         font-size: 44px;
     }
 }

 @media (max-width:991px) {
     .let-us-help-sec {
         padding: 60px 0;
     }

     .let-us-help-sec .col-6 {
         width: 100%;
     }

     .let-us-help-sec h2 {
         font-size: 38px;
     }

     .let-us-help-sec .left-content {
         padding: 0;
     }

     .let-us-help-sec .faq-accordion {
         padding-left: 0;
         padding-top: 30px;
     }
 }

 @media (max-width:767px) {
     .let-us-help-sec {
         padding: 50px 0;
     }

     .let-us-help-sec h2 {
         font-size: 30px;
     }

     .let-us-help-sec .faq-accordion .accordion-content {
         padding: 8px 0;
     }

     .let-us-help-sec .faq-accordion .title {
         font-size: 22px;
     }

     /* .let-us-help-sec .faq-accordion .trigger { top: 4px;} */
     /* .let-us-help-sec .faq-accordion .accordion-txt { padding-top: 10px;} */
     .let-us-help-sec .faq-accordion .accordion-txt p {
         font-size: 16px;
         line-height: 1.4;
     }

     .let-us-help-sec .faq-accordion .accordion-txt {
         margin-bottom: 25px;
     }
 }

 @media (max-width:991px) {
     .clinet-video .videoPoster:before {
         height: 65px;
         width: 65px;
     }
 }


 @media (max-width:767px) {

     .maximaize-profit .section-title {
         margin-bottom: 40px;
     }

     .maximaize-profit .section-title h2 {
         margin-bottom: 20px;
     }

     .clinet-video {
         max-width: 460px;
     }

 }


 .banner {
     padding-top: 60px;
     text-align: center;

 }

 .marketing-space-listing {
     position: relative;
 }

 .marketing-space-listing .row {
     margin: 0 -4px;
 }

 .marketing-space-listing .row .col {
     width: 25%;
     padding-left: 4px;
     padding-right: 4px;
 }

 .marketing-space-listing .list-block {
     position: relative;
     text-align: center;
     transition: all ease-in-out .3s;
 }

 .tab1 .marketing-space-listing .col:last-child .list-block .content-block {
     padding-bottom: 51px;
 }

 .tab3 .marketing-space-listing .row {
     justify-content: center;
 }

 .tab3 .marketing-space-listing .list-block {
     height: 100%;
 }

 .tab3 .marketing-space-listing .list-block .content-block {
     padding-bottom: 40px;
 }

 .tab3 .marketing-space-listing .list-block table {
     margin-bottom: 0;
 }

 .marketing-space-listing .list-block:hover {
     margin-top: -50px;
 }

 .marketing-space-listing .list-block:hover h4 {
     margin-bottom: 0;
 }

 .marketing-space-listing .list-block h4 {
     font-size: 53px;
     color: #DDDDDD;
     margin-bottom: -23px;
     transition: all ease-in-out .3s;
 }

 .marketing-space-listing .list-block .content-block {
     border: 1px solid #c2c2c2;
     padding-top: 50px;
     background-color: #fff;
     position: relative;
     z-index: 1;
     height: 100%;
     padding-bottom: 60px;
 }

 .marketing-space-listing .list-block .content-inner {
     padding: 0 35px;
 }

 .marketing-space-listing .list-block .content-inner h5 {
     font-size: 24px;
     margin-bottom: 20px;
     line-height: 35px;
 }

 .marketing-space-listing .list-block .design-coding-content {
     background: linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 96%, 1) 50%, hsla(0, 0%, 100%, 1) 100%);
     background: -moz-linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 96%, 1) 50%, hsla(0, 0%, 100%, 1) 100%);
     background: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 96%, 1) 50%, hsla(0, 0%, 100%, 1) 100%);
     padding: 22px 12px;
 }

 .marketing-space-listing .list-block .design-coding-content h3 {
     font-size: 28px;
     margin-bottom: 0;
 }

 .marketing-space-listing .list-block .design-coding-content h3:first-of-type {
     margin-bottom: 25px;
 }

 .marketing-space-listing .list-block .design-coding-content h3>span {
     font-size: 16px;
     font-weight: 400;
     margin-bottom: 12px;
     display: inline-block;
 }

 .marketing-space-listing .list-block .plus-icon {
     display: flex;
     position: absolute;
     right: 0;
     bottom: 0;
     width: 50%;
 }

 .marketing-space-listing .list-block .plus-icon>a {
     width: 100%;
     background-color: #ffda30;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     margin-left: auto;
     font-size: 12px;
     font-weight: 600;
     text-decoration: none;
     padding: 7px 9px;
     line-height: 1.1;
 }

 .marketing-space-listing .list-block .plus-icon>a>span {
     font-size: 28px;
     display: inline-block;
     padding-left: 5px;
     font-weight: 500;
 }

 .marketing-space-listing .list-block .plus-icon>a:hover {
     color: #000;
 }

 .marketing-space-listing .list-block table {
     width: 100%;
 }

 .marketing-space-listing .list-block table th>span {
     display: inline-block;
     border-bottom: 5px solid #FFDA30;
 }

 .marketing-space-listing .list-block table th {
     font-size: 24px;
     padding: 25px;
     font-weight: 400;
     text-align: center;
 }

 .marketing-space-listing .list-block table td {
     font-size: 24px;
     padding: 25px;
     border: 0;
     text-align: center;
 }

 .marketing-space-listing .list-block table tbody tr:nth-child(odd) {
     background: rgb(255, 255, 255);
     background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
 }

 .marketing-space-listing .list-block table tfoot td {
     text-align: left;
     font-style: italic;
     font-size: 16px;
     padding: 10px 25px;
 }


 @media (max-width:1366px) {


     .our-pricing-tab-sec .resp-tabs-list {
         margin-bottom: 105px;
     }

     .our-pricing-tab-sec .resp-tabs-list>li>figure {
         width: 104px;
         height: 166px;
     }

     .our-pricing-tab-sec .resp-tabs-list>li>figure>img {
         width: 45px;
     }

     .our-pricing-tab-sec .resp-tabs-list>li>h5 {
         font-size: 25px;
     }

     .popup-main2 .close-popup {
         width: 30px;
         height: 30px;
     }

     .marketing-space-listing .list-block .design-coding-content h3 {
         font-size: 26px;
     }

 }

 @media (max-width:1199px) {

     .marketing-space-listing .list-block .design-coding-content h3 {
         font-size: 22px;
     }

     .marketing-space-listing .list-block .content-inner {
         padding: 0 12px;
     }

     .our-pricing-tab-sec .resp-tabs-list {
         margin-bottom: 55px;
     }

     /*    .tab3 .website-visitors .img-block figure {width: 80%;margin: 0 auto;}*/
     .marketing-space-listing .list-block table td,
     .dedicated-web-expert table td {
         font-size: 19px;
         padding: 22px;
     }

     .marketing-space-listing .list-block table th,
     .dedicated-web-expert table th {
         font-size: 19px;
         padding: 22px;
     }

     .marketing-space-listing .list-block table tfoot td {
         padding: 10px 22px;
         font-size: 14px;
     }

     .dedicated-web-expert table td:first-child:before {
         height: 28px;
         width: 28px;
         left: -14px;
     }

     .technologies-logo .logo-block figure {
         width: 25%;
     }

     .tab4 .technologies-logo .logo-block figure {
         width: 25%;
     }

     .marketing-space-listing .list-block .content-inner h5 {
         font-size: 23px;
         line-height: 31px;
     }

 }


 @media (max-width:991px) {

     .marketing-space-listing .row .col {
         width: 50%;
         margin-bottom: 80px;
     }

     .marketing-space-listing .row .col:nth-child(n + 3) {
         margin-bottom: 40px;
     }

     .tab3 .marketing-space-listing .row .col {
         margin-bottom: 50px;
     }

     .dedicated-web-expert table td:first-child {
         width: 340px;
     }

     .next-level-seo .pricing-block .inner-block.block3 {
         width: 205px;
         height: 205px;
     }

     .next-level-seo .pricing-block .inner-block p {
         font-size: 18px;
     }

     .next-level-seo .pricing-block .inner-block h5 {
         font-size: 18px;
     }

     .next-level-seo .pricing-block .inner-block.block3:after {
         width: 136px;
         height: 74px;
         left: 4px;
         bottom: -5px;
     }

     .next-level-seo .pricing-block .inner-block.block2 {
         width: 198px;
         height: 198px;
         margin-left: 147px;
         margin-top: -78px;
     }

     .next-level-seo .pricing-block .inner-block.block2:after {
         width: 70px;
         height: 170px;
         right: -2px;
         bottom: 4px;
     }

     .tab4 .next-level-seo .pricing-block .inner-block.block1 {
         width: 192px;
         height: 192px;
         margin-left: 150px;
     }

     .tab4 .next-level-seo .pricing-block .inner-block.block1:after {
         width: 68px;
         height: 175px;
         right: -2px;
         bottom: -1px;
     }

     .tab4 .next-level-seo .pricing-block .inner-block.block2 {
         width: 196px;
         height: 196px;
         margin-top: -30px;
     }

     .tab4 .next-level-seo .pricing-block .inner-block.block2:after {
         width: 194px;
         height: 131px;
         left: -3px;
         bottom: -5px;
     }

     .tab1 .marketing-space-listing .list-block .content-block {
         padding-bottom: 51px;
     }

     .tab1 .marketing-space-listing .col:last-child .list-block .content-block {
         padding-bottom: 44px;
     }

 }

 @media (max-width:767px) {

     .banner {
         padding-bottom: 60px;
         margin-bottom: 2px;
     }

     /*    .website-visitors .img-block{position: static;}*/
     .marketing-space-listing .row .col {
         width: 100%;
     }

     .marketing-space-listing .list-block .content-block {
         padding-top: 25px;
     }

     .marketing-space-listing .list-block .content-inner h5 {
         font-size: 20px;
         margin-bottom: 14px;
         line-height: 29px;
     }

     .marketing-space-listing .row .col {
         margin-bottom: 40px;
     }

     .marketing-space-listing .row .col:nth-child(n + 3) {
         margin-bottom: 40px;
     }

     .marketing-space-listing .row .col:last-child {
         margin-bottom: 0;
     }

     .marketing-space-listing .list-block:hover {
         margin-top: 0;
     }

     .marketing-space-listing .list-block h4 {
         margin-bottom: -20px;
     }

     .tab3 .marketing-space-listing .list-block {
         height: auto;
     }

     .technologies-logo .logo-block {
         row-gap: 30px;
     }

     .technologies-logo .logo-block figure {
         width: 33.33%;
     }

     .factors-influence .row {
         width: 100%;
         margin: 0;
     }

     .next-level-seo .row>.col {
         width: 100%;
         text-align: center;
     }

     .next-level-seo .content-block h2 {
         text-align: center;
     }

     .next-level-seo .row>.col:first-child {
         margin-bottom: 40px;
     }

     .next-level-seo .pricing-block .inner-block.block3 {
         margin-left: 0;
         margin-top: -30px;
     }

     .next-level-seo .pricing-block .inner-block.block1 {
         width: 140px;
         height: 140px;
     }

     .next-level-seo .pricing-block .inner-block.block1:after {
         width: 101px;
         height: 64px;
         right: 0;
         top: -5px;
     }

     .next-level-seo .pricing-block .inner-block.block2 {
         width: 168px;
         height: 168px;
         margin-left: 147px;
         margin-top: -98px;
     }

     .next-level-seo .pricing-block .inner-block.block2:after {
         width: 59px;
         height: 138px;
         right: -2px;
         bottom: 6px;
     }

     h3 br {
         display: block;
     }

     .tab3 .next-level-seo .pricing-block .inner-block.block1 {
         margin-left: 69px;
         margin-bottom: 60px;
     }

     .tab3 .next-level-seo .pricing-block .inner-block.block1:before {
         bottom: -60px;
         left: -69px;
     }

     .tab4 .next-level-seo .pricing-block .inner-block.block1 {
         margin-left: 100px;
     }

     .tab4 .next-level-seo .pricing-block .inner-block.block2 {
         margin-top: -10px;
     }

     .tab3 .marketing-space-listing .row .col {
         width: 100%;
     }

     .dedicated-web-expert table td:first-child {
         width: auto;
     }

 }

 @media (max-width:640px) {
     .dedicated-web-expert table td:first-child {
         padding-left: 22px;
     }

     .marketing-space-listing .list-block table td,
     .dedicated-web-expert table td {
         font-size: 12px;
         padding: 15px 5px;
     }

     .marketing-space-listing .list-block table th,
     .dedicated-web-expert table th {
         font-size: 14px;
         padding: 15px 5px;
     }

     .marketing-space-listing .list-block table tfoot td {
         padding: 10px 5px;
         font-size: 12px;
     }



 }