img.webseo {
    position: relative;
    animation: webmove 3s infinite ease-in-out;
}

#myteam-squad.section-title-wrapper {
    display: flex;

}
#myteam-squad.section-title-wrapper .section-title-wrapper.seo-page-flex-direction{
    flex-direction: column;
}
section.after-team {
    background: url(../imgs/seo/abt-bg.png);
    background-size: cover;
    background-position: bottom;
}
.service-area .section-header .text {
    max-width: 580px;
    font-size: 20px;
    color: #A4A2A2 !important;
}
.service-area .service-area-inner {
    padding-top: 120px;
    padding-bottom: 20px;
}
.service-area .services-wrapper-box {
    padding-bottom: 80px;
}
.custom-mm p.strong {
    color: #BD2020;
    font-size: 20px;
}

section.seo-success {
    padding-top: 80px;
    padding-bottom: 0px;
}
.succes-img {
    padding-top: 60px;
}

.box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
    position: relative;
    top: -90px
}
.sucess-box {
    padding-left: 45px;
    padding-right: 45px;
}
.box h6.main_h6 {
    color: #BD2020;
    text-align: center;
    font-family: Outfit;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px; 
    padding-bottom: 10px;
}

.box p {
    color: #212121;
    text-align: center;
    font-family: Outfit;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.seo-success .bottom-vital {
    padding-bottom: 0;
}



section.designbg {
    padding-bottom: 70px;
}

.web51 {
    position: relative;
}
.web51:before {
    content: "";
    position: absolute;
    background: url(../imgs/seo/partner-search.png);
    width: 248px;
    height: 65px;
    left: -15%;
    top: 20%;
}

.p_seo_image {
    max-width: 130%;
    margin-left: -10%;
}


.drivebg h2.main_h2 {
    width: 500px;
}

section.section-game {
    padding: 80px 0px 0px 0px;
}

@media only screen and (max-width: 1680px) {

.p_seo_image {
    max-width: 110%;
    margin-left: 0;
}
.web51:before {
  left: 0%;
  width: 200px;
  height: 50px;
  background-size: contain;
}

}

@media only screen and (max-width: 1440px) {
    .service-area .section-header .text {
        max-width: 500px;
        font-size: 18px;
    }
    .service-area .service-area-inner {
        padding-top: 80px;
        padding-bottom: 20px;
    }
    .service-area .services-wrapper-box {
        padding-bottom: 60px;
    }
    .custom-mm p.strong {
        font-size: 16px;
    }
    
    section.seo-success {
        padding-top: 60px;
    }
    .succes-img {
        padding-top: 40px;
    }
    .box {
    padding: 25px;
    top: -100px
    }
    .sucess-box {
        padding-left: 35px;
        padding-right: 35px;
    }
    .box h6.main_h6 {
        font-size: 32px;
        line-height: 45px; 
    }
    
    .box p {
        font-size: 18px;
        line-height: 22px;
    }
    
    section.designbg {
        padding-bottom: 50px;
    }
    
    .drivebg h2.main_h2 {
        width: 450px;
    }
}

@media only screen and (max-width: 1279px) {
.p_seo_image {
    max-width: 100%;
    margin-left: 0;
} 
}