@media screen and (min-width:1200px) {
    .mb_xl_8 {
        margin-bottom: 80px !important;
    }
    .testimonial_sec {
        padding: 50px 0px 80px 0px !important;
    }
}

@media screen and (max-width:1199px) {
    .header_section .navbar_left .nav-link {
        margin: 0px;
        width: 100%;
        text-align: left;
        padding: 12px 12px !important;
    }

    .header_section .dropdown-menu {
        background: #ffffff;
    }

    .brand_wrap {
        grid-template-columns: repeat(6, [col] 1fr);
    }

    .navbar_right .login {
        padding: 10px 16px 8px;
    }



}


@media screen and (min-width:992px) {
    .resource_menu {
        width: 220px !important;
    }

    .banner_content {
        max-width: 543px;
    }

    .contact_sales {
        height: 332px;
        max-height: 332px;
    }

    .about_sec .swiper {
        width: 250px;
        height: 550px;
        position: absolute;
        top: -112px;
        left: 70px;
    }

    .header_section .navbar_left .dropdown:hover .dropdown-menu {
        display: block;
    }

   .blog_sidebar .offcanvas.offcanvas-start {
        position: relative !important;
        transform: none !important;
    }

    .blog_sidebar .offcanvas {
        position: relative !important;
        visibility: visible;
        z-index: 1;
        opacity: 1;
        background-color: transparent !important;
        border: none !important;
    }

    .header_section .navbar_left .dropdown:hover .dropdown_icon {
        transform: rotate(180deg);
    }

}


@media screen and (max-width:991px) {

    .about_sec {
        padding: 50px 0px 0px 0px;
    }

    .banner_content h1 {
        font-size: 3em;
    }

    .navbar_right .btn {
        width: 100%;
    }

    .blog_sidebar .offcanvas.offcanvas-start {
        width: 350px;
    }

    .dropdown_menu {
        background: transparent;
        padding: 15px 15px;
        padding-top: 0;
        width: 100% !important;
        border-radius: 0px 0px 12px 12px;
    }

    .header_section .navbar_left .nav-link {
        border-radius: 12px 12px 0px 0px !important;
        margin: 0 !important;
        padding: 15px 18px;
    }

    .header_section .dropdown-menu {
        padding: 0px !important;
        width: 100%;
        margin: 0;
    }

    .banner_wrap {
        background-image: linear-gradient(#0d0413 76%, #fff0);
        border-radius: 0;
        width: 100%;
        height: 60%;
        margin: auto;
        display: flex;
        z-index: 5;
        position: relative;
        padding-top: 80px;
    }

    .banner_sec {
        padding: 0px 0px;
        overflow: hidden;
    }

    .banner_sec video {
        position: initial !important;
        margin-top: -87px;
        width: 100%;
        min-height: 400px;
        margin-bottom: -10px;
    }

    .about_content {
        margin: auto;
    }

    .brand_wrap {
        grid-template-columns: repeat(4, [col] 1fr);
    }

    .contact_sales .content h3 {
        color: #fff;
        margin-bottom: 50px;
        font-family: 'Inter', sans-serif;
        font-size: 26px;
        max-width: 100% !important;
        font-weight: 700;
        width: 100% !important;
    }

    .contact_sales.text-center.text-lg-start {
        padding: 8px 12px 50px 12px;
    }

    .card_img {
        margin: -54px auto !important;
    }

    .bento-text-box.feature-image {
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .background-video-4 {
        height: 410px;
    }

    .card_box.card1 {
        height: 248px;
    }

    .card_box h5 {
        font-size: 30px;
    }

    .management_img img {
        z-index: auto;
        position: absolute;
        width: 500px;
        max-width: 90%;
        height: auto;
        max-height: none;
        inset: 4% -7% 0% auto;
    }
    .bento-header.white {
        position: absolute;
        bottom: 23px;
        margin: 0px 20px;
    }




}

@media screen and (min-width:768px) {
    .shop_sections .nav-link:before {
        display: block;
        position: absolute;
        z-index: 2;
        content: '';
        top: 50%;
        right: 0px;
        border: medium none;
        background-color: #fff;
        width: 1.14285714em;
        height: 1.14285714em;
        border-style: solid;
        border-color: #e0e0e0;
        border-width: 0 1px 1px 0;
        transform: translateY(-50%) translateX(50%) rotate(-45deg);
        z-index: -1;
        border-radius: 4px;
    }

    .shop_sections .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    .shop_sections .nav-item:nth-of-type(1) .nav-link {
        border-bottom: none;
    }
}



@media screen and (max-width:775px) {
    .banner_content h1 {
        font-size: 2em;
    }

    .banner_content .btn-primary,
    .banner_content .btn-outline-light {
        font-size: 15px;
    }

    .left_content h3 {
        font-size: 24px;
    }

    .brand_wrap {
        grid-template-columns: repeat(3, [col] 1fr);
    }

    .bento-header.share {
        font-size: 33px;
    }

    .bento-text-box {
        padding: 25px;
    }

    .above-title.bento {
        font-size: 15px;
    }

    .bento-header.white {
        font-size: 30px;
    }

    .card_wrap .img_1 {
        width: 200px;
    }

    .card_wrap {
        padding: 30px;
    }

    .management_img img {
        position: inherit !important;
        height: auto !important;
        width: 100% !important;
    }

    .heading_sec h3 {
        font-size: 25px;
    }

    .email_signatures .signature_1 {
        width: 300px;
        height: auto;
    }

    .heading-92 {
        font-size: 2.5rem;
    }

    .section_heading .title {
        font-size: 23px;
    }

    .shop_sections .nav-link {
        border-bottom: 1px solid #EEE;
    }

    .about-section h2 {
        font-size: 35px;
    }

    .about-section p {
        font-size: 18px;
    }
    .about-section{
        padding:100px 0px !important;
    }


}



@media screen and (max-width:575px) {

    .banner_content .btn-primary,
    .banner_content .btn-outline-light {
        max-width: 130px;
        width: 100%;
        padding: 10px 10px;
    }

    .about_content h3 {
        font-size: 20px;
    }

    .about_content p {
        font-size: 16px;
    }

    .about_content a {
        font-size: 14px;
    }

    .about_content {
        padding: 20px;
    }

    .left_content h3 {
        font-size: 20px;
    }

    .bento-header.share {
        font-size: 27px;
    }

    .bento-text {
        font-size: 16px;
    }

    .card_img {
        width: 100% !important;
        height: auto !important;
    }

    .brand_wrap {
        grid-template-columns: repeat(4, [col] 1fr);
    }

    .bento-header.white {
        font-size: 22px;
    }

    .card_box.card2 img {
        width: 250px;
    }

    .card_wrap .img_1 {
        width: 150px;
    }

    .brand_wrap {
        grid-template-columns: repeat(2, [col] 1fr);
    }

    .card_wrap {
        padding: 20px;
    }

    .faq_section .accordion-item button {
        font-size: 16px;
    }

    .faq_section .accordion-body {
        font-size: 14px;
    }

    .our_partner .heading h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .above-title {
        font-size: 16px;
    }

    .heading-92 {
        font-size: 2rem;
    }

    .card_steps .card_form .header .title {
        font-size: 20px;
    }

    .section_heading .title {
        font-size: 18px;
    }

    .section_heading .subtitle {
        font-size: 15px;
    }

    .shop_sections .nav-link {
        font-size: 16px;
    }

    .step_info {
        font-size: 16px;
    }

    .step_num {
        font-size: 32px;
    }
}

@media screen and (max-width:450px) {
    .div_block {
        height: auto;
    }

    .address_book1 {
        position: inherit;
    }

    .address_book2 {
        inset: 149px 0% 0% 15%;
    }

    .card_box h5 {
        font-size: 25px;
    }

    .address_book3 {
        position: inherit;
        inset: 6% 0% 0% 88px;
    }

    .address_book4 {
        width: 39%;
        inset: 49px 0% 0% 23%;
    }

    .navbar-brand img {
        height: 50px;
    }
    .category_filter {
        top: 15%; 
    }

}

@media screen and (max-width:380px) {
    .navbar-brand img {
        height: 60px;
    }
    .navbar-brand {
        display: block;
        width: 100%;
        text-align: center;
    }
    .navbar_right{
        width:100%;
    }
}
