/*Media Query Start*/

@media only screen and (min-width: 1600px) and (max-width: 2500px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 85vw;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1500px) {
    .theme-btn.style2 {
        font-size: 12px;
    }

    .theme-btn.style1 {
        font-size: 12px;
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .nav ul li a {
        padding: 8px;
    }

    section.banner_sec {
        height: 900px;
    }

    .how-slider {
        width: 100%;
    }

    .heading-left.how-left-heading {
        margin: 0 0 20px 0;
    }

    .why-right {
        width: 100%;
        margin: 0;
    }

    .testi-top {
        padding: 10px;
    }

    .testi-top h6 {
        font-size: 14px;
    }

    .footer-links {
        margin: 20px 0;
        height: auto;
    }

    ul.footer-nav-list a {
        font-size: 12px;
    }

    ul.footer-nav-list {
        gap: 10px;
        justify-content: center;
    }

    ul.follow-ftr-list {
        justify-content: center;
    }

    .ftr-bottom {
        margin: 10px 0;
    }

    .sec {
        padding: 50px 0;
    }

    h2 {
    font-size: 45px;
    }

    h1 {
        font-size: 60px;
    }
    section.freq-sec h2 {
        font-size: 40px;
    }

    .step-table-box .step-heading h5 {
        font-size: 25px;
        margin: 0 0 0 20px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .theme-btn.style2 {
        font-size: 12px;
    }

    .theme-btn.style1 {
        font-size: 12px;
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .nav ul li a {
        padding: 8px;
    }

    section.banner_sec {
        height: 900px;
    }

    .how-slider {
        width: 100%;
    }

    .heading-left.how-left-heading {
        margin: 0 0 20px 0;
    }

    .why-right {
        width: 100%;
        margin: 0;
    }

    .testi-top {
        padding: 10px;
    }

    .testi-top h6 {
        font-size: 14px;
    }

    .footer-links {
        margin: 20px 0;
        height: auto;
    }

    ul.footer-nav-list a {
        font-size: 12px;
    }

    ul.footer-nav-list {
        gap: 10px;
        justify-content: center;
    }

    ul.follow-ftr-list {
        justify-content: center;
    }

    .ftr-bottom {
        margin: 10px 0;
    }

    .sec {
        padding: 50px 0;
    }

    h2 {
    font-size: 45px;
    }

    h1 {
        font-size: 60px;
    }
    section.freq-sec h2 {
        font-size: 40px;
    }

    .step-table-box .step-heading h5 {font-size: 25px;margin: 0 0 0 20px;}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section.header .col-lg-8.col-md-12.col-sm-12 {
        width: 100%;
        order: 3;
    }

    section.header .col-lg-2.col-md-6.col-sm-6 {
        order: 2;
        width: 50%;
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .nav ul li a {
        padding: 8px;
    }

    section.banner_sec {
        height: 800px;
    }

    .how-slider {
        width: 100%;
    }

    .heading-left.how-left-heading {
        margin: 0 0 20px 0;
    }

    .why-right {
        width: 100%;
        margin: 0;
    }

    .testi-top {
        padding: 10px;
    }

    .testi-top h6 {
        font-size: 14px;
    }

    .footer-links {
        margin: 20px 0;
        height: auto;
    }

    ul.footer-nav-list a {
        font-size: 12px;
    }

    ul.footer-nav-list {
        gap: 10px;
        justify-content: center;
    }

    ul.follow-ftr-list {
        justify-content: center;
    }

    .ftr-bottom {
        margin: 10px 0;
    }

    .sec {
        padding: 50px 0;
    }

    h2 {
    font-size: 40px;
    }

    h1 {
        font-size: 60px;
    }
    section.freq-sec h2 {
    font-size: 40px;
}

.step-table-box .step-heading h5 {font-size: 25px;margin: 0 0 0 20px;}



}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 33px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 17px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    section.header .col-lg-8.col-md-12.col-sm-12 {
        width: 100%;
        order: 3;
    }

    section.header .col-lg-2.col-md-6.col-sm-6 {
        order: 2;
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }


section.banner_sec.inner-banner {
    height: 400px;
}

.nav ul li a {
    padding: 8px;
}

section.banner_sec {
    height: 700px;
}

.how-slider {
    width: 100%;
}

.heading-left.how-left-heading {
    margin: 0 0 20px 0;
}

.why-right {
    width: 100%;
    margin: 0;
}

.testi-top {
    padding: 10px;
}

.testi-top h6 {
    font-size: 14px;
}

.footer-links {
    margin: 20px 0;
    height: auto;
}

ul.footer-nav-list a {
    font-size: 12px;
}

ul.footer-nav-list {
    gap: 10px;
    justify-content: center;
}

ul.follow-ftr-list {
    justify-content: center;
}

.ftr-bottom {
    margin: 10px 0;
}

.sec {
    padding: 50px 0;
}


    .cont-inner {
        width: 100%;
    }

    .contact-frm {
        padding: 40px 20px;
    }

    .contact-frm input {
        margin: 0;
    }

    .service-select .dropdown-input {
        margin: 0;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 17px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    section.header .nav.stroke {
        display: none;
    }

    .hdr_logo a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    

    section.header {
        position: unset;
        background: #212121;
    }

        .banner_sec {
            height: auto;
            padding-top: 100px; 
         }

    .bottom-bar {
        padding: 0 0 20px 0;
    }

    .banner-counter {
        justify-content: center;
        text-align: center;
        gap: 40px;
    }

    .banner-top-right {
        text-align: center;
    }

    .banner-bottom-left {
        text-align: center;
    }

    .banner-bottom-right {
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .banner-bottom {
        padding: 50px 0;
    }

    .about-right {
        margin: 0;
    }

    .how-slider {
        width: 100%;
    }

    section.freq-sec h2 {
        font-size: 40px;
    }

    .faq-right {
        gap: 10px;
        margin: 10px 0 0 0;
    }

    ul.list li span.circle-arrow {
        display: none;
    }

    .why-right {
        width: 100%;
        margin: 0;
    }

    img.why-image {
        height: 350px;
    }

    .sec {
        padding: 50px 0;
    }

    .testi-top h6 {
        font-size: 14px;
    }

    .footer-box {
        padding: 50px 20px;
    }

    .footer-links {
        margin: 20px 0;
        height: auto;
    }

    ul.footer-nav-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    ul.follow-ftr-list {
        justify-content: center;
        margin: 10px 0;
    }

    .ftr-copyright {
        flex-direction: column;
        text-align: center;
    }

    .ftr-bottom {
        margin: 20px 0;
    }

    form.footer-form {
        margin: 0;
    }

    .slider-btns {
        justify-content: center;
    }

    .heading-left {
        text-align: center;
    }

    .heading-right {
        text-align: center;
    }

    .theme-btn.heading {
        justify-self: center;
    }

    .why-left h2 {
        font-size: 26px;
    }

    .why-content p {
        width: 100%;
        text-align: center;
    }

    ul.list li h6 {
        text-align: center;
    }

    .step-table-box .step-content p {
        width: 100%;
    }

    .about-left {
        text-align: center;
    }

    .about-right a {
        justify-self: center;
    }

    .about-right {
        text-align: center;
    }

    section.banner_sec.inner-banner {
        height: 250px;
        padding-top: 0;
    }

    .abt-para {
        text-align: center;
    }

    .cont-inner {
        width: 100%;
    }

    .contact-frm {
        padding: 40px 20px;
    }
    
}

@media only screen and (min-width: 300px) and (max-width: 519px) {

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 12px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    section.header .nav.stroke {
        display: none;
    }

    .hdr_logo a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*.slicknav_nav a:hover {*/
    /*    background: #851112;*/
    /*    color: #fff;*/
    /*}*/

    .slicknav_nav a.active {
        background: #851112;
        color: #fff;
    }

    section.header {
        position: unset;
        background: #212121;
    }

    .bottom-bar {
        padding: 0 0 20px 0;
    }

    .banner-counter {
        justify-content: center;
        text-align: center;
        gap: 40px;
    }

    .banner-top-right {
        text-align: center;
    }

    .banner-bottom-left {
        text-align: center;
    }

    .banner-bottom-right {
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .banner-bottom {
        padding: 50px 0;
    }

    .about-right {
        margin: 0;
    }

    .how-slider {
        width: 100%;
    }

    section.freq-sec h2 {
        font-size: 40px;
    }

    .faq-right {
        gap: 10px;
        margin: 10px 0 0 0;
    }

    ul.list li span.circle-arrow {
        display: none;
    }

    .why-right {
        width: 100%;
        margin: 0;
    }

    img.why-image {
        height: 350px;
    }

    .sec {
        padding: 50px 0;
    }

    .testi-top h6 {
        font-size: 14px;
    }

    .footer-box {
        padding: 50px 20px;
    }

    .footer-links {
        margin: 20px 0;
        height: auto;
    }

    ul.footer-nav-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    ul.follow-ftr-list {
        justify-content: center;
        margin: 10px 0;
    }

    .ftr-copyright {
        flex-direction: column;
        text-align: center;
    }

    .ftr-bottom {
        margin: 20px 0;
    }

    form.footer-form {
        margin: 0;
    }

    .slider-btns {
        justify-content: center;
    }

    .heading-left {
        text-align: center;
    }

    .heading-right {
        text-align: center;
    }

    .theme-btn.heading {
        justify-self: center;
    }

    .why-left h2 {
        font-size: 26px;
    }

    .why-content p {
        width: 100%;
        text-align: center;
    }

    ul.list li h6 {
        text-align: center;
    }

    .step-table-box .step-content p {
        width: 100%;
    }

    .about-left {
        text-align: center;
    }

    .about-right a {
        justify-self: center;
    }

    .about-right {
        text-align: center;
    }
    section.banner_sec.inner-banner {
        height: 250px;
    }

    .abt-para {
        text-align: center;
    }
    .free-case-form .theme-btn {
        height: auto;
    }

    .cont-inner {
        width: 100%;
    }

    .contact-frm {
        padding: 40px 20px;
    }
    
}

@media only screen and (min-width: 0px) and (max-width: 299px) {}

/*Media Query End*/