@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("../css/reset.css");
@media (max-width: 1600px) {
    .home-banenr .heading .heading-1 {
        font-size: var(--font-size-60);
    }
    .home-banenr .heading .heading-2 {
        font-size: var(--font-size-30);
    }
    .home-banenr .heading .text {
        font-size: var(--font-size-20);
        width: 700px;
    }
    .home-banenr .form {
        padding: 0;
        font-size: var(--font-size-20);
        /* width: 700px; */
    }
    .home-banenr .form .cus-forms .form__field-wrapper .form__label {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 20px;
    }
    .category-list .category ul li {
        white-space: nowrap;
        padding: 15px 0;
    }
    .category ul li {
        padding: 10px;
    }
    .form-wizard.js-form-wizard.cus-forms {
        max-width: 70%;
    }
}

@media (max-width: 1281px) {
    .navbar .navbar-brand img,
    footer img.mb-4 {
        width: 100%;
    }
    .navbar .navbar-brand img{
        width:130px;
    }
    .background-imgages::before {
        background-size: 30%;
        background-position: left top;
        top: 0;
    }
    .background-imgages::after {
        background-size: 40%;
        background-position: bottom -30px right;
        bottom: 0;
    }
    .main-custome-card {
        grid-template-columns: auto auto auto;
    }
    .custome-card .title {
        padding: 10px;
    }
    .custome-card .title div,
    .custome-card .title span {
        margin-top: 10px;
    }
    .custome-card .title div~span {
        display: unset !important;
    }
    .custome-card .title div:first-child {
        margin-top: 0;
    }
    .custome-card img {
        width: 100%;
        height: 190px;
    }
    .main-custome-card.main-custome-card-list {
        grid-template-columns: auto !important;
    }
    .background-imgages::after {
        background-position: right top;
    }
    .home-banenr .form .cus-forms .form__field-wrapper .form__label {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 20px;
    }
    .home-banenr .heading .text {
        position: relative;
        z-index: 10;
    }
    .home-banenr .heading .text::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-color: #ffffffa8;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .home-banenr .form {
        width: calc(100% - 10%);
    }
    .home #custome-slider .carousel .slick-track .card .custome-card .position-relative::after {
        right: -98px;
        bottom: -119px;
    }
    .banner {
        height: 350px;
    }
    .listing-event-modal .filter {
        position: relative;
        padding: 0;
    }
    .listing-event-modal .filter,
    .listing-event-modal .serch-section {
        flex-direction: column !important;
        width: 100% !important;
    }
    .listing-event-modal .sorting {
        position: absolute;
        right: 20px;
        bottom: 0;
        width: 150px !important;
        height: 45px;
    }
    .my-profile-tab-content.my-account-info .section-2 .profile-details,
    .my-profile-tab-content.my-account-info .section-2 .profile-img {
        width: calc(100% - 40%);
    }
    footer.footer .form.cus-forms {
        display: flex;
        max-width: 99%;
        justify-content: space-between;
    }
    footer .cus-forms .form__field-wrapper {
        width: calc(100% / 3.1);
    }
    footer .cus-forms button {
        border: 1px solid var(--text-color-white);
        margin-top: 2px;
    }
    footer .logo {
        width: calc(100% - 20%) !important;
    }
    /* 14-07-2022 */
    .maincustomresponsivecard .Date-tim-ecustom .date-time .time{
        margin-top:0;
    }
}

@media (max-width: 1024px) {
    .navbar .navbar-brand img,
    footer img.mb-4 {
        width: 100%;
    }
    .navbar .navbar-brand img{
        width:130px;
    }
    .background-imgages::before {
        background-size: 30%;
        background-position: left top;
    }
    .background-imgages::after {
        background-size: 40%;
        background-position: bottom -30px right;
    }
    .main-custome-card {
        grid-template-columns: auto auto auto;
    }
    .custome-card .title {
        padding: 10px;
    }
    .custome-card img {
        width: 100%;
        height: inherit;
    }
    .main-custome-card.main-custome-card-list {
        grid-template-columns: auto !important;
    }
    .home #custome-slider .carousel .slick-track .card .heading {
        font-size: var(--font-size-30);
    }
    .slick-slide .custome-card .position-relative {
        height: 100%;
    }
    .home #custome-slider .carousel .slick-track .card .custome-card .position-relative::after {
        position: absolute;
        left: inherit;
        right: 0;
        bottom: -25px;
    }
    .home #custome-slider .carousel .slick-track .card .custome-card img {
        position: absolute;
        width: 280px;
        left: inherit;
        top: inherit;
        transform: rotate(-11deg);
        border-radius: 17px;
        object-fit: cover;
        right: -9px;
        bottom: -105px;
    }
    .event-details .box .cus-forms button {
        width: calc(100% - 10%) !important;
    }
    .event-details .box .heading-1 {
        text-align: center;
    }
    .event-details .box .address-date .address .d-flex {
        justify-content: center;
    }
    .my-profile-tab-content.earnings .referral .box,
    .my-profile-tab-content.earnings .payouts .payout-promoter,
    .my-profile-tab-content.earnings .payouts .payout-author {
        width: calc(100% / 2);
        margin: 0;
    }
    .hvr-grow:active,
    .hvr-grow:focus,
    .hvr-grow:hover {
        transform: scale(1);
    }
    .responsive-category {
        display: block;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: var(--font-size-30);
        color: var(--bg-color-4);
        margin: 15px 0;
        align-items: center;
    }
    .modal-body.listing-event-modal .serch-section {
        border: 1px solid #cccccc;
        align-items: center !important;
    }
    footer.footer .form.cus-forms {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .responsive-category p {
        font-size: var(--font-size-22);
    }
    .responsive-category button {
        font-weight: 700;
    }
    /* .home .event-listing .category {
        display: none;
    } */
    .category-list .category {
        display: none;
        padding: 0;
    }
    .category-list .category ul {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .category-list .category ul li {
        white-space: nowrap;
        padding: 10px;
    }
    .event-listing .sorting .hide-filter {
        display: none;
    }
    .event-listing .serch-section {
        width: calc(100% - 15%);
    }
    .event-listing .sorting {
        width: calc(100% - 88%);
    }
    .event-listing .sorting div {
        width: 100%;
    }
    .event-listing .responsive-screen {
        display: none;
    }
    .responsive-screen .filter {
        padding-top: 0;
        margin-top: 0 !important;
    }
    .category-list .category {
        display: none;
        padding: 0;
    }
    .category-list .category ul {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .category-list .category ul li {
        white-space: nowrap;
        padding: 10px;
    }
    .event-listing .sorting .hide-filter {
        display: none;
    }
    .event-listing .serch-section {
        width: calc(100% - 15%);
    }
    .event-listing .sorting {
        width: calc(100% - 88%);
    }
    .event-listing .sorting div {
        width: 100%;
    }
    .event-listing .responsive-screen {
        display: none;
    }
    .responsive-screen .filter {
        padding-top: 0;
        margin-top: 0 !important;
        flex-wrap: wrap;
        position: relative;
    }
    .responsive-screen .filter .serch-section {
        width: 100%;
        flex-wrap: wrap;
        justify-content: start;
        border: 1px solid #cccccc;
    }
    .responsive-screen .filter .serch-section .input-fields {
        padding: 2px;
        margin-bottom: 5px;
    }
    .responsive-screen .filter .sorting {
        position: absolute;
        right: 13px;
        bottom: 0;
        border: 0;
        width: auto;
    }
    .responsive-screen .filter .sorting .list {
        border: 0;
        background-color: var(--color-black);
        padding: 12px;
        border-radius: 0;
    }
    .responsive-screen .filter .sorting svg:first-child {
        margin-right: 10px;
    }
    .responsive-screen .filter .sorting svg.active {
        color: white;
    }
    .home .background-imgages {
        min-height: 500px;
    }
    .form-wizard.js-form-wizard.cus-forms {
        max-width: 90%;
    }
    .create-event .cus-forms .multi-step .date-time .form__field-wrapper.col .date div {
        width: 100%;
    }
    .create-event .cus-forms .multi-step .date-time .form__field-wrapper.col {
        min-width: calc(100% / 2);
    }
    .home .background-imgages::after {
        height: -webkit-fill-available;
        background-size: 32%;
    }
    .home .background-imgages::before {
        height: -webkit-fill-available;
        background-size: 23%;
    }
    .home-banenr .heading .text {
        width: 550px;
    }
    .home-banenr .form {
        margin-top: 0 !important;
        width: 100%;
    }
    .home-banenr .form .cus-forms .form__field-wrapper .form-select {
        width: 180px !important;
    }
    #custome-slider .slick-next {
        right: -30px;
    }
    #custome-slider .slick-prev {
        left: -30px;
    }
    #my-profile-tab li {
        width: calc(100% / 4.5);
    }
    #allCategory .modal-header h5 {
        font-size: var(--font-size-22);
    }
    .promoteEvent .modal-body .co-sub-heading {
        text-align: center;
        padding: 0 10px;
        line-height: 1.3;
    }
    .promoteEvent .modal-body .co-title {
        font-size: var(--font-size-30);
        line-height: 1.5;
    }
    .promoteEvent .modal-body .co-title {
        width: auto;
    }
    .promoteEvent .modal-dialog {
        max-width: 682px;
        padding: 0 40px;
    }
    .promoteEvent .modal-body .close {
        right: -70px;
        top: -35px;
    }
    .listing-event-modal .category li {
        font-weight: 400;
    }
    .my-profile-tab-content.my-account-info .cus-forms .profile-details .form__field-wrapper {
        width: calc(100% / 2.1);
    }
    .my-profile-tab-content.my-account-info .section-1 {
        padding: 39px 0px;
    }
    .my-profile-tab-content.my-account-info .section-1 .d-flex.justify-content-between {
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }
    .my-profile-tab-content.my-account-info .section-1 .d-flex.justify-content-between .profile-details {
        flex-direction: row !important;
    }
    footer.footer {
        background-size: cover;
    }
    footer.footer .form.cus-forms {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-around;
    }
    footer.footer .col:last-child {
        margin-top: 30px;
    }
    .home-banenr .form .cus-forms button#responsive-btn {
        position: absolute;
        left: inherit;
        right: 20px;
        z-index: 1;
    }
    .home-banenr .form .cus-forms.showMoreFields {
        transition: .3s;
    }
    .home-banenr .form .cus-forms.showMoreFields .form-responsive,
    .showMoreFields .form-responsive {
        display: block;
    }
    .home-banenr .form .cus-forms.showMoreFields button#responsive-btn {
        position: relative;
        top: inherit;
        right: inherit;
        top: 0;
        transform: rotate(0deg);
    }
    .carousel .slick-track .slick-slide .custome-card img {
        height: inherit;
        width: 100% !important;
    }
    .event-details .banner {
        height: auto;
        background-color: red;
        padding: 50px 0;
    }
    .event-details .banner .container .d-flex.flex-responsive {
        flex-direction: column !important;
    }
    .event-details .banner .container .d-flex.flex-responsive .left {
        width: 100%;
    }
    .event-details .banner .container .d-flex.flex-responsive .left .title,
    .event-details .banner .container .d-flex.flex-responsive .left .heading,
    .event-details .banner .container .d-flex.flex-responsive .left .details,
    .event-details .banner .container .d-flex.flex-responsive .left .text-left {
        border-right: 0;
    }
    .event-details .banner .right {
        width: 100%;
        flex-direction: row !important;
        padding: 0;
    }
    .event-details .banner .right #countdown {
        margin-right: 10px;
    }
    .event-details .banner .right button {
        float: right;
    }
    .event-details .banner .right button.fill-btn {
        margin-left: 0 !important;
    }
    /* 14-07-2022 */
    .main-cardmobile{
        display:flex;
        height: 100%;
    }
    .main-cardmobile .custome-card{
        width:100%;
        margin:0;
        height: 100%;
    }
    .main-cardmobile .custome-card > a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .main-cardmobile .custome-card > a .position-relative{
        width:100%;
        height:100%;
    }
    .main-cardmobile .custome-card img {
        width: 100%;
        height: 300px;
    }
    .main-custome-card.maincustomresponsivecard {
        display:flex;
        justify-content: space-between;
    }
    .maincustomresponsivecard .Date-tim-ecustom {
        margin: 0;
        height: 100%;
        width: calc(50% - 15px);
    }
    .maincustomresponsivecard .Date-tim-ecustom > .position-relative {
        height: 100%;
    }
    .maincustomresponsivecard .Date-tim-ecustom > .position-relative img {
        height: 250px;
    }
    .maincustomresponsivecard .custome-card .title .heading{
        position: relative;
    }
    .maincustomresponsivecard .live_events {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 3px !important;
    }
    .maincustomcards .custome-card{
        width: 100%;
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }


}

@media (max-width: 991px) {
    #header .navbar-collapse {
        background-color: #fbfbfc;
        position: absolute;
        left: 0;
        top: 86px;
        width: 100%;
        padding: 10px 20px;
        transition: .3s linear;
    }
    .location-city .event-listing .custome-card {
    width: 100%;
    margin-bottom: 11px;
}
.custom-100{
    width: 100%;
}
    #header-2 .navbar .navbar-brand,
    #header .navbar .navbar-brand {
        margin: 0 auto;
    }
    #header .navbar-collapse ul {
        padding: 20px;
    }
    #header .navbar-collapse ul li {
        padding: 0px 20px;
    }
    #header .navbar-collapse ul .ms-2 {
        margin-left: 0 !important;
    }
    #header .navbar-collapse ul .nav-link.btn {
        width: 170px!important;
    }
    #navbarSupportedContent .navbar-nav .nav-item {
        margin: 0 !important;
    }
    #navbarSupportedContent .navbar-nav .nav-item .dropdown .dropdown-toggle {
        margin: 0 !important;
        padding: 0 !important;
    }
    .home-banenr .form .cus-forms {
        height: auto;
        padding: 10px;
        flex-wrap: wrap;
    }
    .home-banenr .cus-forms .form__field-wrapper {
        width: calc(100% / 2.5) !important;
    }
    .home-banenr .form .cus-forms .form-responsive {
        display: none;
    }
    .my-profile-tab-content.my-events .title .action p span {
        display: none;
    }
    .home-banenr .cus-forms .form__field-wrapper .form__input {
        border: 0;
    }
    .home .background-imgages::after,
    .home .background-imgages::before {
        background-image: none;
    }
    .location-city .event-listing {
        align-items: center !important;
        justify-content: center !important;
    }
    .location-city .event-listing .main-custome-card {
        grid-template-columns: auto auto;
    }
    .event-details .banner .right {
        flex-direction: column !important;
        margin-top: 30px;
    }
    .event-details .banner .right button {
        float: none;
    }
    .event-details .banner .right div.btn {
        width: calc(100% - 30%);
        display: flex;
        justify-content: space-between;
    }
    .event-details-content .right {
        margin-top: 20px;
    }
    .banner .left .heading h1 {
        font-size: var(--font-size-30);
    }
    #my-profile-tab {
        flex-wrap: wrap;
    }
    #my-profile-tab li {
        width: calc(100% / 2.1);
        margin-top: 10px;
    }
    footer.footer .form.cus-forms {
        display: flex;
        max-width: 100%;
        justify-content: space-between;
        margin-top: 10px !important;
    }
    footer.footer .form.cus-forms .form__field-wrapper {
        width: calc(100% / 2);
        padding-right: 10px;
    }
    footer.footer .col.col-md-12 {
        margin-top: 30px;
    }
    .main-custome-card {
        column-gap: 25px;
    }
    .my-profile-tab-content.my-account-info .cus-forms .profile-details .form__field-wrapper {
        width: 99%;
    }
    .my-profile-tab-content.paymentOrOrders .fill-btn {
        white-space: nowrap;
        width: auto !important;
        padding: 10px;
    }
    /* 14-07-2022 */
    .maincustomresponsivecard .Date-tim-ecustom > .position-relative img {
        height: 200px;
    }
    .maincustomresponsivecard .date-time{
        flex-wrap: wrap;
    }
    .maincustomresponsivecard .Date-tim-ecustom .date-time .date, .maincustomresponsivecard .Date-tim-ecustom .date-time .time{
        width:100%;
    }
    .maincustomresponsivecard .Date-tim-ecustom .date-time .time{
        margin-top:10px;
    }
    
}

@media (max-width: 768px) {
 /*   .event-listing .main-custome-card .Image-div img.responsive {
    width: 100%;
    max-height: 150px;
}*/
.repeated-div .Image-div img {
   
    width: 100%!important;
   
}
.location-city .event-listing .custome-card {
    width: 100%;
    margin-bottom: 11px;
}
    .banner {
        height: 250px;
    }
    .main-custome-card {
        grid-template-columns: auto auto;
    }
    .banner .heading {
        font-size: var(--font-size-25);
    }
    .banner .sub-heading {
        font-size: var(--font-size-30);
    }
    .home-banenr .form {
        width: 100%;
    }
    .home-banenr .cus-forms .form__field-wrapper {
        width: calc(100% / 2) !important;
    }
    .banner .left .details .date,
    .banner .left .details .location,
    .banner .left .details .email {
        white-space: nowrap;
    }
    .promoteEvent .modal-dialog .modal-content .co-heading {
        font-size: var(--font-size-90);
    }
    .promoteEvent .modal-dialog {
        max-width: 550px;
    }
    .event-details .banner .right div.btn {
        width: calc(100% - 20%);
        margin-top: 20px;
        padding: 0 10px;
    }
    .event-details .banner .right button,
    .event-details .banner .right button.fill-btn {
        white-space: nowrap;
    }
    .banner .right #countdown li span {
        display: block;
        margin-top: 32px;
    }
    .my-profile-tab-content.my-events .title .action p span {
        display: contents;
    }
    .my-profile-tab-content.earnings .referral .box,
    .my-profile-tab-content.earnings .payouts .payout-promoter,
    .my-profile-tab-content.earnings .payouts .payout-author {
        width: calc(100% / 1);
        margin: 0 !important;
        margin-top: 10px;
    }
    .my-profile #earnings .referral,
    .my-profile #earnings .payouts {
        flex-wrap: wrap !important;
        padding: 0 !important;
        margin-top: 15px !important;
    }
    .my-profile #earnings .payouts .payout-author,
    .my-profile #earnings .referral .box {
        margin-top: 15px !important;
    }
    /* .my-profile-tab-content.my-account-info .section-2 .profile-img {
        width: calc(100% - 46%);
    } */
}

@media (max-width: 712px) {
    footer.footer .col:first-child {
        margin-top: 0 !important;
    }
    footer.footer .col {
        margin-top: 30px;
    }
    footer.footer .form.cus-forms {
        flex-direction: column;
    }
    footer.footer .form.cus-forms .form__field-wrapper {
        width: 100%;
    }
    .promoteEvent .modal-dialog {
        max-width: 500px;
    }
    .promoteEvent .modal-dialog .modal-content .co-heading {
        font-size: var(--font-size-60);
    }
    .promoteEvent .modal-body .co-sub-heading {
        font-size: var(--font-size-20);
    }
    .promoteEvent .modal-body .co-share {
        font-size: var(--font-size-18);
        margin-bottom: 10px;
    }
    /* 14-07-2022 */
    .main-custome-card.maincustomresponsivecard{
        flex-wrap: wrap;
    }
    .maincustomresponsivecard .Date-tim-ecustom{
        width:100%;
    }
    .maincustomresponsivecard .Date-tim-ecustom:not(:first-child) {
        margin-top: 30px;
    }
    .custom_buttonmobile{
        width:100%;
    }
}

@media (max-width: 540px) {
    #header-2 .navbar-collapse,
    #header .navbar-collapse {
        background-color: #fbfbfc;
        position: fixed;
        left: 0;
        top: 86px;
        width: 100%;
        padding: 10px 20px;
        transition: .3s linear;
    }
    .event-details .banner .right div.btn {
        flex-direction: column;
    }
    #custome-slider .slick-prev {
        z-index: 100;
        left: -10px;
    }
    #custome-slider .slick-next {
        right: -10px;
        z-index: 100;
    }
    .home-banenr .heading .text {
        width: 100%;
    }
    #header-2 .navbar .navbar-brand img,
    #header .navbar .navbar-brand img {
        width:130px;
    }
    .home section .heading-2 {
        font-size: var(--font-size-25);
    }
    .my-profile-tab-content.my-events .title .action p span {
        display: block;
    }
    .event-details .banner .container .d-flex.flex-responsive .left .details .location,
    .event-details .banner .container .d-flex.flex-responsive .left .details .email {
        padding-left: 20px !important;
    }
    .promoteEvent .modal-body .close {
        right: -35px;
        top: 0;
    }
    .cus-forms {
        max-width: calc(100% - 20%);
        padding: 20px 30px;
    }
    .home-banenr .cus-forms .form__field-wrapper {
        width: 100% !important;
    }
    .cus-forms img.logo {
        width: 100%;
        margin-bottom: 0;
    }
    .cus-forms .form__field-wrapper .form__submit-btn {
        margin-bottom: 20px;
    }
    .cus-forms .form-footer a strong {
        display: block;
        margin-top: 10px;
    }
    .cus-forms .form-title,
    .cus-forms .form-title {
        font-size: var(--font-size-30);
    }
    .cus-forms.singup .form-title {
        display: none;
    }
    .cus-forms.fotgot-password .form__submit-btn,
    .cus-forms.change-password .form__submit-btn {
        padding: 1em 0;
    }
    .cus-forms.fotgot-password .form-subtitle {
        font-size: var(--font-size-15);
    }
    .cus-forms.fotgot-password .form-footer a strong {
        display: inline-block;
    }
    .cus-forms.singup .form-footer a strong {
        display: inherit;
    }
    .my-profile-tab-content.my-account-info .section-1 {
        padding: 39px 20px;
    }
    .dataTables_paginate.paging_simple_numbers {
        display: none;
    }
    .banner .heading {
        font-size: var(--font-size-30);
    }
    .banner .sub-heading {
        font-size: var(--font-size-40);
    }
    .event-listing-list .custome-card img {
        max-width: 250px;
    }
    .event-details .banner .right div.btn {
        width: calc(100% - 10%);
        display: flex;
        justify-content: space-between;
    }
    .banner .left .details {
        white-space: nowrap;
    }
    .banner .right #countdown .d-flex {
        display: grid !important;
        grid-template-columns: auto auto;
        padding: 0 50px;
        gap: 20px;
    }
    .event-details .banner .container .d-flex.flex-responsive .left .details .date,
    .event-details .banner .container .d-flex.flex-responsive .left .details .location,
    .event-details .banner .container .d-flex.flex-responsive .left .details .email {
        white-space: nowrap;
    }
    .browser-category .container .row:nth-child(1) {
        width: 90%;
        margin: 0 auto;
    }
    .location-city .event-listing .main-custome-card {
        grid-template-columns: auto;
    }
    /* .location-city .event-listing div:first-child {
        width: 100% !important;
    } */
    .create-event .cus-forms .multi-step .form__field-wrapper {
        min-width: 100%;
    }
    .my-profile #earnings .referral,
    .my-profile #earnings .payouts {
        flex-direction: column !important;
        margin: 0;
        padding: 0;
    }
    .my-profile-tab-content.my-account-info .section-1 .d-flex.justify-content-between {
        flex-direction: column !important;
        align-items: center;
    }
    .my-profile-tab-content.my-account-info .cus-forms .profile-details {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .my-profile-tab-content.my-account-info .section-1 .profile-details .form__field-wrapper:last-child {
        margin-top: 30px;
    }
    .my-profile-tab-content.my-account-info .section-2 .profile-details .form__field-wrapper:last-child {
        margin-top: 0;
    }
    .my-profile-tab-content.my-account-info .section-2 .profile-img {
        width: 100%;
    }
    .my-profile #earnings .referral .box,
    .my-profile #earnings .payouts div {
        margin-left: 16px !important;
        width: 90%;
        margin-top: 20px !important;
        margin: 0 auto;
    }
    .my-profile-tab-content.my-events .title .action span * {
        display: none;
    }
    #my-profile-tab {
        padding: 10px;
        flex-direction: column !important;
    }
    #my-profile-tab li {
        display: inline-block;
        white-space: nowrap;
        width: auto;
        padding: 10px;
        width: 100%;
        margin-top: 10px;
    }
    #profile-toggle {
        display: block;
        border: 0;
        background: black;
        color: white;
        padding: 10px 30px;
    }
    .main-custome-card-list .custome-card .position-relative {
        flex-direction: column !important;
    }
    .event-listing-list .custome-card img {
        max-width: 100%;
    }
    footer.footer {
        background-size: cover;
    }
    footer.footer .col {
        margin-top: 40px;
    }
    footer.footer .col:first-child {
        margin-top: 0 !important;
    }
    footer.footer .form.cus-forms {
        flex-direction: column;
    }
    footer.footer .form.cus-forms .form__field-wrapper {
        width: 100%;
    }
    .responsive-category p {
        display: none;
    }
    .event-listing .responsive-category {
        padding: 0;
    }
    .responsive-category .sorting {
        width: 100px !important;
    }
    .responsive-category .sorting .list {
        padding: 10px;
    }
    .category-list .responsive-category,
    .home .popular-event .responsive-category {
        justify-content: center;
    }
    .event-details .box .cus-forms button {
        width: 100% !important;
    }
}

@media (max-width: 414px) {
    .cus-forms {
        padding: 20px 20px;
    }
    .main-custome-card {
        grid-template-columns: auto;
    }
    .custome-card img {
        height: inherit;
        width: 100%;
    }
    #header .container-fluid {
        padding: 10px;
    }
    .home-banenr .form .cus-forms .form__field-wrapper {
        padding-left: 0;
    }
    .home-banenr .form .cus-forms .form__field-wrapper input {
        width: 250px;
    }
    .home-banenr .form .cus-forms .form-input-icon {
        left: 0;
    }
    #my-profile-tab li {
        width: 100%;
        margin: 10px 0;
    }
    .main-custome-card {
        grid-template-columns: auto;
    }
    .event-details .banner .container .d-flex.flex-responsive .left .details {
        flex-wrap: wrap;
    }
    .event-details .banner .container .d-flex.flex-responsive .left .details .email {
        padding-left: 0 !important;
        padding-top: 10px !important;
    }
    .responsive-category p {
        display: none;
    }
    .responsive-category button {
        margin: 0 auto;
    }
    .popular-event .container .row .heading-2 {
        margin-bottom: 0 !important;
    }
    .main-custome-card,
    .home-popular-event button.btn {
        margin-bottom: 0 !important;
    }
    .create-event .cus-forms .multi-step .date-time .form__field-wrapper.col {
        min-width: 100%;
    }
    .form-wizard.js-form-wizard.cus-forms .input-group .form__submit-btn.multi-btn-prev,
    .form-wizard.js-form-wizard.cus-forms .input-group .form__submit-btn.js-btn-next {
        width: 100%;
    }
    /* 14-07-2022 */
    #header .container-fluid{
        padding: 0;
    }
    #header .navbar .navbar-brand img {
        width:130px;
    }
    .cardmobile2{
        margin:0;
    }
    .cardmobile2.repeated-div .Image-div{
        width:50% !important;
    }
    
    
}

@media (max-width: 390px) {
    /* #header .navbar .navbar-brand img {
        width: 200px;
    } */
    .cus-forms .form-check .cus-forms__link {
        margin-top: 10px !important;
        display: block;
    }
    .cus-forms .form-check {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center;
    }
    .cus-forms.singup .form-footer a strong {
        display: block !important;
        width: 100%;
    }
    .banner .heading {
        font-size: var(--font-size-25);
    }
}

@media (min-width: 500px) and (max-width: 1366px) and (orientation: landscape) {
    .cus-forms.login,
    .cus-forms.singup,
    .cus-forms.fotgot-password,
    .cus-forms.change-password {
        margin: 100px 0;
    }
    #header-2 .navbar-collapse,
    #header .navbar-collapse {
        background-color: #fbfbfc;
        position: absolute;
        left: 0;
        width: 100%;
        padding: 10px 20px;
        transition: .3s linear;
    }
    .navbar-brand {
        z-index: 1;
    }
    .responsive-category .sorting .list {
        padding: 10px;
    }
    .event-listing .responsive-category p {
        display: none;
    }
    .promoteEvent .modal-body .co-heading {
        font-size: var(--font-size-60);
    }
    .promoteEvent .modal-body .co-sub-heading {
        font-size: var(--font-size-15);
    }
    .promoteEvent .modal-body .co-title {
        font-size: var(--font-size-18);
        line-height: 1;
    }
    .promoteEvent .modal-body .co-share {
        font-size: var(--font-size-15);
        margin-bottom: 15px;
    }
    .promoteEvent .modal-body .close {
        right: -25px;
        top: 0;
    }
    .responsive-category .sorting {
        width: 100px !important;
    }
    footer .form__submit-btn {
        padding: 1em 2em;
    }
    footer.footer .col {
        margin-top: 40px;
    }
    footer.footer .col:first-child {
        margin-top: 0 !important;
    }
}
.custome-card .title {
    padding: 15px 25px 15px 25px;
    font-weight: 600;
    font-size: var(--font-size-18);
    min-height: 135px;
}
.min-150{
    min-height: 150px!important;
}
.custome-card .title .heading {
    padding: 0;
    font-weight: 600;
    font-size: var(--font-size-18);
    color: var(--color-grey);
    font-size: 16px;
}
.location-city .custome-card .title .heading {
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: 700;
    margin: 4px 0px;
}

/* 21-7-2022 css start here */
@media (max-width:767px){
    .main-custome-card.main-cardmobile {
        display: block;
    }
.main-custome-card.main-cardmobile .custome-card.hvr-grow img {
    width: 100% !important;
}
.text-capitalize.data-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.event-listing img {
    width: 100%;
    max-height: 135px;
}
div#custome-slider .main-custome-card.main-cardmobile .custome-card img {
    height: 240px;
    object-fit: cover;
}
}

@media(min-width:768px) and (max-width:1024px){
    .event-listing img {
    width: 100%;
    max-height: 135px;
    }
    .custome-card.repeated-div.hvr-grow.cardmobile2 .title {
    padding: 15px;
}
div#custome-slider .main-custome-card.main-cardmobile .custome-card img {
    height: 240px;
    object-fit: cover;
}
}


/* 21-7-2022 css end here */