/* new header css starts here  */
html,
body {
    min-width: 100vw;
}

header.new-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    flex-direction: column;
}

header.new-header .header-row2.seach-bar-new {
    display: flex;
    padding: 34px 6.3%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: unset;
    margin: unset;
}

header.new-header .wrapper {
    max-width: 100%;
    width: 100%;
    display: flex;
    z-index: 999;
    position: relative;
}

header.new-header .wrapper .navigation.ipad-desktop-view {
    justify-content: center;
}

header.new-header .wrapper .navigation.ipad-desktop-view.lgged-out-scnro-cls {
    justify-content: flex-start;
    padding-left: 8%;
}

header.new-header .search-box-new {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 917px;
    min-width: 70%;
}

.new-header .logo-new {
    display: flex;
    flex: 1;
    margin: unset;
    margin-top: unset;
}

.new-header .logo-new img {
    width: 100%;
}

.new-header .logo img {
    height: 50px;
    width: 100%;
}

.new-header .search-bar {
    display: flex;
    align-items: center;
    background: #f9f5f7;
    border-radius: 30px;
    padding: 5px 15px;
    width: 100%;
    max-width: 822px;
}

.new-header .loginbox.login-box-new {
    display: flex;
    margin: unset;
}

.new-header-sign-up .loginbox.login-box-new {
    display: inline-block;
    margin: unset;
}

.new-header .header-row2 .fr {
    max-width: 100%;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

header.new-header .header-row2 .search_box {
    display: flex;
    align-items: center;
    height: 73px;
}

.new-header .header-row2 .fr .search_box .sol-inner-container {
    border: 0;
    height: 100%;
    border-radius: 32px 0 0 32px !important;
    z-index: 9999 !important;
}

header.new-header .header-row2 #search-text-input {
    border: 0;
    background: #F4F2F4;
    height: 100%;
    padding: 12px 70px 12px 20px;
    float: left;
    width: 100%;
    font-family: 'latoregular';
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    outline: 0;
    border-radius: 0 45px 45px 0;
    position: relative;
    z-index: 91;
}

header.new-header .header-row2 .search_box .sol-selected-display-item-text {
    max-width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



header.new-header .header-row2 #search-text-input::before {
    height: 34px;
    width: 1px;
    background: #D63E6F;
    position: absolute;
    display: inline-block;
    content: '';
}


header.new-header .header-row2 #search-text-input::placeholder {
    color: #000000;
}

header.new-header .header-row2 .search_box .sol-selected-display-item {
    font-size: 18px;
    font-weight: 600;
    color: #D63E6F;
    background: #F4F2F4 url("../images/front/common/search-drop-icon-pink.svg") no-repeat calc(100% - 45px) center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 40px 0 0 40px;
    border: none;
    line-height: 22px;
    font-family: 'latosemibold';
    padding: 12px 36px 12px 18px;
}

header.new-header .header-row2 .search_box .select-input {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9999;
    background: #F4F2F4;
    border-radius: 0 40px 40px 0;
    display: flex;
    align-items: center;
}

header.new-header .header-row2 .search_box .select-input::before {
    height: 34px;
    width: 1px;
    background: #D63E6F;
    position: absolute;
    display: inline-block;
    content: '';
    left: 1px;
    top: 20px;
    z-index: 99;
    opacity: 0.5;
}

header.new-header .header-row2 .search_box #button-holder {
    float: left;
    width: 80px;
    height: 63px;
    position: absolute;
    right: 6px;
    z-index: 93;
    background: #D63E6F;
    border-radius: 45px;
}

header.new-header .header-row2 .search_box #button-holder button {
    cursor: pointer;
    padding: 8px 8px 7px;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 41px;
    background: transparent url(../images/front/common/search_white-icon.svg) no-repeat center center;
}


header.new-header .header-row2 .search_box .sol-container.sol-active .sol-selection-container {
    padding-top: 50px;
    position: absolute;
    left: 0 !important;
    top: 28px !important;
    min-width: 100%;
    z-index: 9991;
    border-radius: 8px;
    overflow: hidden;
}

header.new-header .header-row2 .loginbox.logout-box-new {
    margin-left: unset;
    display: flex;
    align-items: center;
    gap: 0 20px;
}

header.new-header .header-row2 .loginbox.logout-box-new .dropdown {
    width: 73px;
    height: 73px;
    display: flex;
    border-radius: 50%;
    background: #FBECF1;
    position: relative;
}

header.new-header .header-row2 .loginbox.logout-box-new .dropdown a.notifiaction_msg {
    position: relative;
    margin: 0;
    width: 100%;
    display: flex;
    background: transparent;
    align-items: center;
    justify-content: center;
    height: 100%;
}

header.new-header .header-row2 .loginbox.logout-box-new .dropdown a.notifiaction_msg span {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
    min-width: 27px;
    min-height: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D63E6F;
    border: 2px solid #ffff;
    height: 20px;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0px, 0px);
}

header.new-header .header-row2 .loginbox.logout-box-new .dropdown a.notifiaction_msg img {

    height: auto;

    object-fit: cover;
    display: inline-block;
}

header.new-header .header-row2 .loginbox.logout-box-new .dropdown .profile_dropdown {
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-header .loginbox.login-box-new a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    background: #D63E6F;
    border: none;
    width: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 100px;
    padding: 11px 40px;
    color: #ffff;
    height: 73px;
    white-space: nowrap;
    text-transform: capitalize;
}

.new-header .loginbox.login-box-new a:hover {
    color: #fff !important;
    background: #af335b !important;
    transition: background 0.3s, color 0.3s ease-in-out;
}

.new-header-sign-up .loginbox.login-box-new a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    background: #D63E6F;
    border: none;
    width: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 100px;
    padding: 11px 40px;
    color: #ffff;
    height: 73px;
    white-space: nowrap;
    text-transform: capitalize;
}

.new-header-sign-up .loginbox.login-box-new a:hover {
    color: #fff !important;
    background: #af335b !important;
    transition: background 0.3s, color 0.3s ease-in-out;
}

header.new-header .header-row2 .loginbox.logout-box-new .dropdown.profile-dropdown {
    width: 112px;
    height: 73px;
    border-radius: 110px;

}

header.new-header .header-row2 .loginbox.logout-box-new .dropdown.profile-dropdown .profile_dropdown {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 8px;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    background: transparent url(../images/front/common/search-drop-icon-pink.svg) no-repeat calc(100% - 20px) center;
}

header.new-header .header-row2 .loginbox.logout-box-new .dropdown.profile-dropdown .profile_dropdown img {
    max-width: 62px;
    height: 62px;
    width: 100%;
    object-fit: cover;
    margin: 0;
}

.header-box.header-box-new {
    display: flex;
    padding: 0;
    z-index: 999;
}

header.new-header .header-row2.seach-bar-new {
    z-index: 10000;
}

.header-box.header-box-new.fixed {
    z-index: 10001;
}

.header-box.header-box-new .mainNav {
    justify-content: center;
    max-width: 80%;
    min-width: 80%;
    white-space: nowrap;
    margin: 0;
    width: 100%;
}

.header-box.header-box-new .navigation.lgged-out-scnro-cls .mainNav {
    min-width: unset;
    width: 50%;
}

.header-box.header-box-new .mainNav>li>a,
.header-box.header-box-new .mainNav>li>span {
    padding: 21px 60px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.header-box.header-box-new .mainNav>li:first-child>span {
    padding-left: 20px;
}

.header-box.header-box-new .hasNav .fa-angle-down {
    margin-left: 15%;
}

.header-box.header-box-new .mainNav>li:not(:last-child):after {
    height: 42px;
}

/* incase of not-logged-in css starts here */

.header-row1.side-header-new {
    display: flex;
    height: 100%;
    padding: 0;
    border-bottom: 0;
    width: 100%;
    min-width: 50%;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    background: #E69E6C;
}

.header-row1.side-header-new .fl.upper-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-left: 17.6%;

}

.header-row1.side-header-new p {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #ffff;
    font-family: 'robotoregular';
}

.header-row1.side-header-new .social_icon {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 49px;
}

.header-row1.side-header-new .social_icon a {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    color: #ffff;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    cursor: pointer;
    cursor: default;
}

.header-row1.side-header-new .social_icon.cart {
    display: none;
}

.header-row1.side-header-new .social_icon .facebook {
    background-image: url(../images/front/common/facebook-white-icon.svg);
}

.header-row1.side-header-new .social_icon .tiktok {
    background-image: url(../images/front/common/tiktok-white-icon.svg);
}

.header-row1.side-header-new .social_icon .pinterest {
    background-image: url(../images/front/common/pintrest-white-icon.svg);
}

.header-row1.side-header-new .social_icon .instagram {
    background-image: url(../images/front/common/instagram-white-icon.svg);

}

/* incase of not-logged-in css ends here */

/* breadcrumbs section starts here */

.breadcrumb.breadcrumb-new {
    display: flex;
    width: 100%;
    padding-right: 6.29%;
    align-items: center;
    justify-content: flex-end;
    padding-top: 20px;
    margin: 0;
}

.breadcrumb.breadcrumb-new li {
    position: relative;
    display: inline-block;
    color: #5C4B4B;
    background: none;
    margin-right: 5px;
    padding-right: 16px;
    font: 14px 'robotoregular';
}

.breadcrumb.breadcrumb-new li a {
    color: #906767;
}

.breadcrumb.breadcrumb-new li.active {
    color: #262425;
}

.breadcrumb.breadcrumb-new li::after {
    content: '>';
    color: #5C4B4B;
    position: relative;
    display: inline-block;
    transform: translate(5px, 0px);
}

.breadcrumb.breadcrumb-new li:last-child:after {
    display: none;
}

/* breadcrumbs section ends here */

/* 
banner section starts here */
/* General Styling */
.banner-section-wrapper {
    display: flex;
    flex-direction: column;
    background: linear-gradient(to right, #f9d3de, #fef5ef);
}

.banner-section-wrapper .banner-section {
    display: flex;
    width: 100%;
}

.banner-section-wrapper .wrapper {
    max-width: 100%;
    width: 100%;

}


/* Pageant Container */
.pageant-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0 63px 5.89%;
    width: 100%;
}


/* Content Section */
.pageant-container .content {
    width: 40%;
    max-width: 666px;
    display: flex;
    flex-direction: column;
}

.pageant-container .content h2 {
    color: #262425;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15.5px;
    font-weight: 900;
    font-size: 64px;
    line-height: 59px;
    font-family: 'latoblack';
}

/* Steps Section */
.pageant-container .steps {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 39px;
    position: relative;
    padding: 32px 0 47px;
}



.pageant-container .steps li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #6B6464;
    position: relative;
    text-align: left;
    font-family: 'robotoregular';
}


.pageant-container .steps li .steps-image {
    width: 100%;
    max-width: 89px;
    min-width: 89px;
    height: 100%;
    max-height: 62px;
    min-height: 62px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pageant-container .steps li .steps-image:first-child:before {
    display: inline-block;
    width: 1px;
    height: 26px;
    content: '';
    background: transparent url('../images/front/common/line-seperators.svg') no-repeat center 100%;
    position: absolute;
    top: 0;
    transform: translate(0px, -32px);
}

/* .pageant-container .steps li:last-child .steps-image::after {
    display: inline-block;
    width: 1px;
    height: 26px;
    content: '';
    background: transparent url('../images/front/common/line-seperators.svg') no-repeat center 100%;
    position: absolute;
    top: 0;
    transform: translate(0px, 68px);
} */

.pageant-container .steps li .steps-image::before {
    display: inline-block;
    width: 1px;
    height: 26px;
    content: '';
    background: transparent url('../images/front/common/line-seperators.svg') no-repeat center 100%;
    position: absolute;
    bottom: 0;
    transform: translate(0px, 32px);
}

.pageant-container .steps .steps-image img {
    width: 40px;
    height: 40px;
}

/* Benefits Section */
.pageant-container .benefits {
    display: flex;
    position: relative;
}

.pageant-container .benefits::before {
    display: inline-block;
    width: 100%;
    height: 1px;
    content: '';
    background: transparent url('../images/front/common/benefits-bg.svg') no-repeat center 100%;
    position: absolute;
    top: 0;
    transform: translate(0px, 1px);
}

.pageant-container .benefits::after {
    display: inline-block;
    width: 100%;
    height: 1px;
    content: '';
    background: transparent url('../images/front/common/benefits-bg.svg') no-repeat center 100%;
    position: absolute;
    bottom: 0;
    transform: translate(0px, 0px);
}

.pageant-container .benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    padding: 21px 0 21px 22px;
}

.pageant-container .benefit-item .number {
    width: 49px;
    height: 49px;
    font-size: 25px;
    font-weight: 700;
    background-color: rgba(247, 183, 203, 0.7);
    color: #E6427A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-style: italic;
    border: 3px solid rgba(230, 66, 122, 0.3);
    font-family: 'latoregular';
    min-width: 49px;
    min-height: 49px;
}

.pageant-container .benefits .benefit-item:nth-child(1) p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #6B6464;
    max-width: 183px;
    white-space: normal;
    justify-content: flex-start;
    text-align: left;
}

.pageant-container .benefits .benefit-item:nth-child(2) p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #6B6464;
    white-space: normal;
    max-width: 140px;
    justify-content: flex-start;
    text-align: left;
    position: relative;
}

/* Tooltip */
.pageant-container .benefits .benefit-item:nth-child(2) p .help-box-tip {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pageant-container .benefits .benefit-item:nth-child(2) p .help-box-tip .info-icon {
    display: flex;
    width: 14px;
    height: 14px;
    background: #E6427A;
    color: #ffff;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 50%;
    font-family: 'latoregular';
    font-size: 9px;
}

.pageant-container .tooltip {
    width: 100%;
    min-width: 130px;
    max-width: 130px;
    border-radius: 5px;
    border: 1px solid rgba(173, 145, 154, 0.6);
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color: #756A6A;
    display: block;
    position: absolute;
    top: -88px;
    box-shadow: 0px 22px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 8px;
    font-family: 'robotoregular';
}

.pageant-container .tooltip::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 49%;
    transform: translateX(-50%);
    width: 18px;
    height: 8px;
    background: white;
    clip-path: path("M0,0 Q8,14 16,0");
    border-top: 1px solid transparent;
    border-right: 1px solid rgba(173, 145, 154, 0.6);
    border-left: 1px solid rgba(173, 145, 154, 0.6);
}

.pageant-container .tooltip .close-tip {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #E6427A;
    font-size: 10px;
}


/* Call-to-Action Button */
.pageant-container .cta {
    display: block;
    width: 100%;
    background-color: #d81b60;
    color: white;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.pageant-container .cta:hover {
    background-color: #b7154a;
}

/* Image Section */
.pageant-container .images {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    width: 60%;
}

.pageant-container .images img {
    width: 30%;
    height: auto;


}

.pageant-container .images img:nth-child(1) {
    border-radius: 12px;
}

.pageant-container .images img:nth-child(2) {
    border-radius: 12px;
}

.pageant-container .images img:nth-child(3) {
    border-radius: 12px 0 0 12px;
}

.help-you-win-new {
    width: 100%;
    max-width: 779px;
    margin: 0px auto 0 auto;
}

.banner-section-wrapper .help-you-win-new a {
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.banner-section-wrapper .help-you-win-new a:hover {
    color: #fff !important;
    background: #af335b !important;
    transition: background 0.3s, color 0.3s ease-in-out;
}

.banner-section-wrapper .help-you-win-new a img {
    position: absolute;
    right: 30px;
    top: 20px;
}

.help-you-win.sticky-help_win.help-you-win-new .help-you-win.sticky-help_win.help-you-win-new {
    width: 100%;
    max-width: 779px;
    margin: 0px auto 129px auto;
    position: relative;
    top: unset;
    z-index: unset;
    z-index: 990;
}

.help-you-win.sticky-help_win.help-you-win-new a {
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    font-size: 31px;
    font-family: 'latoblack';
}

.help-you-win.sticky-help_win.help-you-win-new a:hover {
    color: #fff !important;
    background: #af335b !important;
    transition: background 0.3s, color 0.3s ease-in-out;
}

.help-you-win.sticky-help_win.help-you-win-new a img {
    position: absolute;
    right: 40px;
    top: 25px;
}

/* 
banner section ends here */


/* listing section begins here */
.wrapper-full {
    width: 100%;
    max-width: 100%;
    padding: 0 8.54%;
}

.heading_title-box-new {
    margin-top: 128px;
    position: relative;
    gap: 20px;
    margin-bottom: 58px;
}

.heading_title-box-new .w-l {
    display: flex;
    width: 100%;
}

.heading_title-box-new.heading_title-box h1,
.heading_title-box-new.heading_title-box h2,
.heading_title-box-new.heading_title-box h3 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    font-weight: 900;
    font-size: 50px;
    line-height: 42px;
    text-transform: uppercase;
    font-family: 'latoblack';
}

.heading_title-box-new.heading_title-box .w-r {
    display: inline-flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0px, -18px);
    z-index: 99;
}

.heading_title-box-new.heading_title-box .button.filter-btn {
    width: auto;
    height: 73px;
    border-radius: 45px;
    background: #FCECF2;
    border: none;
    color: #E6427A;
    font-weight: 600;
    font-size: 20px;
    font-family: 'latoregular';
    text-transform: capitalize;
}

/* .directory_lst-dsg ul.pListDirectory.pageant-directory-new{
    display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px; 
} */

.directory_lst-dsg ul.pListDirectory.pageant-directory-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    /* --- ADD THIS LINE --- */
    /* align-items: flex-start;  */
    /* This prevents the cards from stretching vertically to match the tallest card */
}

.directory_lst-dsg ul.pListDirectory.pageant-directory-new li {
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.pageant-card-new {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    max-width: 380px;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: stretch;
    border: 0.5px solid rgba(173, 145, 154, 0.45);
    transition: border 0.3s, box-shadow 0.3s;
}

.pageant-card-new:hover {
    border: 1px solid #E6427A;
    box-shadow: 0px 34px 44px -5px rgba(0, 0, 0, 0.15);
    transition: border 0.3s, box-shadow 0.3s;
}

.pageant-card-new .card-header {
    display: flex;
    width: 100%;
    height: 382px;
    padding: 17px;
    background: #F8F7F8;
    overflow: hidden;
}

.pageant-card-new .card-header img {
    width: 100%;
    border-radius: 13px;
    display: inline-block;
    height: auto;
    object-fit: contain;
}

/* .pageant-card-new .card-body {
    padding: 0px 30px 24px 30px;
    height: -webkit-fill-available;
} */
.pageant-card-new .card-body {
    padding: 0px 30px 24px 30px;
    /* REMOVE height: -webkit-fill-available; */
    flex-grow: 1;
    /* This ensures it takes all available vertical space in the card */
    display: flex;
    /* Sometimes useful to manage internal layout of card-details */
    flex-direction: column;
    justify-content: flex-start;
    /* Keeps content at the top of the body */
}

.pageant-card-new .rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #9DA1A2;
    gap: 15px;
    font-family: 'robotoregular';
}

.pageant-card-new .rating .rating-wrapper {
    display: flex;
    gap: 4px;
    align-items: center;
}

.pageant-card-new .rating .reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    font-size: 15px;
}

.pageant-card-new .rating .rating_star.stars {
    margin: 0;
    width: 86px;
    height: 12px;
    display: inline-block;
    background-image: url(../images/front/common/star-disabled.svg);
    background-position: left center;
    background-size: 17px 12px;
    position: relative;
}

.pageant-card-new .rating .rating_star.stars span {
    margin: 0;
    width: 86px;
    height: 12px;
    display: inline-block;
    background-image: url(../images/front/common/star-bold-icon.svg);
    background-position: left center;
    background-size: 17px 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.pageant-card-new .rating-wrapper {
    display: flex;
    flex-direction: column;
    padding: 20px 30px 20px 30px;
    overflow: hidden;
}

.pageant-card-new .rating-wrapper .rating .rating-wrapper {
    display: unset;
    flex-direction: unset;
    padding: 0;
}

.pageant-card-new .rating img {
    width: auto;
}

.pageant-card-new .title {
    font-size: 25px;
    font-weight: 800;
    padding: 10px 0;
    color: #313030;
    text-align: left;
    display: flex;
    max-width: 100%;
    white-space: normal;
    line-height: 30px;
    border-bottom: 1px solid rgb(157 161 162 / 21%);
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 76px;
    max-height: 76px;
}

.pageant-card-new .card-details {
    display: flex;
    justify-content: space-between;
}

.pageant-card-new .card-details .detail-seperator {
    display: flex;
    width: 1px;
    min-height: 100%;
    background: rgb(157 161 162 / 21%);
}

.pageant-card-new .detail {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    font-weight: 400;
    font-family: 'robotoregular';
    width: 50%;
}

.pageant-card-new .detail:last-child {
    padding-left: 20px;
}

.pageant-card-new .detail .text-yellow {
    font-weight: 800;
    font-size: 20px;
    line-height: 35px;
    color: #E69E6C;
}

.pageant-card-new .detail .text-pink {
    font-weight: 800;
    font-size: 20px;
    line-height: 35px;
    color: #E6427A;
}



.pageant-card-new .detail img {
    width: 18px;
    margin-bottom: 5px;
}

.pageant-card-new .detail strong {
    font-size: 14px;
    font-weight: 700;
}

.pageant-card-new .card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 30px 30px;

}

.pageant-card-new .card-footer .btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #ffff;
    border: 1px solid #E6427A;
    color: #E6427A;
    font-weight: 900;
    font-size: 18px;
    font-family: 'latoblack';
    border-radius: 45px;
    padding: 10px;
}

body .pageant-card-new .card-footer .btn:hover {
    background: #E6427A;
    color: #ffff !important;
    transition: unset !important;

}

body .pageant-card-new .card-footer .btn:active {
    background: #E6427A;
    color: #ffff !important;
    transition: unset !important;

}

body .pageant-card-new .card-footer .btn:focus {
    background: #E6427A;
    color: #ffff !important;
    transition: unset !important;

}

.header-box.header-box-new .navigation.ipad-desktop-view.lgged-out-scnro-cls .mainNav>li:first-child>span {
    padding-left: 100px;
}

/* listing section ends here */

/* footer-slider begins here */

.benefits-slider-container-wrapper {
    max-width: 100%;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 56px 8.8%;
    background: url(../images/front/common/bg-bottomweb.svg) no-repeat center/contain,
        linear-gradient(to right, #E6427A, #F55C90);
    background-size: 100%;
}

body .benefits-slider-container-wrapper .slick-list {
    z-index: unset;
}

.benefits-slider-container {
    display: flex;
    margin-top: 57px;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 57px auto 0;
}

.benefits-slider-container-wrapper .benefits-slider-container.slick-initialized .slick-slide.benefit {
    display: flex;
}

.benefits-slider-container-wrapper .benefits-slider-container.slick-initialized .slick-slide.benefit .slick-list {
    z-index: unset;
}

.benefits-slider-container-wrapper h2 {
    font-size: 40px;
    font-weight: 200;
    line-height: 50px;
    color: #ffff;
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-family: 'latolight';
}

.benefits-slider-container-wrapper h2 span.light-text {
    font-weight: 400;
    margin: 0 5px;
    display: inline-block;
}

.benefits-slider-container-wrapper h2 span.bold-text {
    font-weight: 800;
    margin: 0 5px;
    display: inline-block;
    position: relative;
}

.style-underline {
    position: relative;
    display: inline-block;
    content: '';
    background: transparent url('../images/front/common/pageant-plannet-underline.svg') no-repeat center 100%;
    padding-bottom: 6px;
    background-size: 100%;
}

.benefits-slider-container-wrapper .benefits {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}

.benefits-slider-container-wrapper .benefit {
    padding: 20px;
    width: 50%;
    min-width: 280px;
    text-align: center;
    position: relative;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 39px;
}

.benefits-slider-container-wrapper.slick-initialized .benefit.slick-slide {
    display: flex;
}

.benefits-slider-container-wrapper .benefit .benefit-number {
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-slider-container-wrapper .benefit .benefit-number .circle {
    width: 136px;
    height: 136px;
    background: rgba(247, 183, 203, 1);
    color: #e6427a;
    border-radius: 50%;
    border: 8px solid rgba(230, 66, 122, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 65px;
    font-weight: 700;
    box-shadow: 0 0 35px 5px rgba(0, 0, 0, 0.1);
}

.benefits-slider-container-wrapper .benefit-contant {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 13px 0;
}

.benefits-slider-container-wrapper .benefit h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin: 0;
    color: #ffff;
    font-family: 'latoregular';
}

.benefits-slider-container-wrapper .benefit p {
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.7px;
    margin: 0;
    font-family: 'robotoregular';
    color: #ffff;
}



.marketing-soial-section {
    display: flex;
    background: #E69E6C;
    padding: 25px;
    align-items: center;
    justify-content: center;
}

.marketing-soial-section .marketing-container {
    display: flex;
    width: 100%;
    max-width: 1000px;
    align-items: center;
    justify-content: space-between;
}

.marketing-soial-section .marketing-container .text p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ffff;
}

.marketing-soial-section .marketing-container .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.marketing-soial-section .marketing-container .social-icons a {
    text-decoration: none;
    cursor: default;
}

.marketing-soial-section .marketing-container .social-icons .text {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ffff;
    text-decoration: none;
    margin-left: 30px;
}


.marketing-soial-section .marketing-container .social-icons a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.marketing-soial-section .marketing-container .social-icons .facebook {
    background: url(../images/front/common/facebook-white-icon.svg) no-repeat;
}

.marketing-soial-section .marketing-container .social-icons .tiktok {
    background: url(../images/front/common/tiktok-white-icon.svg) no-repeat;
}

.marketing-soial-section .marketing-container .social-icons .pinterest {
    background: url(../images/front/common/pintrest-white-icon.svg) no-repeat;
}

.marketing-soial-section .marketing-container .social-icons .instagram {
    background: url(../images/front/common/instagram-white-icon.svg) no-repeat;
}

/* new header css ends here  */


/* footer starts here  */
.footer-pageant-directory {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #262425;
}

.footer-pageant-directory .wrapper {
    position: relative;
}

.footer-pageant-directory .copyright-new-desktop {
    position: absolute;
    top: 60%;
    display: flex;
    background: transparent;
    width: 100%;
    max-width: 386px;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
}

.footer-pageant-directory .copyright-new-desktop .wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer-pageant-directory .copyright-new-desktop .wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    font-family: 'robotoregular';
}

footer.footer-pageant-directory .footer_info .footer_box {
    flex-direction: column;

}

footer.footer-pageant-directory .footer_quickLinks ul {
    flex-direction: column;
}

footer.footer-pageant-directory .footer_info .footer_quickLinks {
    max-width: 12%;
}

footer.footer-pageant-directory .footer_quickLinks ul li {
    width: 100%;
}

footer.footer-pageant-directory .ft_head {
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    color: #E6427A;
    font-family: 'robotoregular';
    text-transform: capitalize;
    word-break: break-word;
    white-space: normal;
}

footer.footer-pageant-directory .footer_info a {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #ffff;
    font-family: 'robotoregular';
}

footer.footer-pageant-directory .footer_info a:hover {
    color: #E6427A;
    transition: color 0.3ms ease-in-out;
}

/* footer ends here  */
.copyright-old-display {
    display: none;
}

.marketing-soial-section.marketing-section-mobile {
    display: none;
}

.header-box.header-box-new .navigation.ipad-desktop-view.lgged-out-scnro-cls .mainNav {
    position: static;
}

.header-box.header-box-new .navigation.ipad-desktop-view.lgged-out-scnro-cls .mainNav .subMenu {
    width: 96vw;
    left: 0;
    transform: translate(1.8%, 0px);
}

.header-box.header-box-new.fixed .navigation.ipad-desktop-view.lgged-out-scnro-cls .mainNav .subMenu {
    width: 96vw;
    left: 0;
    transform: translate(1.8%, 0px);
}

.social_icon.cart.new_cart {
    width: 70px;
    height: 70px;
    display: flex;
    border-radius: 50%;
    background: #FBECF1;
    position: relative;
    margin: 0 !important;
    margin-left: 0;
    float: unset;
    top: unset;
    position: relative;
}

.social_icon.cart.new_cart a span {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
    min-width: 27px;
    min-height: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D63E6F;
    border: 2px solid #ffff;
    height: 20px;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0px, 0px);
}

.social_icon.cart.new_cart a {
    background: url(../images/front/common/cart-icon-new.svg) no-repeat 100% center;
    width: 100%;
    height: 100%;
    background-size: 28px 28px;
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-27px, 0px);
}

.social_icon.cart.new_cart a svg {
    display: none;
}

.social_icon.cart.new_cart a span.crt-cnt-nw {
    transform: translate(20px, 0px);
}

#wrapper .inner_page {
    background: #ffff;
}

/* .pageant-card-new .rating .rating_star.stars.noRting-Cls{
    max-width: 32px;
    position: relative;

} */
/* .pageant-card-new .rating .rating_star.stars.noRting-Cls span {
    position: relative;
    left: 0;
    transform: translate(-12px, 0px);
    display: inline-block;
    z-index: 2;
} */
/* .pageant-card-new .rating .rating_star.stars.noRting-Cls::before {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    content: '';
    z-index: 1;
} */
.pageant-card-new .rating .rating_star.stars.noRting-Cls {
    max-width: 20px;
}

.pageant-card-new .details-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

header.new-header .header-row2.seach-bar-new .search_box .search_lst {
    padding-top: 20px;
}

header.new-header .header-box .subNav {
    gap: 0 50px;
}

.pageant-card-new .details-wrapper span {
    text-transform: uppercase;
    color: #9DA1A2;
}

.dropdown-filter .BD_box h3 {
    flex-wrap: nowrap !important;
}

header .header-row1 .social_icon .facebook:hover,
header .header-row1 .social_icon .tiktok:hover,
header .header-row1 .social_icon .twitter:hover,
header .header-row1 .social_icon .pinterest:hover,
header .header-row1 .social_icon .instagram:hover {
    filter: unset !important;
}

.pageant-card-new .rating-wrapper .rating .rating-wrapper .rating-value {
    font-size: 15px;
}

.pageant_top_banner .slick-list {
    z-index: 998;
}

.pageant-card-new .detail .text-yellow,
.pageant-card-new .detail .text-pink {
    text-transform: capitalize;
}

body .help-you-win.sticky-help_win {
    z-index: 990;
}

body .pgnt_main_banner_cls {
    z-index: 998;
}

body .slick-list {
    z-index: 998;
}

body .slick-slider ul.slick-dots {
    z-index: 998;
}

/* footer-slider ends here */

/* Responsive pageant directory page new starts here  */
body #wrapper .help-you-win-new {
    position: relative !important;
    top: 0 !important;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.pageant-card-new .card-footer .btn {
    -webkit-tap-highlight-color: transparent;
}

@media (min-width:1551px) {
    .pageant-card-new .card-header img {
        width: 350px;
        border-radius: 13px;
        display: inline-block;
        object-fit: contain;
        min-width: 350px;
        height: 350px;
        margin: 0 auto;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown a.notifiaction_msg img {
        width: 23px;
        height: auto;
        object-fit: cover;
        display: inline-block;
    }

}


@media (min-width:1200px) and (max-width:1550px) {
    .benefits-slider-container {
        max-width: 836px;
    }

    .header-row1.side-header-new p {
        font-size: 15px;
        font-weight: 600;
        line-height: 44px;
    }

    .header-row1.side-header-new .social_icon a {
        font-size: 13px;
        font-weight: 600;
        line-height: 44px;
    }

    .header-box.header-box-new .mainNav>li>a,
    .header-box.header-box-new .mainNav>li>span {
        font-weight: 800;
        font-size: 16px;
        line-height: 44px;
    }

    .header-box.header-box-new {
        height: 57px;
    }

    .header-box.header-box-new .mainNav>li:not(:last-child):after {
        height: 35px;
    }

    .header-box.header-box-new .navigation.lgged-out-scnro-cls .mainNav {
        width: 100%;
        justify-content: center;
    }

    .pageant-container .content h2 {
        font-size: 48px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .pageant-container .steps li .steps-image {
        max-width: 66px;
        min-width: 66px;
        max-height: 46px;
        min-height: 46px;
    }

    .pageant-container .steps .steps-image img {
        width: 28px;
        height: 24px;
    }

    .pageant-container .steps li {
        font-size: 18px;
        line-height: 22px;
    }

    .pageant-container .steps {
        gap: 30px;
    }

    .pageant-container .steps li .steps-image:first-child:before {
        height: 20px;
        transform: translate(0px, -25px);
    }

    .help-you-win.sticky-help_win.help-you-win-new a {
        font-size: 24px;
    }

    .help-you-win.sticky-help_win.help-you-win-new {
        margin: 0px auto 48px auto;
        max-width: 584px;
    }

    .heading_title-box-new {
        margin-top: 60px;
    }

    .heading_title-box-new.heading_title-box h1,
    .heading_title-box-new.heading_title-box h2,
    .heading_title-box-new.heading_title-box h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .heading_title-box-new.heading_title-box .button.filter-btn {
        font-size: 12px;
        line-height: 16px;
    }

    .heading_title-box .button2 .filter-ico {
        max-height: 10px;
        height: 10px;
    }

    .heading_title-box-new.heading_title-box .button.filter-btn {
        width: auto;
        height: 40px;
    }

    .business_directory-section {
        margin-top: 0;
    }

    .heading_title-box-new {
        margin-bottom: 40px;
    }

    .heading_title-box-new.heading_title-box .w-r {
        transform: translate(0px, 0px);
    }

    .wrapper-full {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;
    }

    .directory_lst-dsg ul.pListDirectory.pageant-directory-new {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 32px;
    }

    .pageant-card-new .rating-wrapper .rating .rating-wrapper .rating-value,
    .pageant-card-new .rating .reviews {
        font-size: 12px;
    }

    .pageant-card-new .rating-wrapper {
        padding: 14px 25px 14px 25px;
    }

    .pageant-card-new .title {
        font-size: 18px;
        line-height: 22px;
        min-height: 57px;
        max-height: 57px;
    }

    .pageant-card-new .detail {
        font-size: 12px;
    }

    .pageant-card-new .detail .text-yellow,
    .pageant-card-new .detail .text-pink {
        font-size: 15px;
        line-height: 26px;
    }

    .pageant-card-new .card-footer .btn {
        font-size: 14px;
        line-height: 24px;
    }

    .benefits-slider-container-wrapper {
        padding: 40px 0px 0px 0px;
        min-height: 325px;
    }

    .benefits-slider-container-wrapper h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .benefits-slider-container {

        margin: 42px auto 63px auto;
    }

    .benefits-slider-container-wrapper .benefit h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .benefits-slider-container-wrapper .benefit p {
        font-size: 14px;
        line-height: 20px;
    }

    .benefits-slider-container-wrapper .benefit .benefit-number .circle {
        width: 102px;
        height: 102px;
        font-size: 48px;
    }

    .benefits-slider-container-wrapper .benefit {
        gap: 20px;
        padding: 0px;
    }

    .footer-pageant-directory .wrapper {
        position: relative;
        max-width: 1264px;
        width: 100%;
        margin: 0 auto;
    }

    footer.footer-pageant-directory .ft_head {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    footer.footer-pageant-directory .footer_info a {
        font-size: 16px;
        line-height: 18px;
    }

    footer .footer_btn {
        margin-top: 51px;
    }

    .footer-pageant-directory .copyright-new-desktop .wrapper p {
        font-size: 12px;
    }

    header.new-header .header-row2 .search_box .sol-selected-display-item {
        padding: 12px 36px 12px 26px;
        font-size: 15px;
    }

    header.new-header .header-row2 #search-text-input {
        font-size: 15px;
    }

    header.new-header .header-row2 .search_box #button-holder {
        width: 60px;
        height: 47px;
    }

    header.new-header .header-row2 .search_box #button-holder button {
        background-size: 16px;
    }

    .new-header .loginbox.login-box-new a {
        font-size: 18px;
        line-height: 37px;
        height: 54px;
        width: 150px;
    }

    .new-header .loginbox.login-box-new a img {
        width: 24px;
        height: 24px;
    }

    .new-header-sign-up .loginbox.login-box-new a {
        font-size: 18px;
        line-height: 37px;
        height: 54px;
        width: 150px;
    }

    .new-header-sign-up .loginbox.login-box-new a img {
        width: 24px;
        height: 24px;
    }

    header.new-header .header-row2 .search_box {
        height: 54px;
    }

    header.new-header .header-row2 .search_box .select-input::before {
        height: 25px;
        top: 15px;
    }

    header.new-header .header-row2.seach-bar-new {
        padding: 16px 88px;
    }

    .pageant-container {
        padding: 10px 0 44px 86px;
    }

    .social_icon.cart.new_cart {
        width: 55px;
        height: 55px;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown {
        width: 55px;
        height: 55px;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown.profile-dropdown .profile_dropdown img {
        max-width: 42px;
        height: 42px;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown.profile-dropdown {
        width: 102px;
        height: 54px;
    }

    .social_icon.cart.new_cart a {
        background-size: 16px;
        transform: translate(0, 0px);
        margin: 0;
        background: url(../images/front/common/cart-icon-new.svg) no-repeat center;
    }

    .social_icon.cart.new_cart a span.crt-cnt-nw {
        transform: translate(0px, 0px);
    }

    .header-box.header-box-new .mainNav {
        justify-content: center;
    }

    .header-box .mainNav>li.openHvr>a:before,
    .header-box .mainNav>li.openHvr>span:before {
        display: none;
    }

    .header-box .subMenu {
        transform: translate(0px, -13px);
    }

    .header-box.header-box-new.fixed .subMenu {
        transform: translate(0px, -8px);
    }


    header.new-header .header-row2 .search_box .sol-container.sol-active .sol-selection-container {
        padding-top: 30px;
    }

    header.new-header .wrapper .navigation.ipad-desktop-view.lgged-out-scnro-cls {
        justify-content: flex-start !important;
        padding-left: 0% !important;
    }

    .header-box.header-box-new .navigation.lgged-out-scnro-cls .mainNav {
        justify-content: flex-start;
    }

    .header-row1.side-header-new .fl.upper-header {
        padding-left: 7.6%;
    }

    .pageant-card-new .card-header img {
        width: 284px;
        border-radius: 13px;
        display: inline-block;
        object-fit: contain;
        min-width: 234px;
        height: 284px;
        margin: 0 auto;
    }

    .pageant-card-new .card-header {
        height: 323px;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown a.notifiaction_msg img {
        width: 16px;
    }

    .pageant-card-new .card-footer {
        padding: 0 24px 24px 24px;
    }

    .pageant-card-new .nomination-card-footer {
        padding: 15px 25px !important;
    }

    header.new-header .header-row2.seach-bar-new .search_box .search_lst {
        padding-top: 0px;
    }

    body .banner-section-wrapper .help-you-win-new a {
        height: 60px;
    }

    body .banner-section-wrapper .help-you-win-new a img {
        top: 15px !important;
    }

    body .banner-section-wrapper .help-you-win-new a {
        height: 60px;
    }

}

@media (min-width:1200px) and (max-width:1316px) {
    .pageant-card-new .card-header {
        height: 273px;
    }

    .pageant-card-new .card-header img {
        width: 234px;
        border-radius: 13px;
        display: inline-block;
        object-fit: contain;
        min-width: 234px;
        height: 234px;
        margin: 0 auto;
    }

}



@media (min-width:991px) and (max-width:1280px) {
    .new-header .logo-new {
        min-width: 142px;
    }

    .new-header .logo-new a {
        min-width: 164px;
    }

    header.new-header .search-box-new {
        width: 90%
    }

    header.new-header .header-row2 .search_box .sol-selected-display-item {
        width: 90%;
    }

    header.new-header .header-row2 .loginbox.logout-box-new {
        gap: 0 10px;
    }

    .new-header .header-row2 .fr {
        gap: 10px;
        justify-content: flex-end;
        max-width: 100%;
        width: 100%;
    }

    header.new-header .header-row2 .search_box {
        max-width: 70%;
        margin: 0;
        justify-content: flex-end;
    }

    header.new-header .header-row2 .search_box .select-input {
        width: 50%;
    }

    .pageant-card-new .card-footer {
        padding: 0 24px 24px 24px;
    }

    .pageant-card-new .nomination-card-footer {
        padding: 15px 25px !important;
    }

    footer.footer-pageant-directory .footer_info {
        justify-content: center;
        gap: 0 30px;
    }
}


@media (min-width:991px) and (max-width:1199px) {
    .footer-pageant-directory .copyright-new-desktop .wrapper p {
        max-width: 200px;
        white-space: normal;
    }

    .benefits-slider-container-wrapper h2 {
        display: inline-block;
    }

    .benefits-slider-container-wrapper .benefit {
        gap: 20px;
    }

    .benefits-slider-container-wrapper .benefit .benefit-number .circle {
        width: 95px;
        height: 95px;
        font-size: 35px;
    }

    .benefits-slider-container-wrapper .benefit h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .benefits-slider-container-wrapper .benefit p {
        font-size: 16px;
        line-height: 22px;
    }

    .directory_lst-dsg ul.pListDirectory.pageant-directory-new {
        grid-template-columns: repeat(3, 1fr);
    }

    .heading_title-box-new.heading_title-box h1,
    .heading_title-box-new.heading_title-box h2,
    .heading_title-box-new.heading_title-box h3 {
        justify-content: flex-start;
    }

    .pageant-container .content h2 {
        font-size: 40px;
    }

    .pageant-container .steps li {
        font-size: 20px;
    }

    .pageant-container .steps li .steps-image {
        max-width: 60px;
        min-width: 60px;
        max-height: 60px;
        min-height: 60px;

    }

    .pageant-container .steps .steps-image img {
        width: 30px;
        height: 30px;
    }

    .header-box.header-box-new .mainNav>li>a,
    .header-box.header-box-new .mainNav>li>span {
        font-size: 18px;
    }

    .header-row2 .search_box .sol-current-selection {
        width: 50%;
        min-width: 50%;
    }

    header.new-header .header-row2 .search_box .sol-selected-display-item {
        background: #F4F2F4 url(../images/front/common/search-drop-icon-pink.svg) no-repeat calc(90%) center;
    }

    header.new-header .header-row2 .loginbox.logout-box-new {
        gap: 0 10px;
    }

    .header-box.header-box-new .navigation.lgged-out-scnro-cls .mainNav {
        padding-left: 15%;
    }
}

@media (max-width:1440px) {
    .header-box.header-box-new .mainNav {
        max-width: 96%;
        gap: 0px;
        justify-content: center;
    }

    .header-box.header-box-new .mainNav>li>a,
    .header-box.header-box-new .mainNav>li>span {
        padding: 21px 40px 21px 20px;
    }
}

@media (max-width:1280px) {
    .wrapper-full {
        padding: 0 3.50%;
    }

    .pageant-container {
        padding: 12px 0 63px 3.50%;
    }

    .header-row1.side-header-new .fl.upper-header {
        padding-left: 7.6%;
    }

    header.new-header .header-row2.seach-bar-new {
        padding: 34px 2.50%;
    }

    header.new-header .search-box-new {
        min-width: 60%;
        flex-wrap: nowrap;
    }

    .new-header .header-row2 .fr {
        display: flex;
        padding: 0;
    }

    header.new-header .header-row2 .search_box {
        max-width: 70%;
        margin: 0;
        min-width: 60%;
    }

    .header-row2 .search_box .sol-current-selection {
        width: 50%;
        min-width: 50%;
    }

    header.new-header .header-row2 .search_box .sol-selected-display-item {
        width: 100%;
    }

    header.new-header .header-row2 .loginbox.logout-box-new {
        gap: 0 10px;
    }

    .new-header .logo-new {
        max-width: 142px;
        margin-right: 10px;
    }

    header.new-header .wrapper {
        justify-content: space-between;
    }

    .header-row2 .search_box .select-style {
        width: 216px;
    }

    .help-you-win.sticky-help_win.help-you-win-new {
        padding: 0 20px;
    }
}



@media (max-width:991px) {
    .footer-pageant-directory .wrapper .footer_info {
        justify-content: center;
    }

    footer.footer-pageant-directory .footer_info .footer_quickLinks {
        max-width: 22%;
    }

    .footer-pageant-directory .copyright-new-desktop {
        padding-left: 3%;
    }

    .marketing-soial-section.marketing-section-desktop {
        display: none;
    }

    .marketing-soial-section.marketing-section-mobile {
        display: flex;
        width: 100%;
        padding: 10px 12px;
    }

    .marketing-soial-section.marketing-section-mobile .marketing-container {
        display: flex;
        width: 100%;
        max-width: 600px;
        align-items: center;
        justify-content: space-between;
    }

    .marketing-soial-section.marketing-section-mobile .marketing-container .social-icons {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
        width: 100%;
    }

    .marketing-soial-section.marketing-section-mobile .marketing-container .social-icons .text {
        font-size: 13px;
    }

    .marketing-soial-section.marketing-section-mobile .text:not(.social-icons span.text) {
        display: none;
    }

    .benefits-slider-container-wrapper h2 {
        display: inline-block;
    }

    .benefits-slider-container-wrapper .benefit {
        gap: 20px;
    }

    .benefits-slider-container-wrapper .benefit h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .benefits-slider-container-wrapper .benefit p {
        font-size: 15px;
        line-height: 22px;
    }

    .benefits-slider-container-wrapper .benefit .benefit-number .circle {
        width: 105px;
        height: 105px;
        font-size: 59px;
    }

    body .benefits-slider-container .slick-track {
        flex-wrap: nowrap;
    }

    body .benefits-slider-container .slick-dots li.slick-active button:before {
        border: 1px solid #ffff;
        background-color: #ffff;
        opacity: 1;
    }

    body .benefits-slider-container .slick-dots li button:before {
        border: 1px solid #ffff;
        background-color: #ffff;
        opacity: 0.5;
    }

    .slick-slider.benefits-slider-container ul.slick-dots {
        transform: translateY(33px);
    }

    .benefits-slider-container-wrapper {
        padding: 56px 3.8% 80px 3.8%;
    }

    .directory_lst-dsg ul.pListDirectory.pageant-directory-new {
        grid-template-columns: repeat(3, 1fr);
    }

    .heading_title-box-new {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .heading_title-box-new.heading_title-box h1,
    .heading_title-box-new.heading_title-box h2,
    .heading_title-box-new.heading_title-box h3 {
        font-size: 32px;
        font-weight: 900;
        line-height: 42px;
        font-family: 'latoblack';
        margin: 0;
        margin-bottom: 0;
    }

    .heading_title-box-new.heading_title-box .button.filter-btn {
        width: 133px;
        height: 51px;
        gap: 0 13px;
        font-size: 15px;
    }

    .directory_lst-dsg ul.pListDirectory.pageant-directory-new {
        margin-top: 31.07px;
    }

    .heading_title-box-new.heading_title-box .w-r {
        position: unset;
        transform: unset;
        margin-left: unset;
        box-shadow: none;
        z-index: 9999;
    }

    .pageant-container {
        flex-direction: column-reverse;
        padding: 0px 0 0px 0;
        gap: 7.31px;
    }

    .help-you-win.sticky-help_win.help-you-win-new {
        margin: 0px auto 30px auto;
    }

    .pageant-container .content {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 7.8%;
    }

    .pageant-container .images {
        justify-content: space-between;
        width: 100%;
        gap: 5px;
    }

    .breadcrumb.breadcrumb-new {
        justify-content: flex-start;
        padding: 10.05px 0 15px 0;
    }

    .breadcrumb.breadcrumb-new li {
        font-size: 13px;
        padding-right: 8px;
    }

    .pageant-container .content h2 {
        font-size: 32px;
        line-height: 59px;
        margin-bottom: 7.23px;
    }

    .pageant-container .steps li {
        font-size: 18px;
        line-height: 59px;
    }

    .pageant-container .steps li:last-child .steps-image::after {
        transform: translate(0px, 53px);
    }

    .pageant-container .steps li .steps-image {
        max-width: 69px;
        min-width: 69px;
        max-height: 48px;
        min-height: 48px;
        background: rgba(255, 255, 255, 0.4);
    }

    .pageant-container .steps li:first-child .steps-image:before {
        display: none;
    }

    .pageant-container .steps {
        padding: 0px 0 47px;
        gap: 33px;
    }

    .pageant-container .steps li .steps-image:first-child:before {
        transform: translate(0px, -28px);
        height: 22px;
    }

    .pageant-container .steps li:last-child .steps-image::after {
        height: 22px;
    }

    .pageant-container .benefit-item {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .pageant-container .benefits {
        padding: 21px 0;
    }

    .pageant-container .steps .steps-image img {
        width: 30px;
        height: 30px;
    }

    .pageant-container .benefits {
        flex-direction: column;
        align-items: flex-start;
    }

    .pageant-container .benefit-item {
        width: 100%;
    }

    .pageant-container .benefit-item .number {
        margin: 0;
    }

    .pageant-container .benefits .benefit-item:nth-child(1) p,
    .pageant-container .benefits .benefit-item:nth-child(2) p {
        max-width: 100%;
        font-size: 15px;
    }

    .pageant-container .benefit-item:nth-child(1) {
        padding-bottom: 5px;
    }

    .directory_page .heading_title-box {
        margin-top: 48px;
        margin-bottom: 50px;
    }

    header.new-header .header-row2.seach-bar-new {
        padding: 18px 2.50% 97px 2.50%;
        position: relative;
    }
    header.new-header .header-row2.logged-out-search {
        padding: 10px 0px !important;
        position: relative;
    }

    header.new-header .header-row2 .search_box {
        max-width: 100%;
        width: 100%;
        position: absolute;
        top: 70px;
        /* transform: translate(0%, 132%); */
        left: 0;
        height: 58px;
    }

    .header-box.header-box-new {
        height: 58px;
    }

    header.new-header .header-row2 .search_box .select-input::before {
        top: 12px;
        height: 28px;
    }

    .header-box.header-box-new .mainNav>li:not(:last-child):after {
        height: 31px;
    }

    .breadcrumb a {
        color: #906767;
    }

    .breadcrumb li.active a {
        color: #262425;
    }

    .pageant-card-new {
        border: 0.5px solid #AD919A73;
    }

    header.new-header .header-row2.seach-bar-new .user_box {
        display: none;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown {
        width: 50px;
        height: 50px;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown.profile-dropdown .profile_dropdown img {
        max-width: 42px;
        height: 42px;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown.profile-dropdown {
        width: 80px;
        height: 50px;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown.profile-dropdown .profile_dropdown {
        background: transparent url(../images/front/common/search-drop-icon-pink.svg) no-repeat calc(100% - 10px) center;
    }

    header.new-header .header-row2 .loginbox.logout-box-new {
        gap: 0 10px;
    }

    .header-row2 .search_box .select-style {
        width: 50%;
        min-width: 43%;
    }

    .header-row2 .search_box .sol-current-selection {
        width: 43%;
        min-width: 43%;
        height: 100%;
    }

    header.new-header .header-row2 .search_box #button-holder {
        width: 57px;
        height: 50px;
    }

    header.new-header .header-row2 .search_box #button-holder button {
        background-size: 22px;
    }

    header.new-header .header-row2 .search_box .sol-selected-display-item {
        font-size: 15px;
        background: #F4F2F4 url(../images/front/common/search-drop-icon-pink.svg) no-repeat 95% center;
    }

    header.new-header .header-row2 #search-text-input {
        font-size: 13.71px;
        width: 100%;
    }

    .new-header .logo-new {
        max-width: 142px;
        min-width: 142px;
        margin-left: 60px;
    }

    header.new-header .search-box-new {
        min-width: unset;
        width: 100%;
    }

    header.new-header .mm-toggle {
        background: #F4F2F4 url(../images/front/common/hamburger-icon-new.svg) no-repeat 100% center;
        width: 18px;
        height: 18px;
        position: relative;
        left: 0;
        top: 0;
        transform: translate(15px, 15px);
    }

    header.new-header #page {
        top: 25px
    }

    header.new-header #page .mm-toggle-wrap {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #FBECF1;
    }

    header.new-header #page .mm-toggle-wrap i {
        display: none;
    }

    header.new-header .header-row2 .search_box .select-input {
        width: 50%;
    }

    .new-header .loginbox.login-box-new a {
        font-size: 18px;
        height: 53px;
    }

    .new-header .loginbox.login-box-new a img {
        height: 24px;
    }

    .new-header-sign-up .loginbox.login-box-new a {
        font-size: 18px;
        height: 53px;
    }

    .new-header-sign-up .loginbox.login-box-new a img {
        height: 24px;
    }

    .social_icon.cart.new_cart {
        width: 50px;
        height: 50px;
        display: flex;
        border-radius: 50%;
        background: #FBECF1;
        position: relative;
        margin: 0 !important;
        margin-left: 0;
        float: unset;
        top: unset;
    }

    header.new-header .header-row2 .search_box .select-input {
        width: 67%;
    }

    .header-box.header-box-new.hdr-bx-lgdin {
        display: none;
    }

    .social_icon.cart.new_cart a {
        transform: translate(-20px, 0px);
        background-size: 19px 28px;
    }

    header.new-header .header-row2 .search_box {
        z-index: 999;
        height: 52px;
    }

    .footer-pageant-directory .copyright-new-desktop {
        top: 45%
    }

    .pageant-container .benefits .benefit-item:nth-child(2) p .help-box-tip {
        left: 0;
        top: 0;
        transform: translate(680%, 2px);
    }

    .new-header .logo-new.lgdotClss {
        margin-left: 0px;
    }

    .help-you-win.sticky-help_win {
        z-index: 9 !important;
    }

    /* .header-row2 .search_box .search_overlay{
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
    } */
    .pageant-container .images img {
        gap: 3px;
    }

    .pageant-container .images img {
        width: 33%;
        height: auto;
    }

    .pageant-container .images img:nth-child(1) {
        border-radius: 0px 10px 10px 0px;
    }

    .pageant-container .images img:nth-child(2) {
        border-radius: 10px;
    }

    .pageant-container .images img:nth-child(3) {
        border-radius: 10px 0 0 10px;
    }

    .pageant-container .benefits .benefit-item:nth-child(1) p,
    .pageant-container .benefits .benefit-item:nth-child(2) p {
        max-width: 100%;
        font-size: 16px;
        line-height: 22px;
        font-family: 'robotoregular';
    }

    .heading_title-box .button2 .filter-ico {
        margin: 0 !important;
        max-height: 11px !important;
    }

    .heading_title-box .button2 .filter-bip-ico {
        margin: 0 !important;
        max-height: 15px !important;
    }

    .pageant-card-new .card-body {
        padding: 0px 20px 12px 16px;
        transform: translate(0px, -4px);
    }

    footer.footer-pageant-directory .ft_head {
        font-size: 15px;
        line-height: 26px;
    }

    .pageant-card-new .card-footer .btn {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    header.new-header .wrapper .navigation.ipad-desktop-view.lgged-out-scnro-cls .mainNav>li.openHvr>span:before {
        display: none;
    }

    .pageant-image-mobile-d-none {
        display: none !important;
    }

    .header-row2 .search_box .search_overlay {
        pointer-events: none;
    }
}

@media (min-width:901px) and (max-width:991px) {}

@media (max-width:900px) {
    .directory_lst-dsg ul.pListDirectory.pageant-directory-new {
        grid-template-columns: repeat(2, 1fr);
    }

    .pageant-card-new {
        max-width: 100%;
    }

    header.new-header #page {
        z-index: 10001;
    }

    .header-box.header-box-new .navigation.lgged-out-scnro-cls .mainNav {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    header.new-header .wrapper .navigation.ipad-desktop-view.lgged-out-scnro-cls {
        padding-left: 0;
    }

    .pageant-card-new .card-footer .btn:hover {
        background: #E6427A;
        color: #ffff !important;

    }

    .pageant-card-new .card-footer .btn:active {
        background: #E6427A;
        color: #ffff !important;

    }

    .pageant-card-new .card-footer .btn:focus {
        background: #E6427A;
        color: #ffff !important;

    }

    /* .overlay-toggle{
                overflow: hidden;
            } */
    .overlay-toggle header.new-header #page {
        z-index: 9;
    }



}

@media (max-width:767px) {
    .wrapper-full {
        z-index: 9;
    }

    .footer-pageant-directory .wrapper {
        padding: 0;
        margin: 0;
    }

    .footer-pageant-directory .wrapper .footer_info {
        padding: 70px 40px 37px 40px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 50px 0;
    }

    footer.footer-pageant-directory .footer_info .footer_box {
        display: flex;
        margin: 0;
        border: 0;
        padding: 0;
        max-width: 50%;
        white-space: normal;
    }

    footer.footer-pageant-directory .footer_btn {
        margin-bottom: 50px;
    }

    footer.footer-pageant-directory .footer_info .footer_quickLinks {
        max-width: 50%;
    }

    footer.footer-pageant-directory .footer_info .footer_box.footer_app {
        max-width: 100%;
    }

    .footer-pageant-directory .copyright-new-desktop {
        display: none;
    }

    footer.footer-pageant-directory .copyright-old-display {
        display: flex;
        color: #C1C1C1;
        background: #262425;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 25px 0 100px;
    }

    footer.footer-pageant-directory .copyright-old-display p {
        font-weight: 400;
        font-size: 13px;
        font-family: 'latoregular';
    }


    .benefits-slider-container-wrapper h2 {
        font-size: 27px;
        line-height: 35px;
        font-family: 'latolight';
    }

    .benefits-slider-container-wrapper .benefits-slider-container.slick-initialized .slick-slide.benefit {
        padding-right: 0;
        padding-left: 16px;
    }

    .benefits-slider-container-wrapper .benefit {
        gap: 31px;
    }

    .benefits-slider-container-wrapper .benefit h3 {
        max-width: 130px;
        white-space: normal;
    }

    .new-header .loginbox.login-box-new a {
        padding: 11px 14px;
    }

    /* .new-header-sign-up .loginbox.login-box-new a{
        padding: 11px 14px;
    } */
    .social_icon.cart.new_cart a {
        background-size: 21px 23px;
        transform: translate(-20px, 0px);
    }

    .modalFltr-open .heading_title-box:after {
        height: 20vh !important;
        left: 20% !important;
        max-width: 20px;
    }

    /* .pageant-card-new .rating .rating_star.stars{
        max-width: 32px;
        position: relative;
    } */
    /* .pageant-card-new .rating .rating_star.stars::before{
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        content: '';
        z-index: 1;
    } */
    /* .pageant-card-new .rating .rating_star.stars  span{
        display: inline-block;
    position: relative;
    left: 0;
    transform: translate(-12px, 0px);
    z-index: 2;
    } */
    .pageant-card-new .rating .rating_star.stars {
        max-width: 20px;
    }

    .pageant-card-new .card-details {
        justify-content: unset;
        gap: 0 29px;
    }

    .pageant-card-new .detail {
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        gap: 10px;
        width: 50%;
    }

    .details-icon-wrapper {
        display: flex;
    }

    .pageant-card-new .details-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .pageant-card-new .details-wrapper span {
        font-size: 12px;
        font-family: 'robotoregular';
    }

    .pageant-card-new .detail .text-yellow,
    .pageant-card-new .detail .text-pink {
        font-size: 18px;
        font-family: 'robotoregular';
        line-height: 24px;
        text-transform: capitalize;
    }

    .help-you-win.sticky-help_win.help-you-win-new a {
        font-size: 17px;
        font-family: 'latoblack';
        height: 71px;
    }

    .pageant-card-new .card-footer {
        padding: 0 14px 14px 14px;
    }

    .directory_lst-dsg ul.pListDirectory.pageant-directory-new {
        gap: 10.97px;
    }

    .banner-section-wrapper .help-you-win.sticky-help_win.help-you-win-new {
        display: none;
    }

    .help-you-win.sticky-help_win {
        opacity: 1 !important;
        max-height: 80px !important;
    }

    .help-you-win.sticky-help_win.help-you-win-new {
        top: 51px;
    }

    .help-you-win.sticky-help_win.help-you-win-new a img {
        position: absolute;
        right: 30px;
        top: 24px;
        width: 20px;
        height: 20px;
    }

    .help-you-win.sticky-help_win.help-you-win-new {
        margin: 0px auto 135px auto;
        overflow: visible;
    }

    .pageant-card-new .rating-wrapper {
        width: 100%;
        padding: 4px 0px 4px 14px;
    }

    .pageant-card-new .title {
        font-size: 20.11px;
    }

    .pageant-card-new .rating-wrapper .rating .rating-wrapper {
        width: 100%;
        text-align: left;
        position: relative;
    }

    .pageant-card-new .rating .reviews {
        align-items: flex-start;
        text-align: left;
    }

    .pageant-card-new .rating .reviews {
        width: 100%;
        justify-content: center;
        gap: 5.48px;
    }

    header.new-header .header-row2.seach-bar-new .search_box .search_lst {
        padding-top: 0px;
    }

    header.new-header .header-row2 .search_box .sol-container.sol-active .sol-selection-container {
        padding-top: 30px;
    }

    header.new-header .header-row2 #search-text-input {
        border: 0;
        background: #F4F2F4;
        height: 100%;
        padding: 12px 0px 12px 20px;
        float: left;
        width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
        font-size: 15px;
    }

    .header-row2 .search_box #search-text-input:not(:placeholder-shown) {
        padding-right: 72px;
        border-radius: 0 30px 0 0;
        width: 100% !important;
        max-width: unset;
    }

    .pageant-container .benefit-item .number {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        font-size: 20px;
        font-family: 'latobold';
    }

    .pageant-container {
        padding: 0px 0 45px 0;
    }

    header.new-header .header-row2 .search_box .sol-selected-display-item {
        background: #F4F2F4 url(../images/front/common/search-drop-icon-pink.svg) no-repeat 88% center;
    }

    .benefits-slider-container-wrapper {
        max-width: 100%;
        margin: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 56px 4.8%;
        padding-bottom: 76px;
        background: url(../images/front/common/bg-bottommobile.svg) no-repeat center/contain,
            linear-gradient(to right, #E6427A, #F55C90);
        background-size: 100%;
    }

    .benefits-slider-container-wrapper .slick-dots li {
        margin: 0 4px;
    }

    .pageant-card-new .rating .rating_star.stars.noRting-Cls span,
    .pageant-card-new .rating .reviews {
        font-size: 15px;

    }

    .pageant-card-new .title {
        padding-top: 7px;
        min-height: 70px;
        max-height: 70px;
        margin-bottom: 10px;
    }

    footer.footer-pageant-directory .footer_info a {
        font-size: 15px;
        white-space: normal;
        font-weight: 400;
        max-width: 96%;
        line-height: 26px;
    }

    .pageant-container .steps li {
        line-height: 26px;
    }

    body {
        overflow: auto;
        overflow-x: hidden;
    }

    html {
        /*overflow: hidden;*/
    }

    .pageant-card-new .rating .rating_star.stars {
        max-width: 32px;
        position: relative;
    }

    .pageant-card-new .rating .rating_star.stars::before {
        position: absolute;
        width: 13px;
        height: 12px;
        background: #fff;
        display: inline-block;
        content: '';
        top: 0;
        left: 19px;
        z-index: 1;
    }

    .pageant-card-new .rating-wrapper .rating .rating-wrapper .rating-value {
        position: absolute;
        display: inline-block;
        left: 0;
        transform: translate(20px, 0px);
        z-index: 2;
        font-size: 15px;
    }

    .modalFltr-open header.new-header .wrapper,
    .modalFltr-open .header-box.header-box-new,
    .modalFltr-open header.new-header #page,
    .modalFltr-open header.new-header .header-row2.seach-bar-new {
        z-index: 9;
    }
}

@media (max-width:600px) {
    .wrapper-full {
        padding: 0 18px;
    }

    .directory_lst-dsg ul.pListDirectory.pageant-directory-new {
        grid-template-columns: repeat(1, 1fr);

    }

    .pageant-card-new {
        max-width: 100%;
    }

    .card-header-wrapper {
        display: flex;
        padding: 14px;
        position: relative;
    }

    .card-header-wrapper::after {
        width: calc(100% - 28px);
        position: absolute;
        display: inline-block;
        content: '';
        bottom: 20px;
        height: 1px;
        background: rgb(157 161 162 / 21%);
    }

    .pageant-card-new .card-header {
        height: 73px;
        max-width: 73px;
        padding: 0;
    }

    .pageant-card-new .title {
        border: 0;
        font-size: 22px;
        line-height: 30px;
        font-family: 'latoblack';
    }

    .new-header .logo-new {
        max-width: 90px;
        min-width: 90px;
        margin-left: 60px;
    }

    .new-header .logo-new.lgdotClss {
        max-width: 140px;
        min-width: 140px;

    }

    .new-header .logo-new img {
        height: 43px;
    }

    .new-header .logo-new.lgdotClss {
        max-width: 170px;
        min-width: 170px;
    }

    .new-header .logo-new.lgdotClss img {
        height: 55px;
    }

    header.new-header #page {
        top: 16px;
    }

    .new-header .loginbox.login-box-new a {
        font-size: 14px;
        border-radius: 50%;
        padding: 0;
        width: 52px;
        height: 52px;
    }

    /* .new-header-sign-up .loginbox.login-box-new a {
            font-size: 14px;
            border-radius: 50%;
            padding: 0;
            width: 52px;
            height: 52px;
        } */
    .header-box.header-box-new .navigation.lgged-out-scnro-cls .mainNav {
        width: 95%;
    }

    .header-box.header-box-new .hasNav .fa-angle-down {
        margin-left: 10%;
    }

    .header-box.header-box-new .mainNav>li>a,
    .header-box.header-box-new .mainNav>li>span {
        font-size: 13px;
    }

    .header-box.header-box-new .mainNav {
        max-width: 100%;
        gap: 10px;
    }


    .header-box.header-box-new .navigation.ipad-desktop-view.lgged-out-scnro-cls .mainNav .subMenu .subNavBox {
        flex-wrap: wrap;
        gap: 30px;
        min-width: 100%;
        align-items: center;
        justify-content: center;
    }

    .header-box.header-box-new .navigation.ipad-desktop-view.lgged-out-scnro-cls .mainNav .subMenu .subNavBox .w-33 {
        min-width: 33.2%;
        max-width: 33.2%;
    }

    .new-header .loginbox.login-box-new a span {
        display: none;
    }

    /* .new-header-sign-up .loginbox.login-box-new a span{
            display: none;
        } */
    .pageant-card-new .rating {
        justify-content: space-between;
    }

    .dropdown-filter .BD_box .select-style:after {
        height: 41px;
    }

    header.new-header .header-row2 .search_box {
        background: #F4F2F4;
        border-radius: 42px;
    }

    header.new-header .header-row2 .search_box #button-holder {
        width: 57px;
        height: 45px;
    }

    .header-box.hdr-bx-lgdout .mainNav>li {
        width: 45%;
        justify-content: center !important;

    }

    .header-box.header-box-new .mainNav>li>a,
    .header-box.header-box-new .mainNav>li>span {
        padding: 10px 0px !important;
    }

    .header-box .subMenu .btn-pink {
        margin: 20px auto 0;
        width: 120px;
    }

    .pageant-container .steps {
        padding: 0px 0 0px;
        gap: 16px;
    }

    .pageant-container {
        padding: 0px 0 32px 0;
    }

    .pageant-container .steps li .steps-image {
        max-width: 56px;
        min-width: 56px;
        max-height: 40px;
        min-height: 40px;
    }

    .pageant-container .steps .steps-image img {
        width: 24px;
        height: 24px;
    }

    .pageant-container .content h2 {
        line-height: 32px;
    }

    .pageant-container .steps li .steps-image:first-child:before {
        transform: translate(0px, -14px);
        height: 10px;
    }

    .directory_page .heading_title-box {
        margin-top: 20px;
    }

    header.new-header .header-row2.seach-bar-new {
        padding: 18px 2.50% 89px 2.50%;
    }

    header.new-header .header-row2.seach-bar-new.logged-out-search {
        /* padding: 18px 2.50% 79px 2.50%; */
        padding: 10px 0px !important;
    }

    .pageant-container .steps li {
        line-height: 24px;
        font-size: 16px;
    }

    .pageant-container .steps li:nth-child(2) .steps-image:before {
        transform: translate(0px, -16px);
    }

    .pageant-container .steps li .steps-image:first-child:before {
        transform: translate(0px, -13px);
    }

    header.new-header .wrapper .navigation.ipad-desktop-view.lgged-out-scnro-cls {
        padding-left: 0;
    }
}

@media (max-width:400px) {
    .pageant-container .content h2 {
        font-size: 26px;
    }

    .help-you-win.sticky-help_win.help-you-win-new a {
        font-size: 15px;
    }

    .help-you-win.sticky-help_win.help-you-win-new a img {
        width: 15px;
        height: 15px;
        top: 26px;
    }

    .help-you-win.sticky-help_win.help-you-win-new {
        margin: 0px auto 55px auto;
    }

    #wrapper .inner_page {
        padding-bottom: 50px !important;
    }

    .pageant-card-new .detail .text-yellow,
    .pageant-card-new .detail .text-pink {
        font-size: 15px;
    }
}

@media (max-width:375px) {
    header.new-header #page .mm-toggle-wrap {
        width: 40px;
        height: 40px;
    }

    header.new-header .mm-toggle {
        background: #F4F2F4 url(../images/front/common/hamburger-icon-new.svg) no-repeat center;
        width: 11px;
        height: 11px;
        position: relative;
        left: 0;
        top: 0;
        transform: translate(12px, 15px);
        background-size: 100%;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown {
        width: 40px;
        height: 40px;
    }

    .new-header .logo-new {
        margin-left: 40px;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown.profile-dropdown {
        width: 60px;
        height: 40px;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown.profile-dropdown .profile_dropdown img {
        max-width: 32px;
        height: 32px;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown.profile-dropdown .profile_dropdown {
        background: transparent url(../images/front/common/search-drop-icon-pink.svg) no-repeat calc(100% - 5px) center;
        background-size: 10px;
    }

    header.new-header .header-row2 .loginbox.logout-box-new .dropdown a.notifiaction_msg span {
        transform: translate(6px, -8px);
    }

    .social_icon.cart.new_cart {
        width: 40px;
        height: 40px;
    }

    .social_icon.cart.new_cart a {
        transform: translate(-19px, 0px);
        background-size: 14px 16px;
    }

    .header-box.header-box-new .mainNav>li>a,
    .header-box.header-box-new .mainNav>li>span {
        padding: 21px 24px 21px 20px;
    }

    .pageant-container .content h2 {
        line-height: 40px;
    }

    .header-box.header-box-new .navigation.lgged-out-scnro-cls .mainNav {
        gap: 0px;
    }

    .header-box.header-box-new.hdr-bx-lgdout .hasNav .fa-angle-down {
        margin-left: 10%;
    }

    .header-box.header-box-new .navigation.ipad-desktop-view.lgged-out-scnro-cls .mainNav>li:first-child>span {
        padding-left: 20px;
        padding-right: 26px;
    }
}

@media (max-width:380px) {

    .pageant-card-new .detail .text-yellow,
    .pageant-card-new .detail .text-pink {
        font-size: 15px;
    }
}

@media (max-width:375px) {
    .header-box.header-box-new .navigation.ipad-desktop-view.lgged-out-scnro-cls .mainNav .subMenu .subNavBox .w-33 {
        min-width: 80%;
        max-width: 80%;
        justify-content: center;
        align-items: center;
    }

    .header-row2 .search_box .sol-current-selection {
        width: 45%;
        min-width: 45%;
    }

    header.new-header #page {
        top: 20px;
    }

    .header-box.header-box-new .mainNav>li>a,
    .header-box.header-box-new .mainNav>li>span {
        font-size: 14px;
    }
}

@media (max-width:360px) {
    .pageant-container .steps li .steps-image:first-child:before {
        transform: translate(0px, -38px);
    }

    .pageant-container .steps li:nth-child(2) .steps-image:before {
        transform: translate(0px, -39px);
    }

    .header-box.header-box-new .mainNav>li>a,
    .header-box.header-box-new .mainNav>li>span {
        font-size: 13px;
    }

    .pageant-card-new .detail .text-yellow,
    .pageant-card-new .detail .text-pink {
        font-size: 13px;
    }

    .pageant-card-new .rating-wrapper .rating .rating-wrapper .rating-value {
        font-size: 12px;
    }

    .pageant-card-new .rating .rating_star.stars.noRting-Cls span,
    .pageant-card-new .rating .reviews {
        font-size: 12px;
    }

    .pageant-card-new .details-wrapper {
        text-align: left;
    }

    .help-you-win.sticky-help_win.help-you-win-new a {
        font-size: 14px;
    }
}

/* Responsive pageant directory page new ends here  */