@media only screen and (max-width: 1100px) {

    .row.StepContent [class*='col-']:nth-child(2) .StepDetails, .row.StepContent [class*='col-']:nth-child(4) .StepDetails {
        margin-top: -66%;
    }
    .stepsSection {
        margin-top: 70px;
    }

    h1 {
        font-size: 45px;
    }

    .about-page.counter-section .stats {
        padding-left: 0;
    }

}

@media only screen and (max-width: 991px) {

    
h1 {
    font-size: 52px;
}
h2 {
    font-size: 32px;
}
.section-space {
    padding: 30px 0;
}
.stepsSection {
    padding: 30px 0;
}
.support-section {
    border-radius: 0 0 50px 50px;
}

.about-section .content {
    padding-left: 0;
    padding-top: 30px;
}

.whywechoos-section {
    padding: 191px 0 50px 0;
}

.testimonial-single {
    padding: 30px;
}

.whywechoos-single {
    margin-top: 15px;
    margin-bottom: 15px;
}

.whywechoos-section img {
    margin-top: 30px;
    margin-bottom: 15px;
}
    .social-icon {
        display: none !important;
    }

    .StepDetails:after {
        content: '';
        background-image: url(../images/supportArrow1.svg);
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        width: 90px;
        height: 11px;
        transform: rotate(90deg);
        bottom: -67px;
        top: auto;
        right: 40%;
        background-size: 42px;

}

.StepDetails {
    margin: 0 50px 80px 50px !important;
    position: relative;

}

.stepBgImg {
    display: none;
}


.our-clients-slider .swiper-slide {
    text-align: center;
}

/* .counter-row {
    margin: 30px;
} */

.cta-section .container {
    flex-flow: column;
    padding: 30px;
    margin: 0;
    width: 90%;
    margin: 0 auto;
}

.cta-section .container h2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
footer {
    text-align: center;
}
.socialMediaIcon {
    margin-bottom: 20px;
}



.clients-testimonial p {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 40px;
}

footer p {
    margin: 0 auto;
}

.stepsSection {
    margin-top: 0px;
}

.about-section.about-page .row {
    flex-direction: column-reverse;
}

.cta-section .container .left-section h2 {
    margin: 0 auto;
    width: 100%;
}
.cta-section  .left-section {
    text-align: center;
}

.team-section {
    margin-top: 0;
}

.leftContentSection h1 {
    line-height: normal;
}


form {
    margin-top: 30px;
}

.titlebar {
    min-height: 352px;
}
ul.navbar-nav {
    background: #fff;
}

/* .about-section.about-page .row img {
    margin-top: 50px;
} */

.dotted-line:after{
    display: none;
}
section.image-section {
    margin-top: -40px;
}
.image-section .text h2 {
    max-width: 100%;
    line-height: normal;
}

.line-right:before{
    display: none;
}

}

@media only screen and (max-width: 767px) {
    .add-export{
        display: none;
    }

    .StepDetails:after { right: 33%; }

.client-testimonial-section, .about-section {
    margin-top: 60px;
}

.titlebar {
    min-height: 452px;
}

.icon-section p {
    max-width: 100%;
}

.image-section .text {
    margin-top: -30px;
}


}

