/* playbook page css */
.fontWeight500{
    font-family: 'graphikmedium';
}
.containerSpacing{
    padding: 0 5%;
}
.playbookBannerContent{
    top: 80px;
    left: 0;
    right: 0;
    margin-top: 0;
    z-index: 1;
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 80px);
    max-width: 100%;
}
.playbookBanner h1{
    color: #efefef;
    font-family: 'graphiksemibold';
    font-size: 56px;
    line-height: 60px;
    text-align: left;
    width: 100%;
    margin-bottom: 50px;
}
.playbookBanner h3{
    color: #fff;
    font-family: 'graphikmedium';
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 40px;
}
.playbookBannerImg{
    width: 100%;
    height: 100vh;
}
.playBookList{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.playBookList a{
    color: #51D581;
    font-family: 'graphiksemibold';
    font-size: 24px;
    line-height:24px;
    text-align: left;
    margin: 0 50px;
    margin-left: 0;
}
.playBookList a:hover{
    color: #41b76c;
}
.playBookList a span{
    display: block;
    font-size: 12px;
    color: #eee;
    font-family: 'graphikmedium';
    line-height: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
/* .playBookList .oval{
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50px;
    margin: 0 20px;
    margin-top: 30px;
} */
.designSection{
    padding: 100px 0 0 0;
    position: relative;
    background: #F8F9FD;
}
.phase1IntroBg{
    width: 1285px;
    position: absolute;
    top: 10%;
    right: -690px;
    z-index: -1;
}
.designSectionImg{
    width: 100%;
    position: relative;
    z-index: 1;
}
.designSection h2 {
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 16px;
}
.stepList li h5{
    font-family: 'graphiksemibold';
    color: #212121;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
}
.playbookContainer p {
    color: #212121;
    font-family: 'graphikregular';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.stepList{
    margin-top: 35px;
}

@media screen and (min-width: 768px) {
    .stepList{
        justify-content: center;
        display: flex;
    }
    .stepList li{
        width: 173px !important;
    }   
}
@media screen and (max-width: 900px) and (min-width: 767px) {
    .stepList{
        overflow: auto;
        justify-content: flex-start;
    }
    .stepList li{
        flex: none;
    }
}
.stepList li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    min-height: 200px;
}
.stepList li a.step1{
    background: #FFE1F3;
}
.stepList li a.step2{
    background: #F8FFD6;
}
.stepList li a.step3{
    background: #E8EEFF;
}
.stepList li a.step4{
    background: #FFF9E6;
}
.stepList li a.step5{
    background: #E8FCFF;
}
.stepList li a.step6{
    background: #F6FFE8;
}
.stepList li a.step7{
    background: #F4ECFF;
}
.stepList li:first-child a{
    border-radius: 30px 0 0;
}
.stepList li:last-child a{
    border-radius: 0px 30px 0px 0px;
}
.stepList li a label{
    text-transform: uppercase;
    font-family: 'graphikmedium';
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 14px;
    margin-top: auto;
}
.designSectionContent{
    padding: 100px 0 0;
}
.devideBorder{
    background: #E9ECF2;
    height: 2px;
    margin-top: -3px;
    margin-bottom: -1px;
} 
.designSectionContent h3{
    font-family: 'graphiksemibold';
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 30px;
    color: #212121;
    opacity: 1;
}
.designSectionContent p{
    color: #212121;
    font-family: 'graphikregular';
    font-size: 16px;
    line-height: 24px
}
.designSectionContent h5{
    font-family: 'graphikmedium';
    font-size: 16px;
    text-transform: uppercase;
    color: #41b76c;
    margin-bottom: 20px;
}
.subHeading{
    font-family: 'graphikregular';
    color: #212121;
    font-size: 24px;
    margin-bottom: 60px;
    line-height: 37px;
}
.listingDesign li{
    color: #212121;
    font-family: 'graphikregular';
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    padding-right: 50px;
    display: flex;
    margin-bottom: 30px;
}
.listingDesign li .icon{
    width: 48px;
    margin-right: 30px;
    margin-top: 0;
}
.listingDesign li label{
    display: block;
    font-family: 'graphiksemibold';
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 16px;
}

.sectionBg{
    background: #F2F4F8;
}
.flexBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* puttingTeam css */
.puttingTeam{
    padding: 100px 0;
}
.puttingTeam h2{
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 16px;
}
.subText{
    color: #212121;
    font-family: 'graphikregular';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 151px;
}
.puttingTeamList{
    background-color: #FFFFFF;
    border: 1px solid #E9ECF2;
    display: flex;
    flex-wrap: wrap;
}
.puttingTeamList li{
    width: 25%;
    border-left: 1px solid #E9ECF2;
    padding: 25px;
    min-height: 345px;
    border-top: 1px solid #E9ECF2;
}

.puttingTeamList li:first-child, .puttingTeamList li:nth-child(5){
    border-left: none;
}
.puttingTeamList li:first-child, .puttingTeamList li:nth-child(2), .puttingTeamList li:nth-child(3), .puttingTeamList li:nth-child(4){
    border-top: none;
}
.puttingTeamList li:hover{
    background: #F8F9FD;
}
.puttingTeamList li h6{
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 10px;
}
.puttingTeamList li p{
    color: #424242;
    font-family: 'graphikregular';
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.bottomStrp{
    padding: 14px 25px;
    background: #F8F9FD;
    flex: auto;
    color: #212121;
    font-family: 'graphikregular';
    font-size: 14px;
    line-height: 17px;
}
.rotateLine{
    position: absolute;
    right: 15px;
    bottom: -76px;
}

/* Develop section */
.developSectionContent{
    padding-top: 70px;
}
.developSection{
    background: #0025A5;
    margin-top: 100px;
}
.developSection h2{
    color:#fff;
}
.developSection .subText{
    color:#fff; 
}
.developSection .stepList li{
    width: 200px;
}
.devHandoff{
    /* background-image: linear-gradient(270deg, #F6FFE8 0%, #FFFFFF 100%, #FFFFFF 100%); */
    padding:0;
    border-bottom: #E9ECF2 solid 4px;
    padding-bottom: 70px;
    margin-bottom:0;
}

.finalizeTools{
    background: url(../images/playbook/zigzag.svg) center center no-repeat;
    background-size: 60%;
    display: inline-block;
    width: 100%;
    border-bottom: #E9ECF2 solid 4px;
    background-attachment: fixed;
    padding-bottom: 40px;
}
.leftSectionContent{
    position: sticky;
    top: 120px;
    float: left;
    width: 580px;
}
.rightSectionContent{
    float: right;
    width: 480px;   
}
.rightSectionContent .blockBox{
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.24);
    padding: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.rightSectionContent .blockBox img{
    margin-bottom: 24px;
}
.rightSectionContent .blockBox h4{
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 11px;
}
.rightSectionContent .blockBox p{
    font-size: 14px;
    line-height: 21px;
    color: #424242;
    margin-bottom: 18px;
}
.subBlockBox{
    border-left: #E9ECF2 solid 2px;
    padding-left: 30px;
    margin-top: 30px;
    display: block;
}
.subBlockBox h4{
    font-size: 14px !important;
    position: relative;
    line-height: 16px !important;
}
.subBlockBox h4::before{
    width: 15px;
    height: 15px;
    background: #E9ECF2;
    border-radius: 20px;
    position: absolute;
    left: -38px;
    top: 0px;
    content: "";
}
.subBlockBox p{
    font-size: 13px !important;
}

.rotateLine2{
    position: absolute;
    right: 0;
    top: -220px;
}

.motionStep{
    display: flex;
}
.motionStep li{
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
    padding:20px;
    position: relative;
}
.motionStep li img{
    margin-bottom: 20px;
}
/* .motionStep li:after {
    content: " ";
    position: absolute;
    right: -15px;
    top: 18px;
    border-top: 15px solid transparent;
    border-right: none;
    border-left: 15px solid black;
    border-bottom: 15px solid transparent;
    z-index: 1;
  }
  .motionStep li:last-child:after{
    display: none;
  } */
.motionStep li h4{
    text-align: right;
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 38px;
    line-height: 28px;
    opacity: 0.2;
    margin-bottom: 12px;
}
.motionStep li p{
    color: #212121;
    font-family: 'graphikregular';
    font-size: 14px;
    line-height: 21px;
}
.motionStep li:nth-child(1){
    background: #FFE7E7;
}
.motionStep li:nth-child(2){
    background: #F8FFD6;
}
.motionStep li:nth-child(3){
    background: #E8EEFF;
}
.motionStep li:nth-child(4){
    background: #FFF9E6;
}
.motionStep li:nth-child(5){
    background: #E8FCFF;
}
.motionStep li:nth-child(6){
    background: #F6FFE8;
}
.motionStep li:nth-child(7){
    background: #F4ECFF;
}

.maintainSection{
    background: #fff;
    border-top: 4px solid #E9ECF2;
    padding-bottom: 100px;
}
.maintainSection h4{
    color: #212121;
    font-family: 'graphiksemibold';
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.maintainList{
    display: flex;
    flex-wrap: wrap;
}
.maintainList li{
    width: 33.33%;
    padding: 30px;
    min-height: 280px;
}
.maintainList li h6{
    color: #FFFFFF;
    font-family: 'graphiksemibold';
    font-size: 18px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.maintainList li p{
    color: #FFFFFF;
    font-family: 'graphikregular';
    font-size: 16px;
    line-height: 24px;
}
.maintainList li:nth-child(1){
    background: url(../images/playbook/svg/maintain1Bg.svg) right 0 no-repeat #35C76A;
}
.maintainList li:nth-child(2){
    background: url(../images/playbook/svg/maintain2Bg.svg) right bottom no-repeat #108C4F;
}
.maintainList li:nth-child(3){
    background: url(../images/playbook/svg/maintain3Bg.svg) right 0 no-repeat #0D6C71;
}
.maintainList li:nth-child(4){
    background: url(../images/playbook/svg/maintain4Bg.svg) right bottom no-repeat #43A0E3;
}
.maintainList li:nth-child(5){
    background: url(../images/playbook/svg/maintain5Bg.svg) right top no-repeat #0450B9;
}
.maintainList li:nth-child(6){
    background: url(../images/playbook/svg/maintain6Bg.svg) right bottom no-repeat #0F2B6B;
}
.tabBanner, .mobileBanner{ display: none;}
#backToTop{
    display: none;
}

/* Responsive css */
@media screen and (max-width: 1199px) {
    .leftSectionContent{
        width: 325px;
    }
}
@media screen and (max-width: 1024px) {
    main{
        overflow-x: hidden;
    }
}

@media screen and (max-width: 991px) {
    .desktopBanner{
        display: none;
    }
    .tabBanner{
        display: block;
    }
    .playbookContainer{
        overflow: hidden;
    }
    .subText{
        padding: 0;
    }
    /* .stepList{
        overflow: auto;
        justify-content: flex-start;
    } */
    /* .stepList li{
        flex: none;
    } */
    .designSectionContent{
        padding: 50px 0;
    }
    .leftSectionContent{
        width: 330px;
    }
    .rightSectionContent{
        width: 330px;
    }
    .motionStep{
        flex-wrap: wrap;
    }
    .motionStep li{
        width: 33%;
        flex-basis: initial;
    }
    .designSectionContent p{
        font-size: 14px;
        line-height: 22px;
    }
    .puttingTeamList li p{
        font-size: 14px;
        line-height: 22px;
    }
    .puttingTeamList li h6{
        font-size: 18px;
        line-height: 22px;
    }
    .rotateLine, .rotateLine2{
        display: none;
    }
    .developSection{
        margin-top: 0;
    }
    .playbookBannerContent{
        height: auto;
        top: 130px;
    }
    .playbookBannerImg{
        height: auto;
    }
    #backToTop{
        position: fixed;
        width: 48px;
        height: 48px;
        right: 16px;
        display: flex;
        opacity: 0;
        align-items: center;
        justify-content: center;
        background: rgb(255 255 255 / 65%);
        border-radius: 50px;
        box-shadow: 0px 0 5px rgb(0 0 0 / 48%);
        bottom: 70px;
        z-index: 9;
    }
    #backToTop img{
        margin-top: -2px;
        width: 20px;
    }
    #backToTop.show{
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .desktopBanner{
        display: none;
    }
    .tabBanner{
        display: none;
    }
    .mobileBanner{
        display: block;
    }
    .designSection{
        padding: 60px 0;
    }
    .designSectionContent{
        padding: 60px 0;
    }
    .playbookBannerContent{
        width: 100%;
        padding-left: 0;
        padding-right: 0px; 
        height: 100vh;
        top: 0px;
    }
    .playbookBanner h1{
        font-size: 25px;
        line-height: 30px;
    }
    .playbookBanner h3{
        font-size: 20px;
        line-height: 20px;
    }
    .playBookList a{
        font-size: 20px;
        line-height: 20px;
        margin-left: 0;
        margin-right: 20px;
    }
    .playBookList a span{
        font-size: 14px;
    }
    .designSection h2{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .playbookContainer p{
        font-size: 16px;
        line-height: 26px;
    }
    .stepList li a{
        font-size: 16px;
    }
    .stepList li a label{
        padding: 10px;
        width: 64px;
        font-size: 12px;
        margin-right: 10px;
    }
    .puttingTeam h2{
        font-size: 26px;
        line-height: 34px;
    }
    .subText{
        padding: 0;
    }
    .puttingTeamList li{
        width: 33.33%;
    }
    .designSectionContent h3{
        font-size: 24px;
        line-height: 20px;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .listingDesign li{
        font-size: 14px;
        line-height: 20px;
    }
    .listingDesign li label{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .listingDesign li .icon{
        margin-right: 18px;
    }
    .rotateLine{
        display: none;
    }
    .swiper-container{
        border-radius: 30px 30px 0 0;
        margin-top: 35px;
    }
    .stepList{
        margin-top: 0;
    }
    /* .stepList li{
        flex: none;
    } */
    .leftSectionContent{
        width: 100%;
        background: #fff;
        padding: 20px 0px;
        top: 74px;
        z-index: 1;
    }
    .rightSectionContent{
        width: 100%;
        margin-top: 30px;
    }
    .motionStep{
        flex-direction: column;
    }
    .developSectionContent{
        padding-bottom: 0;
    }
    .maintainList li{
        width: 100%;
    }
    .designSectionContent p{
        font-size: 14px;
        line-height: 22px;
    }
    .rotateLine2{
        top: -180px;
    }
    .motionStep li{
        width: 100%;
    }
    .finalizeTools{
        background-image: none;
        background: #fff;
    }
    
}

@media screen and (max-width: 568px) {
    .puttingTeamList li{
        width:100%;
        border: none;
        border-bottom: #E9ECF2 solid 1px;
        min-height: auto;
    }
}