@media screen and (min-width: 320px) and (max-width: 340px) {
    .row.flex-nowrap {
        gap: 70px;
    }
}
@media screen and (min-width: 341px) and (max-width: 575px) {
    .row.flex-nowrap {
        gap: 60px;
    }
}
@media screen and (min-width: 320px) and (max-width: 410px) {
    /* template 3 wedding template */
    .template-img_3 {
        height: 175px;
    }
    .main_content-div_3 {
        top: 13%;
        right: 20%;
    }
    .main-text_3 {
        font-size: 16px;
    }
    .sub_content_div_3 {
        top: 39%;
        right: 35px;
    }
    .sub-text_3 {
        font-size: 18px;
    }
    .date_content_div {
        bottom: 35px;
        right: 34px;
    }
    .date-text {
        font-size: 12px;
    }
    .date-text_2 {
        font-size: 12px;
    }
    .couple-img {
        width: 90px;
        height: 139px;
        top: 21px;
        left: 37px;
    }
    .forgetpass-align {
        flex-direction: column;
    }
    .auth-form .btn {
        height: auto !important;
    }
    .template-img_5 {
        height: 207px;
    }
}
@media screen and (min-width: 411px) and (max-width: 575px) {
    /* template 3 wedding template */
    .template-img_3 {
        height: 175px;
    }
    .main_content-div_3 {
        top: 10%;
        right: 20%;
    }
    .main-text_3 {
        font-size: 16px;
    }
    .sub_content_div_3 {
        top: 39%;
        right: 13%;
    }
    .name_content_div_3 {
        right: 16%
    }
    .sub-text_3 {
        font-size: 18px;
    }
    .date_content_div {
        bottom: 35px;
        right: 13%;
    }
    .date-text {
        font-size: 12px;
    }
    .date-text_2 {
        font-size: 12px;
    }
    .name_content_div_3 {
        right: 14%
    }
    .couple-img {
        width: 100px;
        height: 138px;
        top: 21px;
        left: 76px;
    }
    .auth-form .btn {
        height: 40px !important;
    }
    .download-list {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    }
    .template-img_5 {
        height: 300px;
    }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
    .align-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mb-btn {
        margin-bottom: 10px;
    }
    .user-type-div {
        text-align: center;
    }
    .m-btn {
        margin-top: 5px;
    }
    .btn-add {
        margin-top: 5px;
    }
    .headding-text {
        font-size: 16px !important;
        margin-top: 2px;
    }
    .width-btn {
        width: 100%;
    }
    /* addevent page */
    .text-list {
        font-size: 16px !important;
    }
    .acc-btn-text {
        font-size: 15px !important;
    }
    .main-logo {
        width: 75px !important;
        height: 30px !important;
        margin-left: 15px;
    }
    /* event signup */
    .label-text-1 {
        display: none;
    }
    .label-text-2 {
        display: none;
    }
    .label-text-3 {
        display: none;
    }
    .label-text-4 {
        display: none;
    }
   .stepper {
        display: flex;
        position: relative;
        justify-content: space-evenly;
        margin: 90px 0 30px;
        left: 0px;
    }
    .step-heading {
            font-size: 18px;
    }
    .has-search .form-control-feedback {
        line-height: 2.6rem;
        left: 27%;
    }
    .dz-theme-mode {
        display: block !important;
    }
    .add-ticket {
        position: absolute;
        top: -100px;
        right: 40px;
    }
    .remove-ticket {
        position: absolute;
        right: 0px;
        top: -100px;
    }

    /* template 1 birthday template */
    .template-img {
        height: 216px;
    }
    .baby-img {
        width: 115px;
        height: 115px;
        position: absolute;
        right: 15px;
        top: 44px;
        border-radius: 50%;
        border: 3px solid #e5326e;
    }
    .main_content-div {
        top: 32px;
        left: 11%;
    }
    .text-1 {
        font-size: 12px;
    }
    .text-name {
        font-size: 20px;
    }
    .text-birthday {
        font-size: 20px;
    }
    .sub_content_div {
        top: 148px;
        left: 14%;
    }
    .invite-div {
        min-height: 189px;
    }
    .invite-heading-text {
        font-size: 20px;
    }
    .invite-text {
        font-size: 12px;
        line-height: 12px;
    }
    .schedule-card {
        width: 100%;
    }
    .schedule-heading-text {
        font-size: 22px;
        padding-top: 10px;
    }
    .text-map {
        font-size: 20px;
    }
    .text-2 {
        font-size: 11px;
    }
    .p-text {
        font-size: 11px;
    }
    .scroll-container::-webkit-scrollbar {
        width: 6px;
    }
    .widget-mb li {
        margin-bottom: -12px !important;
    }
    .form-text {
        font-size: 12px;
    }
    .form-heading {
        font-size: 22px;
    }

    /* template 2 chirstmas template */
    .template-img_2 {
        height: 222px;
    }
    .main_content-div_2 {
        position: absolute;
        top: 49%;
        right: 13px;
    }
    .main-text_2 {
        font-size: 22px;
    }
    .sub-text_2 {
        font-size: 20px;
    }
    .invite-heading-text_2 {
        font-size: 25px;
    }
    .invite-text_2 {
        font-size: 14px;
    }
    .scroll-container_2::-webkit-scrollbar {
        width: 6px;
    }
    .dresscode-heading-text_2 {
        font-size: 25px;
    }
    .dresscode-text_2 {
        font-size: 18px;
    }
    .schedule-card_2 {
        width: 100%;
    }
    .schedule-heading-text_2 {
        font-size: 22px;
        padding-top: 10px;
    }
    .schedule-text_2 {
        font-size: 14px;
    }
    .p-text_2 {
        font-size: 12px;
    }
    .text-map_2 {
        font-size: 25px;
    }
    .form-heading_2 {
        font-size: 30px;
    }
    .form-text_2 {
        font-size: 20px;
    }
    .text-left-div {
        text-align: center;
    }
    .text-right-end {
        justify-content: center;
    }
    .m-rsvp-div {
        margin-top: 230px;
    }
    .m-rsvp-div {
        margin-top: 340px;
    }

    /* template 3 wedding template*/
    .invite-heading-text_3 {
        font-size: 25px;
    }
    .invite-text_3 {
        font-size: 12px;
        line-height: 19px;
    }
    .scroll-container_3::-webkit-scrollbar {
        width: 6px;
    }
    .text-map_3 {
        font-size: 25px;
    }
    .schedule-text_3 {
        font-size: 16px;
    }
    .p-text_3 {
        font-size: 13px;
    }
    .form-heading_3 {
        font-size: 30px;
    }
    .form-text_3 {
        font-size: 20px;
    }
    .text-left-div {
        text-align: center;
    }
    .text-right-end {
        justify-content: center;
    }
    .m-rsvp-div {
        margin-top: 230px;
    }
    .m-rsvp-div {
        margin-top: 340px;
    }
    /* template 4 seminar template */
    .template-img_4 {
        height: 168px;
    }
    .main_content-div_4 {
        bottom: 6px;
        left: 47px;
    }
    .main-text_4 {
        font-size: 20px;
    }
    .sub-text_4 {
        font-size: 14px;
    }
    .invite-heading-text_4 {
        font-size: 22px;
    }
    .invite-text_4 {
        font-size: 12px;
        line-height: 26px;
    }
    .schedule-heading-text_4 {
        font-size: 22px;
        padding-top: 10px;
    }
    .schedule-card_i {
        width: 100%;
    }
    .schedule-card_4 {
        width: 100%;
        /* height: 750px; */
        height: auto;
    }
    .schedule-row {
        margin-top: 20px;
    }
    .text-map_4 {
        font-size: 22px;
    }
    .schedule-text_4 {
        font-size: 14px;
    }
    .p-text_4 {
        font-size: 12px;
    }
    .form-heading_4 {
        font-size: 22px;
    }
    .form-text_4 {
        font-size: 13px;
    }
    .btn-enter_4 {
        font-size: 13px;
    }
    .align-no {
        justify-content: center;
    }

    /* template 5 official meeting  */

    .main_content-div_5 {
        top: 7px;
        right: 31px;
    }
    .main-text_5 {
        font-size: 20px;
    }
    .sub-text_5 {
        font-size: 14px;
    }
    .invite-heading-text_5 {
        font-size: 22px;
    }
    .invite-text_5 {
        font-size: 12px;
        line-height: 28px;
    }
    .schedule-heading-text_5 {
        font-size: 22px;
        padding-top: 10px;
    }
    .schedule-card_5 {
        width: 100%;
    }
    .schedule-row {
        margin-top: 20px;
    }
    .text-map_5 {
        font-size: 22px;
    }
    .schedule-text_5 {
        font-size: 14px;
    }
    .p-text_5 {
        font-size: 12px;
    }
    .schedule-card_5 {
        height: auto;
    }
    .form-heading_5 {
        font-size: 22px;
    }
    .form-text_5 {
        font-size: 13px;
    }
    .btn-enter_5 {
        font-size: 13px;
    }

    /* generate email page */
    .email-container {
       width: 350px;
       height: 800px;
       /* margin: 50px 10px 50px -12px; */
       margin: 50px 10px 50px 6px;
    }
    .ticket-conf {
        font-size: 16px;
    }
    .ticket-success {
        font-size: 12px;
    }
    .book-detail {
        font-size: 16px;
    }
    .thanks-text {
        font-size: 12px;
    }
    .event-img {
        width: 135px;
        height: 135px;
    }
    .event-text {
        font-size: 12px;
    }
    .barcode-img {
        width: 190px;
        height: 190px;
    }
    .text-footer {
        font-size: 12px;
    }

    /* payment success */
    .success-img {
        width: 300px;
        height: 300px;
    }
    .success-msg {
        font-size: 14px;
    }
    .thanks-msg {
        font-size: 14px;
    }
    .download-link {
        font-size: 14px;
    }

    /* generate invoice page */
    .text-invoice {
        font-size: 14px;
    }
    .invoice-logo {
        width: 85px;
    }
    .invoice-img{
        display: flex;
    }
    .text-invoice span {
        font-size: 12px;
    }
    .detail-tbl thead tr th {
        font-size: 14px;
    }
    .detail-tbl tbody tr td {
        font-size: 12px;
    }
    .description-tbl thead tr th {
        font-size: 14px;
    }
    .description-tbl tbody td {
        font-size: 12px;
    }

    /* individual birthday template */
    .birthday-bg {
        height: 256px;
    }
    .birthday_frame {
        left: 51px;
        top: 3px;
        height: 242px;
    }
    .birthday-img {
        left: 88px;
        top: 64px;
        width: 96px;
        height: 143px;
    }
    .birthday-content {
        bottom: 2px;
        left: 84px;
    }
    .birthday-text {
        font-size: 11px;
    }
    .sub-text {
        font-size: 11px;
    }
    .invite-i-heading-text {
        font-size: 22px;
    }
    .invite-i-text {
        font-size: 12px;
        line-height: 11px;
    }
    .form-i-heading {
        font-size: 34px;
    }
    .form-i-text {
        font-size: 16px;
    }

    /* individual christmas2 template */
    .christmas-bg {
        height: 253px;
    }
    .invite-c-heading-text {
        font-size: 25px;
    }
    .invite-c-text {
        font-size: 18px;
        line-height: 20px;
    }

    /* individual seminar 2 template */
    .seminar2-bg {
        height: 249px;
    }
    .invite-s-heading-text {
        font-size: 20px;
    }
    .invite-s-text {
        font-size: 14px;
        line-height: 12px;
    }
    .invite-semi-div {
        min-height: 283px;
    }
    .form-semi-heading {
        font-size: 32px;
    }
    .form-semi-text {
        font-size: 16px;
    }
    .download-list {
        flex-wrap: wrap !important;
    }
    .alien-event-btn {
        display: flex;
        flex-direction: column !important;
    }
    .select-event {
        width: 100% !important;
    }
    .login-bg-img {
       background-position: inherit;
    }
    .guest-btn{
        flex-direction: column;
    }
    /* wedding template */
    .name_content_div_3 {
        position: absolute;
        top: 79%;
        right: 13%;
    }
    .btn-signp {
        padding: 0.75rem 1rem !important;
    }

    .align-event-header {
        flex-direction: column;
    }
    .align-search {
        flex-direction: column;
    }

    /* admin dashboard */
    .purchase-card {
        height: auto;
    }
    .small-logo{
            width: 30px;
            height: 30px;
    }
    .eye-btn{
       height:40px !important;
    }
    .invite-div_5 {
       min-height: 250px;
    }
    .logo-mt{
        margin-top: 40px;
    }
    .google-image {
    width: 20px;
    height: 19px;
    margin-right: 10px;
   }
    .lang-control {
        top: 34px;
    }
    .auth-form {
    padding: 30px 40px !important;
    }
    .btn-share {
        padding: 8px 8px;
    }
    .btn-primary {
        font-size: 12px;
    }
    .btn-light {
      font-size: 12px;
     }
    .form-title{
        font-size: 16px;
     }
    .template-img-ht {
       height: 300px;
    }
    .signup-heading{
        font-size: 20px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .align-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mb-btn {
        margin-bottom: 10px;
    }
    .user-type-div {
        text-align: center;
    }
    .row.flex-nowrap {
        gap: 60px;
    }
    .m-btn {
        margin-top: 5px;
    }
    .btn-add {
        margin-top: 6px;
    }
    .headding-text {
        font-size: 16px !important;
    }
    .text-list {
        font-size: 16px !important;
    }
    .acc-btn-text {
        font-size: 15px !important;
    }
    .main-logo {
        width: 75px !important;
        height: 30px !important;
        margin-left: 15px;
    }
    /* event signup */
    .label-text-1 {
        display: none;
    }
    .label-text-2 {
        display: none;
    }
    .label-text-3 {
        display: none;
    }
    .label-text-4 {
        display: none;
    }
  .stepper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    margin: 50px 0 30px;
    left: 0px;
  }
    .step-heading {
        font-size: 20px;
    }
    .has-search .form-control-feedback {
        line-height: 2.6rem;
        left: 29%;
    }

    /* template 1 birthday template */
    .template-img {
        height: 303px;
    }
    .baby-img {
        width: 200px;
        height: 200px;
        position: absolute;
        right: 58px;
        top: 57px;
        border-radius: 50%;
        border: 5px solid #e5326e;
    }
    .main_content-div {
        top: 61px;
        left: 11%;
    }
    .text-1 {
        font-size: 16px;
    }
    .text-name {
        font-size: 25px;
    }
    .text-birthday {
        font-size: 25px;
    }
    .sub_content_div {
        top: 210px;
        left: 14%;
    }
    .invite-div {
        min-height: 189px;
    }
    .invite-heading-text {
        font-size: 24px;
    }
    .invite-text {
        font-size: 14px;
        line-height: 12px;
    }
    .schedule-card {
        width: 100%;
    }
    .schedule-heading-text {
        font-size: 24px;
        padding-top: 10px;
    }
    .schedule-card_2 {
        width: 100%;
    }
    .text-map {
        font-size: 28px;
    }
    .text-2 {
        font-size: 16px;
    }
    .p-text {
        font-size: 11px;
    }
    .widget-mb li {
        margin-bottom: 4px !important;
    }
    .form-text {
        font-size: 14px;
    }
    .form-heading {
        font-size: 25px;
    }

    /* template 2 christmas template */
    .template-img_2 {
        height: 418px;
    }
    .main_content-div_2 {
        position: absolute;
        top: 49%;
        right: 13px;
    }
    .main-text_2 {
        font-size: 35px;
    }
    .sub-text_2 {
        font-size: 30px;
    }
    .invite-heading-text_2 {
        font-size: 25px;
    }
    .invite-text_2 {
        font-size: 14px;
    }
    .scroll-container_2::-webkit-scrollbar {
        width: 6px;
    }
    .dresscode-heading-text_2 {
        font-size: 25px;
    }
    .dresscode-text_2 {
        font-size: 18px;
    }
    .schedule-text_2 {
        font-size: 16px;
    }
    .p-text_2 {
        font-size: 13px;
    }
    .text-map_2 {
        font-size: 25px;
    }
    .form-heading_2 {
        font-size: 30px;
    }
    .form-text_2 {
        font-size: 20px;
    }
    .text-left-div {
        text-align: center;
    }
    .text-right-end {
        justify-content: center;
    }
    .m-rsvp-div {
        margin-top: 250px;
    }
    .schedule-heading-text_2 {
        font-size: 24px;
        padding-top: 10px;
    }

    /* template 3 wedding template */
    .template-img_3 {
        height: 311px;
    }
    .main_content-div_3 {
        top: 10%;
        right: 18%;
    }
    .main-text_3 {
        font-size: 22px;
    }
    .sub_content_div_3 {
        top: 32%;
        right: 79px;
    }
    .sub-text_3 {
        font-size: 25px;
    }
    .date_content_div {
        right: 63px;
        bottom: 105px;
    }
    .date-text {
        font-size: 20px;
    }
    .date-text_2 {
        font-size: 20px;
    }
    .couple-img {
        width: 161px;
        height: 227px;
        top: 34px;
        left: 70px;
    }
    .invite-heading-text_3 {
        font-size: 25px;
    }
    .invite-text_3 {
        font-size: 13px;
        line-height: 30px;
    }
    .scroll-container_3::-webkit-scrollbar {
        width: 6px;
    }
    .text-map_3 {
        font-size: 25px;
    }
    .schedule-text_3 {
        font-size: 17px;
    }
    .p-text_3 {
        font-size: 13px;
    }
    .form-heading_3 {
        font-size: 26px;
    }
    .form-text_3 {
        font-size: 17px;
    }
    .text-left-div {
        text-align: left;
    }
    .text-right-end {
        justify-content: center;
    }
    .m-rsvp-div {
        margin-top: 250px;
    }
    /* template 4 seminar template */
    .template-img_4 {
        height: 320px;
    }
    .main_content-div_4 {
        left: 47px;
    }
    .main-text_4 {
        font-size: 24px;
    }
    .sub-text_4 {
        font-size: 14px;
    }
    .invite-div_4 {
        min-height: 176px;
    }
    .invite-heading-text_4 {
        font-size: 24px;
    }
    .invite-text_4 {
        font-size: 14px;
        line-height: 25px;
    }
    .schedule-heading-text_4 {
        font-size: 24px;
        padding-top: 10px;
    }
    .schedule-card_i {
        width: 100%;
    }
    .schedule-card_4 {
        width: 100%;
        /* height: 715px; */
        height: auto;
    }
    .schedule-row {
        margin-top: 20px;
    }
    .text-map_4 {
        font-size: 25px;
    }
    .schedule-text_4 {
        font-size: 16px;
    }
    .p-text_4 {
        font-size: 13px;
    }
    .form-heading_4 {
        font-size: 25px;
    }
    .form-text_4 {
        font-size: 15px;
    }
    .btn-enter_4 {
        font-size: 14px;
    }
    .align-no {
        justify-content: center;
    }

    /* template 5 official meeting template */
    .main_content-div_5 {
        top: 12px;
    }
    .template-img_5 {
        height: 320px;
    }
    .main_content-div_5 {
        left: 47px;
    }
    .main-text_5 {
        font-size: 24px;
    }
    .sub-text_5 {
        font-size: 14px;
    }
    .invite-div_5 {
        min-height: 176px;
    }
    .invite-heading-text_5 {
        font-size: 24px;
    }
    .invite-text_5 {
        font-size: 14px;
        line-height: 25px;
    }
    .schedule-heading-text_5 {
        font-size: 24px;
        padding-top: 10px;
    }
    .schedule-card_5 {
        width: 100%;
    }
    .schedule-row {
        margin-top: 20px;
    }
    .text-map_5 {
        font-size: 25px;
    }
    .schedule-text_5 {
        font-size: 16px;
    }
    .p-text_5 {
        font-size: 13px;
    }
    .schedule-card_5 {
        height: auto;
    }
    .form-heading_5 {
        font-size: 25px;
    }
    .form-text_5 {
        font-size: 15px;
    }
    .btn-enter_5 {
        font-size: 14px;
    }
    .align-no {
        justify-content: center;
    }

    /* payment success */
    .success-img {
        width: 340px;
        height: 340px;
    }
    .success-msg {
        font-size: 16px;
    }
    .thanks-msg {
        font-size: 16px;
    }
    .download-link {
        font-size: 16px;
    }

    /* generate email */
    .ticket-conf {
        font-size: 18px;
    }
    .book-detail {
        font-size: 18px;
    }
    .thanks-text {
        font-size: 13px;
    }
    .event-text {
        font-size: 13px;
    }
    .event-img {
        width: 140px;
        height: 140px;
    }
    .barcode-img {
        width: 190px;
        height: 190px;
    }
    .text-footer {
        font-size: 13px;
    }

    /* generate invoice page */
    .text-invoice {
        font-size: 14px;
    }
    .invoice-logo {
        width: 115px;
    }
    .detail-tbl thead tr th {
        font-size: 14px;
    }
    .detail-tbl tbody tr td {
        font-size: 12px;
    }
    .description-tbl thead tr th {
        font-size: 14px;
    }
    .description-tbl tbody td {
        font-size: 12px;
    }

    /* individual birthday template */
    .birthday-bg {
        height: 356px;
    }
    .birthday_frame {
        left: 126px;
        top: 3px;
        height: 345px;
    }
    .birthday-img {
        left: 179px;
        top: 91px;
        width: 140px;
        height: 199px;
    }
    .birthday-content {
        bottom: 5px;
        left: 170px;
    }
    .birthday-text {
        font-size: 15px;
    }
    .sub-text {
        font-size: 14px;
    }
    .invite-i-heading-text {
        font-size: 22px;
    }
    .invite-i-text {
        font-size: 14px;
    }
    .form-i-heading {
        font-size: 36px;
    }
    .form-i-text {
        font-size: 16px;
    }

    /* individual christmas2 template */
    .christmas-bg {
        height: 453px;
    }
    .invite-c-heading-text {
        font-size: 24px;
    }
    .invite-c-text {
        line-height: 13px;
    }
    .form-c-heading {
        font-size: 38px;
    }
    .form-c-text {
        font-size: 18px;
    }

    /* individual seminar 2 template */
    .seminar2-bg {
        height: 452px;
    }
    .invite-s-heading-text {
        font-size: 20px;
    }
    .invite-s-text {
        font-size: 18px;
        line-height: 12px;
    }
    .invite-semi-div {
        min-height: 283px;
    }
    .form-semi-heading {
        font-size: 32px;
    }
    .form-semi-text {
        font-size: 16px;
    }
    .select-event {
        width: 50% !important;
    }
    .card-image {
        width: 100%;
        height: 80%;
        object-fit: cover;
    }
    .login-bg-img {
        /* background-size: auto; */
        /* height:auto !important; */
    }
    /* wedding template */
    .name_content_div_3 {
        position: absolute;
        top: 69%;
        right: 15%;
    }
    .btn-signp {
        padding: 0.75rem 1rem !important;
    }
    .align-event-header {
        flex-direction: column;
    }
    /* .align-event-btns{
        display: flex;
        justify-content: space-between;
    } */

    /* admin dashboard */
    .purchase-card {
        height: auto;
    }
    .small-logo{
       width: 30px;
       height: 30px;
    }

    .auth-form .btn {
        height: 40px !important;
    }
    .eye-btn{
       height:40px !important;
    }
    .download-list {
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        flex-wrap: wrap;
    }
    .signup-heading{
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    [data-sidebar-style="mini"][data-layout="vertical"]
        .deznav
        .metismenu
        > li.mm-active
        > a {
        background: -webkit-linear-gradient(
            left,
            rgba(30, 87, 153, 0) 0%,
            var(--rgba-primary-4) 100%
        );
        border-radius: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .event-detail-tab {
        height: 215px !important;
    }
    .row.flex-nowrap {
        gap: 60px;
    }
    .m-btn {
        margin-top: 5px;
    }
    .align-map {
        height: 300px;
    }
    .w-input {
        width: 84%;
    }
    .btn-add {
        margin-top: 6px;
    }
    .text-list {
        font-size: 16px !important;
    }
    .acc-btn-text {
        font-size: 16px !important;
    }
    .main-logo {
        width: 69px !important;
        height: 27px !important;
        margin-left: 3px;
    }

    /* event signup */
    .stepper {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        position: relative;
        margin: 20px 0;
        margin-bottom: 30px;
        left: 0px;
    }

    .step-heading {
        font-size: 22px;
    }
    .has-search .form-control-feedback {
        line-height: 2.6rem;
        left: 31%;
    }
    .add-ticket {
        position: absolute;
        top: -13px;
        right: 40px;
    }
    .remove-ticket {
        position: absolute;
        right: 0px;
        top: -13px;
    }

    /* template 1 birthday template */
    .template-img {
        height: 303px;
    }
    .baby-img {
        width: 190px;
        height: 190px;
        position: absolute;
        right: 27px;
        top: 57px;
        border-radius: 50%;
        border: 5px solid #e5326e;
    }
    .main_content-div {
        top: 50px;
        left: 11%;
    }
    .text-1 {
        font-size: 16px;
    }
    .text-name {
        font-size: 25px;
    }
    .text-birthday {
        font-size: 25px;
    }
    .schedule-card {
        width: 100%;
    }
    .sub_content_div {
        top: 210px;
        left: 14%;
    }
    .invite-div {
        min-height: 189px;
    }
    .invite-heading-text {
        font-size: 24px;
    }
    .invite-text {
        font-size: 14px;
        line-height: 12px;
    }
    .schedule-heading-text {
        font-size: 24px;
        padding-top: 10px;
    }
    .text-map {
        font-size: 28px;
    }
    .text-2 {
        font-size: 16px;
    }
    .p-text {
        font-size: 11px;
    }
    .widget-mb li {
        margin-bottom: 4px !important;
    }
    .form-text {
        font-size: 14px;
    }
    .form-heading {
        font-size: 25px;
    }

    /* template 2 christmas template */
    .template-img_2 {
        height: 326px;
    }
    .main_content-div_2 {
        position: absolute;
        top: 55%;
        right: 13px;
    }
    .main-text_2 {
        font-size: 30px;
    }
    .sub-text_2 {
        font-size: 25px;
    }
    .invite-heading-text_2 {
        font-size: 25px;
    }
    .invite-text_2 {
        font-size: 14px;
    }
    .scroll-container_2::-webkit-scrollbar {
        width: 6px;
    }
    .dresscode-heading-text_2 {
        font-size: 25px;
    }
    .dresscode-text_2 {
        font-size: 18px;
    }
    .text-map_2 {
        font-size: 25px;
    }
    .form-heading_2 {
        font-size: 30px;
    }
    .form-text_2 {
        font-size: 20px;
    }
    .text-left-div {
        text-align: center;
    }
    .text-right-end {
        justify-content: center;
    }
    .m-rsvp-div {
        margin-top: 700px;
    }
    .schedule-card_2 {
        width: 100%;
    }
    .schedule-heading-text_2 {
        font-size: 24px;
        padding-top: 10px;
    }
    .schedule-text_2 {
        font-size: 16px;
    }
    .p-text_2 {
        font-size: 13px;
    }

    /* template 3 wedding template*/
    .template-img_3 {
        height: 245px;
    }
    .main_content-div_3 {
        top: 26px;
        right: 27%;
    }
    .main-text_3 {
        font-size: 19px;
    }
    .sub_content_div_3 {
        top: 35%;
        right: 75px;
    }
    .sub-text_3 {
        font-size: 21px;
    }
    .date_content_div {
        right: 70px;
        bottom: 64px;
    }
    .date-text {
        font-size: 16px;
    }
    .date-text_2 {
        font-size: 16px;
    }
    .couple-img {
        width: 143px;
        height: 197px;
        top: 19px;
        left: 49px;
    }
    .invite-heading-text_3 {
        font-size: 25px;
    }
    .invite-text_3 {
        font-size: 12px;
        line-height: 30px;
    }
    .scroll-container_3::-webkit-scrollbar {
        width: 6px;
    }
    .text-map_3 {
        font-size: 25px;
    }
    .schedule-text_3 {
        font-size: 16px;
    }
    .form-heading_3 {
        font-size: 26px;
    }
    .form-text_3 {
        font-size: 16px;
    }
    .text-left-div {
        text-align: center;
    }
    .text-right-end {
        justify-content: center;
    }
    .m-rsvp-div {
        margin-top: 700px;
    }

    /* template 4 seminar template */
    .template-img_4 {
        height: 242px;
    }
    .main_content-div_4 {
        left: 47px;
    }
    .main-text_4 {
        font-size: 24px;
    }
    .sub-text_4 {
        font-size: 14px;
    }
    .invite-div_4 {
        min-height: 200px;
    }
    .invite-heading-text_4 {
        font-size: 24px;
    }
    .invite-text_4 {
        font-size: 14px;
        line-height: 28px;
    }
    .text-map_4 {
        font-size: 25px;
    }
    .schedule-text_4 {
        font-size: 16px;
    }
    .p-text_4 {
        font-size: 13px;
    }
    .schedule-heading-text_4 {
        font-size: 24px;
        padding-top: 10px;
    }
    .schedule-card_i {
        width: 100%;
    }
    .schedule-card_4 {
        width: 100%;
        /* height: 156px; */
        height: auto;
    }
    .schedule-row {
        margin-top: 20px;
    }
    .form-heading_4 {
        font-size: 25px;
    }
    .form-text_4 {
        font-size: 15px;
    }
    .btn-enter_4 {
        font-size: 14px;
    }
    .align-no {
        justify-content: end;
    }

    /* template 5 official meeting template */
    .template-img_5 {
        height: 242px;
    }
    .main_content-div_5 {
        left: 47px;
        top: 8px;
    }
    .main-text_5 {
        font-size: 24px;
    }
    .sub-text_5 {
        font-size: 14px;
    }
    .invite-div_5 {
        min-height: 200px;
    }
    .invite-heading-text_5 {
        font-size: 24px;
    }
    .invite-text_5 {
        font-size: 14px;
        line-height: 28px;
    }
    .text-map_5 {
        font-size: 25px;
    }
    .schedule-text_5 {
        font-size: 16px;
    }
    .p-text_5 {
        font-size: 13px;
    }
    .schedule-card_5 {
        /* height: 156px; */
        height: auto;
    }
    .schedule-heading-text_5 {
        font-size: 24px;
        padding-top: 10px;
    }
    .schedule-card_5 {
        width: 100%;
    }
    .schedule-row {
        margin-top: 20px;
    }
    .form-heading_5 {
        font-size: 25px;
    }
    .form-text_5 {
        font-size: 15px;
    }
    .btn-enter_5 {
        font-size: 14px;
    }
    .align-no {
        justify-content: end;
    }

    /* payment success */
    .success-img {
        width: 350px;
        height: 350px;
    }
    .success-msg {
        font-size: 18px;
    }
    .thanks-msg {
        font-size: 18px;
    }
    .download-link {
        font-size: 18px;
    }

    /* generate email */
    .ticket-conf {
        font-size: 18px;
    }
    .book-detail {
        font-size: 18px;
    }
    .thanks-text {
        font-size: 13px;
    }
    .event-text {
        font-size: 13px;
    }
    .event-img {
        width: 140px;
        height: 140px;
    }
    .barcode-img {
        width: 190px;
        height: 190px;
    }
    .text-footer {
        font-size: 13px;
    }

    /* generate invoice page */
    .text-invoice {
        font-size: 14px;
    }
    .invoice-logo {
        width: 115px;
    }
    .detail-tbl thead tr th {
        font-size: 14px;
    }
    .detail-tbl tbody tr td {
        font-size: 12px;
    }
    .description-tbl thead tr th {
        font-size: 14px;
    }
    .description-tbl tbody td {
        font-size: 12px;
    }

    /* individual birthday template */
    .birthday-bg {
        height: 356px;
    }
    .birthday_frame {
        left: 85px;
        top: 3px;
        height: 345px;
    }
    .birthday-img {
        left: 137px;
        top: 91px;
        width: 140px;
        height: 199px;
    }
    .birthday-content {
        bottom: 5px;
        left: 130px;
    }
    .birthday-text {
        font-size: 15px;
    }
    .sub-text {
        font-size: 14px;
    }
    .invite-i-heading-text {
        font-size: 22px;
    }
    .invite-i-text {
        font-size: 14px;
    }
    .form-i-heading {
        font-size: 36px;
    }
    .form-i-text {
        font-size: 16px;
    }
    .bg-i-form-col {
        background-size: auto;
    }

    /* individual christmas2 template */
    .christmas-bg {
        height: 351px;
    }
    .invite-c-heading-text {
        font-size: 26px;
    }
    .invite-c-text {
        font-size: 18px;
        line-height: 16px;
    }
    .form-c-heading {
        font-size: 36px;
    }
    .form-c-text {
        font-size: 16px;
    }

    /* individual seminar 2 template */
    .seminar2-bg {
        height: 358px;
    }
    .invite-s-heading-text {
        font-size: 20px;
    }
    .invite-s-text {
        font-size: 18px;
        line-height: 12px;
    }
    .invite-semi-div {
        min-height: 283px;
    }
    .form-semi-heading {
        font-size: 32px;
    }
    .form-semi-text {
        font-size: 16px;
    }
    .select-event {
        width: 50% !important;
    }

    /*edit event */
    .dflex-btn {
        display: flex;
    }
    .login-bg-img {
        /* background-size: auto; */
        /* height:auto !important; */
    }

    /* wedding template */
    .name_content_div_3 {
        position: absolute;
        top: 75%;
        right: 20%;
    }
    .btn-signp {
        padding: 0.75rem 1rem !important;
    }

    .align-event-header {
        flex-direction: column;
    }

    /* admin dashboard */
    .purchase-card {
        height: 280px;
    }
    .rate-card {
        height: 125px !important;
    }
    /* .fr_class .line1::after
    {
        left: -17%;
        width: 78%;
    }
    .fr_class .line2::after {
        left: -13%;
        width: 76%;
    }
    .fr_class .line3::after {
        left: -14%;
        width: 78%;
    } */
    .small-logo{
       width: 30px;
       height: 30px;
    }
    .auth-form .btn {
        height: 40px !important;
    }
    .eye-btn{
       height:40px !important;
    }
    .download-list {
        display: flex;
        justify-content: end;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-end;
   }
  .btn-primary {
    font-size: 12px;
   }
   .btn-light {
      font-size: 12px;
     }
   .form-control {
     font-size: 12px;
   }
    .btn-share {
        padding: 8px 5px;
    }
    .nav-pills .nav-link {
    padding: 10px;
   }
    .signup-heading{
        font-size: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .label-text-1 {
        display: none;
    }
    .label-text-2 {
        display: none;
    }
    .label-text-3 {
        display: none;
    }
    .label-text-4 {
        display: none;
    }
    .google-image {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }

}
@media screen and (min-width: 992px) and (max-width: 1023px) {
    /* .line1::after {
        left: 31%;
        width: 52%;
    }
    .line2::after {
        left: 31%;
        width: 51%;
    }
    .line3::after
    {
        left: 42%;
        width: 44%;
    } */

    /* template 1 birthday template */
    .template-img {
        height: 303px;
    }
    .baby-img {
        width: 200px;
        height: 200px;
        position: absolute;
        right: 7%;
        top: 14%;
    }
    .main_content-div {
        top: 23%;
        left: 11%;
    }
    .text-1 {
        font-size: 16px;
    }
    .text-name {
        font-size: 25px;
    }
    .text-birthday {
        font-size: 25px;
    }
    .sub_content_div {
        top: 74%;
        left: 14%;
    }
    .schedule-card {
        width: 100%;
    }
    .schedule-card_2 {
        width: 100%;
    }

    /* template-3 wedding tempplate */
    .main_content-div_3 {
        top: 28px;
        right: 153px;
    }
    .sub_content_div_3 {
        top: 35%;
        right: 139px;
    }
    .date_content_div {
        right: 135px;
        bottom: 64px;
    }
    .couple-img {
        width: 159px;
        height: 205px;
        top: 26px;
        left: 87px;
    }

    /* template 4 seminar template */
    .template-img_4 {
        height: 365px !important;
    }
    .align-no {
        justify-content: end;
    }

    /* individual birthday template */
    .birthday-bg {
        height: 530px;
    }
    .birthday_frame {
        left: 115px;
        top: 15px;
        height: 478px;
    }
    .birthday-img {
        left: 183px;
        top: 137px;
        width: 202px;
        height: 282px;
    }

    .birthday-content {
        bottom: 21px;
        left: 173px;
    }
    .birthday-text {
        font-size: 23px;
    }
    .sub-text {
        font-size: 18px;
    }
    .invite-i-heading-text {
        font-size: 28px;
    }
    .invite-i-text {
        font-size: 16px;
    }
    .form-i-heading {
        font-size: 38px;
    }
    .form-i-text {
        font-size: 16px;
    }

    /* individual christmas2 template */
    .christmas-bg {
        height: 529px;
    }
    .invite-c-heading-text {
        font-size: 30px;
    }
    .invite-c-text {
        font-size: 18px;
        line-height: 17px;
    }
    .form-c-text {
        font-size: 16px;
    }
    .form-c-heading {
        font-size: 16px;
    }
    .name_content_div_3 {
        position: absolute;
        top: 75%;
        right: 24%;
    }
    .label-text-1 {
        display: block;
    }
    .label-text-2 {
        display: block;
    }
    .label-text-3 {
        display: block;
    }
    .label-text-4 {
        display: block;
    }
    .auth-form .btn {
        height: 40px !important;
    }
    .eye-btn{
       height:40px !important;
    }
    .google-image {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
      #lineChart_2{
        height:100px !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .row.flex-nowrap {
        gap: 60px;
    }
    .w-input {
        width: 84%;
    }
    .text-list {
        font-size: 17px !important;
    }
    .acc-btn-text {
        font-size: 17px !important;
    }
    .main-logo {
        width: 73px !important;
        height: 30px !important;
        margin-left: 3px;
    }

    /* event signup */
    .step-heading {
        font-size: 22px;
    }
    /* template 1 birthday template */
    .template-img {
        height: 473px;
    }
    .baby-img {
        width: 250px;
        height: 250px;
        position: absolute;
        right: 9%;
        top: 14%;
        border-radius: 50%;
        border: 5px solid #e5326e;
    }
    .main_content-div {
        top: 20%;
        left: 11%;
    }
    .text-1 {
        font-size: 20px;
    }
    .text-name {
        font-size: 30px;
    }
    .text-birthday {
        font-size: 30px;
    }
    .sub_content_div {
        top: 55%;
        left: 15%;
    }
    .invite-heading-text {
        font-size: 28px;
    }
    .invite-text {
        font-size: 16px;
    }
    .schedule-card {
        width: 100%;
    }
    .schedule-heading-text {
        font-size: 28px;
        padding-top: 10px;
    }
    .text-map {
        font-size: 28px;
    }
    .text-2 {
        font-size: 20px;
    }
    .p-text {
        font-size: 13px;
    }
    .widget-mb li {
        margin-bottom: 4px !important;
    }
    .form-text {
        font-size: 16px;
    }
    .form-heading {
        font-size: 28px;
    }

    /* template 2  christmas template*/
    .template-img_2 {
        height: 478px;
    }
    .main_content-div_2 {
        position: absolute;
        top: 68%;
        right: 13px;
    }
    .main-text_2 {
        font-size: 40px;
    }
    .sub-text_2 {
        font-size: 35px;
    }
    .invite-heading-text_2 {
        font-size: 30px;
    }
    .invite-text_2 {
        font-size: 18px;
    }
    .scroll-container_2::-webkit-scrollbar {
        width: 6px;
    }
    .dresscode-heading-text_2 {
        font-size: 30px;
    }
    .dresscode-text_2 {
        font-size: 18px;
    }
    .schedule-card_2 {
        width: 100%;
    }
    .schedule-heading-text_2 {
        font-size: 28px;
        padding-top: 10px;
    }
    .schedule-text_2 {
        font-size: 17px;
    }
    .p-text_2 {
        font-size: 14px;
    }
    .text-map_2 {
        font-size: 35px;
    }
    .form-heading_2 {
        font-size: 30px;
    }
    .form-text_2 {
        font-size: 18px;
    }
    .text-left-div {
        text-align: center;
    }
    .text-right-end {
        justify-content: center;
    }
    .m-rsvp-div {
        margin-top: 700px;
    }

    /* template 3 wedding template */
    .template-img_3 {
        height: 376px;
    }
    .main_content-div_3 {
        position: absolute;
        top: 17%;
        right: 29%;
    }
    .main-text_3 {
        font-size: 25px;
    }
    .sub_content_div_3 {
        top: 39%;
        right: 135px;
    }
    .sub-text_3 {
        font-size: 29px;
    }
    .date_content_div {
        right: 124px;
        bottom: 106px;
    }
    .date-text {
        font-size: 22px;
    }
    .date-text_2 {
        font-size: 22px;
    }
    .couple-img {
        width: 185px;
        height: 269px;
        top: 66px;
        left: 59px;
    }
    .invite-heading-text_3 {
        font-size: 30px;
    }
    .invite-text_3 {
        font-size: 16px;
    }
    .scroll-container_3::-webkit-scrollbar {
        width: 6px;
    }
    .text-map_3 {
        font-size: 30px;
    }
    .form-heading_3 {
        font-size: 30px;
    }
    .form-text_3 {
        font-size: 16px;
    }
    .text-left-div {
        text-align: center;
    }
    .text-right-end {
        justify-content: center;
    }
    .m-rsvp-div {
        margin-top: 700px;
    }

    /* template 4 seminar template */
    .template-img_4 {
        height: 378px;
    }
    .main-text_4 {
        font-size: 28px;
    }
    .sub-text_4 {
        font-size: 18px;
    }
    .invite-heading-text_4 {
        font-size: 28px;
    }
    .invite-text_4 {
        font-size: 16px;
        line-height: 30px;
    }
    .text-map_4 {
        font-size: 28px;
    }
    .schedule-heading-text_4 {
        font-size: 28px;
        padding-top: 10px;
    }
    .schedule-card_4 {
        width: 100%;
        height: 200px;
    }
    .schedule-row {
        margin-top: 20px;
    }
    .schedule-text_4 {
        font-size: 17px;
    }
    .p-text_4 {
        font-size: 14px;
    }

    .form-heading_4 {
        font-size: 28px;
    }
    .form-text_4 {
        font-size: 17px;
    }
    .btn-enter_4 {
        font-size: 14px;
    }
    .align-no {
        justify-content: end;
    }

    /* template 5 official meeting template */
    .template-img_5 {
        height: 378px;
    }
    .main-text_5 {
        font-size: 28px;
    }
    .sub-text_5 {
        font-size: 18px;
    }
    .invite-heading-text_5 {
        font-size: 28px;
    }
    .invite-text_5 {
        font-size: 16px;
        line-height: 30px;
    }
    .text-map_5 {
        font-size: 28px;
    }
    .schedule-heading-text_5 {
        font-size: 28px;
        padding-top: 10px;
    }
    .schedule-card_5 {
        width: 100%;
        height: 200px;
    }
    .schedule-row {
        margin-top: 20px;
    }
    .schedule-text_5 {
        font-size: 17px;
    }
    .p-text_5 {
        font-size: 14px;
    }

    .form-heading_5 {
        font-size: 28px;
    }
    .form-text_5 {
        font-size: 17px;
    }
    .btn-enter_5 {
        font-size: 14px;
    }
    .align-no {
        justify-content: end;
    }

    /* individual birthday template */
    .birthday-bg {
        height: 547px;
    }
    .birthday_frame {
        left: 146px;
        top: 15px;
        height: 497px;
    }
    .birthday-img {
        left: 217px;
        top: 139px;
        width: 209px;
        height: 297px;
    }
    .birthday-content {
        bottom: 23px;
    }
    .birthday-text {
        font-size: 23px;
    }
    .sub-text {
        font-size: 18px;
    }
    .invite-i-heading-text {
        font-size: 30px;
    }
    .invite-i-text {
        font-size: 16px;
    }
    .form-i-heading {
        font-size: 38px;
    }
    .form-i-text {
        font-size: 16px;
    }

    /* individual christmas2 template */
    .christmas-bg {
        height: 546px;
    }
    .invite-c-heading-text {
        font-size: 32px;
    }
    .invite-c-text {
        font-size: 18px;
        line-height: 17px;
    }
    .form-c-text {
        font-size: 18px;
    }
    /* wedding template */
    .name_content_div_3 {
        position: absolute;
        top: 75%;
        right: 21%;
    }
    .btn-signp {
        padding: 0.75rem 1rem !important;
    }
    /* admin dashboard */
    .purchase-card {
        height: 235px;
    }
    .rate-card {
        height: 100px !important;
    }
    .rate-card-header {      
       padding: 20px 20px !important;
    }

    .tbl-template {
        width: 100% !important;
    }
    .tbl-scanner-app{
       width: 100% !important;
    }
    .auth-form .btn {
        height: 40px !important;
    }
    .eye-btn{
       height:40px !important;
    }
    .btn-share {
       padding: 8px 3px
    }
    .email-container {
       margin: 50px auto;
   }
   .index-chart-point {
        flex-wrap: wrap;
    }
    .heading-card{
        flex-wrap: wrap !important;
    }
      .purchase-card {
       height: 310px;
    }
    .rate-card {
        height: 139px !important;
    }
    .rate-card-header {
        padding: 45px 20px !important;
    }
    #lineChart_2{
        height:140px !important;
    }
    .signup-heading{
        font-size: 22px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1238px) {
      .btn-share {
        padding: 8px 0px !important;
    }
    
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .auth-form .btn {
        height: 40px !important;
    }

}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .row.flex-nowrap {
        gap: 60px;
    }
    .w-input {
        width: 83%;
    }
    .btn-add {
        margin-top: 6px;
    }
    .scroll-container {
        overflow-x: auto;
        white-space: normal;
    }
    .baby-img {
        right: 10%;
        top: 22%;
        width: 320px;
        height: 320px;
    }
    .form-heading {
        font-size: 32px;
    }
    .form-text {
        font-size: 18px;
    }
    .template-img {
        height: 558px;
    }
    .main-logo {
        width: 77px !important;
        height: 30px !important;
        margin-left: 6px;
    }
    /* template 1 birthday template */
    .template-img {
        height: 553px;
    }
    .baby-img {
        width: 290px;
        height: 290px;
        position: absolute;
        right: 10%;
        top: 23%;
        border-radius: 50%;
        border: 7px solid #e5326e;
    }
    .main_content-div {
        top: 24%;
        left: 11%;
    }
    .text-1 {
        font-size: 20px;
    }
    .text-name {
        font-size: 35px;
    }
    .text-birthday {
        font-size: 35px;
    }
    .sub_content_div {
        top: 62%;
        left: 12%;
    }
    .invite-heading-text {
        font-size: 30px;
    }
    .invite-text {
        font-size: 17px;
    }
    .schedule-card {
        width: 100%;
    }
    .text-map {
        font-size: 30px;
    }
    .text-2 {
        font-size: 20px;
    }
    .p-text {
        font-size: 14px;
    }
    .widget-mb li {
        margin-bottom: 4px !important;
    }
    .form-text {
        font-size: 18px;
    }
    .form-heading {
        font-size: 30px;
    }

    /* template 2 christmas template*/
    .template-img_2 {
        height: 652px;
    }
    .main_content-div_2 {
        position: absolute;
        top: 68%;
        right: 55px;
    }
    .main-text_2 {
        font-size: 40px;
    }
    .sub-text_2 {
        font-size: 35px;
    }
    .invite-heading-text_2 {
        font-size: 30px;
    }
    .invite-text_2 {
        font-size: 18px;
    }
    .scroll-container_2::-webkit-scrollbar {
        width: 6px;
    }
    .dresscode-heading-text_2 {
        font-size: 30px;
    }
    .dresscode-text_2 {
        font-size: 18px;
    }
    .schedule-card_2 {
        width: 100%;
    }
    .schedule-text_2 {
        font-size: 18px;
    }
    .p-text_2 {
        font-size: 16px;
    }
    .text-map_2 {
        font-size: 30px;
    }
    .form-heading_2 {
        font-size: 30px;
    }
    .form-text_2 {
        font-size: 18px;
    }
    .text-left-div {
        text-align: center;
    }
    .text-right-end {
        justify-content: center;
    }
    .m-rsvp-div {
        margin-top: 700px;
    }

    /* template 3 wedding template */
    .template-img_3 {
        height: 444px;
    }
    .main_content-div_3 {
        top: 18%;
        right: 27%;
    }
    .main-text_3 {
        font-size: 27px;
    }
    .sub_content_div_3 {
        top: 41%;
        right: 156px;
    }
    .sub-text_3 {
        font-size: 32px;
    }
    .date_content_div {
        right: 138px;
        bottom: 105px;
    }
    .date-text {
        font-size: 26px;
    }
    .date-text_2 {
        font-size: 26px;
    }
    .couple-img {
        width: 219px;
        height: 338px;
        top: 69px;
        left: 79px;
    }
    .invite-heading-text_3 {
        font-size: 30px;
    }
    .invite-text_3 {
        font-size: 17px;
    }
    .scroll-container_3::-webkit-scrollbar {
        width: 6px;
    }
    .text-map_3 {
        font-size: 35px;
    }
    .form-heading_3 {
        font-size: 30px;
    }
    .form-text_3 {
        font-size: 17px;
    }
    .text-left-div {
        text-align: center;
    }
    .text-right-end {
        justify-content: center;
    }
    .m-rsvp-div {
        margin-top: 700px;
    }

    /* template 4 seminar template */
    .template-img_4 {
        height: 443px;
    }
    .main-text_4 {
        font-size: 30px;
    }
    .sub-text_4 {
        font-size: 20px;
    }
    .invite-heading-text_4 {
        font-size: 30px;
    }
    .invite-text_4 {
        font-size: 18px;
    }
    .text-map_4 {
        font-size: 30px;
    }
    .schedule-text_4 {
        font-size: 18px;
    }
    .p-text_4 {
        font-size: 16px;
    }
    .schedule-heading-text_4 {
        font-size: 30px;
    }
    .schedule-row {
        margin-top: 20px;
    }
    .schedule-card_4 {
        width: 100%;
        height: 193px;
    }
    .form-heading_4 {
        font-size: 23px;
    }
    .form-text_4 {
        font-size: 18px;
    }
    .btn-enter_4 {
        font-size: 14px;
    }
    .align-no {
        justify-content: end;
    }

    /* template 5 official meeting template */
    .template-img_5 {
        height: 443px;
    }
    .main-text_5 {
        font-size: 30px;
    }
    .sub-text_5 {
        font-size: 20px;
    }
    .invite-heading-text_5 {
        font-size: 30px;
    }
    .invite-text_5 {
        font-size: 18px;
    }
    .text-map_5 {
        font-size: 30px;
    }
    .schedule-text_5 {
        font-size: 18px;
    }
    .p-text_5 {
        font-size: 16px;
    }
    .schedule-heading-text_5 {
        font-size: 30px;
    }
    .schedule-row {
        margin-top: 20px;
    }
    .schedule-card_5 {
        width: 100%;
        height: 193px;
    }
    .form-heading_5 {
        font-size: 23px;
    }
    .form-text_5 {
        font-size: 18px;
    }
    .btn-enter_5 {
        font-size: 14px;
    }
    .align-no {
        justify-content: end;
    }

    /* individual birthday template */
    .birthday_frame {
        left: 162px;
        top: 15px;
        height: 600px;
    }
    .birthday-img {
        left: 248px;
        top: 167px;
        width: 251px;
        height: 355px;
    }
    .birthday-bg {
        height: 642px;
    }
    .birthday-content {
        bottom: 23px;
    }
    .birthday-text {
        font-size: 26px;
    }
    .sub-text {
        font-size: 20px;
    }
    .invite-i-heading-text {
        font-size: 32px;
    }
    .invite-i-text {
        font-size: 18px;
    }
    .form-i-heading {
        font-size: 40px;
    }
    .form-i-text {
        font-size: 18px;
    }

    /* individual christmas2  template  */
    .christmas-bg {
        height: 636px;
    }
    .invite-c-heading-text {
        font-size: 33px;
    }
    .invite-c-text {
        font-size: 18px;
        line-height: 18px;
    }
    .form-c-heading {
        font-size: 40px;
    }
    .form-c-text {
        font-size: 18px;
    }

    /* wedding template */
    .name_content_div_3 {
        position: absolute;
        top: 75%;
        right: 23%;
    }
    .btn-signp {
        padding: 0.75rem 1rem !important;
    }
    .h-bg {
        height: 100%;
    }
    .tbl-template {
        width: 100% !important;
    }
    .tbl-scanner-app{
       width: 100% !important;
    }

    .eye-btn{
       height:40px !important;
    }
    .heading-card{
        flex-wrap: wrap !important;
    }
    .purchase-card {
       height: 310px;
    }
    .rate-card {
        height: 139px !important;
    }
    .rate-card-header {
        padding: 45px 20px !important;
    }
     .index-chart-point {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .btn-share {
      padding: 8px 12px;
    }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .row.flex-nowrap {
        gap: 60px;
    }
    .w-input {
        width: 86%;
    }
    /* choose template */
    /* template 1 birthday template */
    .template-img {
        height: 669px;
    }
    .baby-img {
        width: 350px;
        height: 350px;
        position: absolute;
        right: 16%;
        top: 25%;
        border-radius: 50%;
        border: 5px solid #e5326e;
    }
    .main_content-div {
        top: 24%;
        left: 11%;
    }
    .text-1 {
        font-size: 23px;
    }
    .text-name {
        font-size: 40px;
    }
    .text-birthday {
        font-size: 40px;
    }
    .sub_content_div {
        top: 62%;
        left: 13%;
    }
    .invite-heading-text {
        font-size: 32px;
    }
    .invite-text {
        font-size: 18px;
    }
    .schedule-card {
        width: 100%;
    }
    .text-map {
        font-size: 32px;
    }
    .schedule-card_2 {
        width: 100%;
    }
    .text-2 {
        font-size: 23px;
    }
    .p-text {
        font-size: 16px;
    }
    .widget-mb li {
        margin-bottom: 4px !important;
    }
    .form-text {
        font-size: 20px;
    }
    .form-heading {
        font-size: 32px;
    }
    .dashboard-input{
       width:100px !important;
    }

    /* template 2 christmas template*/
    .template-img_2 {
        height: 676px;
    }
    .main_content-div_2 {
        position: absolute;
        top: 68%;
        right: 55px;
    }
    .main-text_2 {
        font-size: 45px;
    }
    .sub-text_2 {
        font-size: 40px;
    }
    .invite-heading-text_2 {
        font-size: 30px;
    }
    .invite-text_2 {
        font-size: 18px;
    }
    .scroll-container_2::-webkit-scrollbar {
        width: 6px;
    }
    .schedule-text_2 {
        font-size: 19px;
    }
    .p-text_2 {
        font-size: 17px;
    }
    .text-map_2 {
        font-size: 35px;
    }
    .form-heading_2 {
        font-size: 30px;
    }
    .form-text_2 {
        font-size: 18px;
    }
    .text-left-div {
        text-align: center;
    }
    .text-right-end {
        justify-content: center;
    }
    .m-rsvp-div {
        margin-top: 500px;
    }
    /* template 3 wedding template */
    .template-img_3 {
        height: 536px;
    }
    .main_content-div_3 {
        /* top: 22%;
        right: 165px; */
        top: 16%;
        right: 275px;
    }
    .main-text_3 {
        /* font-size: 38px; */
        font-size: 26px;
    }
    .sub_content_div_3 {
        top: 38%;
        right: 198px;
    }
    .sub-text_3 {
        font-size: 40px;
    }
    .date_content_div {
        right: 193px;
        bottom: 178px;
    }
    .date-text {
        font-size: 28px;
    }
    .date-text_2 {
        font-size: 28px;
    }
    .invite-heading-text_3 {
        font-size: 30px;
    }
    .invite-text_3 {
        font-size: 18px;
    }
    .scroll-container_3::-webkit-scrollbar {
        width: 6px;
    }
    .text-map_3 {
        font-size: 35px;
    }
    .form-heading_3 {
        font-size: 30px;
    }
    .form-text_3 {
        font-size: 18px;
    }
    .text-left-div {
        text-align: center;
    }
    .text-right-end {
        justify-content: center;
    }
    .m-rsvp-div {
        margin-top: 500px;
    }

    /* template 4 seminar template */
    .template-img_4 {
        height: 534px;
    }
    .main-text_4 {
        font-size: 28px;
    }
    .sub-text_4 {
        font-size: 23px;
    }
    .invite-heading-text_4 {
        font-size: 28px;
    }
    .invite-text_4 {
        font-size: 19px;
    }
    .text-map_4 {
        font-size: 28px;
    }
    .schedule-heading-text_4 {
        font-size: 28px;
    }
    .schedule-text_4 {
        font-size: 19px;
    }
    .p-text_4 {
        font-size: 17px;
    }
    .schedule-card_4 {
        height: 198px;
        width: 100% !important;
    }
    .form-heading_4 {
        font-size: 25px;
    }
    .form-text_4 {
        font-size: 18px;
        padding: 10px;
    }
    .btn-enter_4 {
        font-size: 16px;
    }
    .align-no {
        justify-content: end;
    }

    /* template 5 official meeting template */
    .template-img_5 {
        height: 534px;
    }
    .main-text_5 {
        font-size: 33px;
    }
    .sub-text_5 {
        font-size: 23px;
    }
    .invite-heading-text_5 {
        font-size: 33px;
    }
    .invite-text_5 {
        font-size: 19px;
    }
    .text-map_5 {
        font-size: 33px;
    }
    .schedule-text_5 {
        font-size: 19px;
    }
    .p-text_5 {
        font-size: 17px;
    }
    .schedule-card_5 {
        height: 198px;
        width: 100% !important;
    }
    .form-heading_5 {
        font-size: 25px;
    }
    .form-text_5 {
        font-size: 18px;
        padding: 10px;
    }
    .btn-enter_5 {
        font-size: 16px;
    }

    /* individual christmas 2 template */
    .christmas-bg {
        height: 822px;
    }
    .invite-c-text {
        font-size: 20px;
    }

    /* wedding template */
    .name_content_div_3 {
        position: absolute;
        top: 75%;
        right: 23%;
    }
    .h-bg {
        height: 100%;
    }
    .tbl-template {
        width: 100% !important;
    }
    .tbl-scanner-app{
    width: 100% !important;
    }
}
@media screen and (min-width: 1601px) and (max-width: 1919px) {
    .row.flex-nowrap {
        gap: 60px;
    }
    .couple-img {
        top: 80px;
        left: 133px;
    }
    /* template 1 birthday template */
    .template-img {
        height: 743px;
    }
    .baby-img {
        width: 358px;
        height: 358px;
        position: absolute;
        right: 12%;
        top: 25%;
        border-radius: 50%;
        border: 7px solid #e5326e;
    }
    .main_content-div {
        top: 30%;
        left: 11%;
    }
    .text-1 {
        font-size: 25px;
    }
    .text-name {
        font-size: 45px;
    }
    .text-birthday {
        font-size: 45px;
    }
    .invite-heading-text {
        font-size: 35px;
    }
    .invite-text {
        font-size: 20px;
    }
    .schedule-card {
        width: 100%;
    }
    .text-map {
        font-size: 35px;
    }
    .text-2 {
        font-size: 25px;
    }
    .p-text {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .widget-mb li {
        margin-bottom: 4px !important;
    }
    .schedule-card_2 {
        width: 100%;
    }
    .schedule-text_2 {
        font-size: 20px;
        font-weight: 500;
    }
    .p-text_2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .dashboard-input{
       width:100px !important;
    }

    /* template 2 christmas template */
    .template-img_2 {
        height: 750px;
    }

    /* template 4 seminar template */
    .main-text_4 {
        font-size: 35px;
    }
    .sub-text_4 {
        font-size: 25px;
    }
    .invite-heading-text_4 {
        font-size: 35px;
    }
    .invite-text_4 {
        font-size: 20px;
    }
    .text-map_4 {
        font-size: 35px;
    }
    .schedule-text_4 {
        font-size: 20px;
        color: #fd0353;
        font-weight: 500;
    }
    .p-text_4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .schedule-card_4 {
        height: 190px;
        width: 100% !important;
    }
    .form-heading_4 {
        font-size: 25px;
    }
    .form-text_4 {
        font-size: 18px;
    }
    .btn-enter_4 {
        font-size: 16px;
    }
    .align-no {
        justify-content: end;
    }

    /* template 5 official meeting template */
    .main-text_5 {
        font-size: 35px;
    }
    .sub-text_5 {
        font-size: 25px;
    }
    .invite-heading-text_5 {
        font-size: 35px;
    }
    .invite-text_5 {
        font-size: 20px;
    }
    .text-map_5 {
        font-size: 35px;
    }
    .schedule-text_5 {
        font-size: 20px;
        font-weight: 500;
    }
    .p-text_5 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .schedule-card_5 {
        height: 190px;
        width: 100% !important;
    }
    .form-heading_5 {
        font-size: 25px;
    }
    .form-text_5 {
        font-size: 18px;
    }
    .btn-enter_5 {
        font-size: 16px;
    }

    /* wedding template */
    .main_content-div_3 {
        position: absolute;
        top: 17%;
        right: 224px;
    }
    .sub_content_div_3 {
        position: absolute;
        top: 40%;
        right: 219px;
    }
    .date_content_div {
        position: absolute;
        right: 196px;
        bottom: 151px;
    }
    /* wedding template */
    .name_content_div_3 {
        position: absolute;
        top: 75%;
        right: 23%;
    }

    /* admin dashboard */
    .static-card {
        height: 150px;
    }
    .static-header {
        padding: 30px;
    }
    .static-font {
        font-size: 14px;
        line-height: 39px;
    }
    .static-no {
        font-size: 20px;
    }
    #barChart_1 {
        height: 350px !important;
    }
    .font-icon {
        font-size: 25px;
        padding: 16px;
    }
    .donut-card {
        height: 395px !important;
    }
    .rate-card {
        height: 145px !important;
    }
    .rate-card-header {
        padding: 20px !important;
    }
    .p-tbl thead th {
        font-size: 16px !important;
    }
    .p-tbl tbody tr td {
        font-size: 16px !important;
    }
    .purchase-card {
        height: 320px;
    }
    .h-bg {
        height: 100%;
    }
    .tbl-template {
        width: 100% !important;
    }
    .tbl-scanner-app{
      width: 100% !important;
    }
}
@media screen and (min-width: 1920px) and (max-width: 2300px) {
    .row.flex-nowrap {
        gap: 60px;
    }
    /* template 1 birthday template */
    .template-img {
        height: 894px;
    }
    .baby-img {
        width: 500px;
        width: 450px;
        height: 450px;
        position: absolute;
        right: 10%;
        top: 20%;
        border-radius: 50%;
        border: 7px solid #e5326e;
    }
    .main_content-div {
        top: 30%;
        left: 11%;
    }
    .text-1 {
        font-size: 30px;
    }
    .text-name {
        font-size: 45px;
    }
    .text-birthday {
        font-size: 45px;
    }
    .invite-heading-text {
        font-size: 40px;
    }
    .invite-text {
        font-size: 23px;
    }
    .schedule-card {
        width: 100%;
    }
    .text-map {
        font-size: 40px;
    }
    .text-2 {
        font-size: 30px;
    }
    .p-text {
        font-size: 20px;
    }
    .schedule-card_2 {
        width: 100%;
    }
    .schedule-text_2 {
        font-size: 22px;
    }
    .p-text_2 {
        font-size: 18px;
    }
    .dashboard-input{
       width:100px !important;
    }


    /* template 2 christmas template */
    .template-img_2 {
        height: 899px;
    }
    /* template 3 wedding template*/
    .couple-img {
        top: 80px;
        left: 160px;
    }
    .main_content-div_3 {
        right: 330px;
        top: 18%;
    }
    .sub_content_div_3 {
        right: 326px;
    }
    .date_content_div {
        right: 315px;
    }
    .main-text_3 {
        font-size: 40px;
    }
    .sub-text_3 {
        font-size: 40px;
    }
    .date-text {
        font-size: 35px;
    }
    .date-text_2 {
        font-size: 29px;
    }

    /* template 4 seminar template */
    .main-text_4 {
        font-size: 38px;
    }
    .sub-text_4 {
        font-size: 28px;
    }
    .invite-heading-text_4 {
        font-size: 38px;
    }
    .invite-text_4 {
        font-size: 22px;
    }
    .text-map_4 {
        font-size: 38px;
    }
    .schedule-text_4 {
        font-size: 22px;
    }
    .p-text_4 {
        font-size: 18px;
    }
    .schedule-card_4 {
        height: 190px;
        width: 100%;
    }
    .form-heading_4 {
        font-size: 38px;
    }
    .form-text_4 {
        font-size: 28px;
    }
    .btn-enter_4 {
        font-size: 18px;
    }
    .align-no {
        justify-content: end;
    }

    /* template 5 official meeting template */
    .main-text_5 {
        font-size: 38px;
    }
    .sub-text_5 {
        font-size: 28px;
    }
    .invite-heading-text_5 {
        font-size: 38px;
    }
    .invite-text_5 {
        font-size: 22px;
    }
    .text-map_5 {
        font-size: 38px;
    }
    .schedule-text_4 {
        font-size: 22px;
    }
    .p-text_5 {
        font-size: 18px;
    }
    .schedule-card_5 {
        height: 190px;
        width: 100%;
    }
    .form-heading_5 {
        font-size: 38px;
    }
    .form-text_5 {
        font-size: 28px;
    }
    .btn-enter_5 {
        font-size: 18px;
    }
    /* birthday2 template */
    .birthday_frame {
        left: 300px;
    }
    .birthday-img {
        position: absolute;
        left: 404px;
    }

    /* indidvidual seminar 2 template  */
    .invite-semi-div {
        background-color: #2d5f73;
        width: 100%;
        min-height: 348px;
    }
    /* wedding template */
    .name_content_div_3 {
        position: absolute;
        top: 83%;
        right: 25%;
    }
    .static-card {
        height: 137px;
    }
    .static-header {
        padding: 30px;
    }
    .static-font {
        font-size: 16px;
        line-height: 39px;
    }
    .static-no {
        font-size: 20px;
    }
    #barChart_1 {
        height: 370px !important;
    }
    .font-icon {
        font-size: 25px;
        padding: 16px;
    }
    .donut-card {
        height: 395px !important;
    }
    .rate-card {
        height: 137px !important;
    }
    .rate-card-header {
        padding: 25px !important;
    }
    .p-tbl thead th {
        font-size: 16px !important;
    }
    .p-tbl tbody tr td {
        font-size: 16px !important;
    }
    .purchase-card {
        height: 306px;
    }
    .h-bg {
        height: 100%;
    }
    .tbl-template {
        width: 100% !important;
    }
    .tbl-scanner-app{
      width: 100% !important;
    }
}
@media screen and (min-width: 2301px) and (max-width: 2560px) {
    .row.flex-nowrap {
        gap: 60px;
    }

    /* template 1 birthday template */
    .template-img {
        height: 1155px;
    }
    .baby-img {
        width: 580px;
        height: 580px;
        position: absolute;
        right: 11%;
        top: 24%;
        border-radius: 50%;
        border: 7px solid #e5326e;
    }
    .main_content-div {
        top: 30%;
        left: 11%;
    }
    .text-1 {
        font-size: 40px;
    }
    .text-name {
        font-size: 53px;
    }
    .text-birthday {
        font-size: 53px;
    }
    .invite-heading-text {
        font-size: 40px;
    }
    .invite-text {
        font-size: 23px;
    }
    .schedule-card {
        width: 100%;
    }
    .schedule-card_2 {
        width: 100%;
    }
    .text-map {
        font-size: 40px;
    }
    .text-2 {
        font-size: 40px;
    }
    .p-text {
        font-size: 20px;
    }
    .schedule-text_2 {
        font-size: 25px;
    }
    .p-text_2 {
        font-size: 23px;
    }

    /* template 3 wedding template */
    .couple-img {
        top: 80px;
        left: 235px;
    }
    .main_content-div_3 {
        right: 379px;
        top: 19%;
    }
    .sub_content_div_3 {
        right: 370px;
    }
    .date_content_div {
        right: 370px;
    }
    .main-text_3 {
        font-size: 40px;
    }
    .sub-text_3 {
        font-size: 40px;
    }
    .date-text {
        font-size: 35px;
    }
    .date-text_2 {
        font-size: 29px;
    }

    /* template 4 seminar template */
    .main-text_4 {
        font-size: 40px;
    }
    .sub-text_4 {
        font-size: 30px;
    }
    .invite-heading-text_4 {
        font-size: 40px;
    }
    .invite-text_4 {
        font-size: 25px;
    }
    .text-map_4 {
        font-size: 40px;
    }
    .schedule-text_4 {
        font-size: 25px;
    }
    .p-text_4 {
        font-size: 23px;
    }
    .schedule-card_4 {
        height: 207px;
        width: 100%;
    }
    .form-heading_4 {
        font-size: 40px;
    }
    .form-text_4 {
        font-size: 30px;
    }
    .btn-enter_4 {
        font-size: 20px;
    }
    .align-no {
        justify-content: end;
    }

    /* template 5 official meeting template */
    .main-text_5 {
        font-size: 40px;
    }
    .sub-text_5 {
        font-size: 30px;
    }
    .invite-heading-text_5 {
        font-size: 40px;
    }
    .invite-text_5 {
        font-size: 25px;
    }
    .text-map_5 {
        font-size: 40px;
    }
    .schedule-text_5 {
        font-size: 25px;
    }
    .p-text_5 {
        font-size: 23px;
    }
    .schedule-card_5 {
        height: 207px;
        width: 100%;
    }
    .form-heading_5 {
        font-size: 40px;
    }
    .form-text_5 {
        font-size: 30px;
    }
    .btn-enter_5 {
        font-size: 20px;
    }
    /* wedding template */
    .name_content_div_3 {
        position: absolute;
        top: 75%;
        right: 23%;
    }
    .static-card {
        height: 150px;
    }
    .static-header {
        padding: 30px;
    }
    .static-font {
        font-size: 20px;
        line-height: 40px;
    }
    .static-no {
        font-size: 20px;
    }
    #barChart_1 {
        height: 400px !important;
    }
    .font-icon {
        font-size: 30px;
        padding: 20px;
    }
    .donut-card {
        height: 395px !important;
    }
    .rate-card {
        height: 150px !important;
    }
    .rate-card-header {
        padding: 30px !important;
    }
    .p-tbl thead th {
        font-size: 16px !important;
    }
    .p-tbl tbody tr td {
        font-size: 16px !important;
    }
    .purchase-card {
        height: 332px;
    }
    .h-bg {
        height: 100%;
    }
    .tbl-template {
        width: 100% !important;
    }
    .tbl-scanner-app{
       width: 100% !important;
    }
}
