.dashboardNav .navbar {
  display: flex;
}

.dashboardNav .navbar .toggle_menu {
  display: none;
}

/* .navigation.dashboardNav .menu {
  display: none;
} */

.navigation.dashboardNav .menu ul li a {
  text-transform: inherit;
  display: flex;
  align-items: center;

}

.navigation.dashboardNav .menu ul li a svg {
  margin-right: 3px;
}

.navigation.dashboardNav .menu ul li a.active {
  color: #e3a728;
}

@media (max-width: 1240px) {
  .navigation .menu ul li a {
    font-size: 13px;
  }

  .bannerFixed video {
    height: 60vh;
    width: 100%;
  }

  .bannerFixed video {
    width: auto;
    float: left;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /**/
  .navigation .menu ul li a.submitnNominationBtn {
    padding: 6px 8px !important;
    font-size: 11px;
  }

  .header .navigation .menu ul li:last-child a.menulogin {
    margin-left: 8px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .header.stricky-fixed .navigation .menu ul li:last-child a.menulogin {
    margin-left: 8px;
    padding: 6px 8px;
    font-size: 11px;
  }

}

@media (max-width: 1200px) {
  .navigation .menu ul li a {
    padding: 15px 8px 15px;
    font-size: 12px;
  }

  .header.stricky-fixed .navigation .menu ul li a {
    padding: 20px 8px 20px;
  }

  .services_feature .item-bx h4 {
    letter-spacing: 0;
  }

  .services_feature .item-bx p {
    line-height: 24px;
    min-height: 192px;
  }

  .services_feature .item-bx {
    padding: 30px 15px;
    margin: 0;
  }

  .service_content {
    height: 305px;
  }

  .img-wrap {
    height: auto;
  }

  .service_content .center_box {
    padding: 0 40px;
  }

  .about_img {
    max-width: 400px;
  }

  .bannerFixed {
    height: 50vh;
    width: 100%;
  }

  .bannerFixed video {
    width: auto;
    float: left;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /**/
  .navigation .menu ul li a.submitnNominationBtn {
    padding: 6px 8px !important;
    font-size: 11px;
  }

  .header .navigation .menu ul li:last-child a.menulogin {
    margin-left: 8px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .header.stricky-fixed .navigation .menu ul li:last-child a.menulogin {
    margin-left: 8px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .navigation ul li.cs-submenu a button svg {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 1100px) {
  .topbar .container-fluid {
    font-size: 12px;
  }

  .navigation .menu ul li a {
    padding: 15px 7px 15px;
    font-size: 11px;
  }

  .navigation .menu ul li a.submitnNominationBtn {
    padding: 6px 8px !important;
    font-size: 10px;
  }

  .header .navigation .menu ul li:last-child a.menulogin {
    margin-left: 8px;
    padding: 6px 8px;
    font-size: 10px;
  }

  .header.stricky-fixed .navigation .menu ul li:last-child a.menulogin {
    margin-left: 8px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .header.stricky-fixed .navigation .menu ul li a {
    padding: 20px 7px 20px;
  }

  .about_img {
    max-width: 430px;
  }

  .services_feature .item-bx {
    padding: 30px 15px;
  }

  .img-wrap {
    height: auto;
  }

  .service_content {
    height: 305px;
  }

  .service_content .center_box {
    padding: 0 40px;
  }

  .about_img {
    max-width: 400px;
  }

  .bannerFixed {
    height: 50vh;
    width: 100%;
  }

  .bannerFixed video {
    width: auto;
    float: left;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .whyBrandempower {
    background-size: cover;
  }

  .gallery_item .hover_effect {
    height: 208px;
  }

  .newsPost .featured-post {
    height: auto;
  }

  .newsPost .content-post .title-post {
    height: 55px;
    font-size: 18px;
  }

  .videoGlimpses .glimpsesTitle {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .navigation {
    width: 100%;
  }

  .navigation .navbar {
    display: block;
    float: left;
    width: 100%;
  }

  .dashboardNav .navbar .toggle_menu {
    display: inline-block;
    height: auto;
  }

  .navigation .menu {
    display: none;
    width: 100%;
    overflow: hidden;
    overflow-y: visible;
    position: relative;
    z-index: 9999;
    max-height: 480px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    background: #181818;
    left: 0;
    right: 0;
    text-align: left;
  }

  .navigation .menu ul {
    float: right;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .navigation .menu ul li {
    padding: 0;
    float: left;
    width: 100%;
    display: block;
  }

  .navigation .menu ul li a {
    padding: 7px 15px;
    text-align: left;
    font-size: 14px;
    border-right: 1px dashed transparent;
    color: #fff;
    border-bottom: 1px solid #262525;
    display: block;
  }

  .header.stricky-fixed .navigation .menu ul li a {
    padding: 7px 15px;
    color: #fff;
  }

  .header.stricky-fixed .navigation .menu ul li.cs-submenu a button svg {
    color: #fff;
  }

  .navigation .menu ul li ul.cs-dropdown {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: auto !important;
    left: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: none;
    transition: none !important;
  }

  .navigation .menu ul li ul.cs-dropdown,
  .navigation .menu ul li ul.cs-dropdown li .cs-dropdown {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: none;
    transition: none;
    padding-right: 0;
    width: 100%;
    background: #666;
  }

  .navigation .menu ul .cs-submenu a {
    position: relative;
  }

  .navigation .menu ul li.cs-submenu a button {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 16px;
    height: 30px;
    outline: 0;
    width: 30px;
    padding: 0;
    text-align: center;
    line-height: 18px;
  }

  .navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
  }

  .navigation ul li.cs-submenu a button.rotated svg {
    transform: rotateZ(180deg);
  }

  .navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(0);
  }

  .navigation .menu ul li ul.cs-dropdown,
  .navigation .menu ul li ul.cs-dropdown li .cs-dropdown li .cs-dropdown {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: none;
    transition: none;
    padding-right: 0;
    float: left;
    width: 100% !important;
    background: #444;
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: 0;
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: 0;
  }

  .navigation .menu ul li ul.cs-dropdown li {
    border-bottom: 0;
  }

  .navigation .menu ul li ul.cs-dropdown li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 7px 15px;
    line-height: normal;
    border-bottom: 1px solid #3c3a3a;
    background: #262525;
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
    background: #3c3a3a;
    border-bottom: 1px solid #484747;
  }

  .navigation .menu ul li:nth-child(3) ul.cs-dropdown li {
    width: 100%;
    border-left: 0 !important;
  }

  .navigation .menu ul li:nth-child(4) ul.cs-dropdown li {
    width: 100%;
    border-left: 0 !important;
  }

  .mobile_hidden {
    display: none !important;
  }

  .navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu a button {
    transform: rotate(0);
  }

  .navigation .menu ul li:hover ul.cs-dropdown {
    display: none;
  }

  .navigation .menu ul li:hover a:before {
    border: 0;
  }

  .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: none;
  }

  .mobile_hide {
    display: none !important;
  }

  .team_info {
    padding: 0 15px;
  }

  .right-content {
    padding: 0 15px;
  }

  .read_more {
    text-transform: inherit;
  }

  .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: none;
  }

  .navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    color: #fff;
  }

  .navigation .menu ul li.megaMenu ul li {
    width: 100%;
  }

  .navigation .menu ul li.megaMenu ul li.awardsMenu a {
    color: #fff;

  }

  .navigation .menu ul li.megaMenu ul li.upcomingAwardsMenu {
    width: 100%;
  }

  .navigation .menu ul li.megaMenu ul li.upcomingAwardsMenu a {
    height: auto;
  }

  .navigation .menu ul li.megaMenu ul li.awardsMenu ul.cs-dropdown li a {
    background: 0 0;
  }

  .navigation .menu ul li ul.cs-dropdown li .cs-dropdown {
    background: #000;
  }

  .navigation .menu ul li.megaMenu ul li.awardsMenu:last-child figure .menuSingle {
    width: 100%;
  }

  .navigation .menu ul li.megaMenu ul li ul.cs-dropdown,
  .navigation .menu ul li.megaMenu:hover ul.cs-dropdown li ul.cs-dropdown {
    height: auto;
  }

  .navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull .menuSingle {
    width: 100%;
  }

  .navigation.dashboardNav .menu ul li a {
    text-transform: capitalize;
  }

  .navigation .menu ul li a.submitnNominationBtn {
    border-radius: 0;
  }

  .header .navigation .menu ul li:last-child a.menulogin {
    margin: 0;
    border-radius: 0;
  }

  .header.stricky-fixed .navigation .menu ul li:last-child a.menulogin {
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 980px) {
  .topbar .container-fluid span {
    margin-right: 0;
  }

  .topbar .container-fluid {
    display: block;
  }

  .topbar .container-fluid a {
    width: max-content;
    margin: 5px 0;
  }

  .statusFrame {
    display: block;
  }

  .left_panel {
    display: none;
  }

  .home_only .left_panel {
    display: none;
  }

  .home_testimonials_webpulse {
    background-size: cover !important;
  }

  .img-wrap {
    height: auto;
    margin: 0;
  }

  .home_bgrid_1:nth-child(2) .service_content {
    border-radius: 0;
  }

  .service_content .center_box {
    padding: 15px;
  }

  .services_feature .item-bx {
    padding: 30px 15px;
    min-height: initial;
  }

  .services_feature .item-bx p {
    height: auto;
    min-height: initial;
  }

  .testimonials-box {
    margin-bottom: 0;
  }

  article {
    margin-bottom: 20px;
  }

  .widget {
    margin-bottom: 25px;
  }

  footer .widget_info svg {
    left: 0;
  }

  .widget ul li {
    margin-bottom: 5px;
  }

  .previousGlimpses {
    padding: 40px 20px;
  }

  .service_content .center_box .sTitle_h4 {
    font-size: 18px;
  }

  .service_content .center_box p {
    font-size: 14px;
  }

  .newsPost .content-post .title-post {
    height: 70px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {

  /**/
  .topbar .container-fluid {
    padding: 0 10px;
    display: flex;
    font-size: 12px;
    gap: 5px;
  }

  .frontGuestName,
  .frontLocation,
  .frontEventDate {
    display: none;
  }

  .topbar .container-fluid a {
    font-size: 12px;
    padding: 7px 10px;
    margin-left: auto;
  }

  .mediaSection ul.grid_7 li {
    padding: 3px;
  }

  .topbarClosed {
    display: none;
  }

  .home_only .header .headerCustom {
    background: #000;
    padding-right: 10px;
  }

  .home_only .header .leftLogo {
    padding: 5px 10px;
  }

  .header.stricky-fixed .topbar {
    display: none;
  }

  .header .headerCustom {
    padding-right: 10px;
  }

  .navigation.dashboardNav .navbar {
    display: flex;
    align-items: center;
  }

  .dashboardUser {
    margin-left: auto;
    margin-right: 15px;
  }

  .dashboardUser .userClick .userInfo {
    display: none;
  }

  .userDropdown ul li .dashboardUser {
    margin-right: 0;
  }

  .dashboardUser .userClick svg {
    display: none;
  }

  .dashboardTitle .welcomeText {
    display: block;
  }

  /**/

  /*Login*/
  .loginform {
    width: 100%;
    border-radius: 12px;
    border: 0;
  }

  .loginBox {
    border: 0;
    padding: 15px;
  }

  .loginBox .logo {
    display: none;
  }

  .loginImage {
    display: none;
  }

  /**/
  .programs li {
    height: auto;
  }

  .programs li:last-child a img {
    padding: 0;
  }

  .dashboardLeft {
    display: none;
  }

  .dashboardAwardsList {
    display: block;
  }

  .awardsItem {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0e6d2;
    padding-bottom: 15px;
  }

  .awardsItem:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .awardsItem .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  /**/

  .product_right_image .detail_image {
    height: 360px;
  }

  .cat_gal .tt {
    font-size: 32px;
  }

  .cat_gal .nav {
    width: 100%;
    display: block;
  }

  .cat_gal .tab-content {
    width: 100%;
  }

  .cat_gal .nav .nav-link {
    width: 100%;
  }

  .cat_gal .nav .nav-link .tt {
    transform: none;
    padding: 0 !important;
  }

  header {
    position: relative;
    background: #000;
  }

  .header .leftLogo {
    padding: 5px 10px;
    min-width: 150px;
  }

  .header.stricky-fixed .leftLogo {
    padding: 5px 20px;
  }

  .carousel-item .sliderCaption img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }

  .carousel-item .sliderCaption h2 {
    font-size: 26px;
  }

  .carousel-item .sliderCaption .bannerTitle {
    font-size: 20px;
    max-width: 280px;
  }

  .carousel-item .sliderCaption:before,
  .slider .slider_caption_left:before,
  .slider .slider_caption_up:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    min-height: 100vh;
  }

  .h1_title {
    font-size: 22px;
  }

  .wps_home_about .h1_title {
    margin-bottom: 10px;
  }

  .text .exp .valign {
    line-height: 20px;
    font-size: 18px;
  }

  .h2_title_1 {
    font-size: 22px;
  }

  .about_img .about_img {
    width: 64% !important;
    position: absolute;
    bottom: 0;
    right: 10px;
  }

  .services_feature {
    padding: 50px 0;
  }

  .testimonials {
    padding: 50px 0;
  }

  .clients img {
    width: 100%;
  }

  .clients {
    padding: 50px 0 0;
  }

  .one_half article {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .one_half article .content-post .title-post {
    height: 90px;
    font-size: 16px;
  }

  .read_more {
    padding: 10px 20px;
  }

  .top_contact li {
    padding: 0 5px;
    margin: 0;
  }

  .top_contact li:first-child {
    padding-left: 5px;
  }

  .top_contact li a {
    font-size: 14px;
  }

  .top_social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .top_contact li a {
    line-height: 30px;
  }

  .carousel-item .sliderCaption .title_h1 {
    font-size: 24px;
  }

  .carousel-item .sliderCaption p {
    font-size: 16px;
  }

  .read_more_btn {
    padding: 8px 20px;
  }

  .about_video .about_text {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .about_video .about_text p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
  }

  .home_about_us p {
    float: left;
    width: 100%;
  }

  .about_video .about_video {
    float: left;
    width: 100%;
    height: 210px;
    margin: 0;
  }

  .home_trending h2 {
    font-size: 18px;
  }

  .heading_banner {
    padding: 20px 0;
    background-size: cover;
  }

  .heading_banner .cat_title {
    font-size: 25px;
    padding: 5px 15px;
  }

  .heading_banner .cat_title2 {
    display: none;
  }

  .box_table {
    margin-bottom: 15px;
    max-height: inherit;
    overflow: inherit;
    overflow-y: inherit;
    padding-right: 0;
  }

  .about_img h2 {
    font-size: 18px;
  }

  #fewWinner .owl-nav .owl-prev {
    left: -10px;
  }

  #fewWinner .owl-nav .owl-next {
    right: -10px;
  }

  #fewWinners .owl-nav .owl-prev {
    left: -10px;
  }

  #fewWinners .owl-nav .owl-next {
    right: -10px;
  }

  #ourProducts .owl-nav .owl-prev {
    left: -10px;
  }

  #ourProducts .owl-nav .owl-next {
    right: -10px;
  }

  .home_testimonials_webpulse {
    background-size: cover;
  }

  .textRight {
    text-align: left;
  }

  .market-list li {
    width: 50%;
  }

  .innerBanner {
    /*background-size:cover;background-position:center*/
    background-color: #000;
    padding: 15px 0px;
  }

  .whyBrandempower {
    background-size: cover;
    background-position: center;
  }

  .previousAwards img.Anupam_kher {
    float: right;
    max-width: 530px;
    position: relative;
    top: 0;
    right: -52px;
  }

  .gea_title {
    max-width: 350px;
    margin-top: 20px;
  }

  .services_feature .item-bx {
    padding: 30px;
    min-height: 300px;
    margin: 0;
  }

  .services_feature .read_more {
    margin-top: 20px;
  }

  .partner_section .title_3 {
    font-size: 9px;
  }

  .single_partner {
    height: 55px;
  }

  .single_partner img {
    max-width: 125px;
  }

  .previousAwards h4 {
    font-size: 22px;
  }

  .previousAwards h5 {
    font-size: 25px;
  }

  .previousAwards img.Anupam_kher {
    max-width: 400px;
  }

  .nominationEmails ul li {
    list-style: none;
    width: calc(100% / 1);
  }

  .parallax {
    background-size: cover;
  }

  .title2023 {
    font-size: 30px;
  }

  .equalHeight {
    min-height: 185px;
    padding: 15px;
    border: 0;
    border-collapse: collapse;
  }

  .equalHeight .whyus {
    border: 1px solid rgba(234, 202, 155, 0.1);
  }

  .countdown .date {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .countdown .date .time {
    font-size: 27px;
    font-weight: 400;
    margin: 0 auto 6px;
    background-color: #f0c05a;
    color: #000;
    width: 55px;
    height: 55px;
    border-radius: 12px;
    text-align: center;
    line-height: 55px;
  }

  .countdown .date::after {
    line-height: 55px;
  }

  .service_content {
    height: auto;
  }

  .service_content .center_box {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    transform: none;
    max-height: 100%;
    width: 100%;
  }

  .innerRight .titleA1 {
    font-size: 30px;
  }

  .grid_3 {
    border: 0;
    padding: 0 15px;
    margin: 0;
  }

  .grid_3:first-child {
    border-left: 0 solid #222;
  }

  .grid_3 .team_box {
    border: 2px solid #222;
    padding: 15px;
    margin-bottom: 20px;
  }

  .innerBanner {
    background-size: cover;
    background-position: center center;
  }

  #fewWinners_2 .owl-nav .owl-prev {
    left: -10px;
  }

  #fewWinners_2 .owl-nav .owl-next {
    right: -10px;
  }

  .whoParticipate {
    margin-bottom: 10px;
    height: 65px;
  }

  .whoParticipate svg {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }

  .whoParticipate .participateTitle {
    font-size: 14px;
  }

  .whoParticipate.moreLast {
    background: #f0c05a;
    min-height: 65px;
  }

  .winner .winnerInfo .winnerName {
    font-size: 16px;
    font-weight: 600;
  }

  /**/
  .fullDashboard .container {
    display: block;
  }

  .dashboardLeft,
  .dashboardRight {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    top: 0;
  }

  .jobStep {
    padding-bottom: 35px;
  }

  .jobTimeline li {
    position: static;
  }

  .jobTimeline li .jobTimelineItem {
    position: static;
  }

  .jobTimeline li .timelineJobTitle {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 118%;
    white-space: nowrap;
    left: 0;
  }

  .radioGroup {
    display: block;
  }

  .dashboardForms label {
    margin-bottom: 10px;
  }

  /* Simple Responsive Table*/

  .csTable table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .csTable table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    width: 100%;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 6px;
    line-height: normal;
    display: block;
  }

  .csTable table tr {
    display: grid;
    white-space: collapse;
  }

  .csTable table tbody td {
    padding: 0;
    border-right: 0;
    border-left: 0;
  }

  .csTable table tbody td:not(:last-child)::after {
    content: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    width: 0;
  }

  .csTable table tbody tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px 0;
    width: 100%;
    border-radius: 12px;
  }

  .csTable table tbody td:not(:last-child) {
    position: relative;
    margin-bottom: 5px;
    padding: 0 10px;
    border: 0;
  }

  .csTable table td:last-child {
    border-bottom: 0;
    padding: 0 10px;
  }

  .csTable table tbody tr:last-child {
    margin-bottom: 0;
  }

  .csTable table tbody td:last-child {
    width: 100%;
  }

  .csTable .addedNominations,
  .csTable .listing-box {
    display: block;
  }

  .csTable .addedNominations .image,
  .csTable .listing-box .images {
    width: 100%;
    margin-bottom: 10px;
  }

  .csTable table tbody td .viewStatusBtn {
    width: max-content;
    padding: 8px 18px;
  }

  .nominationTitle_1 {
    background: #000;
    color: #f0c05a;
    padding: 7px 15px;
  }

  .trackerWrapper .downloadItem {
    display: block;
  }

  .button05 {
    margin: 10px 0 0;
  }

  .dashboardBtn4 {
    margin-top: 5px;
  }

  .downloadItem {
    display: block;
  }

  .downloadBtn {
    margin-top: 15px;
  }

  .editProfile li {
    width: 100%;
  }

  /**/
  .orderStatus {
    margin-right: 15px;
  }

  .header2 {
    display: block;
  }

  .nominationButtons {
    display: block;
  }

  .nominationButtons a {
    margin-top: 5px;
  }

  .nominationButtons a.payNowBtn {
    display: inline-block;
  }

  .bankInfo2 .accordion-button {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #eee;
    color: #333;
  }

  .bankInfo2 .accordion-body {
    padding: 12px;
  }

  .statusFrame .images {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
  }

  label.empty {
    margin-bottom: 0;
    line-height: normal;
    height: 0;
  }

  .panelShow.mt-3 {
    margin: 0 !important;
  }

  .package-panel .participationTitle,
  .package-panel h4 {
    display: block;
  }

  .jobStepDetailsTitle {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
  }

  .jobStepDetailsTitle p {
    line-height: normal;
    font-weight: normal;
    margin-top: 10px;
  }

  .upload-box {
    margin-bottom: 10px;
  }

  .formLabel {
    width: 100%;
    white-space: normal;
  }

  .jobStepDetailsTitle2 .imgSupport {
    display: block;
    float: none;
  }

  .videoLinkInput {
    margin-bottom: 15px;
  }

  /* .finalBtns {
    display: block;
  }

  .buttons .finishBtn {
    margin-top: 10px;
  } */
  .finishBtn {
    font-size: 14px;
    padding: 5px 15px;
  }

  .bank_account .bankInfo {
    display: block;
  }

  .bankDetails {
    margin-bottom: 15px;
  }

  .bankDetails,
  .paymentForm2 {
    width: 100%;
  }

  .loginInfo .loginRight li span,
  .loginInfo .loginRight li:first-child {
    display: none;
  }

  .bank_account .bankTitle5 .radio span {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
  }

  .bank_account .bankTitle5::after {
    left: 50px;
    top: 16px;
    content: "";
    position: absolute;
    height: 25px;
    width: 150px;
  }

  .hdfc_logo::after {
    background: url(../images/hdfc2.webp) right center no-repeat;
    background-size: auto;
    background-size: 60%;
  }

  .bank_account .bankTitle5 .radio span img {
    width: 100px;
    margin-left: auto;
  }

  .showPanel {
    margin-bottom: 15px;
  }

  .bank_account .bankTitle5.hdfcBank .radio span img {
    width: 110px;
  }
}

@media (max-width: 520px) {
  .bannerFixed {
    height: 550px;
  }

  .bannerFixed .container {
    height: 100%;
  }

  .bannerFixed video {
    margin: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 560px;
  }

  .bannerFixed .container .logo {
    margin: 0;
  }

  .hover_effect {
    height: 152px;
  }

  .previousGlimpses {
    padding: 40px 0px;
  }

  .pdt117 {
    padding-top: 0;
  }

  .con_bx {
    display: block;
  }
}

@media (max-width: 375px) {
  .partner_section .title_3 {
    font-size: 8px;
  }

  .single_partner {
    height: 45px;
  }

  .single_partner img {
    max-width: 110px;
  }

  .vide0_3 {
    height: 200px;
  }

  .h2_title_1 {
    margin-bottom: 20px;
  }

  .whoParticipate {
    margin-bottom: 10px;
    height: 65px;
  }

  .whoParticipate svg {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }

  .whoParticipate .participateTitle {
    font-size: 14px;
  }

  .whoParticipate.moreLast {
    background: #f0c05a;
    min-height: 65px;
  }

  .winner .winnerInfo .winnerName {
    font-size: 16px;
    font-weight: 600;
  }

  .sub_footer p {
    line-height: 24px;
  }

  .title h2 {
    font-size: 30px;
  }

  ul.topPartners.width20 li {
    width: 150px;
  }

  .countdown {
    padding: 15px 0;
  }

  .countdown .date {
    padding-left: 11px;
    padding-right: 11px;
    position: relative;
  }

  .countdown .date .time {
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto 6px;
    background-color: #f0c05a;
    color: #000;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    text-align: center;
    line-height: 45px;
  }

  .countdown .date:after {
    display: none !important;
  }

  .countdown .date span {
    font-size: 11px;
  }

  .bannerFixed .caption .read_more {
    padding: 8px 11px !important;
    height: auto !important;
  }

  .marquee-item {
    flex: 0 0 30vw;
  }

  .aboutPage h3 a {
    white-space: break-spaces;
    word-wrap: break-word;
  }

  .loginInfo .loginRight {
    display: block;
  }

  .loginInfo .loginRight {
    display: block;
  }


}

@media (max-width: 350px) {
  .title2023 {
    font-size: 26px;
  }

  .bannerFixed .container h1 {
    font-size: 20px;
  }
}