.book-discovery-call{position: fixed; right: 0; top: 40%; z-index: 1;}
.book-discovery-call > a{ padding: 10px 15px;background-color: #000;color: #fff;font-size: 16px;font-weight: 700;border-top-left-radius: 100px;border-bottom-left-radius: 100px;text-decoration: none;display: flex;align-items: center; box-shadow: 0px 1px 5px rgba(244 244 244 / 60%);}
.book-discovery-call > a .calendar-icon{width: 35px;height: 35px;background-color: #fff;border-radius: 100%;display: flex;justify-content: center;align-items: center;padding: 9px;margin-left: 10px;}

/* Form Popup start */
.popup-main2 {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
    background: #fff;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(.8);
    transition: .5s all;
    z-index: -1;
}

.popup-main2 .close-popup { 
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 30px;
    top: 40px;
}

.popup-main2 .close-popup:before,
.popup-main2 .close-popup:after {
    height: 100%;
    width: 2px;
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: .5s all;
}
.popup-main2 .close-popup:hover:before, .popup-main2 .close-popup:hover:after{background-color: #ffdb2d;}

.popup-main2 .close-popup:after {
     transform: rotate(-45deg);   
}

.popup-main2 .popup-content-quote {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 0 15px;
}

.popup-main2.open-quote {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 9999999999;
}

body.open-custom-popup-quote {
    overflow: hidden;
}
.popup-content-quote h6 {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
}

.clutch-badge .row{justify-content: center;}
.clutch-badge .col-block{padding-left: 15px; padding-right: 15px; width: 20%; text-align: center;}

.digital-marketing-tough-crack h2{text-align: center; margin-bottom: 60px;}
.digital-marketing-tough-crack .content-block ul{}
.digital-marketing-tough-crack .content-block ul > li{margin-bottom: 35px; padding-left: 30px;}
.digital-marketing-tough-crack .content-block ul > li:last-child{margin-bottom: 0;}
.digital-marketing-tough-crack .content-block ul > li:before{display: none;}
.digital-marketing-tough-crack .content-block ul > li:after{position: absolute; content: ""; background-image: url(../images/digital-outsourcing-agency-clutch/listing-yellow-arrow.png); width: 19px; height: 18px; background-size: contain; background-repeat: no-repeat; background-position: center; left: 0; top: 0;}'


.marketing-solutions-section {overflow: hidden;}
.marketing-solutions-section .col-left{text-align: center;}

/*.async-scroll-content{position: relative; height: 385px; overflow-y: auto; overflow-x: hidden;}*/

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

 /* Basic styling for the sticky bar */
/*
  #async_sticky_bar {
    position: sticky;
    top: 20px;
  }
*/

/*
  .img-wrap {
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
*/

  .img-wrap.active {
    opacity: 1;
  }

div#page,.wrapper{overflow: visible;}
.marketing-solutions-section{position: relative;}
.async-scroll-section.sticky:after{position: fixed;content: "";right: 0;bottom: 0;width: 50%;height: 50%;background: rgb(255, 255, 255);background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 70%);}
/*#async_sticky_bar.sticky:after {background: linear-gradient(to top, white, transparent);left: 48%;right: 0;content: " ";width: 100%;position: fixed;height: 300px;top: auto;bottom: 0;z-index: 9999;}*/
.sticky .col-left {position: sticky;top: 140px;height: 100%;position: -webkit-sticky;}
/*.async-scroll-content > div{height: 690px;}*/



.async-scroll-content h3 {
    font-size: 40px;
    margin-bottom: 18px;
}

.async-scroll-content > div {
    margin-bottom: 90px; padding-top: 40px;
}

/*
.async-scroll-content h3 {
    font-size: 40px;
    margin-bottom: 18px;
}

.async-scroll-content > div > img {
    display: none;
}

.async-scroll-content > div {
    margin-bottom: 90px;
}

.async-scroll-content > div:last-of-type {
    margin-bottom: 0px;
}

div#async_sticky_bar.sticky {
    position: fixed;
}

#async_sticky_bar.sticky {
    position: fixed;
    width: 600px;
    top: 135px;
    z-index: 1;
}

div#async_sticky_bar.sticky:after {
    background: linear-gradient(to top,white,transparent);
    left: 48%;
    right: 0;
    content: " ";
    width: 100%;
    position: fixed;
    height: 300px;
    top: auto;
    bottom: 0;
    z-index: 9999;
}

#async_sticky_bar {
    position: absolute;
    width: 600px;
}
*/

.async-scroll-content ol{display: flex; flex-wrap: wrap; row-gap:25px;}
.async-scroll-content ol > li {display: flex;width: auto; padding: 0; padding-right: 50px;}
.async-scroll-content ol > li:before {display: none;}
.async-scroll-content ol > li:after {position: absolute; content: ""; width: 2px; height: 100%; background-color: #feda2f; top: 0; right: 25px;}


.mavlers-preferred-choice{position: relative; background-color: #000;}
.mavlers-preferred-choice h2{text-align: center; margin-bottom: 60px; color: #fff;}
.mavlers-preferred-choice .row{row-gap:70px;}
.mavlers-preferred-choice .inner-block{text-align: center;}
.mavlers-preferred-choice .inner-block > h4{font-size: 44px; color: #ffdb2d; margin-bottom: 8px;}
.mavlers-preferred-choice .inner-block > p{font-size: 20px; color: #ffff;}

@media (max-width:1366px){
    .popup-main2 .close-popup{width: 30px; height: 30px;}
    .mavlers-preferred-choice .inner-block > h4{font-size: 29px;}
    .async-scroll-content h3{font-size: 29px;}

}

@media (max-width:991px){
    .bg-img {padding-bottom: 300px;background-size: contain;margin-bottom: 30px;background-repeat: no-repeat;background-position: center;}
    .async-scroll-content{height: auto;}
    .async-scroll-content > div{text-align: center;}
    .async-scroll-content h3{font-size: 24px;}
    .async-scroll-content ol{justify-content: center;}
    
    .async-scroll-section.sticky:after{display: none;}
}

@media (max-width:767px){
    .book-discovery-call{display: none;}
    .hubspot-banner .banner-content-block{margin-bottom: 40px;}
    .clutch-badge .col-block{width: 33.33%;}
    
    .mavlers-preferred-choice h2{margin-bottom: 40px;}
    .mavlers-preferred-choice .row {row-gap: 40px;}
    .mavlers-preferred-choice .row > .col-4{width: 50%;}
    .mavlers-preferred-choice .inner-block > h4{font-size: 21px;}
    .mavlers-preferred-choice .inner-block > p{font-size: 17px;}
    
    .async-scroll-content h3{font-size: 21px;}
    
    .digital-marketing-tough-crack .img-block{text-align: center; margin-bottom: 40px;}
    .async-scroll-content > div {margin-bottom: 60px; padding-top: 0;}
    .async-scroll-content > div:last-child {margin-bottom: 0;}
    
    .marketing-solutions-section h2{margin-bottom: 40px;}
    .tell-us-requirement form textarea{text-wrap:nowrap;}
    .review-rating-sec .title-block h3{font-size: 22px;}
}

@media (max-width:480px){
    .bg-img{display: none;}
    .async-scroll-content > div {margin-bottom: 40px;}
    .async-scroll-content ol {row-gap: 8px;column-gap: 8px;}
    .async-scroll-content ol > li{padding: 7px 10px;padding-right: 10px;border: 2px solid #ccc;border-radius: 10px;}
    .async-scroll-content ol > li:after{display: none;}
}

@media (max-width:440px){
    .review-rating-img img {max-width: 50%;}
}