/*Media Query Start*/

@media only screen and (min-width: 2000px) {
    .banner_sec {
        background-size: contain;
        background-repeat: no-repeat;
    }

    /* .banner-box::before {
        width: 100vw;
    }

    .banner-box::after {
        width: 100vw;
    } */
}



@media only screen and (min-width: 1366px) and (max-width: 1500px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@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;
    }
}

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

    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 .col-lg-6.col-md-12.col-sm-12 {
        width: 100%;
        order: 3;
    }

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

    span.f-54 {
        font-size: 30px;
    }

    .banner_text p {
        font-size: 14px;
        line-height: 1.5;
        width: 90%;
    }

    .theme-btn {
        font-size: 12px;
        padding: 9px 21px;
    }

    .banner-bottom-box {
        margin: 0;
        padding: 0;

    }

    .banner-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-bottom-box .row {
        justify-content: center;
    }
}

@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;
    }

    .slicknav_nav a:hover {
        background: #f24e2d;
        color: #fff;
    }

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

    .slicknav_menu {
        background: #1e90ff;
    }

    a.slicknav_btn {
        background: #f24e2d;
    }

    span.slicknav_icon-bar {
        background-color: #fff !important;
    }

    span.f-54 {
        font-size: 30px;
    }

    .banner_text {
        align-items: center;
        text-align: center;
    }

    .banner_text p {
        font-size: 14px;
        line-height: 1.5;
        width: 90%;
    }

    .banner-btn {
        justify-content: center;
    }

    .theme-btn {
        font-size: 13px;
        padding: 10px 25px;
    }
}

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

    h1 {
        font-size: 70px;
    }

    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;
    }

    .slicknav_nav a:hover {
        background: #f24e2d;
        color: #fff;
    }

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

    .slicknav_menu {
        background: #1e90ff;
    }

    a.slicknav_btn {
        background: #f24e2d;
    }

    span.slicknav_icon-bar {
        background-color: #fff !important;
    }

    span.f-54 {
        font-size: 30px;
    }

    .banner_text {
        align-items: center;
        text-align: center;
    }

    .banner_text p {
        font-size: 14px;
        line-height: 1.5;
        width: 90%;
    }

    .banner-btn {
        justify-content: center;
    }

    .theme-btn {
        font-size: 13px;
        padding: 10px 25px;
    }

    .banner-bottom-box {
        margin: 0;
    }

    .call-box {
        width: 100%;
        position: unset;
        text-align: center;
        justify-content: center;
        transform: unset;
        border-radius: 0;
        padding: 20px 0;
    }

}


@media only screen and (min-width: 0px) and (max-width: 991px) {
    .banner_sec {
        background-color: #1A2534 !important;
        background-image: none;
        padding: 30px 0;
    }

    .banner_image {
        height: auto;
        margin: 0;
        width: 100%;
        margin: 20px 0;
    }

    .banner_image img {
        height: 400px;
        width: 100%;
        border-radius: 5px;
    }

    section.header {
        position: unset;
        padding: 0 0 10px 0;
        background-color: #1A2534 !important;
    }


}

html {
    overflow-x: hidden !important;
}

/*Media Query End*/