
@media (min-width: 1200px) {
    .creatorclog-wrap .creatorcatalog-block-2.cclogfullwidth .ccb-socialmedia ul li {
        width: calc((100% / 4) - 7.5px);
    }
    .creatorclog-wrap .creatorcatalog-block-2.cclogfullwidth .ccb-specs ul li {
        width: calc((100% / 4) - 7.5px);
    }
}

@media (max-width: 1199px) {
    /* title-wrap-1 :start */
    .title-wrap-1 h3 {
        font-size: 55px;
    }
    /* title-wrap-1 :end */

    /* Header section :start */
    header .search {
        width: 250px;
    }
    /* Header section :end */

    /* home top section :start */
    .hometop-section .homtopsec-block .htsec-block h3 {
        font-size: 50px;
    }
    /* home top section :end */

    /* benefits section :start */
    .benefits-section .benefitsec-head {
        margin-bottom: 25px;
    }
    .benefits-section .benefitsec-head h3 {
        font-size: 54px;
        line-height: 57px;
    }
    /* benefits section :end */

    /* parts section :start */
    .parts-section .partsec-head {
        margin-bottom: 20px;
    }
    .parts-section .partsec-head h3 {
        font-size: 54px;
        line-height: 57px;
    }
    /* parts section :end */

    /* Creators List page :start */
    .creatorlist-block {
        padding: 20px 20px;
    }
    .creatorlist-block .clb-head .clhimage {
        width: 85px;
        height: 85px;
    }
    .creatorlist-block .clb-head .clhtext h5 {
        margin-bottom: 10px;
    }
    .creatorlist-block .clb-head .clhtext h5 {
        font-size: 15px;
    }
    .creatorlist-block .clb-head .clhtext h3 {
        font-size: 19px;
    }
    /* Creators List page :end */

    /* Creator Catalog List Page :start */
    .creatorcatalog-block .ccb-socialmedia ul li {
        /* width: calc((100% / 3) - 7px); */
        width: auto;
    }
    .creatorcatalog-block .ccb-socialmedia ul li > div {
        border-radius: 7px;
        padding: 5px;
        justify-content: center;
    }
    .creatorcatalog-block .ccb-socialmedia ul li > div span:first-child {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .creatorcatalog-block .ccb-socialmedia ul li > div span:first-child img {
        object-fit: contain;
        object-position: center;
    }
    .creatorcatalog-block .ccb-socialmedia ul li > div span:last-child {
        display: none;
    }
    /* Creator Catalog List Page :end */

    /* Creator Details Page :start */
    .creatorsdetails-wrap .creatorsdetails-head .clb-head .clhimage {
        width: 110px;
        height: 110px;
    }
    .creatorsdetails-wrap .creatorsdetails-head .clb-head .clhimage .medal-icon {
        width: 36px;
    }
    .creatorsdetails-wrap .creatorsdetails-head .clb-head .clhtext h5 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .creatorsdetails-wrap .creatorsdetails-head .clb-head .clhtext h3 {
        font-size: 23px;
        margin-bottom: 7px;
    }
    .creatorsdetails-wrap .creatorsdetails-head .clb-head .clhtext h6 {
        /* margin-bottom: 7px; */
    }    

    .creatorsdetails-wrap .creatorsdetails-head .creator-follows ul {
        gap: 20px;
    }
    .creatorsdetails-wrap .creatorsdetails-head .creator-follows ul li p {
        font-size: 16px;
    }    
    .creatorsdetails-wrap .creatorsdetails-head .creator-follows ul li p span {
        font-size: 22px;
    }

    .creatorcatalog-block-2 .ccb-socialmedia ul li {
        width: auto;
    }
    .creatorcatalog-block-2 .ccb-socialmedia ul li > div {
        border-radius: 7px;
        padding: 5px;
        justify-content: center;
    }
    .creatorcatalog-block-2 .ccb-socialmedia ul li > div span:first-child {
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .creatorcatalog-block-2 .ccb-socialmedia ul li > div span:first-child img {
        object-fit: contain;
        object-position: center;
    }
    .creatorcatalog-block-2 .ccb-socialmedia ul li > div span:last-child {
        display: none;
    }

    .creatorclog-wrap .creatorcatalog-block-2 .ccb-socialmedia ul li {
        width: auto;
    }
    .creatorclog-wrap .creatorcatalog-block-2 .ccb-socialmedia ul li div {
        border-radius: 7px;
        padding: 5px;
        justify-content: center;
    }
    .creatorclog-wrap .creatorcatalog-block-2 .ccb-socialmedia ul li div span:first-child {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* Creator Details Page :end */
    .creatorcatalog-block .ccb-status ul .cstatus-block p {
        font-size: 13px;
    }
    .creatorcatalog-block .ccb-status ul li:last-child {
        margin-left: initial;
    }

    /* Events section :start */
    .latestevent-block .lebright {
        padding: 0px 0px;
    }
    .latestevent-block .lebright .ler-head h2 {
        font-size: 36px;
    }
    /* Events section :end */

    /* Trusted by Influencers & Creators section :start */
    .trustedby-section {
        padding: 80px 0px;
    }
    .trustedby-section .tbsec-title h3 {
        font-size: 40px;
    }
    .trustedby-section .tbsec-title p {
        font-size: 22px;
    }
    /* Trusted by Influencers & Creators section :end */

    .eventdetails-banner .edbtext {
        padding: 10px 0px 80px;
    }
    .eventdetails-banner .edbtext h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .btn-style-2 {
        font-size: 14px;
    }
    /* title-wrap-1 :start */
    .title-wrap-1 h3 {
        font-size: 45px;
    }
    .title-wrap-1 h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }    
    /* title-wrap-1 :end */

    /* Header section :start */
    .navbar-content ul.navcont-list > li {
        margin-left: 10px;
    }
    .navbar-logo .logo img {
        max-height: 70px;
    }
    .navbar-logo svg {
        width: 64px ;
        max-width: initial !important;
        height: 70px;
    }
    .current-user {
        padding: 0px;
    }
    .current-user p {
        display: none;
    }
    .current-user i {
        display: none;
    }
    .nav-community a {
        padding: 7px 15px;
    }
    .hamburger-wrap {
        display: block;
    }
    /* Header section :end */

    /* home top section :start */
    .hometop-section .homtopsec-block .htsec-block h3 {
        font-size: 40px;
    }
    .hometop-section .homtopsec-block .htsec-block p {
        font-size: 16px;
    }
    .hometop-section .homtopsec-block .htsec-block .btn {
        font-size: 16px;
        padding: 12px 45px;
    } 
    /* home top section :end */

    /* who we are new section :start */
    .whowearenew-section {
        padding: 50px 0px;
    }
    .whowearenew-section .wwan-right .wwatext p {
        font-size: 17px;
    }
    /* who we are new section :end */

    /* whatwedo section :start */
    .whatwedo-section {
        padding: 50px 0px;
    }
    /* whatwedo section :end */

    /* whatwedo section :start */
    .whatwedo-block .details .details-icon {
        width: 100px;
    }
    /* whatwedo section :end */

    /* features-section :start */
    .features-section {
        padding: 50px 0px;
    }
    /* features-section :end */

    /* benefits section :start */
    .benefits-section {
        padding: 50px 0px;
    }
    .benefits-section .benefitsec-head h3 {
        font-size: 50px;
        line-height: 53px;
    }
    .benefits-block {
        /* padding: 12px 0px; */
    }
    .benefits-block .benefits-inner {
        padding: 30px 30px;
        gap: 10px;
    }
    /* benefits section :end */

    /* parts section :start */
    .parts-section {
        padding: 50px 0px;
    }
    .parts-section .partsec-head h3 {
        font-size: 50px;
        line-height: 53px;
    }
    /* parts section :end */

    /* footer section :start */
    .log-footer {
        padding: 50px 0px;
    }
    .log-footer .logf-left {
        text-align: center;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .log-footer .logf-right {
        text-align: center;
        border-left: 0;
        padding-left: 0px;
    }
    .log-footer .socialmedia ul {
        justify-content: center;
    }
    .log-footer .logf-right h3 {
        font-size: 28px;
    }
    .log-footer .logf-right p {
        font-size: 14px;
    }
    /* footer section :end */

    /* Creators List page :start */
    .creatorlist-block {
        padding: 15px 15px;
    }
    .creatorlist-block .clb-head .clhimage {
        width: 80px;
        height: 80px;
    }
    .creatorlist-block .clb-head .clhimage .medal-icon {
        width: 25px;
    }
    .creatorlist-block .clb-head .clhtext h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .creatorlist-block .clb-head .clhtext h3 {
        font-size: 18px;
    }
    .creatorlist-block .clb-head .clhtext h6 {
        font-size: 12px;
    }

    .paymentsummaryModal .modal-header .modal-title {
        font-size: 22px;
    }
    .paymentsummaryModal .paysummary-details .psdetails-block h3 {
        font-size: 18px;
    } 
    /* Creators List page :end */

    /* Registration page :start */
    .regpg-section .rpgsec-left .regleft-block h3 {
        font-size: 22px;
    }
    .regpg-section .rpgsec-left .regleft-block p {
        font-size: 14px;
    }

    .regpg-section .rpgsec-right .regsec-title h2 {
        font-size: 34px;
    }
    .regpg-section .rpgsec-right .regsec-title p {
        font-size: 14px;
    }
    .regpg-section .rpgsec-right .alreadyaccount h5 {
        font-size: 14px;
    }
    /* Registration page :end */

    /* .intltel-custom-1 :start */
    .intltel-custom-1 .intl-tel-input .country-list {
        min-width: 255px;
        max-width: 255px;
    }
    /* .intltel-custom-1 :end */

    /* Creator Details Page :start */
    .creatorsdetails-wrap {
        padding: 25px 25px;
    }
    /* Creator Details Page :end */

    /* modal service block :start */
    .modalservice-block .icontext-wrap-1 ul li {
        width: calc((100% / 2) - 7.5px);
    }
    /* modal service block :end */
    .log-footer .inner {
        margin-bottom: -40px;
        margin-top: 50px;
    }
    .select-service {
        flex-direction: column;
    }

    /* Events section :start */
    .events-section {
        padding: 60px 0px;
    }
    .events-section .lehead {
        margin-bottom: 40px;
    }
    .latestevent-block {
        padding: 20px 20px;
    }
    .latestevent-block .lebright .ler-head {
        margin-bottom: 12px;
    }
    .latestevent-block .lebright .ler-head h2 {
        font-size: 32px;
    }
    .latestevent-block .lebright .ler-btns {
        margin-top: 20px;
    }
    /* Events section :end */

    /* Trusted by Influencers & Creators section :start */
    .trustedby-section {
        padding: 60px 0px;
    }
    .trustedby-section .tbsec-title h3 {
        font-size: 36px;
    }
    .trustedby-section .tbsec-title p {
        font-size: 20px;
    }

    .tblist-wrap .tby-col .tbimg {
        width: 150px;
    }
    .tblist-wrap .tby-col .tbimg.big {
        width: 300px;
    }

    .tblist-wrap .tby-col .tbimg {
        width: 125px;
    }
    .tblist-wrap .tby-col .tbimg.big {
        width: 250px;
    }
    /* Trusted by Influencers & Creators section :end */

    .eventsdetail-pg {
        padding: 60px 0px;
    }
    .eventdetails-banner .edbtext {
        padding: 10px 0px 50px;
    }
    .eventdetails-banner .edbtext h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    /* title-wrap-1 :start */
    .title-wrap-1 h3 {
        font-size: 35px;
    }
    .title-wrap-1 h5 {
        font-size: 17px;
    }    
    /* title-wrap-1 :end */
    
    /* right content wrap :start */
    .rightcontent-wrap {
        padding: 20px 20px 20px 20px;
    }
    /* right content wrap :end */

    /* header section :start */
    .notification-dropdown {
        width: 300px;
    }
    .notification-dropdown .notification-count p {
        font-size: 18px;
    }
    .notification-dropdown .notification-count p span {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }
    .notification-dropdown .notification-list-wrap .notification-block {
        padding: 15px 15px;
    }
    .notification-dropdown .notification-list-wrap .notification-block .details h4 {
        font-size: 14px;
    }    
    .notification-dropdown .notification-list-wrap .notification-block .details p {
        font-size: 13px;
    }
    .notification-dropdown .notification-list-wrap .notification-block .details time {
        font-size: 10px;
    }
    /* header section :end */

    /* home top section :start */
    .hometop-section .homtopsec-block {
        padding: 50px 30px;
    }
    .hometop-section .homtopsec-block .htsec-block h3 {
        font-size: 30px;
    }
    .hometop-section .homtopsec-block .htsec-block p {
        font-size: 14px;
    }
    .hometop-section .homtopsec-block .htsec-block .btn {
        font-size: 14px;
        padding: 12px 35px;
    } 
    /* home top section :end */

    /* who we are new section :start */
    .whowearenew-section {
        padding: 40px 0px;
    }
    .whowearenew-section .wwan-right .wwatext p {
        font-size: 16px;
    }
    /* who we are new section :end */

    /* features-section :start */
    .features-section {
        padding: 40px 0px;
    }
    /* features-section :end */

    /* whatwedo section :start */
    .whatwedo-section {
        padding: 40px 0px;
    }
    /* whatwedo section :end */

    /* benefits section :start */
    .benefits-section {
        padding: 40px 0px;
    }
    .benefits-section .benefitsec-head h3 {
        font-size: 40px;
        line-height: 43px;
    }
    /* benefits section :end */

    /* parts section :start */
    .parts-section {
        padding: 40px 0px;
    }
    .parts-section .partsec-head h3 {
        font-size: 40px;
        line-height: 43px;
    }
    /* parts section :end */

    /* Registration page :start */
    .regpg-section .rpgsec-left {
        padding: 40px 0px;
    }
    .regpg-section .rpgsec-left .regleft-block {
        margin-bottom: 40px;
    }
    .regpg-section .rpgsec-right .regsecBg {
        display: none;
    }
    .regpg-section .rpgsec-right .rpsright-inner {
        padding: 40px 15px;
    }
    .regpg-section .rpgsec-right .regsec-title h2 {
        font-size: 30px;
    }
    /* Registration page :end */

    .innerpg-head .ipgh-left h3 {
        font-size: 24px;
    }

    /* .intltel-custom-1 :start */
    .intltel-custom-1 .intl-tel-input .country-list {
        min-width: 320px;
        max-width: 320px;
    }
    /* .intltel-custom-1 :end */


    /* Creator Catalog List Page :start */
    .creatorcatlist-wrap {
        padding: 20px 20px 20px 20px;
    }
    .creatorcatalog-block {
        padding: 15px 15px;
    }
    .creatorcatalog-block .ccb-status ul > li {
        width: calc((100% / 3) - 7px);
    }
    .creatorcatalog-block .ccb-status ul > li:last-child {
        width: 100%;
    }
    /* Creator Catalog List Page :end */

    /* Creator Details Page :start */
    .creatorsdetails-wrap {
        padding: 20px 20px;
    }
    .creatorsdetails-wrap .creatorsdetails-head {
        padding-bottom: 0;
    }
    .creatorsdetails-wrap .creatorsdetails-head .clb-head .clhimage {
        width: 100px;
        height: 100px;
    }
    .creatorsdetails-wrap .creatorsdetails-head .clb-head .clhtext h5 {
        font-size: 20px;
    }
    .creatorsdetails-wrap .creatorsdetails-head .clb-head .clhtext h3 {
        font-size: 20px;
    }
    .creatorsdetails-wrap .creatorsdetails-head .clb-head .clhtext h6 {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .creatorsdetails-wrap .creatorsdetails-head .creator-follows ul {
        justify-content: flex-start;
    }
    .creatorsdetails-wrap .creatorsdetails-head .creator-follows ul li p {
        font-size: 14px;
    }
    .creatorsdetails-wrap .creatorsdetails-head .creator-follows ul li p span {
        font-size: 20px;
    }    
    .creatorclog-wrap .creatorcatalog-block-2 {
        padding: 15px 15px;
    }
    .creatorclog-wrap .creatorcatalog-block-2 .ccb-specs ul li:last-child > div:first-child {
        display: none;
    }
    /* Creator Details Page :end */

    /* creator profile update page :start */
    .creatorprofilefrm-wrap .form-style-1 .form-label {
        padding-top: 0 !important;
    }
    /* creator profile update page :end */

    /* create catalog page :end */
    .createcatalog {
        padding: 20px 20px 20px 20px;
    }
    /* create catalog page :end */

    /* Search Popup Modal :start */
    .searchPopup .modal-dialog {
        padding: 10px 10px;
    }
    .searchPopup .modal-body {
        padding: 40px 10px 30px 10px;
    }
    .searchPopup .modal-body .btn-close {
        top: 10px;
        right: 10px;
        width: 22px;
        height: 22px;
        background-size: 10px;
    }
    /* Search Popup Modal :end */

    /* Search Popup Modal :start */
    .form-style-1.fscolumn .form-label {
        padding-top: 0 !important;
    }
    /* Search Popup Modal :end */

    /* modal-style :start */
    .modalsec-head {
        flex-direction: column;
        /* align-items: flex-start; */
    }
    /* modal-style :end */

    /* Creators List page :start */
    .paymentsummaryModal .modal-header .modal-title {
        font-size: 20px;
    }
    .paymentsummaryModal .paysummary-details .psdetails-block h6 {
        font-size: 10px;
    }
    .paymentsummaryModal .paysummary-details .psdetails-block h3 {
        font-size: 16px;
    } 
    /* Creators List page :end */

    .icontext-wrap-1 ul li {
        width: calc((100% / 2) - 7.5px);
    }

    /* service-request-send-view-details-with-pay-button page :start */
    .paymentdetails-table {
        font-size: 13px;
    }
    .table-style-1 thead th {
        font-size: 14px;
    }
    .paymentdetails-table .totalrow {
        font-size: 14px;
    }
    .paymentdetails-table .finaltotalrow {
        font-size: 16px;
    }
    /* service-request-send-view-details-with-pay-button page :end */

    .rpgsec-left.fpass-imgwrap {
        display: none;
    }

    /* Inner page common :start */
    .filtersearch-wrap > input.form-control {
        width: 190px;
    }
    /* Inner page common :end */

    /* notifications filter section :start */
    .notifilter-wrap {
        flex-direction: column;
    }
    .notifilter-wrap .nfw-status {
        width: 100%;
    }
    .notifilter-wrap .nfw-status .nice-select {
        width: 100%;
    }
    .notifilter-wrap .nfw-date {
        width: 100%;
    }
    .notifilter-wrap .nfw-date input {
        flex: 1;
    }
    .notifilter-wrap .nfw-clear {
        width: 100%;
    }
    /* notifications filter section :end */

    /* Events section :start */
    .events-section {
        padding: 50px 0px;
    }
    .events-section .lehead {
        margin-bottom: 30px;
    }
    .latestevent-block {
        padding: 15px 15px;
    }
    .latestevent-block .lebright {
        padding: 0px 10px 10px 10px;
    }
    .latestevent-block .lebright .ler-head h2 {
        font-size: 28px;
    }
    .latestevent-block .lebright .ler-body p {
        font-size: 16px;
    }
    /* Events section :end */

    /* Trusted by Influencers & Creators section :start */
    .trustedby-section {
        padding: 50px 0px;
    }
    .trustedby-section .tbsec-title h3 {
        font-size: 30px;
    }
    .trustedby-section .tbsec-title p {
        font-size: 18px;
    }

    .tblist-wrap .tby-col .tbimg {
        width: 100px;
    }
    .tblist-wrap .tby-col .tbimg.big {
        width: 200px;
    }
    /* Trusted by Influencers & Creators section :end */

    .eventsdetail-pg {
        padding: 50px 0px;
    }
    .eventdetails-banner .edbtext {
        padding: 10px 0px 40px;
    }
    .eventdetails-banner .edbtext h1 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    /* header section :start */
    .notification-dropdown .notification-count p {
        font-size: 16px;
    }
    .notification-dropdown .notification-count p span {
        font-size: 13px;
    }
    .currentusr-wrap .dropdown-menu .dropdown-item {
        font-size: 12px;
        padding: 10px 15px;
    }
    .currentusr-wrap .dropdown-menu {
        width: 200px;
    }
    .currentusr-wrap .dropdown-menu::before {
        border-left-width: 10px;
        border-bottom-width: 10px;
        border-right-width: 10px;
        top: -10px;
        right: 10px;
    }

    .navbar-wrapper .navbar-logo img {
        width: 64px;
    }
    button.navstyl2, 
    a.navstyl2 {
        font-size: 14px;
        padding: 10px 15px;
    }
    .login-with-drop .dropdown-menu .dropdown-item {
        font-size: 16px;
    }
    /* header section :end */

    /* title-wrap-1 :start */
    .title-wrap-1 h3 {
        font-size: 28px;
    }
    .title-wrap-1 h5 {
        font-size: 16px;
    }    
    /* title-wrap-1 :end */
    
    /* home top section :start */
    .hometop-section .homtopsec-block {
        padding: 30px 30px;
    }
    .hometop-section .homtopsec-block .htsec-block h3 {
        font-size: 20px;
    }
    .hometop-section .homtopsec-block .htsec-block p {
        font-size: 13px;
    }
    .hometop-section .homtopsec-block .htsec-block .btn {
        font-size: 13px;
        padding: 10px 30px;
    } 
    /* home top section :end */

    /* who we are new section :start */
    .whowearenew-section .wwan-right .wwatext p {
        font-size: 15px;
    }
    /* who we are new section :end */

    /* benefits section :start */
    .benefits-section .benefitsec-head h3 {
        font-size: 36px;
        line-height: 39px;
    }
    .benefits-block .benefits-inner {
        flex-direction: column;
        padding: 15px 15px;
    }
    .benefits-block .benefits-inner .text h3 {
        text-align: center;
    }
    /* benefits section :end */

    /* whatwedo section :start */
    .whatwedo-block .details .details-icon {
        width: 80px;
        margin-right: 15px;
    }
    .whatwedo-block .details .details-txt h3 {
        font-size: 22px;
    }
    .whatwedo-block .details .details-txt p {
        font-size: 14px;
    }
    /* whatwedo section :end */

    /* parts section :start */
    .parts-section .partsec-head h3 {
        font-size: 36px;
        line-height: 39px;
    }
    /* parts section :end */

    /* Inner page common :start */
    .innerpg-head {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .filter-wrap-1 {
        padding: 15px 15px;
    }
    .filter-wrap-1 .fwrap-left {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .filter-wrap-1 .fwrap-right {
        width: 100%;
    }
    .sortby-s1 {
        width: 100%;
    }
    .sortby-s1 .nice-select {
        width: 100%;
    }
    .filtersearch-wrap {
        width: 100%;
    }
    .filtersearch-wrap > input.form-control {
        width: 100%;
    }
    /* Inner page common :end */

    .innerpg-head .ipgh-left h3 {
        font-size: 22px;
    }

    /* breadcrumb-style-1 :start */
    .breadcrumb-style-1 .breadcrumb .breadcrumb-item {
        font-size: 12px;
    }
    /* breadcrumb-style-1 :end */

    /* .intltel-custom-1 :start */
    .intltel-custom-1 .intl-tel-input .country-list {
        min-width: auto;
        max-width: initial;
    }
    /* .intltel-custom-1 :end */

    /* Creator Catalog List Page :start */
    .creatorcatalog-block .ccb-socialmedia ul li {
        /* width: calc((100% / 2) - 5px); */
    }
    .creatorcatalog-block .ccb-specs ul li {
        /* width: calc((100% / 2) - 5px); */
        flex-direction: column;
    }
    .creatorcatalog-block .ccb-status ul > li {
        width: calc((100% / 2) - 5px) !important;
    }
    .creatorcatalog-block .ccb-status ul .cstatus-block p {
        font-size: 13px;
        white-space: normal;
    }
    /* Creator Catalog List Page :end */

    .creatorcatlist-wrap .cclw-head {
        flex-wrap: wrap;
    }

    /* modal service block :start */
    .modal-style-1 .modal-content {
        border-radius: 20px;
    }
    .modal-style-1 .modal-header {
        padding: 15px 15px 10px 15px;
    }
    .modal-style-1 .modal-body {
        padding: 0px 15px 15px 15px;
    }
    /* modal service block :end */

    /* modal service block :start */
    .modalservice-block .icontext-wrap-1 ul li {
        width: 100%;
    }
    /* modal service block :end */

    /* notifications filter section :start */
    .notifilter-wrap .nfw-status {
        width: 100%;
    }
    .notifilter-wrap .nfw-status .nice-select {
        width: 100%;
    }

    .notifilter-wrap .nfw-date {
        width: 100%;
        flex-wrap: wrap;
    }
    .notifilter-wrap .nfw-date input {
        flex: 1;
    }
    .notifilter-wrap .nfw-date .btn {
        width: 100%;
    }

    .notifilter-wrap .nfw-clear {
        width: 100%;
        text-align: center;
    }
    .notifilter-wrap .nfw-clear .btn {
        width: 100%;
    }
    /* notifications filter section :end */

    .creatorsdetails-body .affiliate.affistyle2 .cell {
        flex-direction: column;
    }
    .icontext-wrap-1 ul li {
        width: 100%;
    }
    .creatorcatalog-block-2 .top-split {
        flex-direction: column;
        gap: 15px;
    }

    /* Events section :start */
    .events-section .lehead {
        margin-bottom: 24px;
    }
    .latestevent-block {
        padding: 12px 12px;
    }
    .latestevent-block .lebright .ler-head h2 {
        font-size: 24px;
    }
    .latestevent-block .lebright .ler-body p {
        font-size: 15px;
    }
    /* Events section :end */

    /* Trusted by Influencers & Creators section :start */
    .trustedby-section .tbsec-title h3 {
        font-size: 28px;
    }
    .trustedby-section .tbsec-title p {
        font-size: 17px;
    }
    /* Trusted by Influencers & Creators section :end */

    .eventdetails-banner .edbtext {
        align-items: center;
        padding: 10px 0px;
    }
    .eventdetails-banner .edbtext h1 {
        font-size: 24px;
    }
}














@media (max-width: 991px) {
    /* side menubar :start */
    .list-page-wrap .left-list {
        position: fixed;
        top: 0;
        left: -300px;
        z-index: 99;
        height: 100vh;
        background-color: #fff;
        box-shadow: 2px 0px 10px 0 rgb(32 33 36 / 30%);
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -ms-transition: left 0.5s;
        -o-transition: left 0.5s;
        transition: left 0.5s;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: -webkit-fill-available;
    }
    .list-page-wrap .left-list .simplebar-scrollbar::before {
        background: #dfdfdf;
    }
    .list-page-wrap .left-list.open {
        left: 0;
    }

    .list-page-wrap .right-list {
        max-width: 100%;
    }


    .mobfilter {
        display: block;
    }
    .sidemenu-wrap .sidemenu-title {
        padding: 10px 10px;
    }

    .sidemenu-wrap .sidemenu-content {
        height: calc(100vh - 45px);
        overflow-y: scroll;
    }
    /* side menubar :end */
}

@media (max-width: 575px) {
    .extra-nav {
        gap: 10px;
    }
    a.navstyl2 {
        font-size: 16px;
        padding: 8px 15px;
    }
}


@media (max-width: 575px) {
    .nav-notification .notifi-btn svg {
        width: 18px;
        height: 18px;
    }
    .nav-community a {
        font-size: 12px;
        padding: 5px 10px;
    }
    .current-user img {
        width: 32px;
        height: 32px;
    }
}

/* ============================================================ */

@media (max-width: 1199px) {
    .third-column.inner-v1 {
        width: 100%;
        margin: 0;
    }

    .inner-v1 .screenshots-sec .cell-row .cell {
        height: 110px;
    }
    .inner-v1 .youtube-details .confirmed-block  .confirmed-list li {
        width: 100%;
    }

    .inner-v1 .downloadapp-widget {
        margin-top: 20px;
    }
    .inner-v1 .downloadapp-widget .title {
        text-align: center;
    }
    .inner-v1 .downloadapp-widget .app-links {
        flex-direction: row;
        justify-content: center;
    }
    .inner-v1 .downloadapp-widget .app-links a {
        margin-bottom: 0px;
        margin-right: 10px;
    }
    .inner-v1 .downloadapp-widget .app-links a:last-child {
        margin-right: 0px;
    }
    .inner-v1 .downloadapp-widget .app-links a img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .inner-v1 .youtube-details .confirmed-block .confirmb-title {
        font-size: 18px;
    }
    .inner-v1 .screenshots-sec .cell-row .cell {
        flex: 1 0 25%;
    }
    .inner-v1 .submitted-section {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .inner-v1 .submitted-section>div {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .inner-v1 .submitted-section>div:last-child {
        margin-bottom: 0;
    }
    .inner-v1 .youtube-details .details-block .video-name h3 {
        font-size: 20px;
    }
    .inner-v1 .youtube-details .count ul li {
        font-size: 16px;
    }
    .inner-v1 .youtube-details .count ul li span {
        font-size: 24px;
    }
    .inner-v1 .youtube-details .channelname-block h3 {
        font-size: 18px;
    }
    .inner-v1 .youtube-details .channelname-block p {
        font-size: 14px;
    }
    .inner-v1 .submitted-section .date-time {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .inner-v1 .screenshots-sec .cell-row .cell {
        flex: 1 0 40%;
    }
    .inner-v1 .youtube-details .confirmed-block .confirmed-list li .clist-details .name h3 {
        font-size: 14px;
    }
    .inner-v1 .youtube-details .confirmed-block .confirmed-list li .clist-details .name p {
        font-size: 12px;
    }
    .inner-v1 .youtube-details .confirmed-block .confirmed-list li .clist-button a {
        font-size: 14px;
    }
    .inner-v1 .youtube-details .confirmed-block .confirmed-list li .clist-button a.btn-perform {
        font-size: 14px;
    }

    .inner-v1 .youtube-details .details-block h5 {
        font-size: 14px;
    }
    .inner-v1 .youtube-details .details-block .video-name h3 {
        font-size: 18px;
    }
    .inner-v1 .youtube-details .count ul li {
        font-size: 14px;
    }
    .inner-v1 .youtube-details .count ul li span {
        font-size: 22px;
    }

    .inner-v1 .addquestion-frm-wrap .buttons {
        flex-direction: column-reverse;
    }
    .inner-v1 .addquestion-frm-wrap .buttons .btn {
        margin: 0;
    }
    .inner-v1 .addquestion-frm-wrap .buttons .btn.btn-addquestion {
        margin-bottom: 12px;
    }

    .profile-socialmedia .prosm-block.edit .edit-btn-1 {
        display: flex;
    }
    .login-with-drop .dropdown-menu {
        right: -40px !important;
    }
    .login-with-drop.register .dropdown-menu {
        right: 0 !important;
    }
}