/*================= Responsive Section ===============*/
@media (min-width:3000px) {}

@media (min-width: 1025px) {
    header.navigation .menu-bar .navbar li:hover .dropdown::after {
        transform: rotate(224deg);
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    h1 {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    h2 {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* ===================== Menu starts*/
    .mobile-burger {
        display: none;
    }

    header .navbar {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse:not(.show) {
        display: block !important;
    }

    header {
        position: relative;
    }

    header .nav-link {
        font-size: 12px;
        line-height: 30px;
        margin: 0 5px;
        white-space: nowrap;
    }

    .navbar-nav {
        flex-direction: row !important;
    }

    /* banner */
    .banner-area {
        background: #000;
    }

    .banner-area .banner-bg .banner-pane h1 {
        font-size: 36px !important;
        line-height: 46px !important;
    }

    .banner-area .banner-bg .banner-pane {
        padding-right: 0 !important;
    }

    .banner-area .banner-bg .banner-pane .ban-circle-graphic {
        text-align: right;
        position: relative;
        top: 0;
        right: 0;
    }

    .banner-area .banner-bg .banner-image-area {
        padding: 0;
    }

    .banner-area .banner-bg .banner-desc {
        padding: 0;
        margin-bottom: 0;
    }

    .banner-area .banner-graphic {
        left: -30px;
    }

    .banner-area .banner-bg .banner-image-area {
        padding: 0;
        margin-top: 30px;
        text-align: center;
    }

    .banner-area .banner-carousel .item {
        padding-top: 60px;
        padding-bottom: 60px;
        min-height: auto;
    }

    .banner-area .banner-carousel .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .logo-details-area .address-area {
        flex-direction: row;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .logo-details-area {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo-details-area .details-shop .round-box .detail-text {
        text-align: center;
        font-size: 12px;
        line-height: 16px;
    }

    .logo-details-area .details-shop .round-box {
        width: 100%;
        padding: 10px;
    }

    .logo-details-area .details-shop {
        margin-bottom: 10px;
    }

    .menuarea-sec {
        flex-direction: column;
    }

    .main-content-section .gencontent {
        padding: 0;
    }

    .main-content-section .project-area {
        padding-top: 0;
    }

    .menuarea-sec .navbar-brand img {
        width: 80%;
        height: auto;
    }

    .main-content-section .about-sandy .about-area,
    .main-content-section .community-section .comarea {
        flex-direction: column;
    }

    .main-content-section .helpsection .helpcard {
        display: grid;
        grid-template-columns: 2fr 2fr 2fr;
        gap: 10px;
    }

    .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies,
    .main-content-section .project-list .projectbox .rt-auto-case-grid .rt-case-studies {
        height: 250px;
    }

    .main-content-section .project-area .proj-desc-area .product-imgbx img {
        width: 60%;
    }

    .main-content-section .project-area .proj-desc-area .Product-detail-bx {
        width: 60%;
        top: 9%;
        left: 10%;
    }

    .main-content-section .team-area .memebers .memdetailsbx {
        padding: 20px;
    }

    .contact-area{margin-top: 40px;}

    .copyright .btm-socialarea {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-area .footer1 .client-bg img {
        width: 80%;
    }

    .footer-area .copyright {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }

    .footer-area .copyright img {
        float: none;
        margin-top: 20px;
    }

    .footer-area .footer1 .foot_align h3 {
        padding-bottom: 5px;
    }

    .footer-area .footer1 .foot_link,
    .footer-area .footer1 .foot_link_two {
        padding-bottom: 20px;
    }


    .footer-area .footer1 .foot_link img {
        width: 40%;
    }

    .foot-address-area .foot-address {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .foot-address-area .foot-address .address-block img {
        width: 100%;
    }

}

/* =================== Header and Menu Starts */
@media screen and (min-width: 992px) {

    /*=================== Menu Starts */
    .navbar {
        padding: 0;
        line-height: 3rem;
    }

    .navbar .dropdown-menu {
        line-height: initial;
    }

    .dropdown .dropdown-menu {
        display: none;
    }

    .dropdown:hover > .dropdown-menu,
    .dropend:hover > .dropdown-menu {
        display: block;
    }

    .dropdown:hover > .dropdown-menu {
        margin-top: -0.5rem;
    }

    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: -0.5rem;
        left: 100%;
        margin-left: 0;
    }


    /*=================== Menu ends */


}


@media (max-width: 767px) {

    h1 {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    h3 {
        font-size: 28px !important;
        line-height: 33px !important;
    }

    h4 {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    p {
        font-size: 14px !important;
        line-height: 19px !important;
        margin-bottom: 0 !important;
    }

    input {
        font-size: 15px !important;
        height: 50px !important;
        padding: 0 20px !important;
    }

    select {
        font-size: 15px !important;
        height: 50px !important;
        padding: 0 20px !important;
    }

    textarea {
        font-size: 15px !important;
        padding: 10px 20px !important;
        height: 120px !important;
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .rt-arrow-btn1,
    .rt-arrow-btn2 {
        font-size: 16px;
        height: 38px;
        font-weight: bold;
    }

    /*=================== Menu Starts */
    header {
        position: relative;
        /* position: fixed; */
        top: 0px;
    }

    header.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    header .navbar {
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        width: 100%;
        left: 0;
        background: #d2ba8b;
    }

    .menuarea-sec {
        display: block;
    }


    .navbar-brand {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0 !important;
        text-align: center;
    }

    .menu-btn {
        display: none !important;
        visibility: hidden;
    }

    header .nav-link {
        line-height: 40px !important;
        margin: 0 20px;
        display: flex;
        color: #fff !important;
        align-items: center;
        justify-content: space-between;
    }

    header .menubar-area {
        background: #000000;
    }

    .navbar-nav {
        top: 62px;
        max-width: 100%;
        height: 100Vh;
        left: -100%;
        width: 100%;
        background: #000000;
        position: absolute;
        z-index: 9997;
        overflow-y: auto;
        -webkit-transform: translate3d(0, 0, 205px);
        -moz-transform: translate3d(0, 0, 205px);
        transform: translate3d(0, 0, 205px);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .navbar-nav li {
        border-bottom: 1px solid #e6e6e7;
    }

    .navbar-nav.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .navbar-toggler {
        /* padding: 0 14px !important; */
        padding: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .hamburger-menu {
        position: relative;
        z-index: 9998;
        width: 50px;
        height: 40px;
    }

    .bar,
    .bar:after,
    .bar:before {
        width: 25px;
        height: 2px;
    }

    .bar {
        position: relative;
        transform: translateY(20px);
        float: left;
        background: rgb(255, 255, 255);
        transition: all 0ms 300ms;
    }

    .bar.animate {
        background: none;
    }

    .bar:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 5px;
        background: rgb(255, 255, 255);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .bar:after {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        background: rgb(255, 255, 255);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .bar.animate:after {
        top: 0;
        transform: rotate(45deg);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .bar.animate:before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .navbar-nav .dropdown-menu {
        width: 350px;
        margin: 0 auto 25px auto;
    }

    .dropdown-submenu {
        padding: 0;
    }

    .dropdown-submenu .position-absolute {
        right: 10px !important;
        top: 0 !important;
        line-height: 0px !important;
        width: 20px;
        height: 20px;
        bottom: 0;
        margin: 0 auto;
        text-align: center;
    }

    /*=================== Top bar */
    .topbar{background: #fff; padding: 10px;}
   .topbar .socialdetail  {        display: flex;
        align-items: center;
        justify-content: space-between;}
    .topbar .socialdetail ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    gap: 15px;
    }
    .topbar .socialdetail ul li {
        padding: 0;
        margin: 0;
        white-space: nowrap;
    }
    /*=================== Menu ends */

    .desktop-display {
        display: none !important;
        visibility: hidden !important;
    }

    .mob-display {
        display: block !important;
        visibility: visible !important;
    }

    .desktop-visible {
        display: none !important;
        visibility: hidden !important;
    }

    .common-flex {
        flex-direction: column;
    }

    .logo-details-area {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo-details-area .address-area,
    .logo-details-area .navbar-brand {
        margin-bottom: 20px;
    }

    .logo-details-area .address-area .add-detail {
        text-align: center;
    }

    /* banner */
    .banner-area {
        position: relative;
        background-size: auto !important;
        background-position: 48% 0 !important;
    }

    .banner-area h1,
    .banner-area p {
        text-align: center;
        padding: 0 0 20px 0;
    }

    .banner-area .banner-carousel .item {
        padding-top: 0;
        padding-bottom: 0;
        min-height: auto;
    }

    .banner-area .banner-carousel .owl-nav {
        top: 40%;
    }

    .banner-area .banner-carousel .owl-nav .owl-prev,
    .banner-area .banner-carousel .owl-nav .owl-next{    padding: 10px;}

    .banner-area .banner-bg {
        flex-direction: column;

    }

    .banner-area .banner-bg .banner-pane h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .banner-area .banner-bg .banner-image-area {
        padding: 0;
    }

    .banner-area .banner-bg .banner-desc {
        padding: 0;
        margin-bottom: 30px;
    }

    .banner-area .banner-graphic {
        right: 0;
    }

    .banner-area .banner-bg .banner-pane {
        padding-right: 0 !important;
    }

    .banner-area .banner-bg .form-area {
        position: relative;
        width: 100%;
    }

    .banner-area .social-area {
        background: #32a9a9;
    }

    .banner-area .banner-bg .banner-pane h1 {
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        padding: 0;
    }

    .banner-area .banner-bg .banner-pane .banner-desc {
        font-size: 23px;
        line-height: 33px;
        text-align: center;
        padding-right: 0;
        padding-bottom: 0 !important;
    }

    .banner-area .banner-carousel .banner-form {
        background: #8C4C9A;
        float: none;
        padding: 40px;
        width: 100%;
        height: 100%;
        margin-top: 30px;
    }

    .banner-area .banner-btn-area {
        flex-direction: column;
    }

    .banner-area .banner-carousel .banner-flex .banner-staticimg {
        position: relative;
        top: 30px;
        right: 0;
        height: auto;
        width: auto;
    }

    .banner-area .banner-carousel .owl-dots {
        text-align: center;
        background: #00000069;
        padding: 10px;
        bottom: 74px;
    }


    .banner-area .owl-carousel .owl-item img{        height: 220px;
        object-fit: cover;}

    .video-section {
        padding-bottom: 40px;
    }

    .video-section img {
        width: 100%;
    }

    .inner-banner-area{    padding: 40px 0 0 0;}

    .inner-banner-area .inner-ban-style .box .title {
        font-size: 50px;
        line-height: 40px;
    }

    .inner-banner-area img {
        height: 350px;
    }

    .inner-banner-area iframe {
        height: 350px;
    }

    .main-content-section .about-sandy .about-area,
    .main-content-section .community-section .comarea {
        flex-direction: column;
    }

    .main-content-section {
        padding-top: 40px;
    }

    .main-content-section .about-sandy .about-area img {
        width: 100%;
    }

    .main-content-section .latest-form .single-post-sec {
        margin-top: 40px;
    }

    .main-content-section .helpsection .helpcard {
        display: grid;
        grid-template-columns: 2fr 2fr;
        gap: 10px;
    }


    .gen-stylish-head .box .title {
        font-size: 35px;
    }

    .gen-stylish-head .box h2 {
        text-align: center;
    }

    .main-content-section .content-area .tile-section .description .inner-desc {
        flex-direction: column;
        padding-top: 0;
    }

    .main-content-section .content-area .tile-section .description {
        font-size: 14px !important;
        line-height: 19px !important;
    }

    .main-content-section .content-area .tile-section {
        padding: 40px 0 20px 0;
    }

    .main-content-section .content-area .contentpane {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .main-content-section .storyarea {
        background-size: cover;
    }

    .main-content-section .project-list,
    .main-content-section .project-area .prod-cards {
        grid-template-columns: 2fr;
        padding-bottom: 0;
    }

    .main-content-section .project-area .proj-desc-area .product-imgbx img,
    .main-content-section .project-area .prod-cards .card img {
        height: 250px;
    }

    .main-content-section .content-area .tile-section .description .inner-desc .content p {
        text-align: center;
    }

    .main-content-section .content-area .tile-section .description .inner-desc .image-area {
        margin: 0 auto;
    }

    .main-content-section .newsletter-section .newsletter-form .gen-btn2 {
        width: 100%;
    }

    .main-content-section .storyarea {
        padding-bottom: 40px;
    }

    .main-content-section .gencontent {
        position: relative;
        padding: 70px 0 0 0;
    }

    .main-content-section .manufacturer-section .manufacturer-list,
    .latestnews .newsletterpane,
    .main-content-section .storyarea .presenter-colm,
    .main-content-section .storyarea .storycard,
    .main-content-section .manufacturer-profile-area .manufacturer-list {
        grid-template-columns: 2fr;
    }

    .latestnews .newsletterpane{gap: 20px;}
    .latestnews .newsletterpane .holder .newpane .news-heading{text-align: left;}
    .latestnews .newsletterpane .holder .newpane {
    padding-left: 15px;
    padding-right: 15px;
}

    .main-content-section .storyarea .bookpresent {
        font-size: 50px;
        line-height: 40px;
        padding: 20px;
    }

    .video-section iframe {
        height: 250px;
    }

    .main-content-section .faq-sec .accordion-button {
        font-size: 18px;
        line-height: 25px;
        padding: 10px 20px;
    }

    .main-content-section .faq-sec .accordion .accordion-item .accordion-body ul,
    .main-content-section .faq-sec .accordion .accordion-item .accordion-body ol {
        padding-bottom: 15px;
        margin: 0;
        padding-left: 0;
    }

    .main-content-section .faq-sec .accordion .accordion-item .accordion-body {
        padding: 20px;
    }

    .genflexdiv img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .main-content-section .bookpresent {
        font-size: 40px;
        line-height: 40px;
        padding: 20px;
    }

    /* .inner-banner-area .inner-ban-style {
        position: relative;
    bottom: 0;
    } */

    .main-content-section .project-area {
        padding-top: 0;
    }

    .main-content-section .project-area .proj-desc-area .Product-detail-bx {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding: 20px;
        box-shadow: 0 4px 12px rgb(0 0 0 / .05);
    }

    .main-content-section .project-area .proj-desc-area .product-imgbx img {
        width: 100%;
    }

    .main-content-section .project-area .prod-cards {
        gap: 10px;
    }

    .main-content-section .manufacturer-section .manufacturer-list .rt-auto-case-grid .rt-case-studies,
    .main-content-section .project-list .projectbox .rt-auto-case-grid .rt-case-studies {
        height: 250px;
    }

    .main-content-section .team-area .memebers {
        flex-direction: column-reverse;
    }

    .main-content-section .team-area .memebers .memdetailsbx {
        padding: 20px;
    }

    .main-content-section .team-area .memebers .memdetailsbx .mem-details {
        padding: 20px;
    }

    .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body .popcontent {
        flex-direction: column;
    }
    .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body .popcontent .popimg{width: 100%;}
    .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body .popcontent .popimg img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .main-content-section .manufacturer-profile-area .manufacturer-list .rt-auto-case-grid .modal-body .popcontent .popdesc {
        height: 200px;
        overflow-y: scroll;
        padding: 0 10px;
    }

    .blog-div .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post{margin-bottom: 0;}
    .page-id-24 .main-content-section .content-area{padding-bottom: 80px;}

    .main-content-section .content-area {
        margin-bottom: 60px;
    }

    .main-content-section .manufacturer-profile-area {
        padding-top: 0;
    }

    .main-content-section .Video-pg {
        grid-template-columns: 2fr;
    }

    .main-content-section .Video-pg .video-card iframe {
        width: 100%;
        height: 250px;
    }

    .innerall .inner-404-content {
        padding-top: 0;
    }

    .inner-404-content .contentBx img {
        width: 100%;
    }

    .main-content-section .gencontentpanel.thankyyoupage {
        padding-bottom: 60px;
    }

    .main-content-section .gencontentpanel Strong {
        font-size: 18px;
        line-height: 25px;
    }

    .main-content-section .gencontentpanel {padding-bottom: 60px;}
.main-content-section .team-area{padding-bottom: 80px;}
    .contact-area .form-area{padding: 20px;}
    .contact-area .form-area .contformgrid p{flex-direction: column;        gap: 0px;}
    .contact-area .form-area .btn-submit p .submit{width: 100%;}
    .main-content-section .faq-sec{padding-bottom: 80px;}

    .blog-div .sidebar-right{margin: 0; padding: 0;}
    .blog-div{padding-bottom: 70px;}

    .main-content-section .content-area .tile-section .top-left{top: 15px;}

    /* blog pagination */
    .blog-div .sidebar-right .general-lastestnews{    padding-top: 0;}
    .blog-div .sidebar-right .general-lastestnews .lastestnews-area .latest-news-nav{    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 2fr;}
    .blog-div .sidebar-right .general-lastestnews .lastestnews-area .latest-news-nav .news-box .blog-widget-post{border: none; padding: 0; margin: 0;}
    .blog-div .sidebar-right .general-lastestnews .lastestnews-area .latest-news-nav .news-center,
    .blog-div .sidebar-right .general-lastestnews .lastestnews-area .latest-news-nav .news-box .blog-widget-post img{display: none; visibility: hidden;}
    .blog-div .sidebar-right .general-lastestnews .lastestnews-area .latest-news-nav .news-box .blog-widget-post .readmore{margin: 0;display: none; visibility: hidden;}
    /*========================= Footer Area */
    .footer-area {
        padding-top: 50px;
    }

    .footer-area .footer1 .foot-card-area {
        display: grid;
        grid-template-columns: 2fr 2fr;
        gap: 20px;
    }

    .footer-area .footer1 .foot_link_two ul {
        columns: 1;
    }

    .footer-area .copyright {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }

    .footer-area .copyright img {
        float: none;
        margin-top: 20px;
    }

    .copyright .btm-socialarea {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .footer-area .footer1 .foot-leftbor,
    .footer-area .footer1 .foot-leftbor-last {
        border-right: none;
        padding-left: 0;
    }

    .footer-area .footer1 .foot_link.footmar-btm {
        margin-bottom: 20px;
    }

    .foot-address-area .foot-address {
        display: block;
    }

    .foot-address-area .foot-address .address-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .foot-address-area .foot-address .address-block img {
        width: 100%;
    }


    .footer-area .footer1 .foot_align h3 {
        padding-bottom: 5px;
    }

    .footer-area .footer1 .foot_link,
    .footer-area .footer1 .foot_link_two {
        padding-bottom: 0;
    }

    .footer-area .footer1 {
        gap: 20px;
        padding-bottom: 40px;
    }

    .footer-area .foot-right {
        border-right: none;
        padding-right: 0;
    }

    .footer-area .footer1 .foot_sub-align {
        padding-top: 0;
    }

    .footer-area .footer1 a.rt-arrow-btn2 {
        margin-bottom: 20px;
    }

    .footer-area .footer1 .foot_link img {
        width: 40%;
        float: none;
    }

    .foot-address-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-area .footer1 .foot_link p:last-child {
        padding-bottom: 0;
        margin: 0;
    }
}