.serviceExperience  {
    background: #ffffff;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.serviceExperience .secondary-heading {
    font-weight: 400;
}
.service-experince .experience-left span{
    position: absolute;
    display: block;
    width: 80%;
    height: 80%;
    bottom: -15%;
    left: -15%;
    background-color: transparent;
    background-image: url(../images/service-app/dotted-gray-shape.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

.serviceProductivity {
    padding: 5rem 0 1rem;
    background: #1C407B;
}

.serviceProductivity .secondary-heading{
    color: #ffffff;
    font-weight: 400;
    font-size: 2.5rem;
}
.serviceProductivity .productivitysingle__section .left{
    position: relative;
    padding-right: 7.5%;
    padding-bottom: 5%;
}

.serviceProductivity .productivitysingle__section .left img{
    position: relative;
    z-index: 2;
}
.serviceProductivity .productivitysingle__section .left span{
    position: absolute;
    display: block;
    width: 80%;
    height: 80%;
    bottom: -20%;
    right: 0%;
    background-color: transparent;
    background-image: url(../images/service-app/dotted-blue-shape.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    z-index: 1;
}
.serviceProductivity .productivitysingle__section .left .productivitysingle__video{
    position: relative;
    z-index: 2;
    padding: 21px 16px;
    background-color: black;
    background-image: url(../images/service-app/mobile-bg-img.png);
    border-radius: 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.serviceProductivity .productivitysingle__section .left .productivitysingle__video video {
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 10px;
}
.serviceProductivity .productivitysingle__section .right {
    padding-left: 5%;
    padding-bottom: 8rem;
}

.serviceProductivity .productivitysingle__section .right h4 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
    color: #ffffff;
}
.serviceProductivity .productivitysingle__section .right ul {
    list-style: none;
    padding-left: 0;
}
.serviceProductivity .productivitysingle__section .right p{
    font-size: 1rem;
    list-style: none;
    line-height: 2.7;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.serviceProductivity .productivitysingle__section .right ul li span {
    font-weight: 400;
}
.serviceProductivity .productivitysingle__section .right .white-btn {
    border: 1px solid #ffffff;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    font-weight: 400;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
    padding: 0.6rem 1.3rem;
    background-color: transparent;
    display: inline-block;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 1rem;
}
.serviceProductivity .owl-nav {
    position: absolute;
    top: -90px;
    right: -10%;
    width: 60px;
    text-align: justify;
    display: flex;
    justify-content: space-between;
}
.serviceProductivity .owl-nav button.owl-next{
    font-size: 0; 
    background: transparent;
    background-image: url(../images/service-app/product-arrowright.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
}
.serviceProductivity .owl-nav button.owl-prev{
    font-size: 0;
    background: transparent;
    width: 20px;
    height: 20px;
    background-image: url(../images/service-app/product-arrowleft.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.serviceProductivity .owl-nav button.owl-prev:focus,
.serviceProductivity .owl-nav button.owl-next:focus{
    outline:none;
}

.customerExperience {
    padding: 5rem 0;
    background: #ffffff;
}
.customerExperience  .secondary-heading{
    color: #1C407B;
    font-weight: 400;
}
.customerExperience .experience-single {
    padding: 1rem 1rem;
}
.customerExperience .experience-single img {
    margin-bottom: 2rem;   
    max-height: 70px;
}

.requestDemo {
    background: #F2F6FC ;
    padding: 5rem 0;
}
.requsteDemo-content .secondary-heading{
    color: #1C407B;
    font-weight: 400;
}
.requsteDemo-content h5 {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #1C407B;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.requsteDemo-content p {
    color: #1C407B;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
}
.requestForm {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    border-bottom: 1px solid #3b3c3e;
}
.requestForm .form-group {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}
.requestForm .form-control {
    border: 0;
    background: transparent;
    padding-left: 0;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    color: #3b3c3e;
    resize: none;
    margin-right: -2px;
}
.requestForm .form-control::placeholder {
    color: #6d6d6d;
}
.requestForm button.btn.white__btn {
    width: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 6px;
}

.requsteDemo-content .blue-btn {
    padding: 1rem;
    background-color: #1C407B;
    color: #ffffff;
    font-size: 1rem;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #1C407B;
}

.requsteDemo-content .blue-btn:hover {
    text-decoration: none;
    background: transparent;
    color: #1C407B !important;
}



.serviceTestimonial {
    padding: 5rem 0;
    background: #ffffff;
}
.serviceTestimonial .secondary-heading{
    color: #1C407B;
    font-weight: 400;
}
.serviceTestimonial .service-testimonialsingle {
    background: #1C407B;
    text-align: center;
    color:#ffffff;
    padding: 2rem 2rem;
    margin: 0 0.5rem;
    min-height: 345px;
}
.serviceTestimonial  .service-testimonialsingle h6{
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 400;
}
.serviceTestimonial  .service-testimonialsingle p{
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 300;
    letter-spacing: 0;
}

.serviceTestimonial .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: justify;
    display: flex;
    justify-content: space-between;
}
.serviceTestimonial .owl-nav button.owl-next{
    font-size: 0; 
    background: transparent;
    background: url(../images/service-app/product-arrowright.png);
    background-repeat: no-repeat;
    background-size: 74%;
    background-position: center;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -25px;
}
.serviceTestimonial .owl-nav button.owl-prev {
    font-size: 0;
    position: absolute;
    left: -25px;
    background: transparent;
    background: url(../images/service-app/product-arrowleft.png);
    background-repeat: no-repeat;
    background-size: 74%;
    background-position: center;
    width: 25px;
    height: 25px;
}
.serviceTestimonial .owl-nav button.owl-prev:focus,
.serviceTestimonial .owl-nav button.owl-next:focus{
    outline:none;
}

.customerInteraction {
    background: #F2F6FC ;
    padding: 5rem 0;
}
.customerInteraction .max-600 {
    max-width: 600px;
    display: flex;
    margin: 0 auto;
    
}
.customerInteraction  .secondary-heading{
    color: #1C407B;
    font-weight: 400;
}
.customerInteraction .interaction-content {
    text-align: center;
}   
.customerInteraction .interaction-content p,
.customerInteraction .interaction-content p a {
    color: #35393B;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400px;
}

@media only screen and (max-width: 1440px) {
    .serviceProductivity .secondary-heading {
        font-size: 2.3rem;
    }
    .serviceProductivity .productivitysingle__section .right h4 {
        font-size: 1.8rem;
    }
    .serviceProductivity .owl-nav {
        right: -5%;
    }
	
}
@media only screen and (max-width: 1100px) {
    .serviceProductivity .owl-nav {
        right: 0%;
    }
}
@media only screen and (max-width: 1024px) {
    .serviceProductivity .owl-nav {
        top: -34%;
        right: 0%;
        width: 60px;
    }
    .serviceProductivity .owl-nav button.owl-prev,
    .serviceProductivity .owl-nav button.owl-next {
        width: 15px;
        height: 15px;
    }
    .requestForm {
        max-width: 500px;
    }
    .requestForm button.btn.white__btn {
        width: 21px;
    }
    .interaction-content img {
        max-height: 28px;
    }

}
@media only screen and (max-width: 991px) {
    .customerInteraction .interaction-content {
        margin-bottom: 2rem;
    }
    .serviceProductivity .secondary-heading {
        font-size: 2.3rem;
    }
    .serviceProductivity .productivitysingle__section .right h4 {
        font-size: 2rem;
    }
    .serviceProductivity .productivitysingle__section .right ul li {
        line-height: 2.2;
    }
    .serviceProductivity .productivitysingle__section .left span {
        position: absolute;
        display: block;
        width: 60%;
        height: 80%;
        bottom: 0%;
        right: 0%;
    }
    .serviceProductivity .productivitysingle__section .right {
        padding-bottom: 0rem;
    }
    .requsteDemo-content .secondary-heading {
        font-size: 2rem;
    }
    .serviceTestimonial .owl-nav button.owl-next {
        right:-15px;
    }
    .serviceTestimonial .owl-nav button.owl-prev {
        left: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .serviceProductivity .owl-nav {
        top: -18%;
        right: 3%;
    }
    .productivitysingle__sectionimg {
        max-width: 300px;
        position: relative;
        margin: 0 auto;
    }
    .serviceProductivity .productivitysingle__section .left span {
        position: absolute;
        display: block;
        width: 65%;
        height: 80%;
        bottom: 0%;
        right: -15%;
    }
    .serviceTestimonial .owl-nav {
        display: none;
    }
    .serviceTestimonial .service-testimonialsingle { 
        min-height: 250px;
    }
}
@media only screen and (max-width: 540px) {
    .service-app-slider-ban .banner__slider.owl-carousel .owl-item img {
        height: 100%;
        object-position:bottom;
    }
    .serviceProductivity {
        padding-bottom: 3rem;
    }
    .serviceProductivity .owl-nav{
        display: none;
    }
    .serviceProductivity .owl-dots {
        justify-content: center;
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 2rem;
        text-align: center;
    }
    
    .serviceTestimonial .owl-dots {
        justify-content: center;
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 2rem;
        text-align: center;
    }
    .serviceTestimonial .owl-dots .owl-dot,
    .serviceProductivity .owl-dots .owl-dot{
        width: 9px;
        height: 9px;
        background-color: rgb(28 64 123);
        margin: 1rem 0.5rem 2rem 0;
        border-radius: 50%;
        outline: 0;
        box-shadow: none;
    }
    .serviceProductivity .owl-dots .owl-dot {
        background-color: #ffffff;
    }
    .serviceTestimonial .owl-dots .owl-dot.active,
    .serviceProductivity .owl-dots .owl-dot.active {
        background-color: #e31e24;
    }
    .serviceProductivity .productivitysingle__section .left .productivitysingle__video {
        padding: 21px 8px;
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
    }
    .serviceProductivity .productivitysingle__section .left .productivitysingle__video video {
        position: relative;
        z-index: 2;
        width: 94%;
        border-radius: 23px;
        object-fit: scale-down;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	
}