
img{
    height: auto;
}
/********************* service page *********************/

.service{
    background-color: var(--taktical-light-blue);
    overflow: hidden;
    position: relative;
    margin-bottom: 3vw;
    box-shadow: var(--box-shadow-cont);
}


.service-wrapper {
    padding: 6vw 5vw 5vw 5vw;
    overflow: hidden;
    position: relative;
    z-index: 2;
    min-height: 80vh;
}
.service-header {
    width: 40vw;
    margin: auto;
}
.service-content{
    position: relative;
    z-index: 3;
}

.service-desc {
    padding: 0.5vw 0.5vw 2.5vw;
}
.service-list {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
    padding: 0 8vw;
    margin-top: 2vw;
}

.service-list .service-item{
    background-color: #fff;
    display: flex;
    padding: 0;
    width: 32%;
    margin-bottom: 1vw;
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
}
.service-list .service-item a {
    padding: 1.5vw 1vw 1vw;
    min-height: 14vw;
    flex: 1;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
}

.service-list .service-item:hover{
    box-shadow: 0px 17px 25px -6px rgb(0 0 0 / 13%);
    -webkit-box-shadow: 0px 17px 25px -6px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 17px 25px -6px rgb(0 0 0 / 13%);
    transform: scale(1.02);
}

.service-desc .heading {
    color: var(--taktical-offset-blue);
    font-weight: 900;
    font-size: 1.4vw;
    line-height: 2vw;
    margin-bottom: 0.2vw;
}
.service-desc .text {
    color: var(--contact-text);
    font-size: 1vw;
    line-height: 1.4vw;
    margin-bottom: 1vw;
    font-weight: 100;
    letter-spacing: -0.03vw;
}
span.service-icon svg {
    height: 4vw;
    width: 4vw;
}

.social-network .service-icon svg {
    padding: 0.2vw 0.5vw;
}



.readmore-service-link {
    font-family: 'Sofia Pro';
    text-transform: uppercase;
    color: var(--taktical-text-blue);
    font-weight: 800;
    font-size: 1vw;
    transition: all 0.3s ease-in-out;
    position: absolute;
    line-height: 1;
    text-decoration: underline;
}
.service-list .service-item:hover .readmore-service-link {
    transform: translateX(0.3vw) scale(1.1);
}

.dhide{
    display: none;
}

svg ellipse#my-circle{
    animation: path 5s linear infinite;
}
.my-circle{
    animation: path 5s linear infinite;
}
@keyframes path{
    0%{
        transform:translateY(0)
    }
    50%{
        transform:translateY(33%)
    }
    100%{
        transform:translateY(0%)
    }
}


@media (max-width: 991px) and (min-width: 768px){
.service-list {
    column-gap: 0;
    margin-top: 2vw;
    justify-content: space-between;
}
.service-list .service-item {
    width: 31.5vw;
    margin-bottom: 2vw;
}
.service-desc .text {
    font-size: 2vw;
    line-height: 2.4vw;
    margin-bottom: 2vw;
    letter-spacing: -0.1vw;
}
.service-desc .heading {
    font-size: 2.6vw;
    line-height: 2.8vw;
    margin-bottom: 1vw;
}
.readmore-service-link {
    font-size: 1.8vw;
}
.service-list .service-item a {
    padding: 2.5vw 2vw 2.5vw 1.5vw;
    min-height: 26vw;
}
span.service-icon svg {
    height: 5vw;
    width: 6vw;
}  
.service-header .taktical-leaf-style.orange {
    font-size: 1.6vw;
    min-height: 4.5vw;
    margin: 1vw auto;
}
.read-arrow-icon {
    width: 2.3vw;
}
}

@media screen and (max-width: 767px){
  .social-network .service-icon svg {
    padding: 2vw 1vw 2vw 0;
}
    .mhide{
        display: none;
    }
    .dhide{
        display: flex;
    }
    .service-header{
        /*margin-top: 10vw;*/
        margin: 10vw 0 5vw;
        padding: 0 2vw;
        width: 100%;
        text-align: left;
    }
    .service-header .taktical-leaf-style {
    font-size: 3.4vw;
    padding: 0vw 5vw;
    width: auto;
    height: 10vw;
    line-height: 100%;
}
    .service-list{
        padding: 0 2vw;
    }
    .service-list .service-item {
        width: 100%;
        padding: 5.5vw 4vw;
        margin-bottom: 5vw;
        padding-top: 1.5vw;
    }
    .service-list .service-item:hover .readmore-service-link{
        padding-left: 0;
    }
.service-desc .text {
    font-size: 4.5vw;
    line-height: 5.8vw;
    margin-bottom: 4vw;
    margin-top: 1vw;
    padding-left: 2vw;
}
   span.service-icon svg {
        width: 12vw;
        height: 12vw;
    }
    .taktical-leaf-2 {
        border-bottom-left-radius: 8vw;
        border-top-right-radius: 8vw;
    }
   
   
    .service-desc {
        padding: 0.5vw 0.5vw 5.5vw;
    }
    .service-desc .heading {
    font-size: 6.2vw;
    line-height: 6.4vw;
    margin: 0;
    margin-left: 2vw;
}
.readmore-service-link {
    font-size: 4.5vw;
    padding-left: 2vw;
}
    
    .service-list .service-item:hover .readmore-service-link {
        transform: translateX(3.3vw) scale(1.1);
    }
    .service-header .site-heading {
        text-align: center !important;
    }
}

/******************* snapchat service *****************/
.services .intro {
    max-width: 45vw;
    margin: auto;
    font-size: 1.4vw;
    padding: 0 0 0 9vw;
}
.services .intro h1 {
    font-size: 4vw;
    line-height: 4vw;
    font-weight: bold;
    letter-spacing: -0.05vw;
    margin-bottom: 2vw
}

.services .service-logo{
    width: 17vw;
}

.services .service-banner-opt {
    height: 43vw;
    background-size: contain;
    background-position: right;
    position: relative;
}

.service-banner-opt svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 43vw;
    height: 43vw;
}


.service-banner-opt .banner-p {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 27vw;
}
.service-banner-opt .banner-p.snapchat {
    top: -2vw;
    width: 39vw;
}

.services .banner{
    margin-bottom: 5vw;
}

.util-section {
    width: 75vw;
    margin: 3vw auto 5vw;
}

.insta-util{
    margin:7vw auto 7vw;
}

.util-section h2{
    margin-bottom: 4vw;
}

.util-section .util-img-1{
    width: 100%;
}
.util-section ul{
    padding: 0 0 0 1vw;
    font-size: 1vw;
}

.snapchat-ad-format {
    width: 75vw;
    margin: 0 auto 5vw;
}

.snapchat-ad-format .site-heading{
    font-size: 2vw;
}

.snapchat-ad-format .ad-item p {
    text-align: center;
    margin: 1vw auto 0;
    font-size: 1.2vw;
    font-weight: 400;
    color: var(--taktical-offset-blue);
}
.ad-item {
    padding: 1.4vw;
    position: relative;
    min-width: 14.5vw;
    margin: 0.5vw;
}
.ad-item:after {
    content: '';
    background-color: #F1F3FF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15vw;
    border-radius: 2vw;
    z-index: -1;
    box-shadow: 0px 7px 18px -3px #ccc;
}
.ad-img img {
    object-fit: contain;
    max-width: 100%;
    height: 26vw;
    width: auto;
}



@media (max-width:767px){
    .ad-item:after{
        height: 35vw;
    }
    .util-section ul {
        padding: 0 0 0 4vw;
        margin-top: 5vw;
    }
    .util-section ul li {
        font-size: 4.4vw;
        margin-bottom: 3vw;
        line-height: 4.8vw;
        list-style-type: disc;
    }
}



.custom_service {
    padding: 0;
    min-height: 31vw;
    box-shadow: 0 0 50px -35px #000;
    overflow: hidden;
    position: relative;
    padding-top: 2vw;
    margin-bottom: 0;
    background-color: #fff
}

.custom_service:after {
    content: '';
    position: absolute;
    top: -12vw;
    left: 1vw;
    background-color: #ffc44d;
    width: 45vw;
    height: 105vw;
    transform: rotate(-45deg);
    z-index: 0;
}

.custom_service:before {
    content: '';
    position: absolute;
    top: -28vw;
    right: -19%;
    background-color: #f1f3ff;
    width: 25vw;
    height: 70vw;
    transform: rotate(-45deg);
    z-index: 0
}

.custom_service .people-img {
    max-height: 31vw;
    position: relative;
    z-index: 2
}

.custom_service {
    position: relative;
    z-index: 2;
}
.customCont {
    position: relative;
    z-index: 2;
    max-width: 30vw;
    margin-top: 3vw;
    margin-left: 3vw;
}
@media (min-width: 768px){
    .customCont {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 29vw;
}
}
.custom_service .bg-y-desktop:after {
    content: '';
    position: absolute;
    top: 5vw;
    left: 7vw;
    width: 26vw;
    height: 28vw;
    border-radius: 5vw;
    background-color: #909BFF;
    transform: rotate(-29deg);
    z-index: 1;
}
.custom_service .bg-y-desktop:before {
    content:'';
    position: absolute;
    top: 5vw;
    left: 7vw;
    width: 26vw;
    height: 28vw;
    border-radius: 5vw;
    transform: rotate(-29deg);
    z-index: 1;
}
.listing-taktical{
    list-style-type: none;
    padding: 0;
}
.listing-taktical li {
    position: relative;
    padding-left: 1.8vw;
    margin-bottom: 1vw;
    font-size: 1.2vw;
    color: var(--taktical-text-blue);
    letter-spacing: -0.02vw;
}
.listing-taktical li:after {
    content: '';
    position: absolute;
    background: url(../images/tick-rounded.png) no-repeat;
    background-size: 100%;
    height: 1vw;
    width: 1vw;
    left: 0;
    top: 0.25vw;
    margin: auto;
}

.service-extras {
    position: absolute;
    overflow: hidden;
    display: block;
    width: 25vw;
    height: 25vw;
    border-radius: 4vw;
    transform: rotate(45deg);
    z-index: 2;
    bottom: 0vw;
    left: 14vw;
    background: #ded7dd;
}
.service-extras img {
    transform: rotate(-46deg);
    height: 32vw;
    width: 34vw;
    object-fit: contain;
    object-position: top;
    top: 0vw;
    left: -2vw;
}
.services .custom_service .site-heading {
    font-size: 2.4vw;
    line-height: 2.6vw;
    margin-bottom: 2vw;
}
@media (min-width: 768px){
    .services .custom_service .site-heading > span {
    display: block;
}
.services .custom_service .site-heading{
    margin-bottom: 0;
}
}
.services.instagram .custom_service .site-heading {
    font-size: 2.4vw;
    line-height: 2.5vw;
}
.marketing-service {
    margin: 5vw auto 5vw;
}
.markting-opt {
    max-width: 57vw;
    margin: 0 auto 2vw;
    column-gap: 1vw;
}
.markting-opt button {
    flex: 1;
    font-size: 1.2vw;
    background-color: #F0F2FE;
    padding: 1vw 0;
    color: var(--taktical-text-blue);
    box-shadow: 0vw 0.5vw 0.8vw 0vw #ccc;
    margin-bottom: 1vw;
    font-weight: 600;
}
.marketing-service p {
    font-size: 1.2vw;
}
@media(min-width: 768px){
    .marketing-service p {
    font-size: 1.4vw;
    max-width: 100%;
    margin: auto;
}
}

.markting-opt button:hover, .markting-opt button:focus, .markting-opt button:active{
    color: var(--taktical-blue) !important;
    outline:none !important;
}

.whysection{
    background-color: #F1F3FF;
    box-shadow: var(--box-shadow-cont);
    padding: 5vw;
    margin-bottom: 5vw;
    position: relative;
    overflow: hidden;
}

/*.whysection:before {
    content: '';
    position: absolute;
    top: -4vw;
    left: inherit;
    right: -6vw;
    width: 44vw;
    height: 44vw;
    border-radius: 8vw;
    background-color: #fff;
    transform: rotate(-65deg);
    z-index: 1;
}*/
.white-cube, .blue-cube {
    background: #fff;
    width: 50vw;
    height: 50vw;
    border-radius: 9vw;
    transform: rotate(27deg);
    right: -14vw;
    position: absolute;
    top: -13vw;
}
.blue-cube {
    background: var(--anim-color-fade);
}
.img-cube {
    background-color: #fff;
    width: 43vw;
    height: 40vw;
    border-radius: 9vw;
    overflow: hidden;
    right: -3vw;
    position: absolute;
    top: 6vw;
    transform: rotate(17deg);
}
.img-cube img {
    max-width: 100%;
    transform: rotate(-55deg);
    height: 50vw;
    object-fit: cover;
    transform-origin: center;
}

/*.whysection:after {
    content: '';
    position: absolute;
    top: -5vw;
    left: inherit;
    right: -14vw;
    width: 46vw;
    height: 46vw;
    border-radius: 7vw;
    background: url(../images/snapchat-cube.png) no-repeat;
    transform: rotate(-3deg);
    z-index: 2;
    background-size: 100%;
}*/

/*.facebook .whysection:after {
    background: url(../images/services/facebook-cube.png) no-repeat;
    width: 45vw;
    height: 47vw;
    background-size: 100%;
}*/

.whysection .txt{
    position: relative;
    z-index: 3;
}

@media (max-width:767px){
    .white-cube,.blue-cube{
        width: 76vw;
        height: 60vw;
        border-radius: 13vw;
        transform: rotate(26deg);
        right: -9vw;
        top: -13vw;
    }
    .img-cube {
        width: 61vw;
        height: 49vw;
        border-radius: 13vw;
        right: -3vw;
        top: 2vw;
    }
    .img-cube img{
        height: 65vw;
    }
    
}

.util-section.essential h2 {
    font-size: 3.5vw;
    line-height: 3.8vw;
    margin-bottom: 2vw;
}

.snapchat-adv, .facebook-adv, .instagram-adv {
    background: #fff;
    margin: 0 auto 0;
    padding: 5vw;
    box-shadow: 0 0 50px -35px #000;
    overflow: hidden;
}
.snapchat-adv h3 {
    margin-bottom: 4vw;
}
@media (min-width: 768px){
    .snapchat-adv h3 {
        font-size: 3.4vw;
    }
}
.facebook-adv h3{
    margin-bottom: 0.5vw;
}

.process-list {
    width: 75vw;
}
.process-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.process-list ul:after {
    content: '';
    position: absolute;
    height: 0.2vw;
    width: 60vw;
    border-bottom: 0.2vw dashed var(--taktical-orange);
    top: 3vw;
    margin: 0;
    left: 4vw;
}

.process-list ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 20%;
    padding: 1vw;
    margin: 0 1vw;
}
.process-headline, .process-text {
    width: 100%;
    color: var(--taktical-text-blue);
}
.process-headline {
    font-weight: 800;
    font-size: 1.4vw;
    line-height: 1.6vw;
}
.process-text {
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: 100;
}
.processindex {
    position: relative;
    text-align: center;
    font-size: 2vw;
    color: #fff;
    height: 4vw;
    margin-bottom: 2vw;
    line-height: 4vw;
    width: 4vw;
}
.processindex:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 4vw;
    height: 4vw;
    bottom: 0;
    top: 0;
    background: var(--taktical-orange);
    transform: rotate(45deg);
    border-radius: 1vw;
}
.processindex span {
    z-index: 1;
    position: relative;
}
.brand-logo > img {
    max-width: 68vw;
    margin: 3vw auto 0;
    display: block;
    width: 100%;
}
.services .meet {
    padding: 3vw 0 1vw;
    margin-bottom: 4vw;
}
.service_meet {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 75vw;
    margin: 4vw auto 0;
    padding: 0;
}
.service_meet li {
    width: 15%;
    margin: 1vw auto;
}
.service_meet li img {
    max-width: 8vw;
}
.whytaktical-svg {
    position: absolute;
    left: -7vw;
    bottom: -7vw;
    width: 50vw;
    height: 53vw;
}
.whytaktical-logo {
    position: absolute;
    bottom: 13vw;
    z-index: 1;
    width: 21vw;
    left: 3vw;
}
.whiteerect {
    transform: rotate(-5deg) translate(0vw , 0vw);
    animation: rectAnimWhite 4s infinite ease-in-out;
  
}
.bluerect {
    transform: rotate(33deg) translate(10% , 3%);
    animation: rectAnimblue 4s infinite ease-in-out;
    
}
.orangerect {
    transform: rotate(12deg) translate(-6% , 3%);
    animation: rectAnimOrange 4s infinite ease-in-out;
}
@--webkit-keyframes rectAnimWhite {
    0%{
        transform: rotate(-5deg) translate(0vw , 0vw);
    }
    50%{
        transform: rotate(-2deg) translate(0vw , 0vw);
    }
    100%{
        transform: rotate(-5deg) translate(0vw , 0vw);
    }
}
@keyframes rectAnimWhite {
    0%{
        transform: rotate(-5deg) translate(0vw , 0vw);
    }
    50%{
        transform: rotate(-2deg) translate(0vw , 0vw);
    }
    100%{
        transform: rotate(-5deg) translate(0vw , 0vw);
    }
}
@--webkit-keyframes rectAnimblue {
    0%{
        transform: rotate(33deg) translate(10% , 3%);
    }
    50%{
        transform: rotate(35deg) translate(10% , 3%);
    }
    100%{
        transform: rotate(33deg) translate(10% , 3%);
    }
}
@keyframes rectAnimblue {
    0%{
        transform: rotate(33deg) translate(10% , 3%);
    }
    50%{
        transform: rotate(35deg) translate(10% , 3%);
    }
    100%{
        transform: rotate(33deg) translate(10% , 3%);
    }
}


@--webkit-keyframes rectAnimOrange {
    0%{
        transform: rotate(12deg) translate(-6% , 3%);
    }
    50%{
        transform: rotate(16deg) translate(-6% , 3%);
    }
    100%{
        transform: rotate(12deg) translate(-6% , 3%);
    }
}
@keyframes rectAnimOrange {
    0%{
        transform: rotate(12deg) translate(-6% , 3%);
    }
    50%{
        transform: rotate(16deg) translate(-6% , 3%);
    }
    100%{
        transform: rotate(12deg) translate(-6% , 3%);
    }
}



.whytaktical{
    background-color: #F1F3FF;
    box-shadow: 0 0 50px -35px #000;
    padding: 5vw;
    margin-bottom: 5vw;
    position: relative;
    overflow: hidden;
}

.snapchat-agency {
    background: var(--taktical-blue);
    padding: 5vw;
    position: relative;
    overflow: hidden;
    box-shadow: var(--box-shadow-cont);
    margin-bottom: 2vw;
}
/*.snapchat-agency:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/snapchat-agency.png) no-repeat;
    z-index: 1;
    height: 17vw;
    width: 33vw;
    background-size: 100%;
}*/
.snapchat-agency > svg {
    height: auto;
    width: 33vw;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.adv-agency {
    max-width: 50vw;
}
.adv-agency h3 {
    font-size: 4vw;
}
@media (min-width:768px){
    .p-l-md{
        padding-left: 3vw;
    }
   .p-l-md p {
    font-size: 1.1vw;
    line-height: 1.5;
}
    .xsfont{
        font-size: 1vw;
        line-height: 1.4vw;
    }
    .adv-agency{
        padding-left: 6vw;
    }
    
}

@media (max-width:767px){
    .snapchat-agency {
    margin: 5vw auto;
}
    .snapchat-agency > svg {
        width: 50vw;
        left: -15vw;
    }
    .services .intro{
        max-width: 100%;
        padding: 5vw;
        font-size: 3.6vw;
        line-height: 5vw;
    }
    .services .intro h1 {
        font-size: 10vw;
        line-height: 10vw;
        margin-bottom: 4vw;
    }
    .service-banner-opt .banner-p {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 60vw;
    }
    .service-banner-opt .banner-p.snapchat {
    top: 0;
    width: 80vw;
}
    .service-banner-opt svg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 93vw;
        height: 93vw;
    }

     .services .intro{
        margin-top: 0;
    }
    .services .service-banner-opt {
        height: 93vw;
        background-position: center;
    }
    .services .service-logo {
        width: 40vw;
    }
    .taktical-leaf-style.btn-xs {
        font-size: 3.7vw;
    }
    .util-section {
        width: 90vw;
        margin: 8vw auto 7vw;
    }
    .util-section .site-heading {
        font-size: 8vw;
        margin-bottom: 5vw !important;
        line-height: 9vw;
    }
    
    .snapchat-ad-format{
        width: 100%;
    }
    .ad-img img {
        object-fit: contain;
        max-width: 100%;
        height: 52vw;
    }
    .snapchat-ad-format .site-heading {
        font-size: 4vw;
        text-align: center !important;
        margin-bottom: 2vw !important;
    }
    .snapchat-ad-format .ad-item p {
        font-size: 3vw;
        margin: 2vw auto 1vw;
    }

    .custom_service:before {
        display: none
    }

    .customCont {
        max-width: 100%;
        background: #fff;
        padding: 7vw 5vw 2vw;
        margin: 0;
    }

    .custom_service .people-img {
        max-height: 95vw;
        z-index: 2
    }

    .custom_service .bg-y-desktop:after {
        content: '';
        position: absolute;
        top: 10vw;
        left: -46vw;
        width: 90vw;
        height: 175vw;
        border-radius: 6vw;
        background-color: var(--taktical-orange);
        transform: rotate(45deg);
        z-index: 1
    }

    .custom_service:after {
        content: '';
        position: absolute;
        top: -7vw;
        left: 0;
        background-color: #f1f3ff;
        width: 70vw;
        height: 165vw;
        transform: rotate(-45deg);
        z-index: 0
    }
    .service-extras {
        position: static;
        width: 55vw;
        height: 57vw;
        margin-top: 16vw;
        margin-bottom: -4vw;
    }
    .service-extras img {
        max-height: 95vw;
        z-index: 2;
        height: 74vw;
        width: 76vw;
    }
    .services .custom_service .site-heading {
        font-size: 8vw;
        line-height: 9vw;
        margin-bottom: 4vw !important;
    }
    .services.instagram .custom_service .site-heading {
        font-size: 8vw;
        line-height: 8vw;
    }
    .listing-taktical li:after {
        margin: 1vw;
        height: 3vw;
        width: 3vw;
    }
    .listing-taktical li {
        font-size: 4vw;
        padding-left: 6vw;
        margin-bottom: 3vw;
    }
    .markting-opt {
        max-width: 80vw;
        margin: 0 auto 2vw;
        column-gap: 1vw;
    }
    .markting-opt button {
        flex: auto;
        width: 100%;
        font-size: 4vw;
        padding: 2vw 0;
        margin-bottom: 5vw;
    }
    .site-heading-mid {
        font-size: 7vw;
        line-height: 8vw;
        margin-bottom: 7vw !important;
    }
    .marketing-service {
        margin: 12vw auto 12vw;
    }
    .marketing-service p {
        font-size: 3.4vw;
        padding: 0 7vw;
        line-height: 5vw;
    }


    

   /* .facebook .whysection:after {
        top: -10vw;
        right: -32vw;
        width: 78vw;
        height: 79vw;
        border-radius: 7vw;
    }
    .whysection:before {
        top: -4vw;
        right: -21vw;
        width: 79vw;
        height: 79vw;
        border-radius: 16vw;
    }*/
    .whysection .site-heading {
        padding-right: 15vw !important;
        margin-top: 38vw;
        font-size: 11vw;
        line-height: 11vw;
    }
}

@media (max-width:767px){
    .adv-agency h3 {
        font-size: 4.8vw;
        line-height: 6vw;
        letter-spacing: 0.1vw;
    }
    .util-section {
        width: 90vw;
        margin: 8vw auto 7vw;
    }
    .util-section.essential h2 {
        font-size: 7vw;
        line-height: 8vw;
        margin-bottom: 2vw;
    }
    .util-section img{
        max-width: 54vw;
        margin-bottom: 7vw;
    }
    .process-list ul{
        flex-wrap: wrap;
    }
    .process-list ul li {
        width: 100%;
        padding-left: 13vw;
        position: relative;
    }
    .process-headline {
        
        font-size: 4.2vw;
        line-height: 5.4vw;
    }
    .process-text {
        font-size: 4vw;
        line-height: 4.8vw;
        margin-bottom: 5vw;
    }
    .processindex:before {
        content: '';
        width: 10vw;
        height: 10vw;
        border-radius: 2vw;
    }
    .process-list ul:after {
        display: none;
    }
    .process-list ul li:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 0.5vw;
        border-left: 0.6vw dashed  var(--taktical-orange);
        top: 3vw;
        margin: 0;
        left: 2vw;
        z-index: 0;
    }
    .process-list ul li:last-child:after {
        height: 0;
    }
    .processindex {
        font-size: 6vw;
        height: 6vw;
        margin-bottom: 2vw;
        line-height: 6vw;
        width: 10vw;
        position: absolute;
        left: -3vw;
        top: 1.8vw;
    }
    .process-list {
        width: 75vw;
        margin: 10vw auto 0;
    }
    .whytaktical-anim {
        position: absolute;
        bottom: 0;
    }
  .whytaktical h3 {
    margin-bottom: 6vw !important;
    margin-top: 70vw;
}
    .whytaktical-logo {
        position: absolute;
        top: 22vw;
        z-index: 1;
        width: 24vw;
        left: 2vw;
    }
    .whytaktical-anim {
        position: absolute;
        top: 0;
        transform: rotate(0deg) scale(1.6) translateX(20vw);
        left: -30px;
        bottom: inherit;
    }
    .whytaktical-svg {
        width: 47vw;
        height: 63vw;
        position: relative;
        top: -7vw;
        left: 0vw;
    }
    .whiteerect {
        height: 765px;
        width: 669px;
    }
    /* .bluerect {
        height: 156vw;
        width: 160vw;
    } */
    .services .meet {
        padding: 5vw 0;
        margin-bottom: 0;
    }
    .snapchat-adv {
        padding: 10vw;
    }
    .service_meet {
        width: 100%;
    }
    .service_meet li {
        width: 33.33%;
        margin: 1vw auto;
    }
    .service_meet li img {
        max-width: 75%;
        margin: auto;
        display: block;
    }
    .service_meet{
        padding: 5vw;
    }
    .service-meet h2 {
        margin-bottom: 5vw !important;
    }
}



.sec-faq {
    background-color: var(--taktical-blue);
    padding: 5vw 0;
    margin: 0 0 3vw;
}

.taktical-accodian {
    max-width: 60vw;
    margin: 4vw auto 2vw;
}

.taktical-accodian .accordion-item{
    background: transparent;
    border: 1px solid var(--taktical-blue);
    box-shadow: 0px -1.5vw 1.8vw -1.5vw rgb(0 0 0 / 59%);
}
.taktical-accodian .accordion>.accordion-item>.accordion-header {
    background: var(--taktical-blue);
    border-bottom: 0;
    margin-bottom: 0 !important;
    padding: 0;
}
.taktical-accodian .accordion-body {
    text-align: left;
    background: #7782EF;
    padding: 1.2vw 1.2vw 2.2vw;
}
.taktical-accodian .accordion-body p {
    color: #fff;
    margin-bottom: 1vw;
    font-size: 1vw;
    font-weight: 100;
    letter-spacing: 0.01vw;
}
.taktical-accodian .accordion>.accordion-item {
    overflow: hidden;
    border-top-left-radius: 1.2vw;
    border-top-right-radius: 1.2vw;
    margin-bottom: -2vw;
    position: relative;
}
.taktical-accodian .btn-light {
    padding: 1.2vw 3.8vw 3vw 1.8vw;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 1.3vw;
    line-height: 1.3vw;
    transition: all 0.3s ease-in-out;
}
.taktical-accodian .accordion-collapse{
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.taktical-accodian .accordion-collapse.collapse.show {
    transform: translateY(-1vw);
    opacity: 1;
}

.taktical-accodian .btn-light[aria-expanded=true] {
    transform: translateY(0.5vw);
    font-size: 1.6vw;
}

.accordion-button:focus,.accordion-button:hover,.accordion-button:active{
    box-shadow: none!important;
}
.sec-faq .accordion-button::after {
    filter: brightness(100);
    position: absolute;
    right: 1vw;
}

.taktical-accodian .accordion>.accordion-item:last-child .accordion-body {
    border-bottom-left-radius: 2vw;
    padding-bottom: 0.5vw;
}
.taktical-accodian .accordion-body ol, .taktical-accodian .accordion-body ul {
    padding: 0 0 0 1vw;
    color: #fff;
    font-size: 1vw;
    font-weight: 100;
}
.taktical-accodian .accordion-body ol li, .taktical-accodian .accordion-body ul li {
    margin-bottom: 0.5vw;
}

@media (max-width:767px){
    .taktical-accodian{
        max-width: 100%;
    }
    .taktical-accodian .accordion>.accordion-item {
        border-top-left-radius: 3.2vw;
        border-top-right-radius: 3.2vw;
        margin-bottom: -2vw;
    }
    .taktical-accodian .btn-light[aria-expanded=true] {
        transform: translateY(0.5vw);
        font-size: 4.6vw;
        line-height: 5vw;
    }
    .taktical-accodian .btn-light {
        padding: 2.2vw 7.8vw 4vw 3.8vw;
        font-size: 4vw;
        line-height: 5.3vw;
    }
    .taktical-accodian .btn-light[aria-expanded=true] {
        font-size: 4.6vw;
        line-height: 5vw;
    }
    .taktical-accodian .accordion-body ol, .taktical-accodian .accordion-body ul{
        padding: 0 0 0 3vw;
    }
    .taktical-accodian .accordion-body p, .taktical-accodian .accordion-body ol, .taktical-accodian .accordion-body ul {
        margin-bottom: 1vw;
        font-size: 3.6vw;
        line-height: 4.6vw;
    }
    .taktical-accodian .accordion-body ol, .taktical-accodian .accordion-body ul {
       
        margin: 4vw 0;
    }
    .taktical-accodian .accordion-body ol li, .taktical-accodian .accordion-body ul li {
        margin-bottom: 3vw;
    }
    .taktical-accodian {
        max-width: 92%;
    }
    .taktical-accodian .accordion-body {
        padding: 5.2vw 5.2vw 4.2vw;
    }
    .sec-faq {
        padding: 10vw 0 4vw;
        margin: 5vw 0 3vw;
    }
    .sec-faq .site-heading{
        font-size: 8vw;
        line-height: 9vw;
        margin-bottom: 10vw;
    }
    .taktical-accodian .accordion>.accordion-item:last-child .accordion-body {
        border-bottom-left-radius: 4vw;
        padding-bottom: 4vw;
    }
   
}

/***************** facebook service ***************/

 .s-para {
    max-width: 58vw;
    margin: 1vw auto 3vw;
    font-size: 1.2vw;
    line-height: 1.8vw;
}
.facebook-adv .process-list ul li{
    width: 33.33%;
}
.facebook-adv .process-list ul:after {
    content: '';
    width: 50vw;
}

/*.whysection:after {
    content: '';
    position: absolute;
    top: -5vw;
    left: inherit;
    right: -14vw;
    width: 46vw;
    height: 46vw;
    border-radius: 7vw;
    background: url(../images/snapchat-cube.png) no-repeat;
    transform: rotate(-3deg);
    z-index: 2;
    background-size: 100%;
}*/

.earn-badge {
    list-style: none;
    gap: 1vw;
    margin: 8vw auto 0;
    padding: 0;
}
.earn-badge li {
    background-color: #fff;
    border-radius: 3vw;
    padding: 2vw;
    width: 19%;
    text-align: center;
    min-height: 15vw;
    color: var(--taktical-blue);
    font-size: 1vw;
    line-height: 1.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 18px -11px #ccc;
    margin: 0;
}

.earn-badge li svg {
    width: 3vw;
    height: 3vw;
}
.earn-badge li p {
    margin-top: 1vw;
    font-size: 1.1vw;
    line-height: 1.5vw;
    margin-bottom: 0;
}



@media (max-width:767px){
    .earn-badge{
        gap: 3vw;
    }
    .earn-badge li {
        width: 48%;
        padding: 2vw 3vw;
        min-height: 50vw;
    }
    .earn-badge li p {
        font-size: 4.4vw;
        line-height: 5.2vw;
        letter-spacing: -0.08vw;
    }
    .earn-badge li svg {
        width: 10vw;
        height: 10vw;
        display: block;
        margin-bottom: 3vw;
    }
    .facebook-adv .process-list ul li {
        width: 100%;
    }
    .facebook-adv .s-para {
        max-width: 100%;
        margin: 5vw auto 0;
        font-size: 4vw;
        line-height: 5.8vw;
    }
    .facebook-adv{
        padding: 10vw;
    }
    .facebook-adv h3 {
        margin-bottom: 0.5vw;
        font-size: 8vw;
        line-height: 9vw;
    }
    .whysection:after {

        top: -5vw;
        right: -38vw;
        width: 75vw;
        height: 75vw;
        border-radius: 7vw;
    }
    .snapchat .whysection:after {
        top: -11vw;
        right: -35vw;
        width: 80vw;
        height: 80vw;
        border-radius: 7vw;
    }
    .s-para {
        font-size: 4.2vw;
        max-width: 93%;
        line-height: 5vw;
    }
    .snapchat-adv, .facebook-adv, .instagram-adv {
    padding: 10vw 5vw;
    margin: 5vw 0;
}
}

@media (max-width:360px){
    .earn-badge li {
        width: 100%;
        padding: 6vw 8vw;
        min-height: 50vw;
    }
    .earn-badge li p {
        font-size: 5.4vw;
        line-height: 6.2vw;
        letter-spacing: -0.08vw;
    }
}


/**************** instagram service ******************/
.fl img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    filter: drop-shadow(2px 0 170px #ccc);
}
.fl-r-noshdow img{
    width: 100%;
    max-width: 100%;
}

.instagram .util-section h2{
    margin-bottom: 2vw;
}

.liked-check-list {
    padding: 0;
    list-style: none;
    marker: none;
}
.liked-check-list li {
    padding: 0;
    position: relative;
    padding-left: 2vw;
    margin-bottom: 2vw;
    font-weight: 100;
}
.liked-check-list li:after {
    content: '';
    position: absolute;
    top: 0.2vw;
    left: 0;
    width: 1.3vw;
    height: 1.3vw;
    overflow: hidden;
    background: url(../images/services/liked.svg) no-repeat;
    background-size: 100%;
}
.rl-svg {
    position: relative;
    background-color: #F1F3FF;
    margin-bottom: 5vw;
}
.rl-svg svg {
    position: absolute;
    right: -7vw;
    width: 54vw;
    top: -4vw;
    height: 68vw;
    z-index: 0;
}


@media (min-width:768px){
    .fl img {
        position: absolute;
        width: 50vw;
        left: -10vw;
        top: 2vw;
    }
    .fl-r-noshdow img {
        position: absolute;
        width: 34vw;
        right: 0;
        top: 0;
        margin: auto;
        bottom: 0;
    }
    .rl-svg .site-para {
        font-size: 1.1vw;
        line-height: 1.5vw;
        margin-bottom: 2.5vw;
        font-weight: 100;
        letter-spacing: -0.02vw;
    }
}

@media (max-width:767px){
    .liked-check-list{
        margin: 10vw 0 0;
    }
    .liked-check-list li {
        padding-left: 6vw;
        margin-bottom: 6vw;
        font-size: 4vw;
        line-height: 5.5vw;
    }
    .liked-check-list li:last-child{
        margin-bottom: 0;
    }
    .liked-check-list li:after {
        content: '';
        top: 0.2vw;
        left: -1vw;
        width: 5vw;
        height: 5vw;
    }
    .rl-svg svg {
        position: absolute;
        right: -9vw;
        width: 100%;
        top: -6vw;
        height: 84vw;
    }
    .rl-svg {
        padding: 80vw 5vw 5vw;
    }
}

/******amazon service*********/


@media (min-width:768px){
    .amazon .rl-svg svg {
        position: absolute;
        right: -10vw;
        width: 54vw;
        top: -5vw;
        height: 75vw;
        z-index: 1;
    }
    .amazon .util-section h2 {
        font-size: 3.5vw;
        line-height: 3.6vw;
        margin-bottom: 2vw;
    }
    .amazon .util-section img {
        position: absolute;
        right: -4vw;
        top: 0;
        max-width: 39vw;
        bottom: 0;
        margin: auto;
    }
}

.amazon .earn-badge {
    position: relative;
    z-index: 2;
    margin-top: 2vw;
}

.amazon .earn-badge li {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.amazon .earn-badge li svg {
    position: static;
    width: 3vw;
    height: 3vw;
}



@media (max-width:767px){
    .util-section img{
        max-width: 100%;
    }
    .amazon .earn-badge li svg {
        width: 10vw;
        height: 10vw;
        margin-bottom: 1vw;
    }
}

/*********pinterest service*********/

.service-extras{
    background: #dce7e5;
}
.pinterest .custom_service .site-heading {
    font-size: 2.4vw;
    line-height: 2.6vw;
}

.pinterest-agency {
    background: var(--taktical-blue);
    padding: 5vw;
    position: relative;
    overflow: hidden;
    box-shadow: var(--box-shadow-cont);
    margin-bottom: 5vw;
}
.pinterest-agency:before {
    content: '';
    position: absolute;
    left: -1vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/services/pinterest-agency.png) no-repeat;
    z-index: 1;
    height: 19vw;
    width: 33vw;
    background-size: 100%;
}
.pinterest .whytaktical ul li {
    margin-bottom: 1.5vw;
}
.whytaktical {
    background-color: #F1F3FF;
    box-shadow: var(--box-shadow-cont);
    padding: 5vw;
    margin-bottom: 5vw;
    margin-top: 5vw;
    position: relative;
    overflow: hidden;
}
.whytaktical .site-heading{
    margin-bottom: 2vw;
}




@media (min-width:768px){
    .pinterest .adv-agency {
        max-width: 42vw;
        padding-right: 10vw;
        padding-left: 0;
    }
    .pinterest .taktical-white-cube svg {
        position: absolute;
        right: -8vw;
        top: -4vw;
        width: 55vw;
        height: 88vw;
    } 
    .pinterest .util-section h2 {
        margin-bottom: 2vw;
    }
}

@media (max-width:767px){
    .pinterest .whytaktical ul li {
        margin-bottom: 4.5vw;
        font-size: 4vw;
        line-height: 5vw;
        font-weight: 100;
    }
    .pinterest .taktical-white-cube svg {
        position: absolute;
        left: -8vw;
        width: 110vw;
        height: 69vw;
        top: -11vw;
    }
    .pinterest .custom_service .site-heading {
        font-size: 7.4vw;
        line-height: 8vw;
        margin-bottom: 6vw !important;
        letter-spacing: -0.15vw;
    }
}



/********************** twitter service **********/

.twitter .intro h1.largetxt{
    font-size: 2.8vw;
    line-height: 3vw;
}

.twitter .service-extras {
    background: #f3f3f1;
}

.twitter .fl-svg{
    position: relative;
    overflow: hidden;
}
.twitter .fl-svg:before {
    content: '';
    background: url(../images/services/twitter-fl-svg.png) no-repeat;
    background-size: 100%;
    width: 40vw;
    height: 40vw;
    position: absolute;
    top: 0;
    right: 0vw;
    z-index: 0;
}
@media (min-width:768px){
    .twitter .util-section h2 {
        font-size: 3.5vw;
        line-height: 3.6vw;
        margin-bottom: 2vw;
    }
    .twitter .coverage .site-container > div > div:first-child {
        margin-left: 4vw;
    }
}
@media (max-width:767px){
    .twitter .intro h1.largetxt {
        font-size: 6.4vw;
        line-height: 7vw;
    }
    .twitter .intro p {
        margin-bottom: 1.5vw;
        font-size: 4vw;
    }
    .twitter .fl-svg:before {
        width: 80vw;
        height: 80vw;
    }
}


.taktical-full-listbox {
    list-style: none;
    margin: 2vw auto 0;
    padding: 0;
    z-index: 1;
    position: relative;
}
.taktical-full-listbox li{
    background-color: #fff;
    border-radius: 2vw;
    padding: 2vw;
    width: 100%;
    text-align: left;
    color: var(--taktical-blue);
    font-size: 1vw;
    line-height: 1.4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0px 6px 18px -11px #ccc;
    margin-bottom: 2vw;
}

.taktical-full-listbox li p:last-child{
    margin-bottom: 0;
}
.taktical-full-listbox li:last-child{
    margin-bottom: 0;
}

.taktical-full-listbox .list-head {
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 1.4vw;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.5vw;
}
.taktical-full-listbox .list-head svg {
    height: 1.4vw;
    width: 1.4vw;
}
.list-para {
    font-size: 1.1vw;
    margin-bottom: 1vw;
    margin-top: 0.5vw;
    line-height: 1.5vw;
    font-weight: 100;
}

.list-pic-box {
    list-style: none !important;
    padding: 0 !important;
    width: 100%;
}
.list-pic-box li {
    background-color: var(--taktical-light-blue);
    overflow: hidden;
    border-radius: 3vw;
    margin-bottom: 3vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 6px 18px -11px #ccc;
}
.list-pic-box li:last-child{
    margin-bottom: 0;
}

.list-pic-box li:nth-child(even) .list-pic-box-txt{
    order: 1;
}
.list-pic-box li:nth-child(even) .list-pic-box-img{
    order: 2;
}

.list-pic-box-txt {
    padding: 2vw 5vw;
    color: var(--taktical-blue);
}
.list-pic-headline {
    font-size: 1.6vw;
    margin-bottom: 0.8vw;
    line-height: 2vw;
}
.list-pic-para {
    font-weight: 100;
    font-size: 1.1vw;
    line-height: 1.5vw;
    margin-bottom: 0;
}
.list-pic-box-img {
    object-fit: cover;
    max-width: 50%;
    width: 100%;
    margin: 0 !important;
}

@media (max-width:767px){
    .taktical-full-listbox li {
        border-radius: 3vw;
        padding: 5vw;
        font-size: 1vw;
        line-height: 1.4vw;
        margin-bottom: 5vw;
    }
    .list-pic-box.list-pic-box li {
        flex-wrap: wrap;
        margin-bottom: 10vw;
        border-radius: 5vw;
    }
    .list-pic-box.list-pic-box li:last-child{
        margin-bottom: 0;
    }
    .list-pic-headline {
        font-size: 4.6vw;
        margin-bottom: 1.8vw;
        line-height: 5vw;
    }
    .list-pic-para {
        font-weight: 100;
        font-size: 4.1vw;
        line-height: 5.5vw;
        margin-bottom: 0;
    }
    .list-pic-box-txt {
        padding: 8vw 7vw 8vw;
    }
    .list-pic-box li:nth-child(even) .list-pic-box-txt{
        order: 2;
    }
    .list-pic-box li:nth-child(even) .list-pic-box-img {
        order:1;
    }
    .list-para {
        font-size: 4.4vw;
        margin-bottom: 5vw;
        margin-top: 0.5vw;
        line-height: 5.5vw;
    }
    .taktical-full-listbox .list-head svg {
        height: 8vw;
        width: 8vw;
    }
    .taktical-full-listbox .list-head {
        font-size: 5.4vw;
        line-height: 7.4vw;
        gap: 2.5vw;
    }

}

.uniq-abt{
    position: relative;
    overflow: hidden;
    padding: 5vw;
    margin: 5vw auto;
    box-shadow: var(--box-shadow-cont);
}
.uniq-abt .txt p:last-child {
    margin-bottom: 0;
}
.twitter .util-section.coverage {
    width: 75vw;
    margin: 1vw auto 1vw;
    padding: 6vw 0;
}

.uniq-abt:after {
    content: '';
    background: url(../images/services/twitter-unique.png) no-repeat;
    background-size: 100%;
    width: 40vw;
    height: 47vw;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width:767px){
    .uniq-abt {
        padding: 75vw 5vw 5vw;
        margin: 5vw auto;
    }
    .uniq-abt:after {
        background-image: url(../images/services/twitter-unique-m.png);
        top: -1vw;
        width: 90vw;
        height: 73vw;
    }
}
@media (min-width:768px){
.seo .util-section img {
    position: absolute;
    right: -4vw;
    top: 0;
    max-width: 39vw;
    bottom: 0;
    margin: auto;
}
.seo .p-l-md p {
    font-size: 1vw;
    line-height: 1.2vw;
}
}

.significant{
    padding: 5vw;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.history ul li {
    font-weight: 100;
    margin-bottom: 1vw;
}
.history{
    padding: 5vw;
    margin: 5vw auto;
    overflow: hidden;
    position: relative;
}
.history-svg {
    position: absolute;
    right: -2vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 61vw;
    height: 68vw;
}
.history img {
    width: 17vw !important;
    margin: 0;
}
.history .site-heading {
    font-size: 3vw;
    padding-right: 3vw;
    line-height: 3.2vw;
    margin-bottom: 3vw;
}

.short-head{
    font-size: 1.8vw;
    line-height: 2vw;
}

.svg-bottom-right{
    position: absolute;
    right: 0;
    bottom: 0;
}

.significant ul li {
    font-weight: 100;
    font-size: 1vw;
}

.svg-cont-size {
    width: 33vw;
    height: 22vw;
}
@media (max-width:767px){
    .history .site-heading {
        font-size: 7vw;
        padding-right: 0;
        line-height: 7.2vw;
        margin-bottom: 5vw;
    }
    .short-head {
        font-size: 5vw;
        line-height: 5.5vw;
        margin-bottom: 3vw;
    }
    .history-svg {
        bottom: inherit;
        rotate: 270deg;
        left: 0;
        width: 94vw;
        height: 96vw;
        top: -20vw;
        z-index: 0;
    }
    .history {
        padding: 35vw 5vw 5vw;
        margin: 5vw auto;
    }
    .history img {
        width: 42vw !important;
        margin: 0 auto 10vw;
    }
    .significant ul li {
        font-size: 4.8vw;
        line-height: 6vw;
    }
    .significant{
        margin: 5vw auto;
    }
}

.attn{
    overflow: hidden;
    position: relative;
}

@media (max-width:767px){
    .svg-bottom-right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 39vw;
        height: 39vw;
    }
    .attn {
    padding: 20vw 10vw 20vw;
    margin: 5vw auto;
}
    .svg-cont-size {
        width: 58vw;
        height: 59vw;
        position: absolute;
        right: -10vw;
        top: -12vw;
    }
}

/**************** reddit service page ***************/

.reddit-adv{
    padding: 5vw 5vw 5vw 40vw;
    margin: 5vw auto;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.svg-l-b {
    position: absolute;
    left: -51vw;
    top: -11vw;
    height: 83vw;
    width: 94vw;
}

.svg-top-right{
    position: absolute;
    top: 0;
    right: 0;
}

.box-padding .site-heading{
    margin-bottom: 4vw;
}
.reddit-digital {
    padding: 5vw;
    margin: 5vw auto 0;
    overflow: hidden;
    position: relative;
    min-height: 33vw;
}

.reddit-digital svg {
    position: absolute;
    right: -1vw;
    top: 0;
    width: 42vw;
    height: 33vw;
}

@media (max-width:767px){
    .svg-l-b {
        z-index: 2;
        rotate: 90deg;
        right: 0;
        left: -6vw;
        top: -50vw;
        width: 105vw;
        height: 99vw;
    }
    .svg-top-right {
        top: inherit;
        bottom: -14vw;
        rotate: 106deg;
        right: -40vw;
    }
    .reddit-adv {
        padding: 50vw 5vw 10vw 5vw;
        margin: 10vw auto;
    }
    .reddit-digital svg {
        position: absolute;
        right: 0;
        top: -2vw;
        width: 99vw;
        height: 79vw;
        left: -3vw;
    }
    .reddit-digital {
        padding: 80vw 5vw 5vw;
        margin: 5vw auto;
    }
}



/**************** tiktok page ***************/

.tiktok .service-extras {
    background: #f7f9fc;
}

.tiktok-diamond-svg{
    position: absolute;
    top: 0vw;
    right: 0vw;

}
.tiktok-s{
    min-height: 33vw;
    margin: 5vw auto 0;
    padding: 5vw;
    overflow: hidden;
}

.tiktok-diamond-svg {
    position: absolute;
    top: -12vw;
    right: -17vw;
    width: 60vw;
    height: 60vw;
}

.wide-white-boxes{
    margin: 3vw auto 0;
    display: flex;
    flex-direction: column;
    gap: 3vw;
}

.wide-white-boxes .box-item{
    border-radius: 3vw;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding:0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5vw;
}

.wide-white-boxes .box-item img {
    width: 17vw;
    margin: 0vw 0 0;
}
.content-box p:last-child {
    margin: 0;
}
.content-box {
    padding: 3vw 0 3vw 0vw;
}

@media (min-width:768px){
    .wide-white-boxes .box-item:nth-child(even) img{
        order: 2;
    }
    .wide-white-boxes .box-item:nth-child(even) .content{
        order: 1
    }
}

@media (max-width:767px){
    .content-box {
        padding: 0vw 0 6vw 0vw;
        text-align: center;
    }
    .content-box p {
        font-size: 4.5vw;
        line-height: 5vw;
    }
    .wide-white-boxes .box-item{
        flex-wrap: wrap;
        border-radius: 7vw;
    }
    .wide-white-boxes .box-item img {
        width: 85%;
        margin: 10vw 0 0 !important;
    }
    .tiktok-s {
    margin: 10vw auto;
    padding: 20vw 5vw 5vw;
}
    .tiktok-diamond-svg {
        top: -22vw;
        right: -29vw;
        width: 115vw;
        height: 100vw;
        transform: rotate(-10deg);
    }
    .wide-white-boxes {
        margin: 0 auto 0;
        gap: 5vw;
    }
}

@media (min-width: 1919.99px) {
  .service {
    margin-bottom: 57.6px;
  }

  .service-wrapper {
    padding: 115.2px 96px 96px 96px;
  }

  .service-header {
    width: 768px;
  }

  .service-desc {
    padding: 9.6px 9.6px 48px;
  }

  .service-list {
    padding: 0 153.6px;
    margin-top: 38.4px;
  }

  .service-list .service-item {
    margin-bottom: 19.2px;
  }

  .service-list .service-item a {
    padding: 28.8px 19.2px 19.2px;
    min-height: 268.8px;
  }

  .service-desc .heading {
    font-size: 26.88px;
    line-height: 38.4px;
    margin-bottom: 3.84px;
  }
  .service-desc .text {
    font-size: 19.2px;
    line-height: 26.88px;
    margin-bottom: 19.2px;
    letter-spacing: -0.576px;
  }

  span.service-icon svg {
    height: 76.8px;
    width: 76.8px;
  }

  .social-network .service-icon svg {
    padding: 3.84px 9.6px;
  }

  .readmore-service-link {
    font-size: 19.2px;
  }

  .service-list .service-item:hover .readmore-service-link {
    transform: translateX(5.76px) scale(1.1);
  }

  /******************* snapchat service *****************/
  .services .intro {
    max-width: 864px;
    font-size: 26.88px;
    padding: 0 0 0 172.8px;
  }
  .services .intro h1 {
    font-size: 76.8px;
    line-height: 76.8px;
    letter-spacing: -0.96px;
    margin-bottom: 38.4px;
  }

  .services .service-logo {
    width: 326.4px;
  }

  .services .service-banner-opt {
    height: 825.6px;
  }

  .service-banner-opt svg {
    width: 825.6px;
    height: 825.6px;
  }

  .service-banner-opt .banner-p {
    width: 518.4px;
  }

  .service-banner-opt .banner-p.snapchat {
    top: -38.4px;
    width: 748.8px;
  }

  .services .banner {
    margin-bottom: 96px;
  }

  .util-section {
    width: 1440px;
    margin: 57.6px auto 96px;
  }

  .insta-util {
    margin: 134.4px auto 134.4px;
  }

  .util-section h2 {
    margin-bottom: 76.8px;
  }

  .util-section ul {
    padding: 0 0 0 19.2px;
    font-size: 19.2px;
  }

  .snapchat-ad-format {
    width: 1440px;
    margin: 0 auto 96px;
  }

  .snapchat-ad-format .site-heading {
    font-size: 38.4px;
  }

  .snapchat-ad-format .ad-item p {
    margin: 19.2px auto 0;
    font-size: 23.04px;
  }

  .ad-item {
    padding: 26.88px;
    min-width: 278.4px;
    margin: 9.6px;
  }

  .ad-item:after {
    height: 288px;
    border-radius: 38.4px;
  }

  .ad-img img {
    height: 499.2px;
  }

  .custom_service {
    min-height: 595.2px;
    padding-top: 38.4px;
  }

  .custom_service:after {
    top: 230.4px;
    left: 19.2px;
    width: 864px;
    height: 2016px;
  }

  .custom_service:before {
    top: -537.6px;
    width: 480px;
    height: 1344px;
  }

  .custom_service .people-img {
    max-height: 595.2px;
  }

  .customCont {
    max-width: 576px;
    margin-top: 57.6px;
    margin-left: 57.6px;
  }

  .custom_service .bg-y-desktop:after {
    top: 96px;
    left: 134.4px;
    width: 499.2px;
    height: 537.6px;
    border-radius: 96px;
  }
  .custom_service .bg-y-desktop:before {
    top: 96px;
    left: 134.4px;
    width: 499.2px;
    height: 537.6px;
    border-radius: 96px;
  }

  .listing-taktical li {
    padding-left: 34.56px;
    margin-bottom: 19.2px;
    font-size: 23.04px;
    letter-spacing: -0.384px;
  }

  .listing-taktical li:after {
    height: 19.2px;
    width: 19.2px;
    top: 4.8px;
  }

  .service-extras {
    width: 480px;
    height: 480px;
    border-radius: 76.8px;
    left: 268.8px;
  }
  .service-extras img {
    height: 614.4px;
    width: 652.8px;
    left: -38.4px;
  }
  .services .custom_service .site-heading {
    font-size: 46.08px;
    line-height: 49.92px;
    margin-bottom: 38.4px;
  }

  .services.instagram .custom_service .site-heading {
    font-size: 46.08px;
    line-height: 48px;
  }

  .marketing-service {
    margin: 96px auto 96px;
  }

  .markting-opt {
    max-width: 1094.4px;
    margin: 0 auto 38.4px;
    column-gap: 19.2px;
  }
  .markting-opt button {
    font-size: 23.04px;
    padding: 19.2px 0;
    box-shadow: 0vw 9.6px 15.36px 0vw #ccc;
    margin-bottom: 19.2px;
  }
  .marketing-service p {
    font-size: 23.04px;
  }

  .whysection {
    padding: 96px;
    margin-bottom: 96px;
  }

  .white-cube,
  .blue-cube {
    width: 960px;
    height: 960px;
    border-radius: 172.8px;
    right: -268.8px;
    top: -249.6px;
  }

  .img-cube {
    width: 825.6px;
    height: 768px;
    border-radius: 172.8px;
    right: -57.6px;
    top: 115.2px;
  }

  .img-cube img {
    height: 960px;
  }

  .util-section.essential h2 {
    font-size: 67.2px;
    line-height: 72.96px;
    margin-bottom: 38.4px;
  }

  .snapchat-adv,
  .facebook-adv,
  .instagram-adv {
    padding: 96px;
  }
  .snapchat-adv h3 {
    margin-bottom: 76.8px;
  }

  .facebook-adv h3 {
    margin-bottom: 9.6px;
  }

  .process-list ul:after {
    height: 3.84px;
    width: 1152px;
    border-bottom: 3.84px dashed var(--taktical-orange);
    top: 57.6px;
    left: 76.8px;
  }

  .process-list ul li {
    padding: 19.2px;
    margin: 0 19.2px;
  }

  .process-headline {
    font-weight: 800;
    font-size: 26.88px;
    line-height: 30.72px;
  }

  .process-text {
    font-size: 19.2px;
    line-height: 26.88px;
  }

  .processindex {
    font-size: 38.4px;
    height: 76.8px;
    margin-bottom: 38.4px;
    line-height: 76.8px;
    width: 76.8px;
  }

  .processindex:before {
    width: 76.8px;
    height: 76.8px;
    border-radius: 19.2px;
  }

  .brand-logo > img {
    max-width: 1305.6px;
    margin: 57.6px auto 0;
  }

  .services .meet {
    padding: 57.6px 0 19.2px;
    margin-bottom: 76.8px;
  }

  .service_meet {
    width: 1440px;
    margin: 76.8px auto 0;
  }

  .service_meet li {
    margin: 19.2px auto;
  }

  .service_meet li img {
    max-width: 153.6px;
  }

  .whytaktical-svg {
    left: -134.4px;
    bottom: -134.4px;
    width: 960px;
    height: 1017.6px;
  }

  .whytaktical-logo {
    width: 403.2px;
    left: 57.6px;
  }

  .whytaktical {
    padding: 96px;
    margin-bottom: 96px;
  }

  .snapchat-agency {
    padding: 96px;
    margin-bottom: 38.4px;
  }

  .snapchat-agency > svg {
    width: 633.6px;
  }

  .adv-agency {
    max-width: 960px;
  }

  .adv-agency h3 {
    font-size: 76.8px;
  }

  .sec-faq {
    padding: 96px 0;
    margin: 0 0 57.6px;
  }

  .taktical-accodian {
    max-width: 1152px;
    margin: 76.8px auto 38.4px;
  }

  .taktical-accodian .accordion-item {
    box-shadow: 0px -28.8px 34.56px -28.8px rgb(0 0 0 / 59%);
  }

  .taktical-accodian .accordion-body {
    padding: 23.04px 23.04px 42.24px;
  }

  .taktical-accodian .accordion-body p {
    margin-bottom: 19.2px;
    font-size: 19.2px;
    letter-spacing: 0.192px;
  }

  .taktical-accodian .accordion > .accordion-item {
    border-top-left-radius: 23.04px;
    border-top-right-radius: 23.04px;
    margin-bottom: -38.4px;
  }

  .taktical-accodian .btn-light {
    padding: 23.04px 72.96px 57.6px 34.56px;
    font-size: 24.96px;
    line-height: 24.96px;
  }

  .taktical-accodian .accordion-collapse.collapse.show {
    transform: translateY(-19.2px);
  }

  .taktical-accodian .btn-light[aria-expanded='true'] {
    transform: translateY(9.6px);
    font-size: 30.72px;
  }

  .sec-faq .accordion-button::after {
    right: 19.2px;
  }

  .taktical-accodian .accordion > .accordion-item:last-child .accordion-body {
    border-bottom-left-radius: 38.4px;
    padding-bottom: 9.6px;
  }
  .taktical-accodian .accordion-body ol,
  .taktical-accodian .accordion-body ul {
    padding: 0 0 0 19.2px;
    font-size: 19.2px;
  }

  .taktical-accodian .accordion-body ol li,
  .taktical-accodian .accordion-body ul li {
    margin-bottom: 9.6px;
  }

  /***************** facebook service ***************/

  .s-para {
    max-width: 1113.6px;
    margin: 19.2px auto 57.6px;
    font-size: 23.04px;
    line-height: 34.56px;
  }

  .facebook-adv .process-list ul:after {
    width: 960px;
  }

  .earn-badge {
    gap: 19.2px;
    margin: 153.6px auto 0;
  }
  .earn-badge li {
    border-radius: 57.6px;
    padding: 38.4px;
    min-height: 288px;
    font-size: 19.2px;
    line-height: 26.88px;
    box-shadow: 0px 6px 18px -11px #ccc;
  }

  .earn-badge li svg {
    width: 57.6px;
    height: 57.6px;
  }
  .earn-badge li p {
    margin-top: 19.2px;
    font-size: 21.12px;
    line-height: 28.8px;
  }

  /**************** instagram service ******************/

  .instagram .util-section h2 {
    margin-bottom: 38.4px;
  }

  .liked-check-list li {
    padding-left: 38.4px;
    margin-bottom: 38.4px;
  }

  .liked-check-list li:after {
    top: 3.84px;
    width: 24.96px;
    height: 24.96px;
  }

  .rl-svg {
    margin-bottom: 96px;
  }

  .rl-svg svg {
    right: -134.4px;
    width: 1036.8px;
    top: -76.8px;
    height: 1305.6px;
  }

  /******amazon service*********/

  .amazon .earn-badge {
    margin-top: 38.4px;
  }

  .amazon .earn-badge li svg {
    width: 57.6px;
    height: 57.6px;
  }

  /*********pinterest service*********/

  .service-extras {
    background: #dce7e5;
  }

  .pinterest .custom_service .site-heading {
    font-size: 46.08px;
    line-height: 49.92px;
  }

  .pinterest-agency {
    padding: 96px;
    margin-bottom: 96px;
  }

  .pinterest-agency:before {
    left: -19.2px;
    height: 364.8px;
    width: 633.6px;
  }

  .pinterest .whytaktical ul li {
    margin-bottom: 28.8px;
  }

  .whytaktical {
    padding: 96px;
    margin-bottom: 96px;
    margin-top: 96px;
  }

  .whytaktical .site-heading {
    margin-bottom: 38.4px;
  }

  /********************** twitter service **********/

  .twitter .intro h1.largetxt {
    font-size: 53.76px;
    line-height: 57.6px;
  }

  .twitter .fl-svg:before {
    width: 768px;
    height: 768px;
  }

  .taktical-full-listbox {
    margin: 38.4px auto 0;
  }

  .taktical-full-listbox li {
    border-radius: 38.4px;
    padding: 38.4px;
    font-size: 19.2px;
    line-height: 26.88px;
    margin-bottom: 38.4px;
  }

  .taktical-full-listbox .list-head {
    font-size: 26.88px;
    line-height: 26.88px;
    gap: 9.6px;
  }

  .taktical-full-listbox .list-head svg {
    height: 26.88px;
    width: 26.88px;
  }

  .list-para {
    font-size: 21.12px;
    margin-bottom: 19.2px;
    margin-top: 9.6px;
    line-height: 28.8px;
  }

  .list-pic-box li {
    border-radius: 57.6px;
    margin-bottom: 57.6px;
  }

  .list-pic-box-txt {
    padding: 38.4px 96px;
  }
  .list-pic-headline {
    font-size: 30.72px;
    margin-bottom: 15.36px;
    line-height: 38.4px;
  }
  .list-pic-para {
    font-size: 21.12px;
    line-height: 28.8px;
  }

  .list-pic-box-img {
    max-width: 50%;
  }

  .uniq-abt {
    padding: 96px;
    margin: 96px auto;
  }

  .twitter .util-section.coverage {
    width: 1440px;
    margin: 19.2px auto 19.2px;
    padding: 115.2px 0;
  }

  .uniq-abt:after {
    width: 768px;
    height: 902.4px;
  }

  .significant {
    padding: 96px;
  }

  .history ul li {
    margin-bottom: 19.2px;
  }
  .history {
    padding: 96px;
    margin: 96px auto;
  }
  .history-svg {
    right: -38.4px;
    width: 1171.2px;
    height: 1305.6px;
  }

  .history img {
    width: 326.4px !important;
  }

  .history .site-heading {
    font-size: 57.6px;
    padding-right: 57.6px;
    line-height: 61.44px;
    margin-bottom: 57.6px;
  }

  .short-head {
    font-size: 34.56px;
    line-height: 38.4px;
  }

  .significant ul li {
    font-size: 19.2px;
  }

  .svg-cont-size {
    width: 633.6px;
    height: 422.4px;
  }

  /**************** reddit service page ***************/

  .reddit-adv {
    padding: 96px 96px 96px 768px;
    margin: 96px auto;
  }

  .svg-l-b {
    left: -979.2px;
    top: -211.2px;
    height: 1593.6px;
    width: 1804.8px;
  }

  .box-padding .site-heading {
    margin-bottom: 76.8px;
  }
  .reddit-digital {
    padding: 96px;
    margin: 96px auto 0;
    min-height: 633.6px;
  }

  .reddit-digital svg {
    right: -19.2px;
    width: 806.4px;
    height: 633.6px;
  }

  /**************** tiktok page ***************/

  .tiktok-diamond-svg {
  }
  .tiktok-s {
    min-height: 633.6px;
    margin: 96px auto 0;
    padding: 96px;
  }

  .tiktok-diamond-svg {
    top: 230.4px;
    right: -326.4px;
    width: 1152px;
    height: 1152px;
  }

  .wide-white-boxes {
    margin: 57.6px auto 0;
    gap: 57.6px;
  }

  .wide-white-boxes .box-item {
    border-radius: 57.6px;
    padding: 0 96px;
    gap: 96px;
  }

  .wide-white-boxes .box-item img {
    width: 326.4px;
    margin: 0vw 0 0;
  }

  .content-box {
    padding: 57.6px 0 57.6px 0vw;
  }
}