@media(min-width:1440px) {
    header.header nav.navbar .container,
    section .container,
    footer .container {
        max-width: 1440px;
    }
    section.video-section {
        padding: 100px 0;
        background: #FBFBFD;
        background-image: url(../img/step-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
}

@media(max-width:1200px) {
    section.banner-section {
        padding-bottom: 70px;
    }
    .banner-wrapper {
        padding: 50px 20px 50px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .banner-content h4 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .banner-content p {
        font-size: 22px;
        line-height: 34px;
        margin: 0 0 20px 0;
        max-width: 100%;
    }
    .banner-img img {
        max-width: 100%;
    }
    .sec-title-wrapper .sub-title {
        font-size: 18px;
        line-height: 24px;
    }
    .sec-title-wrapper .title {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 10px;
    }
    .sec-title-wrapper .title-text {
        font-size: 18px;
        line-height: 28px;
        max-width: 100%;
    }
    section.service-section {
        padding: 70px 0 20px 0;
    }
    .service-widget {
        padding: 20px 20px;
        margin-bottom: 20px;
    }
    .service-main .service-img {
        height: 120px;
        width: 120px;
        margin: 0 auto 20px auto;
    }
    .service-title {
        font-size: 18px;
        line-height: 28px;
    }
    .service-text {
        font-size: 16px;
        line-height: 20px;
    }
    section.video-section,
    section.buyservice-section,
    section.help-section,
    section.testimonial-section,
    section.audience-section {
        padding: 70px 0;
    }
    .video-step.step1 {
        margin-top: 30px;
    }
    .v-step-content {
        padding-top: 0;
    }
    .step1 .v-step-content,
    .step3 .v-step-content {
        padding-left: 25px;
    }
    .v-step-content .step-count {
        font-size: 18px;
        line-height: 28px;
        height: 40px;
        width: 40px;
        min-width: 40px;
    }
    .step-text h4 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .step-text p {
        font-size: 18px;
        line-height: 28px;
    }
    .video-step+.video-step {
        margin-top: 70px;
    }
    .btn-get-started {
        margin-top: 20px;
    }
    .buyservice-widget .buyservice-text {
        font-size: 16px;
        line-height: 24px;
    }
    section.help-section .helplist-wrapper {
        padding-left: 0;
    }
    section.help-section .sec-title-wrapper {
        text-align: center;
        margin-bottom: 20px;
    }
    .testimonial-row {
        margin-top: 30px;
    }
    .contact-widget.call span {
        font-size: 20px;
        line-height: 24px;
    }
    .contact-widget.call span {
        font-size: 20px;
        line-height: 24px;
    }
    .custom-page{
        margin-top: 0;
    }
}
@media(max-width: 1024px){
    .banner-content h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .banner-content p {
        font-size: 20px;
        line-height: 30px;
    }
}
@media(max-width:991px) {
    .audience-content {
        max-width: 100%;
        margin: 30px auto 0;
    }
    header.header nav.navbar .container {
        flex-direction: row-reverse;
    }
    header.header nav.navbar button.navbar-toggler {
        background: red;
        color: #fff;
    }
    header.header nav.navbar ul.navbar-nav li.nav-item,
    header.header nav.navbar ul.navbar-nav li.nav-item:last-child {
        margin-left: 0;
    }
    section.service-section {
        padding: 50px 0 20px 0;
    }
    section.banner-section {
        padding-bottom: 50px;
    }
    .service-list-row {
        margin-top: 50px;
    }
    section.video-section,
    section.buyservice-section,
    section.help-section,
    section.testimonial-section,
    section.audience-section {
        padding: 50px 0;
    }
    .video-step+.video-step {
        margin-top: 50px;
    }
    header.header nav.navbar a.navbar-brand{
        width: 70px;
    }

    header.header nav.navbar a.navbar-brand img{
        max-width: 100%;
    }
}

@media(max-width:767px) {

    .banner-content h4,
    .sec-title-wrapper .title {
        font-size: 28px;
        line-height: 40px;
    }

    .v-step-content {
        margin-bottom: 20px;
    }
    .helplist-wrapper ul.helplist li.helplist-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .helplist-content {
        text-align: center;
        margin-top: 15px;
    }
    .newsletter-wrapper {
        flex-direction: column;
        justify-content: center;
    }
    .newsletter-wrapper .newltr-form-wrapper {
        flex-wrap: wrap;
        max-width: 100%;
        text-align: center;
    }
    .newsletter-wrapper .newltr-icon {
        margin: 0 auto 20px;
    }
    .search-result-wrapper .search-result-widget {
        padding: 15px;
    }
    .search-result-widget .search-result-head .sr-img {
        max-width: 100%;
        height: 180px;
        overflow: hidden;
        margin: 0 auto 10px;
    }
    .search-result-widget .search-result-head .sr-content {
        max-width: 100%;
    }
    .search-result-widget .search-result-head .sr-content h4.sr-title {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .payment-btn-wrapper button {
        margin: 10px 10px;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-contact {
        float: unset;
    }
    .contact-widget {
     justify-content: center;
     margin-top: 20px;
 }
 .contact-widget.email {
    margin-top: 20px;
}
.newltr-form-wrapper .newltr-text h4 {
    font-size: 22px;
    line-height: 30px;
}
.newltr-form-wrapper .newltr-text p {
    font-size: 18px;
    line-height: 28px;
}
.search-wrapper input{
    height: 50px;
}

.btn.btn-search {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px;
}
.search-wrapper .btn-search svg{
    height: 28px;
    width: 28px;
}
.buyservice-widget .buyservice-icon {
    font-size: 28px;
    line-height: 35px;
    padding: 14px;
    width: 65px;
}
.faq-accordian .accordion-item .accordion-body {
    padding: 0 0px 30px 0px;
}
.step-text h4 {
    font-size: 20px;
    line-height: 30px;
}
.sr-head{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.container, .container-sm{
    max-width: 100%;
}
.custom-page .step-count {
    height: 20px !important;
    width: 20px !important;
    min-width: 20px !important;
    margin-top: 5px;
}
.custom-page .step-text p{
    font-size: 16px;
    line-height: normal;
}
.custom-page.sec-title-wrapper .title-text{
    font-size: 16px;
    line-height: 26px;
}
.step1 .v-step-content, .step3 .v-step-content {
    padding-left: 0;
}
}

@media all and (max-width: 575px){
    .search-wrapper input {
        height: 40px;
    }
    .btn.btn-search {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px;
        padding: 0px;
    }
    .search-wrapper .btn-search svg {
        height: 22px;
        width: 22px;
    }
    section.banner-section {
        padding-bottom: 20px;
    }
    section.service-section{
        padding-top: 20px
    }

}