﻿@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}

@media screen and (max-height: 765px) {
    /*div#group-card-view  .gc-column-inner {
            padding: 25px 10px;
        }*/
    .divdisplay.collectiontop-space-first-section.collectiontop-space-sm {
        transform: none;
    }

    .mt-contribute-groupcard-inner div#group-card-view {
        transform: none;
    }

    .mt-contribute-left div#group-card-view .gc-booklet-inner {
        transform: none;
    }

    .gs-groupcard-modal .edit-card {
        top: 85px;
        right: 0px;
    }

    /* .share-accordion-body {
        height: 340px;
        overflow-y: scroll;
    }*/
    .gsStepCarousel {
        transform: scale(0.7) !important;
    }

    div#stage-5 .gsStepCarousel {
        transform: scale(0.65) !important;
    }

    div#stage-animation,
    div#stage-4 {
        transform: scale(0.8);
    }

    div#stage-5 .gc-booklet {
        height: auto !important;
    }

    div#feedback {
        transform: scale(0.7);
        transform-origin: center;
    }

    div#back-to-start {
        transform: scale(0.8);
        transform-origin: bottom;
    }
}

@media screen and (max-height: 675px) {
    .gsStepCarousel {
        transform: scale(0.6) !important;
    }

    .message-btns {
        transform: scale(0.8);
        padding: 0 !important;
        padding-top: 18px !important;
    }

    div#stage-animation,
    div#stage-4 {
        transform: scale(0.7);
    }

    div#footer {
        transform: scale(0.8);
        overflow: visible;
        transform-origin: bottom;
    }

    div#stage-5 .gsStepCarousel {
        transform: scale(0.6) !important;
    }

    .tabbed-menu {
        transform: scale(0.8);
        transform-origin: center;
    }
}

@media screen and (max-height: 575px) {
    .gsStepCarousel {
        transform: scale(0.5) !important;
    }

    .message-btns {
        transform: scale(0.8);
        padding: 0 !important;
        padding-top: 18px !important;
    }

    div#stage-animation,
    div#stage-4 {
        transform: scale(0.6);
    }

    div#footer {
        transform: scale(0.8);
        overflow: visible;
        transform-origin: bottom;
    }

    div#stage-5 .gsStepCarousel {
        transform: scale(0.5) !important;
    }

    .tabbed-menu {
        transform: scale(0.8);
        transform-origin: center;
    }

    a.inspiration-text {
        top: auto;
        bottom: -25px;
    }
}

@media screen and (min-width: 767px) {
    .giftshop-product-slider ul.gs-product-slider-thumb .slick-list,
    .giftshop-product-slider ul.gs-product-slider-thumb .slick-track {
        height: auto !important;
    }

    .giftshop-product-slider .gs-product-slider-thumb li.thumb-image {
        position: relative;
        height: 200px;
        width: 160px !important;
    }

        .giftshop-product-slider .gs-product-slider-thumb li.thumb-image img {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            object-fit: cover;
        }

    ul.gs-product-slider-preview li.preview-image {
        height: 740px;
        width: 618px !important;
        position: relative;
    }

        ul.gs-product-slider-preview li.preview-image img {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            object-fit: cover;
        }
}

@media screen and (min-width: 991px) {
    .nav-giftshop .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(50px);
        transition: 0.2s ease all;
    }

        .nav-giftshop .dropdown-menu.show {
            display: block;
            visibility: visible;
            opacity: 1;
            transform: translateY(0px);
            transition: 0.2s ease all;
        }
}

/* responsive for preview screens  */

@media screen and (max-width: 1560px) and (min-width: 1250px) {
    .contributor-arrow-blue {
        max-width: 395px;
    }
}

@media screen and (max-width: 1250px) and (min-width: 991px) {
    .contributor-arrow-blue {
        max-width: 330px;
    }

        .contributor-arrow-blue .contributor-arrow.d-none {
            transform: scale(0.6);
            transform-origin: left;
        }

    a.carousel-control-prev.show-arrow .contributor-arrow-left.d-none {
        transform: scale(0.6);
        transform-origin: right;
    }

    .mt-contribute-groupcard-inner .carousel-control-prev {
        left: -70px !important;
    }

    .contributor-arrow-blue .carousel-control-next {
        right: -70px !important;
    }
}

/* responsive css for mt-track pages */
@media only screen and (max-width: 1700px) and (min-width: 1600px) {
    .preview-mode .preview-modal-inner {
        transform: scale(.90);
        transform-origin: top;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1440px) {
    .preview-mode .preview-modal-inner {
        transform: scale(.85);
        transform-origin: top;
    }
}

@media only screen and (max-width: 1439px) and (min-width: 1300px) {
    .preview-mode .preview-modal-inner {
        transform: scale(.8);
        transform-origin: top;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1200px) {
    .preview-mode .preview-modal-inner {
        transform: scale(.7);
        transform-origin: top;
    }
}


@media screen and (max-width: 1400px) {
    .mt-giftshop-subheader .mt-tm-container {
        max-width: 100%;
        padding-right: 30px;
    }

    .mt-tm-container {
        max-width: 100% !important;
    }

    .gt-mt-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .giftshop-slider-section {
        overflow: hidden;
    }

    .gift-shop-cart-section.dropdown-menu {
        left: -80% !important;
    }

    .nav-giftshop .navbar-nav .nav-item .nav-link {
        padding-right: 20px;
    }

    .col-pixel-width-220 {
        z-index: 999;
    }

    .nav-giftshop .navbar-nav li.nav-item.dropdown {
        margin-right: 0;
    }

    .nav-giftshop .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
        right: 5px;
    }
}

@media screen and (max-width: 1200px) {

    .preview-mode .preview-modal-inner {
        max-width: 650px;
    }

    h2.preview-title {
        position: absolute;
        left: 0;
        top: 45px;
        font-size: 18px;
        text-align: center;
        right: 0;
        padding: 0 20px;
    }

    .cp-preview button.carousel-control-prev {
        left: 0;
        background-color: transparent;
        border: 0;
        bottom: auto;
        top: -55px;
        transform: none;
        width: 25px;
        height: 25px;
    }

    .preview-carousel .carousel-inner {
        padding: 0 15px;
    }

    .preview-carousel {
        height: auto;
    }

    .iframeScale.cploading {
        height: 1280px !important;
        position: static !important;
    }

    .iframeScale.cpsign {
        height: 1230px !important;
        position: static !important;
    }

    .iframeScale.cphowmuch {
        height: 480px !important;
        position: static !important;
    }

    .cp-preview {
        height: auto;
    }

        .cp-preview button.carousel-control-next {
            right: 0;
            background-color: transparent;
            border: 0;
            bottom: auto;
            top: -55px;
            transform: none;
            width: 25px;
            height: 25px;
        }

    .gt-dropdown .dropdown-menu {
        right: -18px !important;
        left: auto !important;
    }

    .mt-contribute-right-content {
        max-width: 460px;
    }

    button.slick-next.mt-card.slick-arrow {
        right: -40px;
    }

    .birthday-ideas-inner img {
        height: 190px;
    }

    .mt-tm-container {
        max-width: 970px;
    }

    .curve-progress {
        left: 28px;
    }

    .gc-preview-btns {
        top: 10%;
        right: 20px;
        max-width: 240px;
        transform: scale(0.8);
        transform-origin: right;
    }

    .giftshop-slider .gc-slider-image {
        max-width: 450px;
    }

    .gs-slider-item-content {
        padding: 50px 0;
        max-width: 470px;
    }

    .gs-slider-title {
        font-size: 40px;
        line-height: 50px;
    }

    .slider-sub-link {
        margin-top: 50px;
    }

    svg.squiggles-svg {
        bottom: 100px;
        left: 230px;
        max-width: 225px;
    }

}
/* ====== max 1200px ====== */

@media screen and (max-width: 991px) {

    .preloader .preloader-inner .loader-image {
        height: 200px;
    }

    .thankYou-body {
        padding: 0;
        border-radius: 0;
    }

    .gc-category-product-imagev2 img {
        width: 100% !important;
        height: 100% !important;
        position: static;
        transform: none;
    }

    .offcanvas-header {
        display: block;
    }

    .mt-gs-navbar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding: 0 25px;
        overflow-y: auto;
        visibility: hidden;
        background-color: #1e2437;
        transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        z-index: 999;
        padding-bottom: 100px;
    }

        .mt-gs-navbar.show {
            visibility: visible;
            transform: translateX(-100%);
        }
    /* ======  ====== */

    .gt-header .media img {
        margin-left: 10px !important;
    }

    .gt-header {
        padding: 8px 0px;
    }

    .gt-dash-head h3 {
        font-size: 14px;
    }

    .gt-dropdown .dropdown svg {
        width: 28px;
        height: 28px;
    }

    .gt-theme-header .gt-dropdown .dropdown-menu {
        right: 0px !important;
        left: auto !important;
        margin-top: 45px;
    }

    .gt-theme-header .gt-dropdown .dropdown svg {
        width: 40px;
        height: 40px;
    }

    .mt-join-collection-card {
        padding: 50px;
    }

    .mt-join-collection-card-content .d-flex a {
        width: 160px;
        margin: 0 10px;
    }

    .min-100vh {
        min-height: auto;
    }

    .mt-contribute-left,
    mt-contribute-right {
        height: auto;
        min-height: 100vh;
    }

    .mt-contribute-scrollable-block {
        max-height: unset;
    }

    .mt-logo-footerv2 {
        display: none !important;
    }

    .mt-contribute-right.position-relative.mt-card-white {
        background-color: #fff;
    }

    .mt-contribute-left.mt-card-space {
        padding: 60px 0 60px;
    }

    .mt-card-white .mt-sign-card-inner p {
        text-align: center;
    }

    button.mt-browse-library,
    .mt-upload-own button {
        width: 100%;
        font-size: 14px;
    }

    button.slick-next.mt-card.slick-arrow {
        right: -30px;
    }

    .mt-sign-control .d-flex div {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }
    /* ====== mt-tm ====== */

    .mt-tm-subheading h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .mt-tm-collection-detail {
        width: 230px;
        height: 230px;
    }

    .mt-track-manage-subheader {
        max-height: 200px;
    }

    .birthday-ideas-inner img {
        height: 150px;
    }

    .birthday-ideas-content {
        padding: 15px 15px;
    }

        .birthday-ideas-content h4 {
            font-size: 14px;
        }

        .birthday-ideas-content p {
            font-size: 14px;
            line-height: 14px;
        }

    .mt-tm-birthday-ideas .slick-arrow,
    .egift-cards .slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .mt-tm-subheading h2 {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        margin: 0 auto;
    }

    .mt-tm-sidebar .mt-tm-sidebar-blocks {
        display: none;
    }

    .mt-tm-sidebar .sidebar-block-tNm, .mt-tm-sidebar .invitation-fetch-notification.tm-fetch, .mt-tm-sidebar .cp-download-receipt {
        display: none;
    }

    .invitation-fetch-notification.tm-fetch {
        margin-top: 60px;
    }

    .mt-tm-sidebar {
        padding-top: 0 !important;
    }

    .mt-track-manage-cardholder {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .mt-track-manage-subheader {
        background-color: #F7F7F6;
        max-height: none;
        position: relative;
    }

    button.close-svg svg {
        width: 14px;
        height: 14px;
        position: relative;
        top: -8px;
    }

    .modal-dialog.mt-5 {
        margin-top: 5% !important;
    }

    .mt-track-manage-subheader:after {
        content: "";
    }

    .mt-track-manage-subheader .row .col-md-8 {
        background-color: #7fe2dc;
    }

    .mt-tm-subheading {
        padding-top: 45px;
        padding-bottom: 45px;
        background-color: #7fe2dc;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mt-tm-collection-detail {
        width: 284px;
        height: 284px;
        margin-top: -20px;
    }

    .mt-tm-invite-friends.mt-5 {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    /*.mt-tm-card .mt-card-cover {
        box-shadow: 0px 0px 52.1396px rgb(0 0 0 / 20%);
        min-height: 500px;
        background-color: #f5f5f5;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }*/

    .mt-tm-card .mt-card-cover .mt-card-heading {
        font-size: 40px;
        font-size: 39.1216px;
        line-height: 39px;
        text-align: center;
        color: #1e2437;
        text-shadow: 0px 0px 29.4173px rgb(0 0 0 / 25%);
    }

    .mt-tm-card .edit-card {
        position: absolute;
        top: auto;
        right: 0;
        left: 0;
        bottom: -35px;
        text-align: center;
    }

    .mt-tm-egift-sorting.text-right {
        display: none;
    }

    .egift-cards-inner h3,
    .egift-cards-inner p,
    .egift-see-more,
    .birthday-ideas-content p {
        display: none;
    }

    .mt-track-manage-egift {
        padding-bottom: 50px;
    }

        .mt-track-manage-egift .mt-tm-container {
            padding: 0;
        }

    .mt-tm-egift-inner {
        border-radius: 0;
    }

    .mt-tm-egift-header {
        border-bottom: 0px solid #d2d3d7;
        padding: 10px 0 28px;
        margin-bottom: 0;
    }

    .hampers-mob {
        padding-top: 70px;
    }

    .after-border {
        border-right: 0px dashed #1e2437;
    }

    .mt-tm-egift-inner .d-block.d-md-none {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: -15px;
    }

    .tm-header nav {
        padding: 16px 15px;
    }

    .mt-giftshop-navbar .mt-tm-container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .sidebar-full-modal .mt-tm-sidebar {
        display: block;
    }

    .sidebar-full-modal .modal-dialog {
        max-width: 100%;
        margin: 0;
    }

        .sidebar-full-modal .modal-dialog .modal-content {
            background: #ffffff;
            box-shadow: none;
            border-radius: 0;
        }

    .sidebar-full-modal .mt-tm-sidebar {
        margin: 0 auto;
        padding-top: 60px;
        width: 100%;
        min-height: 105vh;
    }

    .sidebar-full-modal .gt-modal-close {
        position: absolute;
        right: 30px;
        top: 15px;
    }

    .tm-header-sidebar {
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mt-track-manage-subheader .mt-tm-container,
    .mt-track-manage-cardholder .mt-tm-container {
        padding: 0 15px;
    }

    .md-gutter .col-md-8,
    .md-gutter .col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .mt-tm-egift-inner .wide-gutter {
        margin-left: 0;
        margin-right: 0;
    }

        .mt-tm-egift-inner .wide-gutter .col-md-6 {
            padding-left: 0;
            padding-right: 0;
        }

    .mt-track-manage-egift {
        overflow: hidden;
    }

    .mt-tm-egift-inner {
        padding: 30px 5px 30px 5px;
    }

    .egift-cards.slick-slider {
        padding-left: 10px;
    }

    .birthday-ideas-inner img {
        height: 190px;
    }

    .curve-progress {
        left: 0;
    }

        .curve-progress .barOverflow::after,
        .curve-progress .barOverflow::before {
            background-color: #e5e5e5;
        }

    header.gt-header.tm-header .media.align-items-center.d-none.d-md-flex {
        display: none !important;
    }

    /*.mt-tm-card .mt-card-cover h6.mt-groupCard-footer {
        position: absolute !important;
        left: 0;
        right: 0;
        bottom: 35px;
    }*/
    /*.mt-tm-card .mt-card-cover .mt-groupCard {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
    }*/

    .mt-tm-sidebar .mt-tm-card {
        margin: 30px auto 0;
    }

        .mt-tm-sidebar .mt-tm-card .edit-card {
            top: -30px;
            right: 0;
        }

    .col-pixel-width-220 {
        flex: 0 0 100%;
        padding: 0 15px;
        right: 30px;
        position: absolute !important;
        top: -5px;
    }

    .mt-giftshop-title-box h2 {
        font-size: 24px;
        line-height: 35px;
        text-align: left;
        padding-left: 0;
    }

    .mt-giftshop-subheader .mt-tm-container .col {
        height: 78px;
    }

    .mt-giftshop-subheader {
        height: auto;
    }

        .mt-giftshop-subheader .row {
            min-height: unset;
        }

    .mt-giftshop-title-box h2 {
        -webkit-line-clamp: unset;
        padding-right: 75px;
    }

    a.gs-backbtn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 30px;
    }

        a.gs-backbtn svg {
            width: 25px;
            height: 25px;
            color: #1e2437;
        }

    .nav-giftshop button.navbar-toggler {
        padding: 0;
        margin-left: 0;
    }

        .nav-giftshop button.navbar-toggler svg {
            color: #fff;
            width: 45px;
            height: 40px;
        }

    .nav-giftshop .navbar-nav .nav-item .nav-link {
        display: inline-flex;
        padding-right: 25px;
    }

        .nav-giftshop .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
            right: 0;
        }

    button.btn-close.float-right {
        background-color: transparent;
        border: 0;
        color: #fff;
        font-size: 40px;
        margin-top: -10px;
        line-height: normal;
    }

    .nav-giftshop .navbar-nav li.nav-item.dropdown {
        margin-right: 0;
    }

    .nav-giftshop .dropdown-menu {
        padding-top: 0;
        padding-bottom: 5px;
        margin-top: 0px;
    }

    .giftshop-megamenu {
        padding: 10px 0;
    }

    .nav-giftshop .giftshop-megamenu ul li a {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 0px;
        display: block;
    }

    .giftshop-product-slider .gs-product-slider-thumb {
        max-width: 100px;
        margin-right: 20px;
    }

    .giftshop-product-accordion {
        margin-top: 30px;
    }

    .giftshop-product-slider .gs-product-slider-wrapper {
        max-height: 500px;
    }

    .gs-product-accordion-block .gs-product-acc-header h2 {
        cursor: pointer;
        font-size: 14px;
        padding: 10px 0;
    }

        .gs-product-accordion-block .gs-product-acc-header h2::after {
            right: 10px;
        }

    .related-products-slider {
        padding: 0 30px;
    }

        .related-products-slider .left-arrow.slick-arrow {
            left: 0;
        }

        .related-products-slider .right-arrow.slick-arrow {
            right: 0;
        }

        .related-products-slider .slick-arrow {
            width: 50px;
            height: 50px;
        }

    .mt-contribute-groupcard .mt-contribute-groupcard-inner .gt-groupcard-loader {
        width: 100%;
    }

    .gc-preview-btns {
        max-width: 100px;
        transform: scale(1);
    }

        .gc-preview-btns .theme-btn-lite {
            border-radius: 100%;
            width: 60px;
            height: 60px;
            padding: 0;
            justify-content: center;
        }

            .gc-preview-btns .theme-btn-lite svg {
                width: 26px;
                height: 26px;
                margin-right: 0;
            }

            .gc-preview-btns .theme-btn-lite span {
                display: none;
            }

    .preview-tabs.mt-10 {
        margin-top: 20px !important;
    }
}
/* ====== max 991px ====== */

/* ====== iPad Portrait and Landscape ====== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 1) {
    .flowers {
        height: calc(100% - 60%) !important;
    }

    a.btn.btn-next.mt-4 {
        max-width: 95%;
    }

    .progress-head {
        width: 49% !important;
    }

    a.edit-pen-icon {
        width: 45px;
        height: 45px;
    }

    a.edit-btn {
        right: -15px;
    }

    a.edit-pen-icon svg {
        width: 22px !important;
        height: 22px !important;
    }

    .header-preview-text strong {
        font-size: 16px;
    }

    .mt-join-height {
        min-height: calc(100vh - 124px);
    }

    .mt-contribute-left,
    mt-contribute-right {
        height: auto;
        min-height: unset;
    }

    .invite-preview-right .theme-btn-dark {
        font-size: 14px;
    }

    .tm-mob-menu {
        top: 50%;
        transform: translateY(-50%);
    }

    .preview-tab-content a.edit-card {
        left: -15px !important;
    }

    .card-edit-btns .dropdown-menu {
        padding: 20px;
        min-width: 440px !important;
    }

    .gc-close-modal {
        top: 30px;
        right: 36px;
    }

    .dropdown-menu.top120 {
        padding: 0px !important;
    }

    .mt-card-templates {
        padding-right: 20px;
    }

    div#group-card-booklet-parent .page_template.col-md-6,
    div#group-card-booklet-parent .gc-back-cover.col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        div#group-card-booklet-parent .page_template.col-md-6 .gc-container-inner,
        div#group-card-booklet-parent .gc-back-cover.col-md-6 .gc-container-inner {
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
        }

    .gt-header {
        z-index: 999;
        position: relative;
    }

    .mobile-sidebar {
        z-index: 9999;
    }

    .collection-tab-content .row .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px !important;
    }

    .gt-support-request-inner {
        max-width: 700px;
    }

    .gt-sr-head h2 {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: normal;
    }

    .gt-sr-head p {
        font-size: 18px;
        line-height: normal;
    }

    .gt-sr-radio {
        max-width: 100%;
    }
}

/* ====== iPad Portrait and Landscape ====== */

/* ====== iPad Mini Portrait and Landscape ====== */
@media only screen and (min-device-width: 500px) and (max-device-width: 768px) {
    .collection-tab-content .row .col-md-4 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin-bottom: 40px !important;
    }

    .tm-egift-cards-list li.col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mt-tm-egift-inner {
        padding: 30px 15px 30px 15px !important;
    }

    .egift-cards {
        padding-left: 10px;
    }

    .collection-tab-content .row .col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    ul.gt-caction-group li a svg {
        width: 40px;
        height: 40px;
    }

    .gt-cgrid-content .gt-cgrid-detail h2 {
        font-size: 16px;
    }

    .gt-cgrid-content .gt-cgrid-detail p {
        font-size: 16px;
    }

    .gt-cgrid-content h4 {
        font-size: 12px;
        max-width: 90%;
    }

    .gt-cgrid-footer {
        font-size: 14px;
        padding: 15px 5px;
    }

    .gt-collection-add a svg {
        width: 60px;
    }
}

/* ====== iPad Mini Portrait and Landscape ====== */

@media screen and (max-width: 991px) and (min-width: 767px) {
    .group-card-tile {
        padding: 40px 15px 30px;
    }

    .cards-button a {
        font-size: 14px;
    }

    .preview-tabs .nav-tabs .nav-item {
        margin: 0 15px !important;
    }

        .preview-tabs .nav-tabs .nav-item .nav-link {
            font-size: 16px !important;
        }

        .preview-tabs .nav-tabs .nav-item:first-child::after {
            right: -18px;
        }

    .giftshop-slider .gc-slider-image {
        max-width: 350px;
    }

    .gs-slider-title {
        font-size: 36px;
        line-height: 46px;
    }

    .gs-slider-item-content {
        padding: 50px 0;
        max-width: 400px;
    }

    svg.squiggles-svg {
        bottom: 115px;
        left: 220px;
        max-width: 170px;
    }

}
/* ====== max 991 min  767 ======  */

@media screen and (max-width: 820px) {
    .ai-modal-wrapper {
        display: grid;
        grid-template-columns: auto 360px;
        grid-column-gap: 25px;
    }
}
/* ====== max 820px ======  */

@media screen and (max-width: 767px) {
    .select2-container--open-once .select2-dropdown--above {
        margin-left: 0px;
    }

    .select2-dropdown.timezone-dropdown .select2-results__option {
        padding: 15px 15px;
        font-size: 14px;
    }

    .mmmw-trigger img {
        width: 35px;
    }

    .mmmw-trigger {
        padding-left: 50px;
    }

    .mmmw-control {
        bottom: 70px;
    }


    .select2-container--default .occasion-dropdown .select2-results > .select2-results__options {
        max-height: unset;
        height: auto;
    }

    #description-examples .modal-dialog {
        padding: 0 15px;
    }

    .modal.show .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }

    .modal-dialog .modal-body, .access-modal {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .modal-dialog.thank-you-modal .modal-body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .gc-category-product-contentv2 h2 {
        min-height: 40px;
        display: block;
    }

    gc-category-product-contentv2 p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .gc-category-product-contentv2 .d-flex.justify-content-between.align-items-center {
        display: block !important;
    }

        .gc-category-product-contentv2 .d-flex.justify-content-between.align-items-center span {
            margin-left: 0px !important;
            font-size: 12px !important;
        }

            .gc-category-product-contentv2 .d-flex.justify-content-between.align-items-center span > span {
                font-weight: 600 !important;
                color: #1e24379c !important;
            }

    .gc-category-product-contentv2 {
        padding: 15px 15px;
    }

    .row.productv2-row {
        margin-right: -5px;
        margin-left: -5px;
    }

        .row.productv2-row .col-6 {
            padding-right: 5px;
            padding-left: 5px;
        }

    .gc-category-product-imagev2 {
        height: 210px;
    }

    .mt-receipt-gift {
        padding-top: 40px;
        padding-bottom: 85px;
    }

    .mt-tm-sidebar-blocks.receipt-page.d-block.tm-170 {
        margin-bottom: 40px;
    }

    .mt-gift-details-block-header p span {
        display: block;
    }

    .mt-gift-details-item.media img {
        max-width: 100px;
        margin-right: 15px;
    }

    .mt-gift-details-image {
        max-width: 120px;
    }

    a.tab-start-collection {
        font-size: 16px;
    }

    .mt-gift-details-image.mt-gift-details-image-with-btn .theme-btn-lite {
        max-width: 80px;
        position: absolute;
        bottom: -23px;
        left: 13px;
        right: auto;
    }

    .gt-dashboard .nav-tabs .nav-item .nav-link {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
        margin-right: 25px;
    }

    .gt-navbar .nav-item:first-child {
        padding-top: 20px;
    }

    /*    .gt-navbar .nav-item:last-child {
        padding-bottom: 20px;
    }*/

    .gt-navbar .nav-item a.nav-link {
        font-size: 18px;
        padding: 5px 4px;
        margin: 0 0px;
        text-align: left;
    }

    .gt-collection-grid,
    .gt-collection-add {
        max-width: 280px;
        margin: 0 auto;
    }

    ul.gt-caction-group li a svg {
        width: 50px;
        height: 50px;
    }

    ul.gt-caction-group {
        top: -15px;
        right: -20px;
    }

    .col-pixel-width-320 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .collection-tab-content .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .gt-md-container {
        max-width: 100%;
        padding: 0px 15px;
    }

    .gt-collection-faq {
        margin-top: 50px;
        max-width: 100%;
    }

    a.navbar-brand svg {
        width: 120px;
        padding-left: 10px;
    }

    .gt-header {
        padding: 0px 0px;
    }

    button.navbar-toggler {
        padding: 0 10px;
        border: 0;
    }

        button.navbar-toggler:focus {
            outline: none;
        }

    .gt-mt-footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .footer-logo {
        margin-bottom: 2em;
    }

    .footer-links ul li a {
        font-size: 1em;
        line-height: 1em;
    }

    .footer-margin {
        margin-top: 2em;
    }

    .gt-mt-footer .d-flex.justify-content-between.align-items-center {
        display: block !important;
    }

    ul.footer-legal-links {
        margin-top: 5px;
    }

    ul.footer-social {
        margin-top: 20px;
    }

    .col-md-8 .card-full-grid:after {
        display: none;
    }

    .col-md-8 .card-full-grid {
        max-width: 100%;
    }

    .message-card-section {
        margin-top: 50px;
    }

    .gt-mob-header {
        font-size: 18px;
        line-height: 32px;
        color: #1e2437;
        background-color: #7fe2dc;
        text-align: center;
        padding: 8px 0 8px 0px;
    }

    .theme-border-top {
        border-top: 0px solid #7fe2dc;
    }

    .large-group-card {
        padding: 120px 15px 40px;
        height: auto;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .group-card-tile {
        padding: 40px 15px 30px;
    }

    .cards-head a {
        display: none;
    }

    .recoleta-title {
        text-align: center;
    }

    .cards-head p {
        text-align: center;
    }

    .gt-md-modal .modal-dialog {
        max-width: 95% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .share-modalv2-form {
        grid-template-columns: 100%;
        margin: 0;
    }

        .share-modalv2-form .form-group label {
            position: static;
            margin-top: 10px;
        }

        .share-modalv2-form .form-group input[type="text"],
        .share-modalv2-form .form-group input[type="email"] {
            border-radius: 4px;
        }

        .share-modalv2-form .form-group.mb-0.pl-2 {
            padding: 0 !important;
            margin-top: 16px;
            max-width: 160px;
            margin-left: auto;
            margin-right: auto;
        }

    .share-modal-links.text-right {
        text-align: center !important;
    }

    .share-modal-links ul li {
        margin: 0 8px;
    }

        .share-modal-links ul li a {
            font-size: 14px;
        }

        .share-modal-links ul li:before {
            left: -12px;
        }

    .gt-md-modal-content {
        padding: 30px 20px 30px;
    }

    .caccordions-head .media h5 span {
        color: rgba(30, 36, 55, 0.6);
        font-weight: 300;
        display: none;
    }

    a.send-reminder {
        margin-top: 10px;
        display: block;
    }

    .addContributor-md {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 70px;
        height: 70px;
    }

    .contributor-accordions {
        overflow: auto;
        padding-right: 0;
        height: auto;
        min-height: 65vh;
    }

    div#friendsSummary .gt-md-modal-content {
        padding: 30px 20px 30px;
    }

    .modal-dialog.mt-5.modal-dialog-scrollable {
        margin-top: 15px !important;
    }

    section.mt-track-manage-cardholder .row {
        margin-left: 0px;
        margin-right: 0px;
    }
        /*section.mt-track-manage-cardholder .mt-tm-container{
        padding-left: 0;
        padding-right: 0;
    }*/
        section.mt-track-manage-cardholder .row .col-lg-8 {
            margin-left: 0px;
            margin-right: 0px;
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 50px;
        }

    .mt-tm-egift-cards.mb-0 {
        padding-left: 15px;
    }

    .mt-join-collection-card {
        height: auto;
        padding: 20px;
        min-height: 0;
    }

    .mt-join-collection-card-footer {
        display: none;
    }

    .mt-join-collection-card-inner {
        box-shadow: 0px 0px 15px 5px #cccccc96;
        -webkit-box-shadow: 0px 0px 15px 5px #cccccc96;
        -moz-box-shadow: 0px 0px 15px 5px #cccccc96;
    }

        .mt-join-collection-card-inner .position-relative p {
            margin-bottom: 0;
        }

    .mt-join-collection-card-content {
        padding: 50px 20px 100px;
    }

        .mt-join-collection-card-content h1 {
            font-size: 40px;
            line-height: 48px;
            margin-bottom: 15px;
        }

        .mt-join-collection-card-content p {
            margin-top: 15px;
            margin-bottom: 35px;
        }

        .mt-join-collection-card-content .d-flex a {
            width: 150px;
            margin: 0 15px;
        }

    .mt-closes {
        margin-top: 3vh;
    }

    .mt-aamount {
        margin-bottom: 3vh;
    }

    .mt-logo-footer svg {
        display: none;
    }

    .mt-closes p,
    .mt-target p,
    .mt-donationto p {
        font-size: 14px;
    }

    .mt-aamount h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .mt-logo-footer a {
        margin-left: auto;
        margin-right: auto;
        padding: 8px 5px;
        font-size: 14px;
    }

    .mt-logo-footer {
        padding: 20px 0;
    }

    .mt-closes h3,
    .mt-target h3,
    .mt-donationto h3 {
        line-height: 20px;
    }

    .mt-closes,
    .mt-target,
    .mt-donationto {
        margin-bottom: 2vh;
    }

    .mt-contribute-left-content h2,
    .mt-contribute-right-content h2 {
        text-align: center;
    }

    .col-lg-6.bg-white.mt-mob-bg {
        background-color: #f7f7f6 !important;
    }

    .mt-cart-total {
        text-align: center;
    }

    .mt-contribute-right-content {
        padding-top: 35px;
    }

    .mt-card-slider-section {
        width: 350px;
    }

    .mt-sign-card {
        max-width: 400px;
        position: static;
        transform: none;
        padding-top: 70px;
        padding-bottom: 110px;
    }

    button.slick-next.mt-card.slick-arrow {
        right: 0;
        display: none !important;
    }

    .mt-sign-card-inner h2 {
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }

    .mt-sign-card-inner p {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
    }

    .mt-sign-control .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /*.mt-sign-control .d-flex div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }*/

    button.mt-browse-library,
    .mt-upload-own button {
        width: 100%;
        font-size: 14px;
        max-width: 100%;
        padding: 14px 0;
        margin: 7px 0;
    }

    .mt-card-image-preview.position-relative.d-inline-block {
        display: flex !important;
        justify-content: center;
        max-width: max-content;
    }

    .mt-card-image-preview a {
        right: -25px;
        top: -6px;
    }

    .gt-signup-modal-content {
        padding: 40px 15px;
    }

    .thank-you-inner {
        padding: 0 15px;
    }

        .thank-you-inner h2 {
            line-height: normal;
        }

    .mt-fixed-header .theme-border-top {
        border-top: 4px solid #7fe2dc;
    }

    .zoom-btns,
    .zoom-dropdown {
        display: none;
    }

    .zoom-full-screen {
        padding-left: 0;
    }

    .card-scale-actions {
        bottom: 15px;
        right: 20px;
    }

    .zoom-full-screen a {
        width: 50px;
        height: 50px;
    }

        .zoom-full-screen a svg {
            width: 20px;
            height: 20px;
        }

    .mt-editable-nav .navbar-nav .nav-item .nav-link span {
        display: block !important;
    }

    .mt-editable-nav {
        position: absolute;
        top: 70px;
        right: 5px;
        background-color: #fff;
        background: #ffffff;
        box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
        width: 170px;
        z-index: 99;
    }

    .mt-header-icons {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }

        .mt-header-icons svg {
            width: 16px !important;
            height: 16px !important;
        }

    .mt-editable-nav .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        padding: 6px 20px 6px 5px;
    }

    .mt-editable-nav .navbar-nav {
        padding: 10px 10px;
    }

    .mt-header-icons svg {
        width: 20px;
        height: 20px;
    }

    .mt-content-editor {
        padding: 12px 15px;
        overflow: scroll;
    }

    .mt-content-editor-inner {
        max-width: 510px;
        margin: 0 auto;
        width: 510px;
    }

    .mt-edit-popup-mob {
        position: fixed;
        bottom: 15px;
        left: 20px;
        background-color: #1e2437;
        width: 54px;
        height: 54px;
        border-radius: 100%;
        box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 25%);
        -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 25%);
        -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .mt-edit-popup-mob svg {
            width: 22px;
            height: 22px;
        }

    .mt-editbar-mob {
        background: #1e2437;
        box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.25);
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        position: fixed;
        z-index: 999;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        padding: 40px 40px;
    }

    .mt-editbar-icon p {
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .mt-editbar-icon svg {
        margin-bottom: 12px;
        height: 41px;
    }

    .mt-editbar-icon {
        margin-bottom: 25px;
    }

    .mt-close-editbar {
        position: absolute;
        background: #1e2437;
        border-radius: 8px;
        width: 55px;
        height: 8px;
        top: -16px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .modal.edit-modal {
        background-color: #000000bf;
    }

    .edit-modal .modal-dialog {
        max-width: 92%;
        margin: 0 auto;
    }

        .edit-modal .modal-dialog .modal-content {
            background: transparent;
            box-shadow: none;
            border-radius: 16px;
        }

    .mt-close-modal {
        text-align: right;
        margin-bottom: 12px;
    }

    .mt-join-height {
        min-height: auto;
    }

    .mt-join-collection-card-inner.text-center > div {
        width: 100% !important;
    }

    .mt-contribute-left.mt-card-space {
        padding: 50px 20px;
    }

    a.carousel-control-next.mt-cardSliderArrow {
        right: -35px;
        opacity: 1;
    }
    /* ====== mt-tm ====== */
    .mt-tm-egift-title h2 span {
        display: block;
        margin: 0;
        margin-top: 10px;
    }

    .birthday-ideas-inner img {
        height: auto;
    }

    .mt-tm-egift-title h2 {
        text-align: center;
        font-size: 30px;
        line-height: 35px;
    }

    .mt-track-manage-cardholder.md-gutter .mt-tm-container {
        background-color: #fff;
    }

    .mt-track-manage-cardholder.md-gutter .mt-tm-egift-inner {
        box-shadow: none;
    }

    .invite-preview-right {
        max-width: 160px;
    }

    .invite-preview-header .invite-preview-left {
        text-align: center;
    }

    .invite-preview-header .invite-preview-right {
        max-width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .mt-contribute-left-content {
        padding-top: 50px;
    }

        .mt-contribute-left-content h2,
        .mt-contribute-right-content h2 {
            font-size: 32px;
            line-height: 36px;
            margin-bottom: 35px;
        }

    .mt-aamount {
        margin-bottom: 10px;
    }

        .mt-aamount h1 {
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 12px;
        }

        .mt-aamount p {
            font-size: 16px;
        }

    .mt-closes,
    .mt-target,
    .mt-donationto {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .mt-logo-footer {
        padding: 0;
    }

    .mt-logo-footer {
        bottom: 14%;
        position: fixed;
    }

    .mt-contribute-left-content {
        padding-bottom: 0 !important;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .safari_only {
        padding-bottom: 120px;
    }

    .invite-preview-left p {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }

    .invite-preview-header .invite-preview-right {
        max-width: 100%;
        text-align: center;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

        .invite-preview-header .invite-preview-right .theme-btn-lite {
            padding: 8px 5px;
        }

    .preview-mode-content {
        margin-top: 20rem;
    }

    .mt-contribute-right {
        min-height: 100vh;
    }

    .gc-booklet .gc-booklet-inner .gc-page {
        width: 100%;
    }

    .mt-sign-control input,
    .mt-sign-control textarea {
        font-size: 16px;
    }

    .quantity.quantity-dollor-sign input {
        font-size: 16px;
    }

    .contributor-btns .row .col-md-6 {
        padding: 0 50px;
    }

    a.edit-btn {
        position: absolute;
        right: 0;
        top: auto;
        z-index: 8;
        left: 0;
        bottom: -25px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .invite-preview-body.invite-preview-divider {
        margin-top: 265px;
    }

    .mt-sign-card-inner .mt-3,
    .mt-sign-card-inner .mt-profile-checkbox.mt-4.mb-5 {
        padding: 0 16px;
    }






    .share-accordion-header svg {
        margin-right: 20px;
        width: 35px;
    }

    .share-accordion-header::after {
        right: 25px;
    }

    .share-accordion-body .max-400 {
        padding: 0 20px;
    }

    .gc-category-product-image img {
        height: auto;
    }

    .header-preview-text strong {
        display: block;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 30px;
        padding: 0 10px;
    }

    .header-preview-text {
        margin-bottom: 10px;
        padding: 0 25px;
    }

    .gt-review-gifts-body .media {
        max-width: 100%;
        display: block;
    }

    .gt-review-gifts-total-amount .theme-btn-dark,
    .gt-review-gifts-total-amount .theme-btn-lite {
        max-width: 100%;
    }

    .mt-gs-amount-available-circle {
        width: 110px;
        height: 110px;
    }

    .mt-gs-cartbtn {
        width: 42px;
        height: 42px;
    }

        .mt-gs-cartbtn .mt-gs-cart-items {
            width: 14px;
            height: 14px;
            font-size: 8px;
        }

        .mt-gs-cartbtn svg {
            width: 17px;
        }

    .mt-gs-avail h2,
    .mt-gs-spent h2 {
        font-size: 22px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .mt-gs-avail p,
    .mt-gs-spent p {
        font-size: 7px;
        margin-bottom: 2px;
        line-height: 9px;
    }

    .mt-gs-avail {
        margin-bottom: 10px;
    }

    .col-pixel-width-220 {
        right: 10px;
        top: 55px;
    }

    .mt-giftshop-title-box {
        text-align: left;
        width: 100%;
    }

    a.gs-backbtn {
        left: 20px;
        top: 42px;
    }

    .gs-slider-title {
        font-size: 30px;
        line-height: 41px;
    }

    img.cards-group {
        max-width: 90%;
    }

    .gc-category-product-image {
        height: auto;
    }

    .slider-sub-link {
        margin-top: 30px;
    }

    section.giftshop-slider-section .mt-tm-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .friendsSummary .d-flex.flex-wrap.justify-content-start.align-items-center {
        justify-content: space-between !important;
        width: 100%;
        align-items: center !important;
    }

    .contributor-filters select {
        font-size: 14px;
        padding: 7px 20px 7px 8px;
        width: 100%;
    }

    ul.caccordions-details {
        padding-left: 0 !important;
    }

    .contributor-filters::after {
        bottom: 12px;
    }

    .caccordions-body {
        padding: 15px !important;
        margin-top: 20px !important;
    }

    .gc-card-inner {
        height: 340px;
        padding: 30px;
        margin-bottom: 30px;
    }

        .gc-card-inner h2 {
            font-size: 30px;
            line-height: 36px;
        }

    .gc-first-card {
        margin-bottom: 30px;
    }

    .gc-first-card {
        background-size: contain;
    }

    .gc-banner-content h2 {
        font-size: 22px;
        line-height: 35px;
    }

    .gc-banner-image img {
        max-width: 200px;
    }

    .giftshop-banner .col-md-6.d-flex.align-items-center {
        justify-content: center;
    }

    .gc-banner-content {
        padding-bottom: 30px;
    }

    .gs-collection-block h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .gs-collection-block {
        margin-bottom: 30px;
    }

    .gs-collection-large-block h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .gs-collection-large-block {
        min-height: 300px;
        margin-bottom: 30px;
        height: auto;
    }

    .gs-brands-slider-section h2 {
        font-size: 30px;
        line-height: 40px;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .gs-brands-slider-section {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .gs-brands-slider-item img {
        max-width: 90px;
        max-height: 80px;
    }

    .giftshop-category-header h2 {
        font-size: 12px;
        line-height: 48px;
        font-family: Recoleta;
        font-weight: 400;
        color: #1e2437;
        margin-bottom: 0;
    }

    .giftshop-category-header h1 {
        font-size: 30px;
        line-height: 48px;
        font-family: Recoleta;
        font-weight: 400;
        color: #1e2437;
        margin-bottom: 0;
    }

    .giftshop-category-grid {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .giftshop-category-header {
        border-bottom: 0px solid rgba(30, 36, 55, 0.2);
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .gc-category-product-image img {
        border-radius: 10px;
    }

    .gc-category-product-image {
        border-radius: 10px;
    }

    .gc-category-product-content h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .gc-category-product-content {
        padding: 15px 15px;
        padding-top: 25px;
    }

    .review-gifts-total .table tbody tr td,
    .review-gifts-total .table tfoot tr td {
        padding: 5px 10px;
    }

    .giftshop-brand-title img {
        max-width: 80%;
    }

    .giftshop-brand-slider .slick-arrow {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .giftshop-brand-slider .left-arrow.slick-arrow {
        left: -10px;
    }

    .giftshop-brand-slider .right-arrow.slick-arrow {
        right: -10px;
    }

    .giftshop-brand-content {
        padding: 20px 0;
    }

        .giftshop-brand-content p {
            font-size: 16px;
            line-height: 24px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .gs-send-row .fixed-amount-col {
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .gs-send-row .form-group textarea.form-control {
        padding-top: 14px;
        height: 120px;
    }

    .gs-send-row .form-group span {
        display: block;
        text-align: center;
    }

    .giftshop-send-ecard .col-md-12.gs-send-card-btn {
        display: flex;
        justify-content: center;
    }

    .gs-total-amount {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .giftshop-category-header.gs-small-header h2 {
        font-size: 16px;
        line-height: 32px;
    }

    .withdraw-row {
        padding-top: 25px;
    }

    .gs-withdraw-amount {
        margin-bottom: 30px;
    }

    .giftshop-product-slider .gs-product-slider-thumb {
        max-width: 100%;
        margin-right: 0;
        margin-top: 15px;
        padding: 0 20px;
    }

    .giftshop-product-slider .gs-product-slider-wrapper {
        max-height: unset;
        flex-direction: column-reverse;
    }

    ul.gs-product-slider-preview li.preview-image img {
        object-fit: contain;
        height: 500px;
    }

    .gs-product-slider-thumb .slick-arrow {
        background: #ffffff;
        box-shadow: 0px 2px 4px rgb(30 36 55 / 10%);
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: 18px;
        color: #1e2437;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 99;
        cursor: pointer;
    }

    .gs-product-slider-thumb .left-arrow.slick-arrow {
        left: 0;
    }

    .gs-product-slider-thumb .right-arrow.slick-arrow {
        right: 0;
    }

    .giftshop-product-slider .gs-product-slider-thumb li {
        max-height: 150px;
        margin-left: 10px;
        margin-right: 10px;
    }

    ul.gs-product-slider-thumb li.thumb-image img {
        object-fit: contain;
        max-width: 100%;
        height: 150px;
        width: 100%;
    }

    .giftshop-product-detail {
        margin-top: 50px;
        padding: 0 10px;
    }

    .gs-product-accordion-block .gs-product-acc-header h2 {
        cursor: pointer;
        font-size: 18px;
        padding: 20px 0;
    }

    .related-products-slider .slick-slide {
        margin: 0 9px;
    }

    .related-products-slider .slick-arrow {
        width: 45px;
        height: 45px;
        font-size: 18px;
        top: 25%;
    }

    .gt-review-gifts-inner-title {
        position: relative;
        text-align: center;
        background: #7fe2dc;
        margin-left: -15px;
        margin-right: -15px;
        padding: 22px 0;
        margin-bottom: 40px;
    }

    section.gt-review-gifts.theme-border-top.pb-5.pt-5 {
        padding-top: 0 !important;
    }

    .gt-review-gifts-inner-title h2 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 0;
    }

    .col-pixel-width-105 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left !important;
    }

    h2.gtrbh-title {
        font-size: 26px;
        line-height: 48px;
    }

    span.senderemail {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: grid;
        grid-template-columns: 98px 75%;
    }

    .col-pixel-width-430 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
    }

    .gt-review-gifts-body {
        padding-left: 0;
        padding-right: 0;
    }

        .gt-review-gifts-body .media img {
            max-width: 136px;
            margin-right: 0;
            margin-bottom: 30px;
        }

        .gt-review-gifts-body .media .media-body h5 {
            font-size: 16px;
        }

        .gt-review-gifts-body .media .media-body h6,
        .gt-review-gifts-body .media .media-body p {
            font-size: 16px;
            line-height: 26px;
        }

    .gt-review-amount-dropdown {
        top: 32px;
    }

    .col-pixel-width-430 .gt-collection-faq {
        margin-top: 0;
    }

    .gift-shop-cart-section.dropdown-menu {
        left: auto !important;
        margin-top: 30px;
        right: 0;
        min-width: 320px;
    }

        .gift-shop-cart-section.dropdown-menu:after {
            left: auto;
            right: 10px;
        }

    .gs-cart-header h2 {
        font-size: 18px;
        line-height: 20px;
    }

    ul.gs-cart-product-list li.gs-cart-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .gs-cart-body {
        padding: 0 15px;
    }

    .gs-cart-footer {
        padding: 20px 15px 15px;
    }

    .gs-cart-checkout-btn {
        margin-top: 20px;
    }

    .gs-cart-header {
        border-bottom: 1px solid #e9eaeb;
        padding: 15px 15px;
    }

    ul.gs-cart-product-list li.gs-cart-item .media img {
        max-width: 60px;
        margin-right: 15px;
    }

    ul.gs-cart-product-list li.gs-cart-item .media .media-body h5 {
        font-size: 12px;
        line-height: 15px;
    }

    ul.gs-cart-product-list li.gs-cart-item .media .media-body p {
        font-size: 12px;
        line-height: 15px;
    }

    .giftshop-donation-info .gs-send-row .fixed-amount-col {
        flex: 0 0 100%;
    }

    /* editable buttons */

    .card-edit-btns {
        position: fixed;
        top: auto;
        left: 0;
        z-index: 99;
        bottom: 0;
        right: 0;
        display: none;
        background-color: #1e2437;
        padding: 0 20px;
        text-align: center;
        align-items: center;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-topright: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

        .card-edit-btns .dropright button.dropdown-toggle br {
            display: none;
        }

        .card-edit-btns .dropright button.dropdown-toggle {
            width: 100%;
        }

        .card-edit-btns .dropright button svg {
            display: block;
            margin: 0 auto;
            height: 35px;
            width: 35px;
            margin-bottom: 15px;
        }

        .card-edit-btns .dropdown-menu {
            background: #353a4b;
            border-radius: 8px;
            padding: 15px;
            margin-left: 35px !important;
            position: fixed;
            bottom: 100px;
            top: auto;
            left: 50%;
            transform: translate(-50%, 0%);
            min-width: 95%;
            margin: 0 auto !important;
            /* right: 0; */
        }

            .card-edit-btns .dropdown-menu:after {
                top: auto;
                left: 57px;
                z-index: -1;
                bottom: -5px;
            }

    .dropdown-menu.top99 {
        top: auto !important;
        width: 95%;
    }

    .mt-card-templates {
        height: 350px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 10px;
    }

    .card-edit-btns .dropdown-menu.top99:after {
        top: auto !important;
        left: 50%;
    }

    .dropdown-menu.top120 {
        top: auto !important;
        width: 95%;
    }

    .card-col-grid ul li a {
        padding: 0 8px;
    }

        .card-col-grid ul li a p {
            font-size: 14px;
            margin-top: 20px;
        }

    .card-edit-btns .dropdown-menu.top120:after {
        top: auto;
        bottom: -5px;
        right: 50px;
        left: auto;
    }

    .card-edit-btns .dropright {
        float: left;
        width: 33.3333%;
    }

    .card-edit-btns:after {
        content: "";
        clear: both;
        display: block;
    }

    .gc-close-modal {
        top: 20px !important;
        right: 20px !important;
        padding: 0px 10px;
        z-index: 9999;
    }

    .send-code-box input.form-control {
        width: 42px;
        height: 52px;
        font-size: 20px;
        width: 100% !important;
        margin: 0 !important;
    }

    .verify-footer svg {
        margin: 0 5px;
    }

    .verify-footer .theme-link-lite {
        font-size: 14px;
    }

    .gs-groupcard-modal {
        margin-bottom: -100px !important;
        margin-top: 30px !important;
    }

        .gs-groupcard-modal .edit-card {
            position: absolute;
            top: -20PX;
            right: 40px;
            left: auto;
            bottom: auto;
            text-align: center;
        }

    .nav-giftshop .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded="true"]::after {
        display: none !important;
    }

    .reset-password {
        min-height: calc(100vh - 64px);
    }

    .gsStepCarousel {
        margin-top: 160px !important;
    }

    .new-banner-text h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .gift-wrapper.showing .inner-gift-wrapper {
        margin-top: 430px !important;
    }

    div#gift-info {
        padding-bottom: 15px;
        position: relative;
        z-index: 99999;
    }

    .new-banner-image img {
        max-width: 100%;
        margin-top: 30px;
    }

    .new-banner-text ul {
        padding-left: 0;
        margin-top: 25px;
    }

        .new-banner-text ul li {
            font-size: 16px;
        }

    .gift-shop-search {
        display: none;
    }


    .icons-wrapper#card-wrapper {
        top: 5px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .icons-wrapper#card-wrapper .download-icon-wrapper,
        .icons-wrapper#card-wrapper .print-icon-wrapper {
            left: 0 !important;
            position: static !important;
            top: 0 !important;
        }

    .icons-wrapper#card-wrapper {
        top: -25px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .download-icon,
    .print-icon {
        height: 42px !important;
        width: 42px !important;
        margin: 0 8px !important;
    }

    .mt-comment-confirmation {
        margin: 0 auto;
    }

    .mt-tm-egift-inner .d-block.d-md-none {
        left: 0;
    }

    section.gt-background-lite.theme-border-top > .container {
        max-width: 100%;
    }

        section.gt-background-lite.theme-border-top > .container #group-card-booklet-parent .page_template .gc-booklet-inner .gc-container > .gc-container-inner,
        section.gt-background-lite.theme-border-top > .container #group-card-booklet-parent .gc-back-cover .gc-booklet-inner .gc-container > .gc-container-inner {
            margin: 0 auto;
            left: 0;
            right: 0;
        }

    .gt-collection-add {
        min-height: 298px;
    }

    .mt-contribute-groupcard-inner .carousel-control-prev {
        left: -40px;
    }

    .mt-contribute-groupcard-inner .carousel-control-next {
        right: -40px;
    }

    .gift-previewv2 .mt-tm-container:after {
        display: none;
    }

    .gift-previewv2-content h2 {
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .gift-previewv2-content p {
        font-size: 16px;
        line-height: normal;
    }

    .gift-previewv2-content a {
        margin-bottom: 30px;
    }

    .trending-giftsv2 .mt-tm-egift-title h2 {
        font-size: 20px;
    }

    .trending-giftsv2-slider {
        padding: 0 15px;
    }

    img.promotion-badge {
        max-width: 100px;
    }

    .promotion-bannerv2 {
        margin-bottom: 30px;
    }

    .promotion-bannerv2-content {
        position: static;
        padding: 20px 20px;
        display: block !important;
        text-align: center;
        padding-top: 30px;
    }

        .promotion-bannerv2-content h2 {
            font-size: 38px;
            color: #1e2437;
            padding-left: 0;
        }

    .preview-pages-modal .modal-dialog .modal-content .modal-body > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .giftshop-megamenu-innerrow {
        grid-template-columns: 100%;
        padding: 0;
    }

    .dropdown-menu .mt-tm-container {
        padding-left: 0;
        padding-right: 0;
    }

    .giftshop-megamenu-innerrow-col h3 {
        border-bottom: 1px solid;
        margin-top: 20px;
    }

    .invite-preview-header {
        padding: 15px 30px;
    }

    .invite-preview-left h2 {
        display: block;
    }

    .invite-preview-header .invite-preview-left {
        width: 100%;
        position: relative;
    }

    .invite-preview-left a {
        position: absolute;
        left: 0;
        top: 5px;
    }

    .preview-mode .preview-modal-inner {
        width: calc(100% - 20px);
        min-height: 75vh;
    }

        .preview-mode .preview-modal-inner > .preview-modal-btn-right,
        .preview-mode .preview-modal-inner > .preview-modal-btn-left {
            top: -60px;
            width: 50px;
            bottom: auto;
            position: absolute;
            z-index: 1;
        }

    /*    .preview-modal-v2 {
        align-items: flex-end;
    }*/

    .preview-modal-v2 h2 {
        font-size: 26px;
        padding-bottom: 15vh;
    }

    .preview-modal-v2 .preview-bubble {
        top: 50%;
        right: 0;
        left: 0;
        max-width: 80%;
        margin: 0 auto;
    }

    .preview-modal-v2 .pointer-up {
        right: 0;
        top: 140px;
        left: 0;
        text-align: center;
    }

        .preview-modal-v2 .pointer-up img {
            max-width: 30px;
        }

    .preview-modal-v2 .pointer-right {
        top: 185px;
        transform: none;
    }

        .preview-modal-v2 .pointer-right img {
            max-width: 48px;
        }

    .preview-modal-v2 .pointer-right {
        top: 190px;
        transform: none;
        right: 70px;
    }

    .preview-mode .preview-modal-inner.disable-arrows > .preview-modal-btn-right {
        z-index: 999;
        position: fixed;
        top: 190px;
        width: 110px;
    }

    .preview-mode .preview-modal-inner.disable-arrows > .preview-modal-btn-left {
        display: none;
    }

    .preview-mode .preview-modal-inner > .preview-modal-btn-right svg,
    .preview-mode .preview-modal-inner > .preview-modal-btn-left svg {
        width: 18px;
        height: 18px;
    }

    .preview-mode .mt-contribute-groupcard-inner {
        max-width: 540px;
        display: block;
        padding: 0 25px;
    }

        .preview-mode .mt-contribute-groupcard-inner .previewCarousel {
            display: none;
        }

        .preview-mode .mt-contribute-groupcard-inner .carousel-control-next,
        .preview-mode .mt-contribute-groupcard-inner .carousel-control-prev {
            display: flex;
        }

    .invite-preview-header.remove-sticky .invite-preview-right .theme-btn-lite {
        z-index: 999;
        position: relative;
        pointer-events: none;
        right: 0;
        top: auto;
        max-width: 100%;
    }

    .col-switch {
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .eCard-cart-detail {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

        .eCard-cart-detail p {
            font-size: 18px;
            line-height: normal;
            margin-bottom: 15px;
        }

    .giftshop-brand-title {
        font-size: 50px;
        line-height: normal;
        word-break: break-word;
    }
    /* ====== Contributor new css ====== */
    .gc-preview-btns {
        max-width: 450px;
        transform: scale(1);
        position: absolute;
        margin: 0 auto;
        top: auto;
        bottom: 6%;
        left: 0;
        right: 0;
        padding: 0 25px;
    }

        .gc-preview-btns .theme-btn-lite span {
            display: block;
        }

        .gc-preview-btns .theme-btn-lite {
            border-radius: 30px;
            width: 100%;
            height: auto;
            padding-top: 14px;
            padding-bottom: 14px;
            justify-content: center;
            text-align: center;
        }

            .gc-preview-btns .theme-btn-lite svg {
                display: none;
            }

    .contributor-arrow-blue {
        max-width: 100%;
        min-height: 400px;
        transform: scale(0.9) !important;
        margin-top: 20px !important;
        margin-bottom: 60px;
    }

        .contributor-arrow-blue a.carousel-control-prev,
        .contributor-arrow-blue a.carousel-control-next {
            top: auto;
            transform: none;
            bottom: -85px;
            right: 0 !important;
        }

        .contributor-arrow-blue .contributor-arrow.d-none {
            display: flex !important;
            align-items: center;
        }

        .contributor-arrow-blue .contributor-arrow .ca-text {
            position: absolute;
            right: 46px;
            top: 8px;
        }

    .mt-contribute-groupcard-inner .contributor-arrow-blue .carousel-control-prev {
        left: 0 !important;
    }

    .mt-join-collection {
        min-height: 100vh;
    }

    .preview-bg .mt-join-height {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mt-contribute-left.mt-card-space {
        padding: 20px;
        min-height: unset;
        min-height: 380px;
    }

    .trigger-screen {
        transform: scale(1) !important;
    }

    .mt-contribute-groupcard .mt-contribute-groupcard-inner div#group-card-carousel-parent {
        box-shadow: none;
    }

        .mt-contribute-groupcard .mt-contribute-groupcard-inner div#group-card-carousel-parent div#group-card-view {
            box-shadow: 0px 0px 34.5711px rgb(0 0 0 / 15%);
        }

    .giftshop-slider .gc-slider-image {
        max-width: calc(100% - 50px);
        transform: none;
        position: static;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 50px;
    }

    .slider-sub-link {
        margin-top: 35px;
    }

    .gs-slider-item-content {
        padding: 50px 5px;
        min-height: auto;
        display: block;
        max-width: 100%;
    }

    svg.squiggles-svg {
        display: none !important;
    }

    .tooltip-dropdown ul.select2-results__options li i.fas.fas.fa-question-circle {
        display: none;
    }

    .suggestion-popup {
        height: 30px;
        z-index: 999;
    }

    .receipt-three-image .receipt-three-gifholder {
        height: 300px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .receipt-three-image:after {
        width: 330px;
        height: 100px;
        left: 0;
        bottom: -50px;
        right: 0;
        margin: 0 auto;
    }

    .receipt-three-content {
        margin-top: 90px;
        text-align: center;
    }

        .receipt-three-content h2 {
            font-size: 50px;
            line-height: 60px;
        }

    .receipt-rating .receipt-rating-inner {
        justify-content: center;
        margin-bottom: 5px;
    }

    .eGift-leftbar {
        min-height: auto;
    }

    .eGift-cart-total.eGift-footer-main {
        margin-top: 0;
    }

    .eCard-recipient-details .mb-20 {
        position: static;
        margin: 20px 0;
    }

    .eGift-amount label span {
        display: block;
    }

    .eGift-addtocart {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .eCard-value {
        margin-top: 30px;
    }

    .giftshop-eGiftCard h2.mb-5 {
        margin-bottom: 20px !important;
    }

    .gt-sr-radio {
        max-width: 100%;
    }

    .eGift-cart-total {
        max-width: 100%;
    }

    .eGift-amount input {
        max-width: 220px;
    }

    .card-only-content .card-only-btns {
        grid-column-gap: 15px;
    }

    .modal-dialog .gt-chipIn-modal {
        padding: 50px 25px;
        padding-top: 70px;
    }

    .full-screen-modal div#group-card-carousel-parent {
        max-width: 100%;
        min-height: 400px;
        margin-top: 30px !important;
        margin-bottom: 60px;
    }

        .full-screen-modal div#group-card-carousel-parent .gc-booklet {
            height: auto;
        }

    .modal.full-screen-modal .carousel-inner {
        box-shadow: 0px 0px 36.44px rgb(0 0 0 / 10%);
    }

    .card-edit-btns.scrollTop {
        top: auto;
    }



    .gc-preview-btns {
        transform: scale(0.9);
        transform-origin: bottom center;
    }

    .modal.full-screen-modal .modal-dialog .card-scale-actions {
        bottom: 30px;
        right: 25px;
        background: transparent;
        border-radius: 8px;
        padding: 0;
    }

    .giftshop-slider-section .mt-tm-container {
        padding-left: 0;
        padding-right: 0;
    }

        .giftshop-slider-section .mt-tm-container .giftshop-slider .gs-slider-item-content {
            padding-left: 15px;
            padding-right: 15px;
        }

    .gray-subheader {
        background: rgb(247, 247, 246);
        background: linear-gradient(0deg, rgba(247, 247, 246, 1) 75%, rgba(229, 229, 229, 1) 100%);
    }

    .giftsandcards-white-block {
        padding: 25px 20px;
    }

    .yourCard img {
        max-width: 130px;
        margin-bottom: 15px;
    }

    .media.media-yourcard .media-body {
        padding-left: 0px;
    }

        .media.media-yourcard .media-body h5 {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 25px;
        }

    .giftsandcards-white-block .media.media-yourcard {
        display: block;
        text-align: center;
    }

    .mt-receipt-giftsandcards-btns p {
        font-size: 18px;
    }

    .mt-receipt-giftsandcards-block .form-group label {
        display: block;
        text-align: left;
    }

    .mt-receipt-giftsandcards-block .form-group .row .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .mt-receipt-giftsandcards-block .form-group .row .col-md-6:first-child {
            padding-right: 6px;
        }

        .mt-receipt-giftsandcards-block .form-group .row .col-md-6:last-child {
            padding-left: 6px;
        }

    .select2.select2-container--ftd-container .select2-selection--single span {
        text-align: left;
    }

    .thankYou-tab-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gt-header.thankyou-header nav.navbar.navbar-expand-md.navbar-light.bg-white {
        padding: 0 5px;
    }

    .gt-header.thankyou-header p.signin.mt-sigin-fixed {
        padding-left: 0;
        padding-right: 15px;
        margin: 0;
        font-size: 14px;
        width: 240px;
    }

    .gt-header.thankyou-header .gt-navbar .nav-item a.nav-link {
        padding: 5px 10px;
    }

    .gt-header.thankyou-header button.navbar-toggler {
        padding: 0 15px;
    }

    .thank-you-sticky-footer {
        flex-wrap: wrap;
        text-align: center;
    }

        .thank-you-sticky-footer h2 {
            flex: 0 0 100%;
            max-width: 100%;
            margin: 0;
            margin-bottom: 8px;
            font-size: 15px;
        }

        .thank-you-sticky-footer a {
            flex: 0 0 46%;
            max-width: 46%;
        }

        .thank-you-sticky-footer .theme-btn-dark,
        .thank-you-sticky-footer .theme-btn-lite {
            width: auto;
            padding: 8px 5px;
            margin: 0 1% !important;
        }

    .preloader-inner .d-flex {
        display: block !important;
    }

        .preloader-inner .d-flex .flex-shrink-0 {
            display: none !important;
        }

    .preloader .preloader-inner .loader-image {
        height: 280px;
        margin: 0 auto;
        display: block;
        margin-bottom: 50px;
    }

    .preloader .preloader-inner .flex-grow-1.ms-3 {
        margin-left: 0 !important;
    }

    .preloader .preloader-inner .loader-dialogue .dialogue-bubble {
        display: none !important;
    }

    .preloader {
        padding: 20px;
    }

    .loader-dialogue {
        padding: 30px 25px;
    }

    .preloader-top {
        margin-top: -10%;
    }

    .loader-dialogue.w-500 {
        max-width: 490px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }



    .carousel-updated-arrow svg {
        width: 20px !important;
        height: 20px !important;
    }

    .gsStepCarousel a.carousel-control-prev {
        left: 0;
        top: auto;
        transform: none;
        bottom: -70px;
    }

    .gsStepCarousel a.carousel-control-next {
        right: 0;
        top: auto;
        transform: none;
        bottom: -70px;
    }

    a.carousel-control-prev .carousel-updated-arrow:after, a.carousel-control-next .carousel-updated-arrow:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #36ADB4;
    }

    a.carousel-control-prev .carousel-updated-arrow:after {
        content: "Previous";
        left: 60px;
        text-align: left;
    }

    a.carousel-control-next .carousel-updated-arrow:after {
        content: "Next";
        right: 60px;
        text-align: right;
    }

    .modal-arrows a.carousel-control-prev {
        width: auto;
        left: 0;
        opacity: 1;
        top: auto;
        bottom: -70px;
        transform: none;
    }

    .modal-arrows a.carousel-control-next {
        width: auto;
        right: 0;
        opacity: 1;
        top: auto;
        bottom: -70px;
        transform: none;
    }

    .gs-groupcard-modal .edit-card svg {
        width: 45PX;
        height: 45PX;
    }

    img.gc-slider-ribbon {
        display: none
    }

    .spend-send .spend-send-inner {
        padding: 15px;
        width: 100%;
        padding-top: 250px;
    }

    .spend-send .spend-send_GIF {
        position: absolute;
        max-height: 280px;
        display: block;
        margin: 0 auto;
        top: -90px;
        transform: none;
        left: 0;
        right: 0;
    }

    .spend-send-textblock svg {
        position: absolute;
        left: 35px;
        top: -48px;
        width: 75px;
        transform: rotate(90deg);
    }

    .spend-send .spend-send-textblock {
        padding: 30px;
    }

    .spend-send {
        padding-bottom: 50px;
        padding-top: 80px;
    }

    div#trackMain[data-groupcard="True"] .mt-tm-sidebar.closedDate {
        padding-top: 0 !important;
    }

    div#trackMain[data-groupcard="True"] .mt-tm-sidebar.typeFGC {
        padding-top: 0 !important;
    }

    div#trackMain[data-groupcard="True"] .mt-tm-sidebar.typeGCclosed {
        padding-top: 0 !important;
    }

    .mt-tm-sidebar.invitationOnly {
        padding-top: 0 !important;
    }

    .mt-tm-sidebar {
        padding-top: 0 !important;
    }

    .reminders-btn.d-block.d-md-none {
        position: static;
        max-width: 100%;
        margin-top: 25px;
    }

    .modal-dialog .modal-body {
        padding: 40px 20px !important;
    }

    .phone-verification-input .input-group-text {
        width: 50px !important;
    }

    .country-flag {
        flex: 0 0 110px !important;
        padding: 0 10px 0 15px !important;
    }

    .ftd-loader .preloader-logo svg {
        max-width: 150px;
    }

    .ftd-loader .preloader-inner .d-flex .flex-shrink-0 {
        display: block !important;
    }

    .preloader .preloader-inner .loader-image.mh-300 {
        height: auto;
        max-width: 100%;
    }

    .ftd-loader .preloader-top {
        margin-top: -12vh;
    }

    .preloader .preloader-inner .loader-dialogue h2, .preloader .preloader-inner .loader-dialogue .h2 {
        font-size: 22px;
    }

    .preloader .preloader-inner .loader-dialogue {
        padding: 20px;
    }

    .ftd-loader .preloader-inner .loader-dialogue .dialogue-bubble {
        display: block !important;
        top: -42px;
        right: auto;
        left: 50px;
        transform: rotate(90deg);
    }

    .ftd-loader .preloader-logo {
        margin-bottom: 50px;
    }

    div#groupCardPreview div#full-screen-preview div#group-card-view .carousel-inner {
        width: auto !important;
        height: auto !important;
    }

    div#groupCardPreview div#full-screen-preview div#group-card-view::after {
        display: none !important;
    }

    div#groupCardPreview div#full-screen-preview .modal-dialog {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        transform: none !important;
        width: 100% !important;
        min-height: unset !important;
    }

    .modal.full-screen-modal {
        background-color: #ffffff;
        padding: 0 !important;
        margin: 0 !important;
    }

    .booklet-skeleton .booklet-skeleton-inner {
        padding: 2rem;
        display: grid;
        grid-template-rows: auto 56px;
        grid-row-gap: 2rem;
        height: 100%;
        padding-bottom: 4rem;
    }

    .modal.full-screen-modal.modalIframe #group-card-carousel-parent {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .preloader-logo svg {
        max-width: 160px;
    }

    .mb-70 {
        margin-bottom: 40px !important;
    }

    .fgc-btn-graphic {
        margin-bottom: 15px;
    }

    .preloader-inner .fgc-pl {
        padding-left: 10px;
    }

    /* New Setup improvements */

    .setup-progress, .setup-signin {
        width: 100%;
        max-width: 100%;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        padding: 20px 15px;
    }

    .setup-progress-logo {
        margin-bottom: 30px;
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
        z-index: 9999;
        position: relative;
    }

    .setup-signin {
        max-width: max-content;
        left: auto;
    }

        .setup-signin.header-gray {
            background-color: transparent !important;
        }
    .auth-flag,
    .auth-flag-keep {
        padding: 10px;
    }

        .auth-flag p,
        .auth-flag-keep p {
            padding-left: 44px;
            font-size: 12px;
            letter-spacing: 0;
            line-height: normal;
        }        
        .auth-flag.us-flag::after,
        .auth-flag-keep.us-flag-keep::after {
            width: 30px;
            top: 12px;
            left: 14px;
            height: 18px;
        }
        .auth-flag.globe-flag::after,
        .auth-flag-keep.globe-flag-keep::after {
            width: 38px;
            height: 38px;
            left: 8px;
        }

    .setup-signin .signin > a {
        color: #000;
        font-size: 14px;
        border-bottom: 1px solid #000;
    }

    .form-group .step-heading {
        font-size: 20px;
    }

    .setup-progress {
        background-color: white;
        padding-bottom: 15px;
    }

    .mt-groupCard-tooltip {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -170px;
        transform: scale(1.1);
    }

        .mt-groupCard-tooltip:after {
            top: auto;
            bottom: -15px;
            left: 0;
            right: 0;
            margin: 0 auto;
            transform: rotate(90deg);
        }

    .mt-giftshop-title-box h2 {
        font-size: 20px;
    }

    .invitation-preview-grid .invitationDiv-preview-img {
        height: 145px;
    }

    .navbar.navbar-expand-md.navbar-light.bg-white {
        background-color: #fff !important;
    }

    .mt-track-manage-subheader .share-accordion-header {
        padding: 20px 0px !important;
        padding-right: 20px !important;
    }

    .mt-track-manage-subheader .modal-dialog .modal-body {
        padding: 10px 15px !important;
    }

    .mt-track-manage-subheader .share-accordion-header svg {
        margin-right: 10px;
        width: 30px;
        margin-top: 2px !important;
    }

    .mt-track-manage-subheader .share-accordion-header h5 {
        font-size: 18px;
    }

    .mt-track-manage-subheader .share-accordion-header .media.align-items-center {
        align-items: flex-start !important;
    }

    .mt-track-manage-subheader .share-accordion-header:after {
        right: 0;
        top: 35px !important;
    }

    .mt-track-manage-subheader .share-accordion-body {
        padding: 25px 15px 40px;
    }

        .mt-track-manage-subheader .share-accordion-body .max-400 {
            padding: 0;
        }

    .mt-track-manage-subheader .copy-link button {
        position: relative;
        background: #7fe2dc;
        color: #243040;
        width: 100%;
        text-align: center;
        border-radius: 15px;
        padding: 5px 0;
        margin-top: 15px;
    }

    .mt-track-manage-subheader .copy-link {
        padding: 15px !important;
    }

    .share-accordion-header .popup-firewall-text p {
        font-size: 14px;
        line-height: normal;
    }

    .mt-track-manage-subheader .copy-link button:hover {
        background-color: #46cac2;
        color: #243040;
    }

    .invite-preview-header {
        padding: 15px 15px !important;
    }

        .invite-preview-header .invite-preview-right .theme-btn-lite {
            padding: 8px 5px;
            max-width: 170px;
        }

        .invite-preview-header .invite-preview-right {
            justify-content: space-between;
        }


    .back-to-details {
        top: -46px !important;
        left: 0 !important;
    }

    .occasion-type-filters button.owl-prev {
        left: 0 !important;
    }

    .occasion-type-filters button.owl-next {
        right: 0 !important;
    }

    .otf-padding {
        padding-right: 0px !important;
    }

    .occasion-type-filters {
        padding: 0 40px;
    }

    .setup-tooltip.tooltip .arrow::before {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .setup-tooltip.tooltip {
        margin-left: 0;
        margin-top: 0;
        left: -10px !important;
        top: -3px !important;
    }

    .cp-gift-block img {
        max-width: 110px;
        margin-right: 15px;
        border-radius: 8px;
        height: 74px;
        object-fit: contain;
    }

    .cp-gift-info h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .cp-gift-description tbody tr {
        display: flex;
        flex-direction: column;
        column-gap: 20px;
        border-bottom: 1px solid #f2f2f2;
        padding: 8px 0;
    }

        .cp-gift-description tbody tr td:last-child {
            font-weight: 500;
            font-size: 15px;
        }






    .gt-md-modal-content .delivery-stats-block p span {
        margin-left: 0;
        display: block;
    }

    .contributor-search {
        width: 100%;
        border: 1px solid #A5A7AF;
        padding: 8px 8px;
        margin-bottom: 15px;
        border-radius: 8px;
    }

        .contributor-search svg {
            width: 16px !important;
            height: 16px !important;
            top: 16px !important;
            left: 10px !important;
        }

    .sidebar-block-tNm {
        padding: 20px;
    }

    .sidebar-block-header {
        grid-template-columns: 100%;
        grid-row-gap: 15px;
        margin-bottom: 15px;
    }

    .contributor-links ul li:before {
        display: none !important
    }

    .contributor-links ul li a {
        font-weight: 500;
    }

    .caccordions-head .caccordions-left {
        font-size: 13px;
    }

    .caccordions-head .media h5 {
        font-size: 13px;
    }

    .mt-giftshop-title-box a {
        font-size: 13px;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 110px);
        display: block;
    }

        .mt-giftshop-title-box a svg {
            margin-right: 2px;
        }

    .col-pixel-width-220 {
        right: 0;
        top: 0;
    }

    .mt-gs-amount-available-circle svg.gt-smile {
        display: none !important;
    }

    .mt-giftshop-title-box h2 {
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 110px);
        display: block;
    }

    .mt-gs-amount-available-circle {
        transform: scale(.87);
        transform-origin: right;
    }

    .mt-gs-cartbtn {
        width: 38px;
        height: 38px;
        top: -50px;
        right: 15px;
    }

    .gift-shop-cart-section.dropdown-menu {
        right: 15px;
        min-width: 290px;
        margin-top: 105px;
    }

    .giftshop-brand-title {
        font-size: 30px;
        word-break: break-word;
    }

    .mt-gs-navbar {
        padding: 0 15px;
    }

    button.btn-close.float-right {
        padding: 0;
    }

    .shortcut-nav ul {
        display: flex;
        align-items: center;
        position: absolute;
        left: 65px;
        top: 12px;
        padding: 0;
        margin: 0;
        column-gap: 14px;
        list-style-type: none;
    }

        .shortcut-nav ul li a {
            font-size: 15px;
            line-height: 32px;
            color: #ffffff;
            font-family: "Modern Era TRIAL";
            display: flex;
            align-items: center;
            position: relative;
        }

        .shortcut-nav ul li img {
            height: 22px;
            width: 22px;
            object-fit: contain;
            margin-right: 5px;
        }

    .tm-mob-menu .dropdown-menu {
        margin-top: 5px;
    }

    .curve-progress {
        display: none !important;
    }

    .mt-tm-collection-detail::after {
        content: "";
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkyIiBoZWlnaHQ9Ijg4IiB2aWV3Qm94PSIwIDAgMjkyIDg4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjgzLjI0NiA3QzI1Mi41NDIgNDkuNDEwNCAyMDIuNjI0IDc3IDE0Ni4yNjQgNzdDODkuOTAyNiA3NyAzOS45ODU2IDQ5LjQxMDQgOS4yODEyNSA3IiBzdHJva2U9IiMzNkFEQjQiIHN0cm9rZS13aWR0aD0iMjEiLz4KPC9zdmc+Cg==);
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        height: 100px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-x: center;
        bottom: -55px;
    }

    .mt-track-manage-subheader .mt-tm-invite-friends.mt-5 {
        margin-top: 80px !important;
        max-width: 450px;
    }

    .preview-tabs.mt-10 {
        margin-top: 15px !important;
    }

    .contributor-filters:before {
        display: none;
    }


    .pgc-thankyounote-modal .modal-dialog.thank-you-modal .modal-content {
        padding: 0;
    }

    .pgc-thankyounote-modal div#sendThankYouNote .gt-modal-close {
        right: 15px !important;
    }

    ul.mobile-tab-thankyou {
        padding: 0;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

        ul.mobile-tab-thankyou li {
            font-family: 'Modern Era TRIAL';
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 32px;
            color: #1E2437;
            text-align: center;
            display: inline-block;
            margin: 0 15px;
            position: relative;
            border-bottom: 3px solid transparent;
            padding-bottom: 2px;
            padding-left: 3px;
            padding-right: 3px;
        }

            ul.mobile-tab-thankyou li.active {
                border-bottom: 3px solid #7FE2DC;
            }

    .pgc-thankyounote-modal .modal-dialog.thank-you-modal .modal-content {
        padding-bottom: 50px;
    }

    .thankYou-body-inner h2 {
        font-size: 26px;
        line-height: normal;
    }


    .col-pixel-width-220.receipt-cart {
        top: 65px;
    }

        .col-pixel-width-220.receipt-cart .mt-gs-cartbtn {
            top: -45px;
        }

    .mt-gs-circle-position.else-circle {
        top: 15px;
    }

    .position-relative.tooltip-poc {
        margin-bottom: 5px;
    }

    .poc-add-gift label {
        display: inline-block !important;
    }

    .tooltip-poc .question-mark-icon {
        position: static;
        transform: translateY(2px);
    }

    .setup-fetch-bg.position-relative {
        position: static !important;
    }

    .row-block {
        position: fixed;
        top: 20px;
        right: auto;
        z-index: 99;
        left: 15px;
    }


        .row-block .dropdown-menu {
            margin-top: 5px;
            margin-left: 10px;
        }

    .ai-modal-wrapper {
        grid-template-columns: 100%;
        grid-row-gap: 25px;
    }

    .ai-modal-cardpreview {
        display: none;
    }


    .gt-modal .modal-dialog.max-840 {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .gt-modal .modal-dialog .modal-content .gt-modal-body {
        padding: 30px 20px;
    }

    #aiMagicCover .modal-dialog .modal-content {
        min-height: calc(100vh - 20px);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .gs-cart-body {
        max-height: max-content;
    }



}
/* ====== max 767px ====== */

@media screen and (max-width: 575px) {

    .select2-container span.poc-remaining, .tooltip-dropdown span.poc-remaining {
        font-size: 11px;
        padding: 6px 8px;
        margin-left: 7px;
        line-height: 16px;
    }

    .confirmation-modal p {
        font-size: 18px;
        line-height: 26px;
    }

    .mt-15vh {
        margin-top: 5vh !important;
    }

    .select-collection-type .form-check-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .modal-dialog.max-620.mt-15vh .gt-md-modal-content {
        padding: 0;
    }

    .gt-review-amount ul li {
        margin-right: 10px;
    }

    .confirmation-modal {
        padding: 0;
    }

    .modal-dialog.max-620.mt-15vh .modal-body {
        padding: 40px 15px !important;
    }

    .confirmation-modal-footer {
        grid-column-gap: 10px;
    }

        .confirmation-modal-footer a {
            font-size: 14px;
        }

    .gt-review-gifts-body .media img {
        max-width: 170px !important;
        margin-right: 15px !important;
    }

    .carousel-footer {
        display: none !important
    }

    .cropper-body .croppie-container .cr-slider-wrap:before {
        color: #999DA6;
        font-size: 14px;
        font-weight: 600;
    }

    .modal .modal-dialog.cropper-modal {
        margin-top: 50px !important;
    }

    .cropper-footer {
        padding: 45px 15px;
        padding-top: 15px;
    }

    .cropper-body .croppie-container .cr-boundary {
        max-width: 320px;
    }

    .modal.full-screen-modal.modalIframe .modal-dialog {
        background-color: #fff !important;
    }

    .modal.full-screen-modal.modalIframe .gcCarouselInIframe {
        transform: scale(.8) !important;
    }

    .carousel-counter {
        margin: 40px 0;
    }

    div#groupCardPreview div#full-screen-preview div#group-card-carousel-parent,
    .gcCarouselInIframe {
        max-width: 450px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-updated-arrow .circle,
    .modalIframe .modalIframeInner .carousel-updated-arrow .circle {
        display: none !important;
    }

    .carousel-updated-arrow {
        width: 45px;
        height: 45px;
    }

    .modal.full-screen-modal .modal-dialog {
        min-height: auto;
    }

    .modal.full-screen-modal a.carousel-control-prev,
    .modal.full-screen-modal a.carousel-control-next,
    .modalIframe .modalIframeInner a.carousel-control-prev,
    .modalIframe .modalIframeInner a.carousel-control-next {
        top: auto;
        bottom: -90px;
        width: 45px;
        height: 45px;
        background-color: #7fe2dc;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px;
    }

    .modal.full-screen-modal a.carousel-control-prev,
    .modalIframe .modalIframeInner a.carousel-control-prev {
        left: 0;
        background-image: url(https://grouptogethersite.blob.core.windows.net/siteres/carousel-Aleft.svg);
    }

    .modal.full-screen-modal a.carousel-control-next,
    .modalIframe .modalIframeInner a.carousel-control-next {
        right: 0;
        background-image: url(https://grouptogethersite.blob.core.windows.net/siteres/carousel-Aright.svg);
    }

    .gt-theme-header-content h2 {
        font-size: 20px;
    }

    .gt-theme-header-content a {
        font-size: 14px;
        line-height: 20px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .card-box {
        padding: 15px 10px;
    }

    .up-arrow.slick-arrow {
        position: absolute;
        top: 0;
        background-color: #fff;
        width: 50px;
        height: 50px;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: 18px;
        left: 0;
        right: 0;
        box-shadow: 0px 2px 4px rgba(30, 36, 55, 0.1);
        margin: 0 auto;
    }

    .down-arrow.slick-arrow {
        position: absolute;
        bottom: -15px;
        background-color: #fff;
        width: 50px;
        height: 50px;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: 18px;
        left: 0;
        right: 0;
        box-shadow: 0px 2px 4px rgba(30, 36, 55, 0.1);
        margin: 0 auto;
    }

    .message-card-inner .message-card-text h1 {
        font-size: 38px;
        line-height: 40px;
    }

    .contributor-search input:focus {
        outline: none;
        width: 108px;
    }

    .contributor-links ul li {
        margin-left: 15px;
    }

        .contributor-links ul li:before {
            left: -12px;
        }

    .contributor-search svg {
        width: 16px;
        height: 16px;
        top: 4px;
    }

    .contributor-search input {
        padding-left: 25px;
        padding-right: 15px;
        font-size: 16px;
        width: 100%;
        height: 30px;
    }

    .contributor-links ul li a {
        font-size: 14px;
        padding: 8px 25px !important;
        background: #7fe2dc;
        border-radius: 30px;
        text-align: center;
        color: #243040 !important;
        line-height: normal !important;
    }

    .mt-join-collection-card-content .d-flex a {
        width: 150px;
        margin: 0 10px;
    }

    .preview-invitation-container {
        margin-top: 0;
    }

    .mt-join-collection-card-inner {
        /*padding: 110px 15px 45px 15px;*/
    }

    .mt-library-tab-content ul {
        padding: 0 0px;
    }

        .mt-library-tab-content ul li {
            padding: 3px;
        }

            .mt-library-tab-content ul li .library-image-overlay a {
                padding: 5px 20px;
            }

    .gt-sr-head h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .gt-sr-head p {
        font-size: 20px;
        line-height: 30px;
    }

    .gt-sr-radio p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .invite-preview-card-holder {
        padding: 25px 20px 30px;
    }

    .invite-preview-card td.tdSpace {
        width: 80px !important;
    }

    .quantity input {
        font-size: 16px;
    }

    .distributed-list ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    .share-modalv2-form.mob-sharev2 {
        grid-template-columns: 40% 52% 8%;
        align-items: self-end;
    }

    .share-modalv2-form .form-group input.form-control {
        padding: 8px 8px;
    }

    button.close-svg {
        position: absolute;
        left: 10px;
        bottom: 5px;
    }

    .send-code-box input {
        width: 60px;
        height: 70px;
        margin: 0 5px;
        font-size: 18px;
    }

    .modal-body.verify-modal {
        padding-left: 12px;
        padding-right: 12px;
    }

    .row.gutter-8 .col-md-4 {
        padding: 0;
    }

    .access-modal {
        padding: 30px 20px;
    }

    .message-btns.text-right {
        text-align: center !important;
        font-size: 16px;
        padding-top: 10px !important;
    }

        .message-btns.text-right a {
            display: inline-block;
        }

    .block-item.cursor-pointer.collection-type-card a {
        font-size: 16px;
        left: 12px;
        bottom: 12px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
    }

    .preview-tabs.mt-10 {
        margin-top: 20px !important;
    }

    .mt-track-manage-cardholder {
        padding-bottom: 20px !important;
    }

    .tm-mob-menu a {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
}

/* ====== max 575px ====== */

@media screen and (max-width: 480px) {
    .mt-track-manage-subheader .mt-tm-invite-friends.mt-5 {
        margin-top: 55px !important;
    }

    .gt-staff-gifts {
        transform: scale(0.8);
        transform-origin: top;
        min-height: unset;
    }

    .mt-tm-collection-detail {
        transform: scale(.9);
        transform-origin: top;
    }

    .curve-progress {
        max-width: 300px !important;
    }

        .curve-progress .barOverflow {
            width: 300px !important;
            height: 68px !important;
        }

        .curve-progress .bar {
            width: 300px !important;
            height: 300px !important;
        }

    .curve-progress {
        margin-top: -55px !important;
    }
}
/* ====== max 460px ====== */
@media screen and (max-width: 410px) {
    .mt-card-slider-section,
    .mt-sign-card {
        width: 90%;
    }

    .mt-card-slide {
        min-height: 440px;
    }

        .mt-card-slide h2 {
            font-size: 38px;
            line-height: 40px;
        }

    .mt-card-slider .message-card-inner .message-card-text {
        min-height: 222px;
    }

    .skip-preview {
        font-size: 14px;
        line-height: 18px;
        margin-top: 14px;
    }

    .invite-preview-card td.tdSpace {
        width: 50px !important;
    }

    .invite-preview-card td.tdHeader {
        height: 35px !important;
    }

    .pink-bubble {
        font-size: 24px;
    }

    .block-item.cursor-pointer.collection-type-card a span {
        display: block;
    }

    input.form-control, .custom-control.custom-radio, textarea.form-control {
        max-width: 100% !important;
    }
}
/* ====== max 410px ====== */
@media screen and (max-width: 375px) {
    .mt-track-manage-subheader .mt-tm-invite-friends.mt-5 {
        margin-top: 40px !important;
    }

    .curve-progress {
        max-width: 285px !important;
        margin-top: -85px !important;
    }

        .curve-progress .barOverflow {
            width: 285px !important;
            height: 77px !important;
        }

        .curve-progress .bar {
            width: 285px !important;
            height: 285px !important;
        }

    .mt-tm-collection-detail {
        transform: scale(0.85) !important;
    }

    .bar.theme-bar {
        border: 16px solid #36adb4 !important;
        border-bottom-color: #36adb4 !important;
        border-right-color: #36adb4 !important;
    }

    .curve-progress .barOverflow::before {
        right: 15px !important;
    }

    .curve-progress .barOverflow::after {
        left: 15px !important;
    }

    .md-setting-buttons .theme-outline-btn {
        font-size: 14px !important;
    }
}
/* ====== max 375px ====== */
@media screen and (max-width: 340px) {
    .mt-contribute-left-content h2,
    .mt-contribute-right-content h2 {
        font-size: 30px;
        margin-bottom: 4vh;
    }

    .mt-aamount h1 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .mt-aamount p {
        font-size: 14px;
        line-height: 20px;
    }

    .mt-contribute-right-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .invite-preview-left p {
        font-size: 12px;
        line-height: 16px;
    }

    .invite-preview-left h2 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 330px) {
    .curve-progress .bar {
        width: 260px !important;
        height: 260px !important;
    }

    .curve-progress .barOverflow {
        width: 260px !important;
        height: 50px !important;
    }

    .mt-tm-collection-detail {
        width: 250px !important;
        height: 250px !important;
        margin-top: -25px;
    }

    .curve-progress {
        margin-top: -40px !important;
    }
}


/* ====== max 600 min  500 ======  */
@media screen and (max-width: 600px) and (min-width: 500px) {
    /*.mt-groupCard {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .mt-groupCard .mt-groupCard-title {
        font-size: 50px;
        line-height: 60px;
        min-height: 120px;
    }
    .mt-groupCard .mt-groupCard-description {
        font-size: 24px;
        line-height: 34px;
        padding: 0 15px;
    }
    .mt-groupCard-image img {
        max-width: 350px;
    }
    ._hoorayRed_ .mt-groupCard-header,
    ._HBD_ .mt-groupCard-header {
        height: 250px;
        background-size: 100%;
        background-position-y: center;
    }
    ._welcomeWorld_ .mt-groupCard-header {
        height: 250px;
        background-size: 300px;
        background-position-y: center;
    }
    ._greenBye_ .mt-groupCard-header {
        height: 250px;
        background-size: 265px;
        background-position-y: center;
    }
    ._FarewellGoodLuck_ .mt-groupCard-header,
    ._grayGoodBye_ .mt-groupCard-header,
    ._pinkFarewell_ .mt-groupCard-header {
        height: 250px;
        background-size: 300px;
        background-position-y: center;
    }
    ._HarryLiliy_ .mt-groupCard-header,
    ._HarryLily2_ .mt-groupCard-header {
        height: 250px;
    }
    ._HarryLiliy_ .mt-groupCard-title {
        min-height: auto;
    }
    ._HarryLily2_ .mt-groupCard-title {
        min-height: auto;
    }
    .mt-groupCard-space {
        min-height: 150px;
    }
    ._HarrySally_ .mt-groupCard-header {
        height: 135px;
    }
    ._HarrySally_ .mt-groupCard-title {
        min-height: unset;
    }*/
    .gt_varification-modal-outer .verification-control .form-control {
        letter-spacing: 35px;
        border: 0;
        width: 380px;
        padding-left: 35px;
        text-indent: 10px;
    }

    .gt_varification-modal-outer .row.verification-control-footer.max-code.no-gutters {
        max-width: 350px;
    }

    .gt_varification-modal-outer .verification-control:after {
        width: 310px;
    }
}
/* ====== max 600 min  500 ======  */

/* ====== max 500 min  400 ======  */
@media screen and (max-width: 500px) and (min-width: 400px) {
    /*.mt-groupCard {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    .mt-groupCard .mt-groupCard-header {
        height: 110px;
    }
    .mt-groupCard .mt-groupCard-title {
        font-size: 40px;
        line-height: 50px;
        min-height: 100px;
    }

    .mt-groupCard .mt-groupCard-description {
        font-size: 20px;
        line-height: 28px;
        padding: 0 15px;
    }

    .mt-groupCard-image img {
        max-width: 300px;
    }

    ._hoorayRed_ .mt-groupCard-header,
    ._HBD_ .mt-groupCard-header {
        height: 250px;
        background-size: 100%;
        background-position-y: center;
    }

    ._welcomeWorld_ .mt-groupCard-header {
        height: 250px;
        background-size: 300px;
        background-position-y: center;
    }

    ._greenBye_ .mt-groupCard-header {
        height: 250px;
        background-size: 265px;
        background-position-y: center;
    }

    ._FarewellGoodLuck_ .mt-groupCard-header,
    ._grayGoodBye_ .mt-groupCard-header,
    ._pinkFarewell_ .mt-groupCard-header {
        height: 250px;
        background-size: 300px;
        background-position-y: center;
    }

    ._HarryLiliy_ .mt-groupCard-header,
    ._HarryLily2_ .mt-groupCard-header {
        height: 250px;
    }

    ._HarryLiliy_ .mt-groupCard-title {
        min-height: auto;
    }

    ._HarryLily2_ .mt-groupCard-title {
        min-height: auto;
    }

    .mt-groupCard-space {
        min-height: 110px;
    }

    ._HarrySally_ .mt-groupCard-header {
        height: 135px;
    }

    ._HarrySally_ .mt-groupCard-title {
        min-height: unset;
    }
    ._rainbowTop_ .mt-groupCard-header,
    ._rabbitTop_ .mt-groupCard-header,
    ._deer_ .mt-groupCard-header {
        height: 230px;
        background-size: 200px;
    }
    ._Sun_ .mt-groupCard-header,
    ._honeyBee_ .mt-groupCard-header,
    ._whaleTop_ .mt-groupCard-header {
        height: 230px;
        background-size: 150px;
    }
    ._happyBirthday_ .mt-groupCard-header,
    ._goodBye_ .mt-groupCard-header {
        height: 250px;
        background-size: 290px;
        background-position-y: center;
    }*/
    .gt_varification-modal-outer .verification-control .form-control {
        letter-spacing: 35px;
        border: 0;
        width: 350px;
        padding-left: 35px;
        text-indent: 0px;
    }

    .gt_varification-modal-outer .verification-control:after {
        width: 310px;
    }

    .gt_varification-modal-outer .modal-dialog .modal-body {
        padding: 40px 20px;
    }

    .gt_varification-modal-outer .row.verification-control-footer.max-code.no-gutters {
        max-width: 350px;
    }
}
/* ====== max 500 min  400 ======  */

/* ====== max 400 min  300 ======  */
@media screen and (max-width: 400px) and (min-width: 300px) {
    /*.mt-groupCard {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .mt-groupCard .mt-groupCard-header {
        height: 80px;
    }

    .mt-groupCard .mt-groupCard-title {
        font-size: 28px;
        line-height: 38px;
        min-height: 74px;
    }

    .mt-groupCard .mt-groupCard-description {
        font-size: 16px;
        line-height: 20px;
        padding: 0 15px;
    }

    .mt-groupCard-image img {
        max-width: 220px;
    }

    ._hoorayRed_ .mt-groupCard-header,
    ._HBD_ .mt-groupCard-header {
        height: 250px;
        background-size: 100%;
        background-position-y: center;
    }

    ._welcomeWorld_ .mt-groupCard-header {
        height: 250px;
        background-size: 300px;
        background-position-y: center;
    }

    ._greenBye_ .mt-groupCard-header {
        height: 250px;
        background-size: 265px;
        background-position-y: center;
    }

    ._FarewellGoodLuck_ .mt-groupCard-header,
    ._grayGoodBye_ .mt-groupCard-header,
    ._pinkFarewell_ .mt-groupCard-header {
        height: 200px;
        background-size: 200px;
        background-position-y: center;
    }

    ._HarryLiliy_ .mt-groupCard-header,
    ._HarryLily2_ .mt-groupCard-header {
        height: 160px;
    }

    ._HarryLiliy_ .mt-groupCard-title {
        min-height: auto;
    }

    ._HarryLily2_ .mt-groupCard-title {
        min-height: auto;
    }

    .mt-groupCard-space {
        min-height: 100px;
    }

    ._HarrySally_ .mt-groupCard-header {
        height: 135px;
    }

    ._HarrySally_ .mt-groupCard-title {
        min-height: unset;
    }

    ._rainbowTop_ .mt-groupCard-header,
    ._rabbitTop_ .mt-groupCard-header,
    ._deer_ .mt-groupCard-header {
        height: 180px;
        background-size: 150px;
    }

    ._Sun_ .mt-groupCard-header,
    ._honeyBee_ .mt-groupCard-header,
    ._whaleTop_ .mt-groupCard-header {
        height: 180px;
        background-size: 120px;
    }

    ._happyBirthday_ .mt-groupCard-header,
    ._goodBye_ .mt-groupCard-header {
        height: 200px;
        background-size: 200px;
        background-position-y: center;
    }
    ._happyBirthday_ .mt-groupCard-title {
        min-height: unset;
        margin-bottom: 60px;
        margin-top: 15px;
    }
    ._hoorayRed_ .mt-groupCard-header,
    ._HBD_ .mt-groupCard-header {
        height: 180px;
        background-size: 100%;
        background-position-y: center;
    }
    ._welcomeWorld_ .mt-groupCard-header {
        height: 180px;
        background-size: 200px;
        background-position-y: center;
    }
    ._greenBye_ .mt-groupCard-header {
        height: 180px;
        background-size: 200px;
        background-position-y: center;
    }
    ._HarrySally_ .mt-groupCard-header {
        height: 80px;
    }
    ._HarrySally_ .mt-groupCard-title {
        margin-top: 30px;
        margin-bottom: 32px;
    }*/
    .gt_varification-modal-outer .verification-control .form-control {
        letter-spacing: 25px;
        border: 0;
        width: 300px;
        padding-left: 25px;
        text-indent: 12px;
        font-size: 28px;
        height: 60px;
    }

    .gt_varification-modal-outer .verification-control:after {
        width: 250px;
        bottom: 8px;
    }

    .gt_varification-modal-outer .modal-dialog .modal-body {
        padding: 40px 20px;
    }

    .gt_varification-modal-outer .row.verification-control-footer.max-code.no-gutters {
        max-width: 300px;
        margin: 0 auto;
    }
}
/* ====== max 400 min  300 ======  */
