@media only screen and ( min-width: 1200px ) and ( max-width: 1399px ) {

    .banner_imgs2 img {
        width: 420px;
    }

}

@media only screen and ( min-width: 992px ) and ( max-width: 1199px ) {

    .menu_bar .navbar_nav {
        gap: 0 10px;
    }
    .menu_item .menu_link {
        font-size: 13px;
    }
    .banner_content h1 {
        font-size: 48px;
        margin-bottom: 20px;
    }
    .banner_content {
        padding-right: 0;
    }
    .banner_content h5 {
        font-size: 22px;
    }
    .banner_wrapp {
        padding: 110px 0 100px;
    }
    .banner_imgs2 img {
        width: 340px;
    }
    .service_tab .nav .nav-item .nav-link {
        padding: 15px 20px;
        font-size: 18px;
    }
    .pricing_card {
        padding: 50px 25px;
    }
    .pricing_card.pricing_featuer {
        padding: 70px 25px;
    }
    .testimonial_icon svg {
        height: 100px;
    }
    .testimonial_content {
        padding: 50px 30px 60px;
    }
    .testimonial_content h6 {
        font-size: 20px;
    }

}


@media only screen and ( max-width: 991px ) {

    .getloign_main {
        grid-template-columns: 1fr;
    }
    .login_wrapp_img {
        display: none;
    }
    .scroll-indicator-container {
        right: 10px;
    }
    .scroll-text {
        padding: 10px 5px;
        margin-bottom: 10px;
        border-radius: 10px;
        background-color: var(--menu-bg-color);
        color: var(--white-text-color);
    }
    .brand_logo a img {
        width: 100px;
    }

}


@media only screen and ( min-width: 768px ) and (max-width: 991px ) {

    .header_right ul li:last-child {
        display: none;
    }
    .menu_item .menu_link {
        padding: 5px 10px;
        font-size: 12px;
    }
    .menu_bar .navbar_nav {
        gap: 0 10px;
    }
    .banner_wrapp {
        padding: 100px 0;
    }
    .banner_content {
        padding-right: 0;
    }
    .banner_content h1 {
        font-size: 38px;
        margin-bottom: 15px;
    }
    .banner_content h5 {
        font-size: 20px;
    }
    .banner_imgs2 img {
        width: 250px;
    }
    .banner_content ul {
        margin: 20px 0;
    }
    .banner_content ul li .button_main {
        white-space: nowrap;
    }
    .banner_content ul .video div {
        display: none;
    }
    .main_heading h2 {
        font-size: 34px;
    }
    .service_content h2 {
        font-size: 28px;
    }
    .about_step {
        grid-template-columns: 1fr 1fr;
    }
    .pricing_card {
        padding: 30px 15px;
    }
    .pricing_card.pricing_featuer {
        padding: 40px 15px;
    }
    .testimonial_content {
        padding: 30px 20px 60px;
    }
    .testimonial_icon svg {
        height: 90px;
    }
    .testimonial_content h6 {
        font-size: 20px;
    }
    #testimonialSlider .owl-nav {
        bottom: 45px;
        right: 50px;
    }
    .header_main {
        gap: 0 15px;
    }


}


@media only screen and ( max-width: 767px ) {

    .menu_bar {
        position: absolute;
        top: 100%;
        width: 100%;
    }
    .brand_logo {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 15px;
    }
    .navbar-toggler {
        width: 36px;
        height: 36px;
        padding: 0;
        border: none;
        box-shadow: none !important;
        background-color: transparent !important;
        border-radius: 5px;
        line-height: 0;
    }
    .navbar_toggler_icon {
        width: 28px;
        height: 2px;
        display: inline-block;
        background-color: var(--body-main-color);
        position: relative;
    }
    .navbar_toggler_icon:before,
    .navbar_toggler_icon:after {
        content: '';
        width: 28px;
        height: 2px;
        background-color: var(--body-main-color);
        position: absolute;
        left: 0;
    }
    .navbar_toggler_icon:before {
        top: -8px;
    }
    .navbar_toggler_icon:after {
        bottom: -8px;
    }
    .header_wrapp {
        padding: 0px;
    }
    .menu_bar #navbarNav {
        background-color: var(--banner-bg-color);
        padding: 15px 10px; 
    }
    .menu_bar .navbar_nav {
        flex-direction: column;
        align-items: start;
    }
    .menu_bar .navbar_nav .menu_item {
        width: 100%;
    }
    .menu_bar .navbar_nav .menu_link {
        border-bottom: 1px solid var(--body-main-color);
        border-radius: 0;
        width: 100%;
        padding: 10px;
    }
    .menu_bar .navbar_nav .menu_link.active {
        background-color: var(--body-main-color);
    }
    .menu_bar .navbar_nav .menu_item:last-child .menu_link {
        border-bottom: none;
    }

    .banner_wrapp {
        padding: 90px 0 50px;
    }
    .banner_content {
        padding-right: 0;
    }

    .banner_imgs2 {
        display: none;
    }
    .banner_imgs_wrapp {
        top: 30px;
    }
    .main_heading h5 {
        line-height: 1.3;
    }
    section {
        padding: 50px 0;
    }

    .main_heading h2 {
        font-size: 30px;
        margin: 20px 0 0;
    }
    .feature_card {
        padding: 0;
    }
    .service_tab .nav .nav-item .nav-link {
        background-color: var(--white-text-color);
    }
    .pricing_wrapp {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .pricing_card, 
    .pricing_card.pricing_featuer {
        padding: 35px 15px;
    }
    .testimonial_card {
        grid-template-columns: 1fr;
        box-shadow: none;
    }
    .testimonial_content {
        padding: 20px 15px;
    }
    .testimonial_icon svg {
        height: 80px;
    }
    .testimonial_content h6 {
        font-size: 18px;
    }
    #testimonialSlider {
        box-shadow: none;
    }
    #testimonialSlider .owl-nav {
        bottom: 0;
        right: 0;
        left: 0;
    }
    .footer_contact {
        padding: 30px 20px;
    }
    .footer_contact h2 {
        font-size: 28px;
    }
    .login_wrapp_content {
        padding: 40px 20px;
    }
    .btnclose {
        top: 5px;
        right: 10px;
    }
    .about_step {
        grid-template-columns: 1fr;
    }
    .banner_content h5 {
        font-size: 18px;
    }

   

}

@media only screen and ( min-width: 577px ) and ( max-width: 767px ) {

    .service_tab ul.nav {
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    .service_content h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .integration_list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .service_tab .nav .nav-item .nav-link {
        padding: 15px 20px;
    }
    .banner_content h1 {
        font-size: 34px;
        margin-bottom: 15px;
    }
    
    

}

@media only screen and ( max-width: 576px ) {

    .header_right ul li:last-child {
        display: none;
    }
    .banner_content h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .banner_content ul {
        flex-direction: column;
        align-items: start;
    }
    .service_tab ul.nav {
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .service_content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .service_content p {
        font-size: 17px;
    }
    .integration_list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

}