@media only screen and (max-width: 1024px){

}
@media only screen and (max-width: 992px){
    .gerenalEvents .generalCates .slick-prev {
        left: -5px;
    }
    .gerenalEvents .generalCates .slick-next {
        right: -5px;
    }

    .voiceOfJoySec .voiceOfJoySlider .item{
        padding: 0 10px;
    }
    .voiceOfJoySec .voiceOfJoySlider .item .card{
        width: 100%;
        max-width: 440px;
    }

    .commonViewEcardSec .gridViewCards .card .card-body .card-title{
        font-size: 17px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .commonViewEcardSec .gridViewCards .card .card-body p{
        font-size: 14px;
    }

    .cardWithoutDescSec .col{
        width: 20%;
    }
    .cardWithoutDescSec .col:last-child{
        display: none;
    }
    .cardWithoutDescSec .card .card-body .card-title {
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal !important;
    }

    .cardInfoSec .cardSec .cardview{
        max-width: 400px;
    }
    .cardInfoSec .cardSec .cardinfo {
        width: calc(100% - 420px);
    }
    .cardInfoSec .cardSec .cardinfo .cardRating{
        margin-top: 20px;
        margin-bottom: 0;
    }

    .cardInfoSec .cardSec .cardinfo .shareBox .socialIcons{
        margin-bottom: 12px;
        gap: 6px;
    }
    .cardInfoSec .cardSec .cardinfo .shareBox .socialIcons a{
        width: 38px;
        height: 38px;
    }
	.cardInfoSec .cardSec .cardview .video-wrapper .play-overlay{
        display: none !important;
    }

    .cardInfoSec.cardPreview .cardSec .cardview{
        max-width: 100%;
    }

    .eventCardPopup .cardInfoSec .cardSec .cardview{
        max-width: 100%;
    }
}
@media only screen and (max-width: 767.5px){
    header .navbar .navbar-brand{
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
    }
    header .navbar .navbar-toggler{
        padding-right: 7px;
        padding-left: 7px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    header .navbar button.btn-red {
        font-size: 14px;
        padding: 7px 15px;
    }

    .gerenalEvents .generalCates .item img{
        width: 80px;
    }

    .commonViewEcardSec .gridViewCards .col-md-6:last-child{
        display: none;
    }

    .cardWithoutDescSec {
        --bs-gutter-x: 8px;
    }
    .cardWithoutDescSec .col:nth-last-child(-n+2){
        display: none;
    }

    .expressYouselfSec{
        padding-bottom: 45px;
    }
    .expressYouselfSec .card{
        height: fit-content;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .expressYouselfSec .card .card-body{
        padding-bottom: 1rem;
    }

    .appPromotionSec .title p{
        font-size: 17px;
    }
    .appPromotionSec .stores{
        gap: 15px;
    }
    .appPromotionSec .stores img{
        width: 120px;
    }

    footer .fMenus{
        row-gap:20px;
    }

    .restCategoriesTabs ul{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .cardInfoSec .cardSec{
        flex-direction: column;
    }
    .cardInfoSec .cardSec .cardview{
        max-width: 100%;
    }
    .cardInfoSec .cardSec .cardinfo{
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    .cardInfoSec .cardSec .cardinfo hr{
        max-width: 500px;
        margin: 0 auto;
    }
    .cardInfoSec .cardSec .cardinfo .cardRating{
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .cardInfoSec .cardSec .cardinfo button{
        width: 240px !important;
    }

    .cardInfoSec .cardSec .cardinfo .shareBox .socialIcons{
        gap: 10px;
        margin-bottom: 20px;
    }
    .cardInfoSec .cardSec .cardForm{
        gap: 10px;
        margin-top: 0;
    }
    .cardInfoSec .cardSec .cardForm #receiverContainer{
        gap: 10px;
        justify-content: space-between;
    }
    .cardInfoSec .cardSec .cardForm .sender-details{
        width: calc(50% - 5px);
    }
    .cardInfoSec .cardSec .cardForm .sender-details .custom-input .form-control{
        font-size: 15px;
        line-height: 1;
    }
    .cardInfoSec .cardSec .cardForm .sender-details .custom-input .input-group-text{
        padding-right: 5px;
    }
    .cardInfoSec .cardSec .cardForm .sender-details .message-box textarea {
        padding: 10px 10px;
        font-size: 15px;
    }
    .cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec button{
        font-size: 18px;
    }
    .cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec button svg{
        height: 16px;
    }

    .thankYouSec .buttonSec{
        gap: 10px;
    }
    .eventDobNameSec .dateName img{
        width: 30px;
    }
    .eventDobNameSec .dateName p{
        font-size: 18px;
    }

    .eventCardPopup .cardInfoSec .cardSec .cardinfo{
        margin-top: 0;
    }

    .importContactSec {
        padding: 20px 0;
    }
    .importContactSec .contact-container{
        margin-top: 40px;
        margin-left: 0 !important;
    }
    .importContactSec .contact-container .btn-blue {
        font-size: 13px;
        padding: 5px 15px;
    }

    .myPageSec .addFamilyNotification .dobRow{
        flex-direction:column;
        align-items:stretch;
    }
    .myPageSec .addFamilyNotification .backBtn,
    .myPageSec .addFamilyNotification .laterBtn{
        order:2;
    }

    .myPageSec .descriptionYouself h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .myPageSec .descriptionYouself .genderOptions{
        gap: 0px;
    }
    .myPageSec .descriptionYouself .formGroup {
        margin-bottom: 8px;
    }
    .myPageSec .descriptionYouself .form-control, .myPageSec .descriptionYouself .form-select{
        height: 36px;
        font-size: 14px;
    }
    .myPageSec .descriptionYouself .charCount {
        font-size: 11px;
        margin-top: 3px;
    }

    .calendarSec .calendar-header-wrapper{
        padding: 15px;
        padding-bottom: 0;
    }
    .calendarSec .calendar-body-wrapper{
        padding: 15px;
        padding-top: 0;
    }
    .calendarSec .calendar-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
        background: transparent;
        border: none;
    }
    .calendarSec .weekday-header {
        display: none;
    }
    .calendarSec .day-cell {
        min-height: auto;
        padding: 5px;
        border: 1px solid #9a9a9a40;
        border-radius: 8px;
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-template-areas: "date img" "events img";
        align-items: start;
        column-gap: 5px;
        gap: 5px;
        background-color: #c7dcff1c;
    }
    .calendarSec .day-cell.empty {
        display: none !important;
    }
    .calendarSec .day-cell.highlight {
        padding: 11px;
        border-width: 2px;
    }
    .calendarSec .event-card-img {
        /* height: 120px;
        max-width: 150px; */
        /* grid-area: img; */
        /* width: 100%;
        height: 100%; */
        /* object-fit: cover;
        border-radius: 4px;
        margin: 0;
        margin-left: auto; */
    }
    .calendarSec .event-links{
        grid-area: events;
        list-style: none;
        padding: 0;
        margin: 0;
        min-width: 179px;
        padding-left: 3px;
    }
    .calendarSec .event-links
    .calendarSec .event-links a {
        white-space: normal;
        font-size: 12px;
    }
    .calendarSec .day-number{
        color: var(--color-red);
        grid-area: date;
        padding-left: 3px;
    }
    .calendarSec .calendar-body-wrapper #mobile-nav button{
        font-size: 14px;
    }
    .calendarSec .multi-day-banner {
        flex-direction: row;
        align-items: center;
        min-height: auto;
        border: 1px solid var(--color-dark-gray);
        border-radius: 8px;
        padding: 5px;
        gap: 10px;
    }
    .calendarSec .multi-day-header {
        display: none; 
    }
    .calendarSec .multi-day-img {
        width: 68px;
        height: 68px;
        margin: 0;
        flex-shrink: 0;
    }
    .calendarSec .multi-day-link {
        text-align: left;
        padding: 0;
        font-size: 13px;
    }
    .calendarSec .multi-day-link .range-label {
        display: block;
        font-size: 11px;
        color: var(--color-red);
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 2px;
    }
    .calendarSec .event-links li:first-child{
        font-weight: 600;
    }

    .settingsSec.myEventSec .tg-panel-body .tgEventLists{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        gap: 12px 20px;
    }
}
@media only screen and (max-width: 575px){
    header .navbar .navbar-brand{
        width: 120px;
    }
    header .navbar button.btn-red {
        margin-right: 5px !important;
        padding: 3px 6px;
        font-size: 12px;
        border-radius: 5px !important;
    }
    header .navbar .navbar-toggler{
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    header .navbar .navbar-toggler .navbar-toggler-icon{
        width: 26px;
        height: 28px;
    }
    header .userSignin{
        font-size: 25px;
        margin-right: 5px !important;
    }

    .gerenalEvents{
        padding: 20px 0;
    }
    .gerenalEvents .generalCates .slick-prev {
        left: 0px;
    }
    .gerenalEvents .generalCates .slick-next {
        right: 0px;
    }
    .gerenalEvents .generalCates .item img{
        width: 60px;
    }
    .gerenalEvents .generalCates .item h2 a{
        font-size: 15px;
    }

    .mostPopularEcard{
        padding: 20px 0;
    }
    .mostPopularEcard .title{
        margin-bottom: 15px;
    }
    .mostPopularEcard .title h2 {
        /* font-size: 24px; */
        /* margin-bottom: 20px; */
        font-size: 20px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mostPopularEcard .mostpopularslider .slick-prev {
        left: 0px;
    }
    .mostPopularEcard .mostpopularslider .slick-next {
        right: 0px;
    }
    .mostPopularEcard .mostpopularslider .item .card{
        width: 95%;
    }
	.mostPopularEcard .mostpopularslider .item .card a img{
        height: 200px;
    }
    .mostPopularEcard .title button {
        padding: 3px 10px;
        font-size: 12px;
        min-width: 85px;
    }
    .mostPopularEcard .mostpopularslider .item .card .card-body h3{
        font-size: 15px;
    }

    .latestAdditionsEcard{
        padding: 20px 0;
    }
    .latestAdditionsEcard .browseMore{
        margin-top: 25px;
    }
    .latestAdditionsEcard .browseMore button{
        padding: 5px 20px;
    }
    .latestAdditionsEcard .title{
        margin-bottom: 15px;
    }
    .latestAdditionsEcard .title h2 {
        /* font-size: 24px;
        margin-bottom: 20px; */
        font-size: 20px;    
    }
    .latestAdditionsEcard .title button {
        padding: 2px 10px;
        font-size: 12px;
    }
    .latestAdditionsEcard .latestAdditionsSlider .slick-prev {
        left: 0px;
    }
    .latestAdditionsEcard .latestAdditionsSlider .slick-next {
        right: 0px;
    }
    .latestAdditionsEcard .latestAdditionsSlider .item .card{
        width: 96%;
    }
    .latestAdditionsEcard .browseMore{
        margin-top: 25px;
    }
    .latestAdditionsEcard .browseMore button{
        padding: 5px 20px;
    }
    .latestAdditionsEcard .latestAdditionsSlider .item .card .card-body h3{
        font-size: 15px;
    }

    .commonViewEcardSec{
        padding: 20px 0;
        /* padding-top: 12px !important; */
    }
    .commonViewEcardSec .title{
        margin-bottom: 15px;
    }
    .commonViewEcardSec .title h2 {
        /* font-size: 24px;
        margin-bottom: 20px; */
        font-size: 20px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .commonViewEcardSec .title button {
        padding: 3px 10px;
        font-size: 12px;
        min-width: 85px;
    }
    .commonViewEcardSec .gridViewCards {
        row-gap: 5px;
    }
    .commonViewEcardSec .gridViewCards .card{
        padding: 5px;
    }
    .commonViewEcardSec .gridViewCards .card .cardImg{
        width: 40%;
        max-width: 115px;
    }
    .commonViewEcardSec .gridViewCards .card .card-body{
        width: calc(60% - 10px);
    }
    .commonViewEcardSec .gridViewCards .card .card-body .card-title{
        margin-bottom: 5px;
        font-size: 15px;
    }
    .commonViewEcardSec .gridViewCards .card .card-body p{
        font-size: 13px;
    }
    .commonViewEcardSec .gridViewCards .card .bottomSec {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -5px;
        margin-top: -5px;
        padding: 6px 10px;
    }

    .cardWithoutDescSec {
        --bs-gutter-x: 10px;
        row-gap: 10px !important;
    }
    .cardWithoutDescSec .col {
        width: 50%;
        flex: auto;
    }
    .cardWithoutDescSec .card{
        gap: 10px !important;
    }
    .cardWithoutDescSec .card .cardImg{
        max-width: 100% !important;
    }
    .cardWithoutDescSec .card .card-body .card-title{
        -webkit-line-clamp: 1;
    }

    .birthdayVideoSec{
        padding: 20px 0;
    }
    .birthdayVideoSec .title{
        margin-bottom: 15px;
    }
    .birthdayVideoSec .title h2 {
        /* font-size: 24px;
        margin-bottom: 20px; */
        font-size: 20px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .birthdayVideoSec .title button {
        padding: 3px 10px;
        font-size: 12px;
        min-width: 85px;
    }
    .birthdayVideoSec .birthdayVideoSlider .slick-prev {
        left: 0px;
    }
    .birthdayVideoSec .birthdayVideoSlider .slick-next {
        right: 0px;
    }
    .birthdayVideoSec .browseMore{
        margin-top: 25px;
    }
    .birthdayVideoSec .browseMore button{
        padding: 5px 20px;
    }
    .birthdayVideoSec .birthdayVideoSlider .item .card{
        width: 95%;
    }
	.birthdayVideoSec .birthdayVideoSlider .item .card a img{
        height: 270px;
    }
    .birthdayVideoSec .birthdayVideoSlider .item .card .card-body h3{
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* Show only 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .eventsHolidaySec{
        padding: 20px 0;
    }
    .eventsHolidaySec .title{
        margin-bottom: 15px;
    }
    .eventsHolidaySec .title h2 {
        /* font-size: 24px;
        margin-bottom: 20px; */
        font-size: 20px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .eventsHolidaySec .title button {
        padding: 3px 10px;
        font-size: 12px;
        min-width: 85px;
    }
    .eventsHolidaySec .browseMore{
        margin-top: 25px;
    }
    .eventsHolidaySec .browseMore button{
        padding: 5px 20px;
    }
    .eventsHolidaySec .eventsHolidaySlider .slick-prev {
        left: 0px;
    }
    .eventsHolidaySec .eventsHolidaySlider .slick-next {
        right: 0px;
    }
    .eventsHolidaySec .eventsHolidaySlider .item .card{
        width: 96%;
    }
    .eventsHolidaySec .eventsHolidaySlider .item .card .card-body p{
        font-size: 13px;
        margin-top: 0;
    }
    .eventsHolidaySec .eventsHolidaySlider .item .card .card-body h3{
        font-size: 15px;
    }
    .eventsHolidaySec .browseMore{
        margin-top: 25px;
    }
    .eventsHolidaySec .browseMore button{
        padding: 5px 20px;
    }

    .justToSaySec{
        padding: 20px 0;
    }
    .justToSaySec .title button {
        padding: 3px 10px;
        font-size: 12px;
        min-width: 85px;
    }
    .justToSaySec .title h2 {
        font-size: 20px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /* margin-bottom: 15px; */
    }
    .justToSaySec .justToSaySlider .slick-prev {
        left: 0px;
    }
    .justToSaySec .justToSaySlider .slick-next {
        right: 0px;
    }
    .justToSaySec .justToSaySlider .item .card{
        width: 96%;
    }
    .justToSaySec .justToSaySlider .item .card .card-body h3{
        font-size: 15px;
    }

    .expressYouselfSec{
        padding: 20px 0;
    }
    .expressYouselfSec .title h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .expressYouselfSec .title p{
        font-size: 14px;
    }
    .expressYouselfSec .card .card-body .card-title{
        font-size: 20px;
    }
    .expressYouselfSec .card img{
        width: 75px;
    }
    .expressYouselfSec .box1::before, 
    .expressYouselfSec .box2::before, 
    .expressYouselfSec .box3::before{
        font-size: 30px;
    }
    .expressYouselfSec .card.box1{
        margin-top: 5px;
    }

    .voiceOfJoySec{
        padding: 20px 0;
    }
    .voiceOfJoySec .title h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .voiceOfJoySec .title p{
        font-size: 14px;
    }
    .voiceOfJoySec .voiceOfJoySlider .item{
        margin-top: 5px;
    }
    .voiceOfJoySec .voiceOfJoySlider .item .card .card-img-top{
        width: 50px;
    }
    .voiceOfJoySec .voiceOfJoySlider .item .card .detail img{
        width: 45px;
        height: 45px;
    }
    .voiceOfJoySec .voiceOfJoySlider .item .card .detail .name{
        font-size: 16px;
    }
    .voiceOfJoySec .voiceOfJoySlider .item .card .detail .designation{
        font-size: 14px;
    }
    .voiceOfJoySec .voiceOfJoySlider .slick-dots {
        bottom: -32px;
    }
    .voiceOfJoySec .voiceOfJoySlider .slick-dots li{
        margin: 0;
    }
    .voiceOfJoySec .voiceOfJoySlider .slick-dots li button{
        width: 10px;
        height: 10px;
    }

    .appPromotionSec{
        padding: 20px 0;
    }
    .appPromotionSec .title p{
        margin-bottom: 10px;
    }
    .appPromotionSec .stores{
        margin-top: 10px;
    }

    footer .socialConnect{
        gap: 15px;
    }
    footer .socialConnect span{
        font-size: 18px;
    }
    footer .socialConnect .socialLinks{
        gap: 5px;
    }
    footer .socialConnect .socialLinks a{
        font-size: 18px;
    }


    .topIntroSec{
        padding: 20px 0;
    }
    .topIntroSec h1{
        font-size: 22px;
        margin-bottom: 7px;
    }
    .topIntroSec p{
        font-size: 14px;
    }

    .restCategoriesTabs {
        padding: 20px 0 15px;
    }
    .restCategoriesTabs ul li h3{
        font-size: 14px;
    }
    .restCategoriesTabs ul li h3 a img{
        height: 11px;
    }

    .cardInfoSec{
        padding: 20px 0 30px;
    }
    .cardInfoSec .backBtn{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .cardInfoSec .backBtn img{
        height: 14px;
    }
    .cardInfoSec .cardSec .cardinfo{
        margin-top: 0;
    }
    .cardInfoSec .cardSec .cardinfo h1{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .cardInfoSec .cardSec .cardinfo p{
        font-size: 14px;
    }
    .cardInfoSec .cardSec .cardinfo .cardRating {
        margin-top: 20px;
        margin-bottom: 5px;
        gap: 10px;
    }
    .cardInfoSec .cardSec .cardinfo .cardRating .stars .star{
        font-size: 25px;
    }
    .cardInfoSec .cardSec .cardinfo button{
        font-size: 16px;
    }
    .cardInfoSec .cardSec .cardinfo .shareBox .socialIcons{
        margin-bottom: 5px;
    }
    .cardInfoSec .cardSec .cardinfo .shareBox .copyTitle{
        margin-bottom: 3px;
    }
    .cardInfoSec .cardSec .cardForm .sender-details{
        width: 100%;
    }
    .cardInfoSec .cardSec .cardForm .sender-details .sender-title{
        font-size: 18px;
    }
    .cardInfoSec .cardSec .cardForm .deleteReceiver {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .cardInfoSec .cardSec .cardForm .receiverActions #importContacts, 
    .cardInfoSec .cardSec .cardForm .receiverActions #addReceiver{
        font-size: 13px;
    }
    .cardInfoSec .cardSec .cardForm .sender-details .customCheck{
        align-items: flex-start;
    }
    .cardInfoSec .cardSec .cardForm .sender-details .customCheck .form-check-label{
        line-height: 1.3;
    }
    .cardInfoSec .cardSec .cardForm .sender-details .custom-input svg{
        font-size: 20px;
    }
    .cardInfoSec .cardSec .cardForm .sender-details .customCheck .form-check-input{
        margin-top: 3px;
    }
    .cardInfoSec .cardSec .cardForm .sender-details.scheduleDelivery{
        min-height: auto;
    }
    .cardInfoSec .cardSec .cardForm .sender-details #countryBox .form-select{
        font-size: 15px;
    }
    .cardInfoSec .cardSec .cardForm .sender-details #countryBox .schedule-note{
        line-height: 1.2;
    }
    .cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec{
        flex-direction: column;
        gap: 0px;
    }
    .cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec button{
        margin-top: 15px !important;
        font-size: 16px;
    }
    .cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec button:last-child{
        font-size: 18px;
    }
    .cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec button svg{
        height: 15px;
    }
    .cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec button:last-child svg{
        height: 18px;
    }

    .cardInfoSec2{
        padding-top: 10px;
    }
    .cardInfoSec2 .cardSec{
        gap: 5px;
    }
    .cardInfoSec2 .cardSec .cardinfo .shareBox{
        margin-top: 5px;
    }

    .cardPreview .cardSec{
        padding: 10px;
    }
    .cardPreview .cardSec .cardview .toName h3{
        font-size: 18px;
    }
    .cardPreview .cardSec .cardview .cardMessage p{
        font-size: 15px;
    }
    .cardPreview .cardSec .cardview .fromName h3{
        font-size: 18px;
    }
    .cardInfoSec .cardForm .sender-details.legalSec .buttonSec{
        margin-top: 0;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }
    .cardInfoSec .cardForm .sender-details.legalSec .buttonSec button {
        font-size: 15px;
    }

    .ecardTabs{
        padding: 20px 0 0;
    }
    .ecardTabs .tabMenu li {
        padding: 3px 5px;
        font-size: 13px;
    }

    .thankYouSec{
        padding: 20px 0;
    }
    .thankYouSec img{
        width: 50px;
    }
    .thankYouSec p{
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .thankYouSec .buttonSec{
        margin-top: 10px;
        flex-direction: column;
        gap: 5px;
    }
    .thankYouSec .buttonSec button{
        margin: 0 auto;
        font-size: 14px;
        padding: 5px 10px;
    }
    .eventDobNameSec {
        padding: 7px 0px;
    }
    .eventDobNameSec .dateName{
        gap: 5px;
        align-items: flex-start;
    }
    .eventDobNameSec .dateName img{
        width: 25px;
    }
    .eventDobNameSec .dateName p{
        font-size: 15px;
        line-height: 1.3;
    }
    .cardInfoSec .cardSec .cardinfo #addmsgdate {
        font-size: 14px;
        margin-top: 10px;
        text-align: right;
        width: 100% !important;
    }

    .viewSentCardSec .cardForm .sender-details .buttonSec button{
        font-size: 14px !important;
    }

    .eventCardPopup .modal-body .cardInfoSec .cardSec .cardinfo #addmsgdate {
        margin-top: 12px;
        font-size: 12px;
    }
    .eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details .sender-title{
        font-size: 16px;
    }
    .eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details.legalSec{
        margin-top: 0;
    }
    .eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec{
        margin-top: 0;
    }
    .eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec button{
        font-size: 15px;
    }
    .eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec button svg{
        height: 14px;
    }

    .importContactSec .importContact .importOptions h1{
        font-size: 20px;
        margin-bottom: 8px;
    }
    .importContactSec .importContact .importOptions{
        padding: 12px;
    }
    .importContactSec .importContact .importOptions .options .item {
        gap: 5px;
        border-radius: 5px !important;
        width: 55px;
        height: 55px;
    }
    .importContactSec .importContact .importOptions .options .item img{
        height: 23px;
    }
    .importContactSec .importContact .importOptions .options .item p{
        font-size: 12px;
    }
    .importContactSec .importContact .blwMsg {
        font-size: 12px;
        margin: 6px;
        line-height: 1.3;
    }
    .importContactSec .importContact .notificationBoard {
        border-radius: 5px !important;
        padding: 12px;
    }
    .importContactSec .importContact .notificationBoard p {
        line-height: 1.3;
        font-size: 14px;
    }
    .importContactSec .contact-container .selectallSearch .search-input {
        font-size: 13px;
        padding: 5px 10px;
    }
    .importContactSec .importContact .importOptions.noLogin .noLoginMsg a{
        font-size: 17px;
    }

    .topIntroSec2{
        padding-bottom: 10px;
    }
    .topIntroSec2 h1{
        font-size: 20px;
    }
    .topIntroSec2 h5{
        font-size: 15px;
        margin-bottom: 0;
    }

    .profileStatus{
        margin-bottom: 0;
    }
    .profileStatus p {
        margin: 5px 0 0;
        font-size: 12px;
    }

    .myPageSec .emailVarifyNotification{
        padding: 15px;
    }
    .myPageSec .emailVarifyNotification p{
        font-size: 14px;
    }
    .myPageSec .emailVarifyNotification .buttonSec {
        gap: 10px;
        flex-wrap: wrap;
    }
    .myPageSec .emailVarifyNotification .buttonSec button{
        width: 210px;
        font-size: 14px;
        padding: 5px;
    }

    .myPageSec .importAddBook h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .myPageSec .importAddBook .options {
        gap: 3px;
        margin: 10px 0;
    }
    .myPageSec .importAddBook .options .item {
        gap: 5px;
        border-radius: 5px !important;
        width: 80px;
        height: 60px;
    }
    .myPageSec .importAddBook .options .item img {
        height: 20px;
    }
    .myPageSec .importAddBook .options .item p{
        font-size: 13px;
    }
    .myPageSec .importAddBook .blwMsg {
        font-size: 13px;
        margin: 5px 0;
    }
    

    .myPageSec .addProfileNotification h3{
        font-size: 20px;
    }
    .myPageSec .addProfileNotification .profileContent p {
        line-height: 1.4;
        font-size: 11px;
    }
    .myPageSec .addProfileNotification .uploadSec input{
        font-size: 13px;
        margin-bottom: 0;
    }
    .myPageSec .addProfileNotification .uploadSec small{
        font-size: 10px;
    }
    .myPageSec .addProfileNotification .profileInfo{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }
    .myPageSec .addFamilyNotification .form-control, .myPageSec .addFamilyNotification .form-select {
        height: 36px;
        font-size: 14px;
    }

    .myPageSec .addFamilyNotification .dobRow{
        flex-wrap:wrap;
        gap:10px;
    }
    .myPageSec .addFamilyNotification .dobRow label{
        width:100%;
    }
    .myPageSec .addFamilyNotification .dobRow .form-select{
        flex:1;
        min-width:90px;
    }
    .myPageSec .addFamilyNotification h3{
        font-size:20px;
    }
    .myPageSec .addFamilyNotification .familyMember{
        padding:15px;
    }

    .myPageSec .addEventReminder h3{
        font-size: 20px;
        display: inline-grid;
    }

    .myPageSec .addFriendBdayNotification h3{
        font-size: 20px;
        display: inline-grid;
    }

    .myPageSec .addFriendBdayNotification .moreLink{
        font-size: 14px;
    }

    .tagSec{
        padding: 20px 0;
    }
    .tagSec .tagCloud {
        border-radius: 7px;
        padding: 10px;
    }
    .tagSec .tagCloud .tags .size-1{
        font-size:10px;
    }
    .tagSec .tagCloud .tags .size-2{
        font-size:11px;
    }
    .tagSec .tagCloud .tags .size-3{
        font-size:12px;
    }
    .tagSec .tagCloud .tags .size-4{
        font-size:13px;
    }
    .tagSec .tagCloud .tags .size-5{
        font-size:14px;
        font-weight:600;
    }
    .tagSec .tagCloud .tags .size-6{
        font-size:15px;
    }

    .noSearchResultSec{
        padding: 20px 0;
    }
    .noSearchResultSec .noSearchResult{
        padding:15px;
        gap:12px;
    }
    .noSearchResultSec .noSearchResult .icon{
        font-size:24px;
    }
    .noSearchResultSec .noSearchResult .content h4{
        font-size:18px;
    }
    .noSearchResultSec .noSearchResult .content p{
        font-size:14px;
    }
    .noSearchResultSec .noSearchResult .content span{
        font-size:13px;
    }

    .rankText {
        padding: 15px 0;
    }
    .rankText p{
        font-size: 11px;
    }

    .lrnh .gridViewCards .col-md-6:last-child{
        display: block;
    }

    .calendarSec .btn-today, 
    .calendarSec .custom-select{
        font-size: 13px;
    }

    .myPageSec .myPageWelcomeWidget .widgetCard{
        padding: 12px 12px;
    }
    .myPageSec .myPageWelcomeWidget .widgetBody p{
        font-size: 13px;
    }
    .myPageSec .myPageWelcomeWidget .stepsList li{
        font-size: 13px;
    }
    .myPageSec .myPageWelcomeWidget .ecardDate{
        font-size: 11px;
    }
    .myPageSec .myPageWelcomeWidget .ecardSender{
        gap: 4px;
    }
    .myPageSec .myPageWelcomeWidget .senderIcon {
        width: 14px;
        height: 14px;
        font-size: 9px;
    }
    .myPageSec .myPageWelcomeWidget .senderName{
        font-size: 11px;
    }
    .myPageSec .myPageWelcomeWidget .ecardRow{
        gap: 10px;
        padding: 0;
    }
    .myPageSec .myPageWelcomeWidget .viewEcardBtn{
        font-size: 11px;
        background-color: transparent;
        color: var(--color-ocean-blue);
        font-weight: 500;
    }
    .myPageSec .myPageWelcomeWidget .btnBlockSender{
        font-size: 11px;
    }
    .myPageSec .myPageWelcomeWidget .ecardTableHead {
        gap: 38px;
        font-size: 11px;
        margin-bottom: 0px;
    }
    .myPageSec .myPageWelcomeWidget .viewAllLink{
        font-size: 12px;
    }
    .myPageSec .myPageWelcomeWidget .bounceAlert {
        gap: 5px;
        border-radius: 5px;
        padding: 5px 10px;
        font-size: 12px;
    }

    .loginSignupSec{
        padding: 20px 0;
    }
    .loginSignupSec .divider{
        margin: 14px 0 10px;
    }
    .loginSignupSec .btnLoginSignup {
        padding: 10px;
        font-size: 15px;
    }
    .loginSignupSec .form-control {
        border-radius: 7px;
        padding: 10px 12px;
        font-size: 14px;
    }

    .myPageSec .myPageWelcomeWidget .upcomingEvents .eventRow{
        gap: 10px;
    }
    .myPageSec .myPageWelcomeWidget .upcomingEvents .eventTitle{
        font-size: 14px;
    }

    .forgotPasswordModal .underlineField .form-control{
        border-radius: 7px;
        padding: 10px 12px;
        font-size: 14px;
    }

    .settingsSec{
        padding: 20px 0;
    }
    .settingsSec .tg-page-header h1{
        font-size: 22px;
    }
    .tg-verify-banner{
        flex-wrap: wrap;
        border-radius: 7px !important;
        padding: 7px 10px;
    }
    .tg-verify-banner a.reSendEmail{
        display: block;
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }
    
    .settingsSec .tg-accordion .accordion-body{
        padding: 15px 12px;
    }
    .settingsSec .tg-accordion .accordion-button {
        font-size: 14px;
        padding: 10px 12px;
    }
    .settingsSec .tg-section-icon {
        width: 23px;
        height: 23px;
        margin-right: 8px;
        font-size: 11px;
    }
    .settingsSec .tg-accordion .accordion-button::after {
        width: 15px;
        height: 15px;
        background-size: cover;
    }

    .settingsSec.myreminderSec .tg-panel-header{
        font-size: 14px;
        padding: 10px 12px;
    }
    .settingsSec.myreminderSec .tg-reminder-item{
        gap: 5px;
        padding: 10px;
    }
    .settingsSec.myreminderSec .tg-wish-btn {
        padding: 5px 7px;
        font-size: 12px;
        font-weight: 500;
        border-radius: 4px;
        line-height: 1;
    }
    .settingsSec.myreminderSec .tg-reminder-actions{
        gap: 10px;
    }
    .settingsSec.myreminderSec .tg-reminder-event{
        font-size: 11px;
    }
    .settingsSec.myreminderSec .tg-reminder-date{
        font-size: 12px;
    }
    .settingsSec.myreminderSec .tg-reminder-name{
        font-size: 12px;
    }

    .connectMenu .connectMenu-item, .connectMenu .connectMenu-dropdown a{
        padding:10px 10px;
        font-size:12.5px;
        gap:4px;
    }
    .connectMenu .connectMenu-item i{
        font-size:14px;
    }

    .settingsSec.myEventSec .tg-panel-header{
        font-size: 14px;
    }

    .settingsSec.myEcardsSec .tg-ecard-item{
        padding: 12px;
    }
    .settingsSec.myEcardsSec .tg-accordion .accordion-button{
        font-size: 14px;
        padding: 10px 12px;
    }
    .settingsSec.myEcardsSec .tg-btn-sm {
        padding: 5px 11px;
        font-size: 12px;
        border-radius: 4px;
    }

    .mainContentSec{
        padding: 30px 0 20px;
    }
    .mainContentSec h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .mainContentSec p{
        font-size: 15px;
    }

    .contactSec{
        padding: 30px 0 20px;
    }
    .contactSec h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .contactSec p{
        font-size: 15px;
    }
    .contactSec .contact-form-wrap {
        margin: 5px auto;
        padding: 0px;
    }
    .contactSec .contact-form-wrap .formrow{
        margin-bottom: 5px;
    }

    .helpSec{
        padding: 30px 0 20px;
    }

    .optOutSec{
        padding: 30px 0 20px;
    }
    .optOutSec h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .cardInfoSec.cardPreview.viewSentCardSec.fb_fcb .ecard-notification {
        font-size: 13px;
        line-height: 1.3;
    }

    .settingsSec .tg-page-header{
        padding-top: 0;
    }
    .settingsSec.profileDashboardSec .tg-info-box{
        margin-top: 5px;
        padding: 12px;
    }
    .settingsSec.profileDashboardSec .tg-holiday-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .settingsSec.profileDashboardSec .tg-panel-body{
        padding: 12px;
    }
	.cookiesBannerMobile .acptCookBtn{right:0;}
	.calendarIcon_new {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }
    .calendarIcon_new .month {
        font-size: 9px;
        top: 1px;
    }
    .calendarIcon_new .date {
        font-size: 12px;
        bottom: 1px;
    }
}
@media only screen and (max-width: 420px){
    /* .gerenalEvents .generalCates {
        padding: 0 20px;
    } */

    /* .mostPopularEcard .mostpopularslider {
        padding: 0 20px;
    } */
    /* .mostPopularEcard .mostpopularslider .item .card{
        width: 130px;
    } */

    /* .latestAdditionsEcard .latestAdditionsSlider{
        padding: 0 20px;
    }
    .latestAdditionsEcard .latestAdditionsSlider .item .card{
        width: 130px;
    } */

    .birthdayVideoSec .birthdayVideoSlider{
        /* padding: 0 20px; */
    }
    .birthdayVideoSec .birthdayVideoSlider .item .card{
        /* width: 130px; */
        width: 100%;
    }

    /* .eventsHolidaySec .eventsHolidaySlider{
        padding: 0 20px;
    }
    .eventsHolidaySec .eventsHolidaySlider .item .card{
        width: 130px;
        min-height: 199px;
    } */

    /* .justToSaySec .justToSaySlider{
        padding: 0 20px;
    }
    .justToSaySec .justToSaySlider .item .card{
        width: 130px;
    } */

    footer .fMenus h4{
        font-size: 17px;
    }
    footer .copyright p{
        font-size: 14px;
    }
}