@media only screen and (max-width: 2200px) {
    .main-slider-three .social-box {
        top: 0px;
    }
}

@media only screen and (max-width: 1800px) {
    .main-slider-three .social-box {
        top: 100px;
    }
}

@media only screen and (max-width: 1340px) {
    
    .title h2 {
    font-size: 30px;
    font-weight: 700;
    /* color: #fff; */
    margin-bottom: 30px;
    text-transform: capitalize;
}
}
@media only screen and (max-width: 1140px) {
    /*.main-slider .slide .pattern-layer-two {*/
    /*    display: none;*/
    /*}*/
    .main-slider {
        padding: 0px 0px;
    }
    .main-slider-two .social-box {
        display: none;
    }
    .main-slider-two .owl-nav {
        right: 10px;
    }
    .main-slider-three .image-column .image {
        margin-right: 0px;
    }
    .main-slider-three h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .main-slider-three .content-column .inner-column {
        padding-top: 30px;
    }
    .main-slider-three .pattern-layer {
        display: none;
    }
    .main-slider-three .client-thumb-outer {
        left: 0px;
    }
}
@media only screen and (max-width: 1023px) {
    .main-slider .slide {
        padding: 150px 0px 200px;
    }
     .main-slider-two .slide {
        padding: 120px 0px 130px;
    }
    .main-slider-three .content-column {
        margin-bottom: 30px;
    }
     .main-slider .slide {
        padding: 120px 0px 120px;
    }
    .main-slider .owl-nav {
        right: 10px;
    }
     .main-slider-two .title {
        font-size: 22px;
    }
    .main-slider-three .title {
        font-size: 18px;
    }
     .main-slider-two .owl-nav {
        bottom: 20px;
        left: 5px;
        right: auto;
        top: auto;
        transform: translateY(0%);
    }
    .main-slider .owl-nav {
        bottom: 0px;
        right: 5px;
        top: auto;
        transform: translateY(0%);
    }
    .main-slider-two .content-column .inner-column .pull-left,
    .main-slider-two .content-column .inner-column .pull-right {
        width: 100%;
    }
    .main-slider h1{
        font-size: 45px;
    }
}
@media only screen and (max-width: 599px) {
    .cta-section h2 br,
    .main-slider-three .social-box,
    .sec-title .text br {
        display: none;
    }
    .main-slider-two .phone-box {
        margin-left: 0px;
        margin-top: 25px;
    }
    .main-slider-three .slide {
        padding-bottom: 200px;
    }
    .main-slider-two .title {
        font-size: 18px;
    }
    .main-slider-two .phone-box strong {
        font-size: 20px;
    }
    .main-slider-three h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .main-slider-three .title {
        font-size: 16px;
    }
    .main-slider-three .client-thumb-outer {
        left: 0px;
        max-width: 300px;
    }
    .main-slider h1{
        font-size: 35px;
    }
}
@media only screen and (max-width: 320px) {
    .feature-s4 .content {
    width: 210px !important;
    height: 210px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 8px !important;
    padding: 30px;
    box-shadow: 0 0 20px rgb(0 124 251 / 16%);
    border-radius: 50%;
    transition: all .3s ease-in-out 0s;
    position: relative;
    left: 15px;
}
.working-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 55px 0 15px;
    z-index: 1;
}
.subscribe-form form input[type=email] {
    padding: 0 117px 0 6px;
}
.subscribe-form form input[type=submit] {
    position: absolute;
    right: 5px;
    height: 48px;
    top: 5px;
    width: 113px;
}
.subscribe-form form input {
    width: 100%;
    height: 60px;
}
}
@media only screen and (max-width: 376px) {
.feature-s4 .content {
    width: 235px;
    height: 235px;
    margin-left: 18px;
    padding: 30px;
    box-shadow: 0 0 20px rgb(0 124 251 / 16%);
    border-radius: 50%;
    transition: all .3s ease-in-out 0s;
    position: relative;
    left: 11px;
}
}

