.aboutSection.services{
    padding: 50px 0px 0px;
}
.aboutSection.services::after{
    content: unset;
    left: 0px;
    transform: rotate(90deg);
    transform-origin: 150px 220px;
}
.aboutSection.services::before{
    left: -24px;
    content: unset;
    top: 140px;
}
.one-d, .third-d, .five-d{
    display: none;
}
.aboutSection.services.active::before{
    top: 210px;
}
.aboutSection.services.third-active::before{
    top: 220px;
}
.aboutSection.services .sub-txt{
    color: #999999;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.aboutSection.services .header-txt{
    color: #000000;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
}
.aboutSection.services .router-txt{
    color: #666666;
    font-size: 18px;
    text-transform: uppercase;
    text-align: right;
}
.aboutSection.services .type-tags{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.aboutSection.services .type-tags p{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0 30px 0 0;
}
.aboutSection.services .d-flex .header-txt {
    width: 100%;
}
.aboutSection.services .services-container{
    padding: 0 0 50px 0;
}
.aboutSection.services .services-container .service-header{
    color: #000;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
}
.aboutSection.services .services-container .service-subtext{
    color: #999999;
    font-size: 16px;
}
.aboutSection.services .services-container .orangeBtn{
    margin-top: 16px;
    padding: 14px 20px;
    font-size: 16px;
}
.aboutSection.services .services-container .right-card{
    position: relative;
}
.aboutSection.services .services-container .right-card .big-img{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
}
.aboutSection.services .services-container .small-pos-img{
    position: absolute;
    bottom: -40px;
    width: 160px;
    height: 160px;
    left: 0px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
}
.aboutSection.services .services-container .left-card.cust-m-new{
    margin-top: 70px;
}
.aboutSection.services .services-container .left-card, .aboutSection.services .services-container .right-card{
    margin: 50px 0;
}
.aboutSection.services .services-container .left-card{
    max-width: 669px;
}
.aboutSection.services .services-container .left-card.active{
    padding-left: 50px;
}
.aboutSection.services .services-container .right-card{
    padding-left: 50px;
}
.aboutSection.services .services-container .right-card.active{
    padding: 0;
    padding-right: 50px;
}
.aboutSection.services .services-container .right-card.active .small-pos-img{
    right: 0;
    left: unset;
}
.aboutSection.services .services-container .right-card .small-pos-img.cust-top{
    top: 30px;
}
.aboutSection.services .services-container .right-card .small-pos-img.cust-bottom{
    bottom: 30px;
}
.default-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 100px);
}

@media (max-width: 1024px){
    .aboutSection.services .sub-txt{
        text-align: center;
    }
    .aboutSection.services .d-flex .header-txt{
        text-align: center;
        font-size: 30px;
    }
    .aboutSection.services .services-container .service-subtext{
        font-size: 14px;
    }
    .aboutSection.services .services-container .service-header{
        font-size: 24px;
    }
    .aboutSection.services .services-container .left-card.active{
        padding: 0;
    }
    .aboutSection.services .services-container .left-card.default-center{
        height: auto;
        display: block;
    }
    .aboutSection.services .services-container .right-card{
        padding-left: 0;
        padding-right: 20px;
    }
    .aboutSection.services .services-container .small-pos-img{
        left: unset;
        right: 0;
        width: 100px;
        height: 100px;
        bottom: -20px;
    }
    .aboutSection.services .services-container .right-card.active{
        padding-right: 20px;
    }
    .aboutSection.services .services-container .right-card .small-pos-img.cust-bottom{
        bottom: -20px;
    }
    .aboutSection.services .services-container .right-card .small-pos-img.cust-top{
        top: unset;
        bottom: -40px;
    }
}

iframe {
    width: 560px;
    height: 315px;
}

@media (max-width: 768px){
    .aboutSection.services .services-container .left-card.cust-m-new {
        margin-top: 0;
    }
    .aboutSection.services .services-container .right-card {
        padding-right: 0;
    }
    iframe {
        width: 100%;
    }
    .aboutSection.services .services-container .left-card, .aboutSection.services .services-container .right-card {
        margin: 0;
    }

    .services-container .row {
        margin-bottom: 30px;
    }
}