/* ========================================
   RESPONSIVE STYLES - GoMoneyMiles Header
   ======================================== */

@media only screen and (max-width: 361px) {
    .main_banner .carousel-caption {
        padding: 25px 20px 20px !important;
        max-width: calc(100% - 30px) !important;
        left: 15px !important;
    }

    .main_banner .carousel-caption h1 {
        font-size: 22px !important;
    }

    .img_card_block img {
        border-radius: 50%;
        max-width: 200px !important;
        height: 200px !important;
    }
}

@media only screen and (max-width: 400px) {
    .img_card_block img {
        border-radius: 50%;
        max-width: 240px;
        height: 240px;
    }
}

@media only screen and (max-width:500px) {
    .main_banner .carousel-caption { 
        max-width: calc(100% - 30px);
    }
    
    .main_banner .carousel-indicators {
        bottom: 15px;
    }
}

@media (max-width:290px) {
    .main_banner .carousel-control-next {
        right: 5px;
    }
    
    .main_banner .carousel-control-prev {
        left: 5px;
    }
}

@media (max-width:991px) {
    #alert-sec {
        padding: 15px 20px;
    }
    #alert-sec:before {
        content: "";
        left: 20px;
    }
    
    /* Header responsive adjustments */
    .navbar .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .nav_bottom {
        margin-right: 15px;
    }
    
    .navbar-nav > li > a {
        font-size: 16px;
        padding: 10px 12px !important;
    }
    
    .download-app-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media (max-width:767px) {
    /* Header Mobile Styles */
    .main_header {
        border-bottom: none !important;
    }
    
    .header-bottom-border {
        height: 4px;
    }
    
    .navbar {
        padding: 10px 0;
    }
    
    .navbar .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .logo_wrap .navbar-brand {
        flex-direction: column;
        align-items: center;
    }
    
    .navbar-brand img {
        max-width: 70px;
    }
    
    .logo-text {
        font-size: 14px;
        margin-top: 3px;
    }
    
    .main_header .navbar-collapse {
        flex-direction: column;
        box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px;
        z-index: 999;
    }
    
    .nav_bottom {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .navbar-nav {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }
    
    .navbar-nav > li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #eee;
    }
    
    .navbar-nav > li:last-child {
        border-bottom: none;
    }
    
    .navbar-nav > li > a {
        text-align: left;
        display: block;
        padding: 15px 10px !important;
        font-size: 16px;
    }
    
    .navbar-nav > li > .dropdown-menu {
        position: static;
        transform: none;
        box-shadow: none;
        border-top: none;
        border-left: 3px solid #047DBA;
        margin-left: 15px;
        padding: 10px 0;
    }
    
    .header_cta {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }
    
    .download-app-btn {
        width: 100%;
        justify-content: center;
        padding: 15px 25px;
        font-size: 16px;
    }
    
    .mobile-menu {
        display: block;
        width: 100%;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    
    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .mobile-menu ul li a {
        color: #2D3036;
        font-size: 14px;
        font-weight: 600;
        padding: 10px;
        display: block;
    }
    
    /* Hamburger menu animation */
    .navbar-toggler .icon-bar {
        width: 22px;
        height: 2px;
    }
    
    .plusMinus {
        position: absolute;
        width: 30px;
        height: 30px;
        text-align: center;
        cursor: pointer;
        top: 8px;
        right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .plusMinus::after {
        background: url(../img/blu-ar.svg);
        background-repeat: no-repeat;
        width: 24px;
        height: 16px;
        position: absolute;
        content: '';
    }

    .plusMinus.minsicon::after {
        background: url(../img/blu-opn.svg);
        background-repeat: no-repeat;
    }
    
    /* Main wrapper adjustment */
    .main_wrapper {
        padding-top: 100px;
    }
    
    .logged-in .main_wrapper {
        padding-top: 100px;
    }
    
    .admin-bar .main_header {
        margin-top: 0px !important;
    }

    /* Rest of existing responsive styles */
    .main_banner .carousel-control-next,
    .main_banner .carousel-control-prev {
        width: 20px;
    }

    .is-layout-flow.wp-block-group.alignfull.blue {
        padding: 0px !important;
    }

    .logo-img img {
        position: inherit;
        bottom: 0;
        left: 0;
    }

    .alignfull .blueinfobox h4.u-text.u-text-2,
    .alignfull .blueinfobox p {
    }

    .img_text_card_col .document_era {
        padding-top: 93px;
    }

    .u-valign-middle .iconleft {
        margin-left: 20px;
    }

    .maxHeight>img {
        height: 25vh !important;
    }

    .wp-block-group>.gen_video_img {
        max-width: 100%;
    }

    section.howto.list {
        padding: 0px;
    }

    .left-bar.cont-fom,
    .right-bar {
        max-width: 100% !important;
    }

    .right-bar {
        flex: 0 0 92% !important;
    }

    .bottomtext {
        width: 80%;
    }

    #menu-main-menu {
        margin: 10px 0px 10px 0px !important;
    }

    .advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img {
        max-width: 100%;
        height: auto !important;
    }

    .slider-view {
        width: 100%;
    }

    /* Hero Banner Mobile Styles */
    .main_banner .carousel-caption {
        left: 15px !important;
        right: 15px !important;
        max-width: calc(100% - 30px) !important;
        padding: 30px 25px 25px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        bottom: auto !important;
    }

    .main_banner .carousel-caption h1 {
        font-size: 26px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
    }

    .caption-divider {
        width: 60px;
        margin: 15px 0 15px 0;
    }

    .bnr-rd {
        font-size: 16px !important;
    }

    .main_banner .carousel-item img {
        min-height: 480px;
    }

    /* Carousel Arrows */
    .main_banner .carousel-control-prev,
    .main_banner .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    .main_banner .carousel-control-prev {
        left: 10px;
    }

    .main_banner .carousel-control-next {
        right: 10px;
    }

    .carousel-arrow {
        width: 36px;
        height: 36px;
    }

    .carousel-arrow svg {
        width: 18px;
        height: 18px;
    }

    /* Carousel Indicators */
    .main_banner .carousel-indicators {
        bottom: 20px;
    }

    .main_banner .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    .navBlock .navBlock_col h4 {
        font-size: 21px;
    }

    .navBlock p {
        font-size: 16px;
        line-height: 25px;
    }

    p {
        font-size: 16px;
    }

    .grn-btn {
        font-size: 17px;
    }

    /* What Is GoMoneyMiles Section - Mobile */
    .what-is-section {
        padding: 50px 0;
    }

    .what-is-section .row {
        flex-direction: column;
    }

    .what-is-section .img-col {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 30px;
        order: 1;
    }

    .what-is-section .content-col {
        padding-left: 15px;
        padding-right: 15px;
        order: 2;
    }

    .what-is-section .content-wrapper {
        max-width: 100%;
    }

    .what-is-section .content-wrapper h2 {
        font-size: 28px !important;
        margin-bottom: 20px;
    }

    .what-is-section .content-wrapper p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .cta-divider {
        max-width: 200px;
    }

    .blue-link {
        font-size: 16px;
    }

    /* Ways You Can Earn - Mobile */
    .ways-to-earn {
        padding: 50px 0 40px;
    }

    .ways-to-earn .section-header {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .ways-to-earn .section-header h2 {
        font-size: 28px !important;
        margin-bottom: 15px;
    }

    .ways-to-earn .section-header p {
        font-size: 15px;
    }

    .ways-to-earn .navBlock {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .ways-to-earn .navBlock .navcol {
        width: 100%;
        max-width: 320px;
        min-width: auto;
    }

    .ways-to-earn .navBlock .navBlock_col {
        min-height: auto;
        padding: 30px 20px 20px;
    }

    .ways-to-earn .navBlock .navBlock_col h3 {
        font-size: 18px !important;
    }

    .ways-to-earn .navBlock p {
        font-size: 14px;
    }

    /* How It Works - Mobile */
    .how-it-works-section {
        padding: 50px 0 60px;
    }

    .how-it-works-section h2 {
        font-size: 28px !important;
        margin-bottom: 35px;
    }

    .how-it-works-section .steps-list {
        gap: 25px;
    }

    .how-it-works-section .step-item {
        gap: 15px;
    }

    .how-it-works-section .step-number {
        width: 40px;
        height: 40px;
    }

    .how-it-works-section .step-number span {
        font-size: 18px;
    }

    .how-it-works-section .step-content h3 {
        font-size: 16px;
    }

    .how-it-works-section .step-content p {
        font-size: 14px;
    }

    .how-it-works-section .how-it-works-cta {
        margin-top: 40px;
    }

    .how-it-works-section .cta-line {
        width: 150px;
    }

    .how-it-works-section .cta-link {
        font-size: 16px;
    }

    /* Why Commuters Love GoMoneyMiles - Mobile */
    .why-commuters-section {
        padding: 50px 0;
    }

    .why-commuters-section .row {
        flex-direction: column;
    }

    .why-commuters-section .img-col {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 30px;
        order: 1;
    }

    .why-commuters-section .content-col {
        padding-left: 15px;
        padding-right: 15px;
        order: 2;
    }

    .why-commuters-section .content-wrapper {
        max-width: 100%;
    }

    .why-commuters-section .content-wrapper h2 {
        font-size: 28px !important;
        margin-bottom: 20px;
    }

    .why-commuters-section .benefits-list li {
        font-size: 15px;
    }

    .why-commuters-section .cta-divider.orange {
        width: 200px;
    }

    .green-link {
        font-size: 16px;
    }

    /* Common Questions FAQ - Mobile */
    .common-questions-section {
        padding: 50px 0;
    }

    .common-questions-section .section-header {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .common-questions-section .section-header h2 {
        font-size: 28px !important;
        margin-bottom: 15px;
    }

    .common-questions-section .section-header p {
        font-size: 16px;
    }

    .faq-question {
        padding: 15px;
    }

    .faq-question .question-text {
        font-size: 14px;
    }

    .faq-answer-content {
        padding: 0 15px 15px;
    }

    .faq-answer-content p, .faq-answer-content li {
        font-size: 14px;
    }

    .faq-footer {
        margin-top: 35px;
    }

    .faq-footer p,
    .help-center-link {
        font-size: 14px;
    }

    /* Download App Section - Mobile */
    .download-app-section {
        padding: 50px 0;
    }

    .download-app-section .row {
        flex-direction: column;
    }

    .download-app-section .img-col {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 30px;
        order: 1;
    }

    .download-app-section .content-col {
        padding-left: 15px;
        padding-right: 15px;
        order: 2;
    }

    .download-app-section .content-wrapper {
        max-width: 100%;
    }

    .download-app-section .content-wrapper h2 {
        font-size: 28px !important;
        margin-bottom: 20px;
    }

    .download-app-section .content-wrapper p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .col-md-4.vid_col {
        max-width: 80% !important;
        margin: 0px auto;
    }

    .video-wrap h3 {
        font-size: 18px !important;
    }

    .foot_col .foot_menu li a {
        padding: 0px 0px 13px;
        font-size: 16px;
    }

    /* New Footer - Mobile */
    .footer.footer-new {
        padding: 40px 0 25px;
    }

    .footer.footer-new .footer-row {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }

    .footer.footer-new .foot_col_logo {
        max-width: 100%;
        text-align: center;
    }

    .footer.footer-new .foot_logo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer.footer-new .foot_media ul {
        justify-content: center;
    }

    .footer.footer-new .foot_col_menu {
        text-align: center;
    }

    .footer.footer-new .foot_col_menu .foot_menu li {
        margin-bottom: 15px;
    }

    .footer.footer-new .foot_col_menu .foot_menu li a {
        font-size: 15px;
    }

    .footer.footer-new .foot_col_last {
        align-items: center;
    }

    .footer.footer-new .foot_logo_second {
        margin-top: 20px;
        padding-top: 0;
    }

    .footer.footer-new .footer-bottom {
        padding-top: 20px;
    }

    .footer.footer-new .footer-bottom p {
        font-size: 13px;
    }

    .main-wrap.er-pg {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    h1,
    .page_title h1,
    .no-found-info h1 {
        font-size: 35px;
    }

    .detail_wrap .col_left,
    .detail_wrap .col_right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 15px;
        max-width: 100%;
    }

    .map_row .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .park_row .park_map {
        width: 100%;
    }

    .park_row .park_img {
        width: 100%;
        padding-left: 0;
    }

    .rel_parks_trails .main-tabs .nav-tabs {
        justify-content: flex-start;
        overflow: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
    }

    .filter_three_col,
    .filter-sort-container,
    .filter-sort-container .col-two {
        grid-template-columns: auto;
    }

    .filter_three_col .month_col,
    .filter_three_col .year_col {
        padding-top: 0;
    }

    .filter-sort-container .col-two .reset {
        padding-left: 0;
        padding-top: 10px;
    }

    .dir_inner {
        padding: 20px 30px;
    }

    .sd_content {
        padding-top: 30px;
        padding-right: 15px;
    }

    .sf_col {
        padding-bottom: 40px;
    }

    .no-found-info h2 {
        font-size: 150px;
        line-height: 150px;
    }

    .no-found-info h1 {
        margin-bottom: 10px;
    }

    .no-found-wraper {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .filterWrap,
    .main_search_content {
        flex-wrap: wrap;
    }

    .result_row .rsltBody {
        padding: 15px 20px 20px 20px;
    }

    .filter_reset .reset {
        margin-top: 10px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .filter_reset {
        flex-wrap: wrap;
        width: 100%;
    }

    .acc__title {
        padding: 20px 20px;
    }

    .filter-box select,
    .filter-box {
        min-width: 100%;
    }

    .main_search_content h4 {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .main_search_content .form-control {
        min-width: calc(100% - 50px);
    }

    .search_filter_title .filter_box.col-three .reset {
        margin-right: 0;
        margin-top: 0;
    }

    .col-two label,
    .col-three label {
        display: none;
    }

    .news_list_info .news_lst_row.noimg .newsinfo {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mod-top-info {
        grid-template-columns: auto;
    }

    .main-modal-grid .modal-body {
        padding: 30px 20px;
    }

    /* Font size already set above */

    .md-top-img {
        margin-bottom: 20px;
    }

    .md-grid .row {
        margin: 0px;
    }

    .foot_col {
        text-align: center;
    }

    .footer .foot_media ul {
        justify-content: center;
    }

    .main_banner .carousel-caption h1 span {
        font-size: 22px;
    }

    .main_banner .carousel-caption p {
        font-size: 16px;
        font-weight: 600;
        font-family: 'Helvetica';
        padding: 0px 10px;
    }

    .nav_section {
        margin-left: -15px;
        margin-right: -15px;
    }

    .filterWrap-meet {
        flex-wrap: wrap;
    }

    .catg-wrap {
        margin-top: 10px;
        padding-left: 0px;
    }

    .main_acco_title .date_meet {
        min-width: 120px;
        font-size: 16px;
    }

    .main_acco_title .acco_title_info {
        padding-left: 140px;
    }

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

    .acco_panel {
        padding: 30px 20px;
        padding-left: 140px;
    }

    .text-img-wrap.no-img .btn_sm {
        position: static;
    }

    .cancel_btn {
        left: 120px;
    }

    .exp_left {
        width: 100%;
        border-right: 0;
    }

    .exp_right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .navcol {
        width: 100% !important;
        margin: 5px auto !important;
    }

    .navBlock {
        margin-top: -115px;
    }

    .navBlock {
        padding-left: 15px;
        padding-right: 15px;
    }

    .latest_news .top-title {
        text-align: center !important;
    }

    .vd_card {
        margin-top: 50px;
    }

    .footer .footer-row {
        display: block;
        grid-template-columns: auto;
    }

    .search_filter_title {
        flex-wrap: wrap;
    }

    .search_filter_title .filter_box {
        margin-left: 0;
        margin-top: 10px;
        width: 100% !important;
    }

    .search_box {
        width: 100%;
    }

    .contactcard_row {
        margin: 0px;
    }

    .img_btn_col {
        margin-bottom: 15px;
    }

    .expanding-gridevt .linksevt>li {
        width: 100%;
    }

    .main_wrapper .main_breadcrumb .breadcrumb {
        padding-left: 20px;
        padding-right: 20px;
    }

    .generic_middle_block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .expanding-grid .links>li {
        width: 100%;
    }

    .expand-content {
        padding: 60px 20px 20px 20px;
        width: 100%;
    }

    .how_title_block {
        min-height: 300px;
        margin-bottom: 20px;
    }

    .how_to_cont {
        padding: 0px 0px;
    }

    .howto .container {
        padding: 0px;
    }

    .advgb-accordion-header-icon {
        top: 2px;
    }

    .contact_col {
        margin-bottom: 10px;
    }

    .newsRow .newsColumn,
    .news-grid .newsColumn {
        width: 100%;
    }

    .newsSort {
        margin-left: 0px;
        margin-top: 10px;
    }

    .main_search_content h3 {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .main_search_content .search_input {
        width: 100%;
    }

    .main_banner {
        padding-top: 0;
    }

    /* Banner caption styles already defined above */

    .main-wrap {
        padding: 30px 0px 30px;
    }

    .pgng-top {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .grn-btn {
        text-align: center;
        display: block;
        width: 35%;
        margin: 0px auto;
    }

    .carousel-caption br {
        display: none;
    }

    .main-wrap.grey .img-right {
        order: 1;
    }

    .main-wrap.grey {
        display: flex;
        flex-direction: column;
    }

    .main-wrap.grey .col-md-6.pgng-top {
        order: 2;
    }

    html #wpadminbar {
        height: 46px;
        min-width: 240px;
        margin-top: -136px;
    }

    .top_header_cont {
        display: none;
    }

    div#navbarResponsive {
        padding: 0;
    }

    .wp-block-group.alignfull {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .nav_section {
        padding: 0px 0px;
    }

    .resull_filter .col-lg-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    ul.advgb-tabs-panel li.advgb-tab {
        min-width: 90px;
    }

    .advgb-recent-posts-block.grid-view .advgb-recent-posts,
    .advgb-recent-posts-block.frontpage-view .advgb-recent-posts {
        display: block !important;
    }

    article.advgb-recent-post {
        margin-bottom: 20px;
    }

    .slider-view .slick-prev {
        left: 13px;
    }

    .footer-bottom p {
        font-size: 16px;
    }

    .generic_middle_block h3,
    .generic_middle_block p {
        padding: 0px !important;
    }

    .wp-block-table th,
    .wp-block-advgb-table th {
        font-size: 15px;
        padding: .5em 11px !important;
    }

    .wp-block-table td {
        padding: 5px 10px !important;
        font-size: 15px;
    }

    .recent-posts-e94b605a-18a8-48ec-b659-a2c66b9fd513.advgb-recent-posts-block .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img {
        height: 300px !important;
    }

    .masonry-view .advgb-recent-post {
        width: 100% !important;
        position: initial !important;
    }

    .advgb-recent-posts-block.masonry-view.columns-2 .advgb-recent-posts .advgb-recent-post:nth-child(3),
    .advgb-recent-posts-block.masonry-view.columns-2 .advgb-recent-posts .advgb-recent-post:nth-child(4) {
        width: 100% !important;
        position: initial !important;
    }

    .masonry-view .advgb-recent-post img {
        max-height: 330px;
    }

    .promagnifier {
        display: block !important;
    }

    .blueinfobox:has(.iconleft) .withicon-txt {
        padding-left: 0;
        padding-top: 0px;
    }

    h2:not(.u-subtitle) {
        font-size: 2.25rem !important;
        padding-left: 15px !important;
    }

    .wp-block-group h2 {
        padding-left: 15px !important;
    }

    .wp-block-advgb-columns.advgb-columns-wrapper.alignwide .advgb-columns-container .advgb-columns {
        gap: 10px !important;
    }

    .wp-block-advgb-accordions {
        padding: 0px 35px 0px 20px !important;
    }

    .withicon-txt p {
        padding-top: 20px;
    }

    .wp-block-media-text.alignwide.is-stacked-on-mobile {
        padding: 20px 15px !important;
        width: 100% !important;
    }

    .odd .pgng-top {
        padding-left: 15px;
    }

    .page-id-1631 .wp-block-media-text.alignwide.is-stacked-on-mobile {
        padding: 20px 15px !important;
        width: 100% !important;
    }

    .alignCenter {
        margin: 0px 0px 50px !important;
    }

    .u-custom-color-1 p {
        font-size: 18px !important;
    }

    .hrs-txt {
        font-size: 18px !important;
    }

    .contactblockexp p.u-text {
        color: #1a1a1a !important;
        font-size: 18px !important;
        margin: 0px;
    }

    .contactblockexp.u-custom-color-1 p {
        color: #000 !important;
        font-size: 18px !important;
        margin: 0px 0px 5px;
    }

    h2.u-custom-font.u-font-montserrat.u-text.u-text-custom-color-2.u-text-4 {
        font-size: 20px !important;
        margin-bottom: 0px !important;
    }

    .u-custom-color-1 p {
        color: #000 !important;
        font-size: 18px !important;
    }

    .largecircle p a,
    .discount-block p a {
        font-size: 18px;
    }

    .modal {
        z-index: 9999;
    }

    .contactblockexp h2 {
        padding-left: 0px !important;
    }

    .contactblockexp p.u-text-white {
        color: #fff !important;
    }

    .blueinfobox h3,
    .blueinfobox h1,
    .blueinfobox h2,
    .blueinfobox h4,
    .blueinfobox h5,
    .blueinfobox h6,
    .blueinfobox p,
    .blueinfobox .withicon-txt p,
    .blueinfobox .withicon-txt h1,
    .blueinfobox .withicon-txt h2,
    .blueinfobox .withicon-txt h3,
    .blueinfobox .withicon-txt h4,
    .blueinfobox .withicon-txt h5,
    .blueinfobox .withicon-txt h6 {
        color: #fff !important;
    }

    .alignwide .wp-block-media-text.alignwide.is-stacked-on-mobile {
        padding: 20px 0px !important;
    }

    .is-layout-constrained.wp-block-group h2 {
        padding-left: 0px !important;
    }

    .contactblockexp {
        padding: 30px 0px 0px !important;
    }

    .contactblockexp .btm-inq-txt p {
        color: #fff !important;
    }

    .is-layout-constrained.wp-block-group.alignwide .alignwide {
        padding: 0px 0px;
    }

    .alignfull .is-layout-constrained.wp-block-group.alignfull .alignwide {
        padding: 20px 0px !important;
    }

    .page-id-2080 .contactblockexp {
        padding-top: 0px !important;
    }

    .u-expanded-width.u-layout-horizontal.u-list.u-list-1 {
        margin-top: 0;
    }

    .u-repeater-item:last-child {
        margin-bottom: 0px;
    }

    .wp-block-advgb-button .wp-block-advgb-button_link {
        width: 100%;
        text-align: center;
    }

    .home h2:not(.u-subtitle) {
        padding-left: 0px !important;
    }

    .page-id-2062 .is-layout-constrained.wp-block-group.has-background-background-color.has-background {
        padding: 0px 15px;
    }

    .page-id-2062 .main_content>.is-layout-constrained.wp-block-group {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .page-id-2062 .wp-block-advgb-columns.advgb-columns-wrapper {
        padding: 0px 15px;
    }

    .page-id-2062 p,
    .page-id-2062 h3.has-text-align-center {
        padding: 0px 15px !important;
    }
    
    #sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-1 {
        max-width: calc(100% - 40px);
        width: 100%;
        margin: 0px auto !important;
        left: 0 !important;
        right: 0 !important;
    }
    
    div#sgpb-popup-dialog-main-div {
        min-width: unset !important;
        width: 100% !important;
        margin: auto;
    }
    
    #sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-1 img.sgpb-popup-close-button-1 {
        right: 20px !important;
    }
    
    #alert-sec .alert {
        padding: 0px 40px 0px 15px;
    }
}

/* Tablet Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .promagnifier {
        display: block !important;
    }

    .navbar-toggler {
        position: relative;
        left: 0;
    }

    html #wpadminbar {
        height: 46px;
        min-width: 240px;
        margin-top: -46px;
    }

    .admin-bar .main_header {
        margin-top: 0px !important;
    }

    .main_banner {
        padding-top: 0;
    }

    .main_banner .carousel-caption {
        right: 25%;
        padding: 30px 40px 30px 100px;
    }

    .navBlock .navcol {
        width: 31%;
    }

    .wp-block-media-text {
        display: block !important;
        width: 95%;
    }

    .wp-block-media-text__content {
        padding: 40px 0px !important;
    }

    figure.wp-block-media-text__media {
        order: 1;
    }

    .wp-block-media-text__content {
        order: 2;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 60%;
        max-width: 60%;
        margin: 0px auto;
    }

    .top_header_cont {
        display: none;
    }

    .main_header .navbar-collapse {
        flex-direction: column;
        box-shadow: 0px 4px 6px #787878;
    }

    .navbar-nav > li > a {
        text-align: left;
        display: block;
    }

    .navbar-nav > li > .dropdown-menu {
        min-width: 250px;
        transform: translateX(0%);
        background: #fff;
        border: 0;
        box-shadow: none !important;
        border-radius: 0;
        text-align: left;
        border-left: 4px solid #047DBA;
        padding: 0px !important;
        margin-top: 10px;
    }

    .navbar-nav > li > .dropdown-menu a {
        font-size: 15px;
        font-weight: 700;
        color: #2D3036;
        position: relative;
        padding: 2px 10px;
    }

    .plusMinus {
        position: absolute;
        width: 30px;
        height: 30px;
        text-align: center;
        cursor: pointer;
        top: -2px;
        right: -10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .plusMinus::after {
        background: url(../img/blu-opn.svg);
        background-repeat: no-repeat;
        width: 24px;
        height: 16px;
        position: absolute;
        content: '';
    }

    .plusMinus.minsicon::after {
        background: url(../img/blu-ar.svg);
        background-repeat: no-repeat;
    }

    div#navbarResponsive {
        padding: 20px 0px;
    }

    .nav_bottom {
        margin-left: auto;
        margin-top: 8px;
        width: 100%;
        margin: 0px auto;
    }

    .main-wrap.grey .img-right {
        order: 1;
    }

    .main-wrap.grey {
        display: flex;
        flex-direction: column;
    }

    .main-wrap.grey .col-md-6.pgng-top {
        order: 2;
    }

    #menu-main-menu {
        margin: 10px 30px 10px 30px;
        padding: 6px 0px;
    }

    .navbar-nav > li {
        position: relative;
        margin: 0px 0px;
    }

    .main-wrap.grey .alignwide .wp-block-media-text__media {
        order: 1;
    }

    .main-wrap.grey .alignwide {
        display: flex !important;
        flex-direction: column;
    }

    .main-wrap.grey .alignwide .wp-block-media-text__content {
        order: 2;
    }

    .nav_section {
        padding: 0px 0px;
    }

    .wp-block-group.alignfull {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .left-bar.cont-fom {
        padding-right: 16px;
        max-width: 59%;
    }

    .right-bar {
        max-width: 40%;
        padding: 20px !important;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .sf_col {
        padding-left: 25px;
        padding-right: 25px;
    }

    .sd_content {
        padding-right: 20px;
    }

    .promagnifier {
        display: block !important;
    }
}

@media (max-width:1024px) and (min-width:992px) {
    .discount-block .icon-wrap {
        background: transparent;
        width: 250px;
        height: 250px;
        display: block;
        margin: 0px auto;
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .page-id-2062 .is-layout-constrained.wp-block-group {
        padding: 0px;
    }

    div#advgb-cols-cd27cfaf-0f76-4869-af0a-d43ed0daa935 {
        padding: 0px 15px;
    }

    .is-layout-constrained.wp-block-group h4 {
        padding-left: 15px;
    }

    .advgb-columns.advgb-columns-row.advgb-is-mobile.advgb-columns-2.layout-12-12.mbl-layout-stacked.gutter-30.vgutter-10 {
        padding: 0px 15px;
    }

    .wp-block-group {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px 10px !important;
    }

    .page-id-1381 .wp-block-group {
        padding-top: 0;
    }
    
    .download-app-btn {
        font-size: 14px;
        padding: 12px 20px;
    }
}

/* Large Desktop */
@media (min-width: 1400px) {
    .navbar .container-fluid {
        max-width: 1600px;
        padding-left: 80px;
        padding-right: 80px;
    }
    
    .navbar-nav > li > a {
        font-size: 18px;
        padding: 10px 25px !important;
    }
    
    .download-app-btn {
        font-size: 17px;
        padding: 16px 32px;
    }
}
