@media only screen and (min-width: 1700px) {
  :root {
    --header: 112px;
    --padding: 80px;
    --p30: 40px;
    --p40: 50px;
    --p20: 25px;
    --highlight: 500px;
  }

  .heading h4 {
    font-size: 44px;
  }

  .heading h2 {
    font-size: 56px;
  }

  .container {
    max-width: 1400px;
  }

  .main_btn {
    padding: 12px 24px;
    font-size: 16px;
  }

  .goal_wrap .goal_lt p,
  .goal_wrap .goal_rt p,
  .quiz_rt p,
  .about_top p {
    line-height: 35px;
    font-size: 19px;
  }

  .objective li {
    font-size: 17px;
  }

  .goal_wrap .goal_rt ul li {
    padding: 11px 18px;
  }

  .partner_owl {
    width: 1000px;
  }

  .upcoming_wrap {
    width: 25%;
  }

  .banner_content ul h3 {
    font-size: 62px;
    line-height: 56px;
  }

  .banner_content ul h3:last-child {
    font-size: 105px;
    line-height: 86px;
  }

  .member-wrap li h6 {
    font-size: 24px;
    padding: 16px 0;
    padding-right: 29px;
  }

  .member-wrap li .memberx p.mem_inner_head {
    font-size: 21px;
  }

  .member-wrap li .memberx ul li {
    font-size: 20px;
  }

  .member-wrap li h6 span {
    font-size: 23px;
  }

  .regi_note {
    font-size: 15px;
  }

  .highlight_ul_link p {
    font-size: 19px;
  }

  .counter_box p {
    font-size: 42px;
  }

  .counter_box h3 {
    font-size: 68px;
  }

  .lrg_text {
    font-size: 128px;
    margin-bottom: -112px;
  }

  .quiz_rt .quiz_box h4 {
    font-size: 34px;
    margin-top: -56px;
  }

  .quiz_rt .quiz_box h3 {
    font-size: 116px;
  }

  .quiz_wrap .heading h2 {
    font-size: 110px;
    line-height: 103px;
  }

  .quiz_wrap .heading h4 {
    font-size: 63px;
  }

  .widget-about p {
    font-size: 15px;
    margin-bottom: 23px;
  }

  .menu-page-list-container .menu-item a {
    font-size: 15px;
  }

  .widget_rss .widget-title h3 a:last-child,
  .widget-title h3 {
    font-size: 16px;
  }

  .widget-about .widget-brand img {
    max-width: 245px;
  }

  .guidline_wrap {
    width: 1400px;
  }

  .guidline_wrap table tr th {
    padding: 17px 0;
    font-size: 17px;
  }

  .event_box h4 {
    font-size: 23px;
  }

  .event_box p {
    font-size: 18px;
  }

  .event_box a {
    font-size: 17px;
  }

  .ics_joint_lt p,
  .iwlh_rt p,
  .iwlh_rt p,
  .chest_rt p,
  .vayu_rt_lt p,
  .ics_joint_lt ul li,
  .ats_mecor_rt p {
    font-size: 18px;
  }

  .contact_wrap {
    width: 100%;
  }

  .contact_lt ul li {
    padding: 15px 22px;
    font-size: 18px;
  }

  .contact_wrap iframe {
    width: 700px;
  }

  .contact_lt {
    width: calc(100% - 700px);
  }

  .inner-banner .banner_lt h2 {
    font-size: 63px;
  }

  .inner-banner .banner_lt h2 span {
    font-size: 62px;
  }

  .banner_water {

    font-size: 23em;
  }

  .ers_wrap {
    line-height: 33px;
    font-size: 18px;
  }

  .up-con_section {
    height: 700px;
  }

  .message_btn_wrap button {
    font-size: 28px;
    padding: 9px 43px;
    line-height: 52px;
  }

  .msg_left h4 {
    font-size: 18px;
  }

  .msg_left h4 b {
    font-size: 22px;
  }
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {}

@media only screen and (min-width: 1000px) and (max-width: 1366px) {}

@media only screen and (min-width: 1000px) and (max-width: 1360px) {}





@media only screen and (min-width: 768px) and (max-width: 999px) {
  :root {
    --highlight: 300px;
    --padding: 30px;
    --p30: 15px;
    --p40: 20px;
    --p20: 10px;
    --msgrt: 270px;
    --icsjointrt: 237px;
  }

  .heading h2 {
    font-size: 33px;
    line-height: 33px;
  }

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

  .py-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about_wrap,
  .quiz_wrap,
  .membership_wrap,
  .test_wrap,
  .faq_wrap {
    /* flex-direction: column; */
    gap: 30px;
  }

  .about_lt,
  .quiz_lt,
  .member_lt,
  .test_lt,
  .faq_lt {
    /* width: 100%; */
    /* padding: 0; */
  }

  .about_rt,
  .quiz_rt,
  .member_rt,
  .test_rt,
  .faq_rt {
    /* width: 100%; */
    /* padding: 0; */
  }

  .quiz_rt {
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .header__right {
    display: none;
  }

  .browse_box {
    flex-direction: column;
    align-items: start;
  }

  .browse_rt {
    padding-left: 0px;
    gap: 26px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .lrg-abt {
    font-size: 10.875rem;
  }

  .footer-widgets {
    grid-template-columns: 1fr 1fr;
  }

  .member_card h3 {
    font-size: 22px;
  }

  .banner_lt h2 {
    font-size: 46px;
  }

  .banner_lt h4 {
    font-size: 38px;
  }

  .banner_lt h5 {
    font-size: 19px;
  }

  .browsed_wrap,
  .counter_wrap,
  .faq_wrap {
    /* padding-bottom: 60px; */
    /* border-bottom: 1px solid var(--color3); */
    /* padding-right: 12px; */
    /* border-right: 0; */
    /* width: 100%; */
  }

  .quiz_wrap,
  .test_wrap,
  .partner_wrap {
    /* padding-left: 12px; */
    /* width: 100%; */
    /* padding-top: 60px; */
  }

  .member-wrap li .memberx p {
    font-size: 23px;
  }

  .partner_wrap::before {
    left: -300px;
  }

  .faq_wrap {
    border-bottom: 0;
  }

  .counter_box h3,
  .counter_box p {
    /* text-align: center; */
  }

  .counter_wrap {
    border-color: white;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .browse_box h5 {
    font-size: 19px;
  }

  .header__right {
    display: none;
  }

  .mid-head-inner {
    justify-content: end;
  }

  .main-menu {
    width: 100%;
    justify-content: space-between;
  }


  .main-menu .sub_menu {
    width: 100%;
    position: unset;
  }

  .message-banner .banner_rt .msg-tog-btn {
    gap: 0;
  }

  .message-banner .banner_rt .msg-tog-btn a h3 {
    font-size: 20px;
  }

  .governing_box {
    width: 334px;
  }

  .governing_box h4 {
    font-size: 18px;
  }

  .governing_box h5 {
    font-size: 13px;
  }

  .knw_mem_wrap table td {
    font-size: 13px;
  }

  .banner-input {
    width: 80%;
    margin-left: 10%;
    margin-top: 25px;
  }

  .event_box {
    width: 334px;
  }

  .event_box img {
    height: 222px;
  }

  .guid_box {
    width: 60%;
  }

  .guid_box h2 {
    font-size: 28px;
  }

  .guid_box p {
    font-size: 16px;
  }

  .guid_box a {
    font-size: 15px;
  }

  /* 
  .ics_joint_wrap,
  .chest_wrap,
  .iwlh_wrap,
  .ats_mecor_wrap,
  .cept_wrap {
    width: 100%;
    flex-direction: column;
  }

  .ics_joint_lt,
  .ics_joint_rt,
  .chest_lt,
  .chest_rt,
  .iwlh_lt,
  .iwlh_rt,
  .iwlh_rt_rt img,
  .ats_mecor_lt,
  .ats_mecor_rt,
  .cept_rt,
  .en_ev_banner .banner_lt {
    padding-right: 0;
    width: 100%;
  }

  .iwlh_rt {
    padding-left: 0;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .ats_mecor_rt {
    padding-left: 0;
  }

  .ats_mecor_rt img {
    height: auto;
  }

  .cept_lt {
    width: 100%;
  }

  .iwlh_rt_lt {
    flex-direction: row;
  }

  .contact_wrap iframe {
    width: 100%;
    height: 400px;
  }

  .contact_lt {
    width: 100%;
    padding-right: 0;
  }

  .contact_wrap {
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }

  .contact_lt ul {
    grid-template-columns: 1fr 1fr;
  }

  .iwlh_rt_lt {
    flex-direction: column;
  } */

  .inner-main {
    /* width: 98%; */
    /* padding: 0px; */
  }

  .banner_water {
    font-size: 12em;
    line-height: normal;
  }

  .inner-banner .banner_lt h2 span {
    font-size: 57px;
    line-height: normal;
  }

  .inner-banner .banner_lt h2 {
    font-size: 34px;
    line-height: 23px;
  }

  /* .ics_joint_rt::before,
  .ats_mecor_lt::before {
    width: 10000px;
    height: 150px;
    right: -100px;
    left: -100px;
  } */

  .chest_rt img {
    /* width: 100%; */
    height: 177px;
    margin-top: 0;
  }

  .chest_lt {
    margin-top: 48px;
  }

  .iwlh_lt {
    /* margin-top: -80px; */
    justify-content: center;
  }

  .iwlh_lt img:nth-child(1) {
    width: 32%;
  }

  .iwlh_lt img:nth-child(3) {
    width: 32%;
  }

  .iwlh_lt img:nth-child(2) {
    width: 251px;

  }

  .ats_mecor_rt img {
    height: auto;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 48px;
  }

  .vayu_rt {
    flex-direction: column;
  }

  .vayu_rt img {
    width: 100%;
    height: auto;
  }

  .vayu_rt_lt {
    width: 100%;
    padding: 0;
    margin-top: var(--p40);
  }

  .vayu_lt img {
    width: 43%;
  }

  .vayu_lt img:nth-child(1) {
    /* margin-top: 48px; */
    /* margin-right: 0; */
  }

  .ics_joint_lt {
    /* padding-left: 0; */
    /* margin-top: 48px; */
  }

  .shap-1,
  .shap-2 {
    display: none;
  }

  .banner_lt h2,
  .index-banner_lt h2 {
    font-size: 29px;
  }

  .banner_lt h5,
  .index-banner_lt h5 {
    font-size: 15px;
  }

  #home .banner_rt {
    position: unset;
    height: auto;
    margin: auto;
  }

  .index-banner_wrap {
    /* flex-direction: column; */
    padding: 0;
    margin-bottom: 20px;
  }

  .banner_lt h4,
  .index-banner_lt h4 {
    font-size: 26px;
  }

  .index-banner_lt {
    width: 100%;
    padding: 8px;
    padding-top: 0;
    padding-right: 20px;
  }

  .index-banner_rt {
    width: 100%;
    margin-bottom: 0;
  }

  .about_lt img {
    margin-bottom: 0;
  }

  .index-banner_rt .banner-owl img {
    /* height: 260px; */
  }

  .cept_wrap .iwlh_lt img {
    width: 100%;
  }

  .inner-banner .ics_joint_rt::before {

    height: 300px;
    right: -500px;
    left: -500px;
  }

  .inner-banner .ics_joint_lt {
    text-align: center;
  }

  .about_rt {
    padding: 25px;
    margin-top: 0;
  }

  .about_container {
    max-height: max-content;
  }

  .about_wrap {
    width: 100%;
  }

  .about_head_wrap {
    justify-content: start;
    margin-bottom: 50px;
    align-items: start;
    padding-bottom: 50px;
    flex-direction: column;
    gap: 25px;
  }

  .about_head_wrap .heading,
  .about_head_wrap .abt_content {
    width: 100%;
  }

  .about_head_wrap .abt_content p,
  .goal_wrap .goal_lt p {
    font-size: 14px;
    line-height: 21px;
  }

  .goal_wrap {
    /* flex-direction: column; */
  }

  .goal_wrap .goal_lt {
    /* width: 100%; */
  }

  .about_img_wrap .counter_wrap {
    /* width: 100%; */
    /* padding-right: 0; */
    /* border: 0; */
    /* padding-left: 0; */
    /* padding-top: 30px; */
  }

  .about_img_wrap .counter_wrap {
    width: 350px;
    /* padding-left: 0; */
    padding-top: 0;
    /* display     : grid; */
    flex-direction: column;
    padding-bottom: 0;
    gap: 23px;
  }

  .counter_box h3 {
    font-size: 44px;
    line-height: 43px;
  }

  .counter_box p {
    font-size: 26px;
  }

  .lrg_text {
    font-size: 77px;
    margin-bottom: -50px;
  }

  .member-wrap li h6 span {
    /* font-size: 14px; */
    /* padding: 9px 9px; */
  }

  .member_rt .heading a.button-85 {
    /* padding: 10px 12px; */
    /* font-size: 11px; */
  }

  .goal_wrap .goal_lt {
    /* padding-right: 0; */
  }

  .goal_wrap .goal_rt {
    /* width: 100%; */
    /* margin-top: 50px; */
  }

  .goal_wrap .goal_rt ul li {
    padding: 7px 12px;
    font-size: 13px;
  }

  .goal_wrap .goal_rt p {
    font-size: 14px;
    line-height: 21px;
  }

  .par_img_box {
    padding: 4px 5px;
  }

  .test_wrap::before {
    left: -50px;
  }

  .vdo-modal .vdo-modal-inner video {
    max-width: 80%;
  }

  #quiz {
    padding-bottom: 0;
  }

  .quiz_rt .quiz_box p {
    font-size: 17px;
    margin-top: -37px;
  }

  .quiz_rt .quiz_box h3 {
    font-size: 5.25rem;
  }

  #about {
    /* padding-top: 0; */
  }

  .goal_lt_stc .faq_img {
    width: 200px;
  }

  .mssg_lt {
    /* width: calc(100% - 300px); */
    /* padding-right: 25px; */
    /* padding-left: 25px; */
  }

  .mssg_rt {
    /* width: 300px; */
    /* padding: 40px; */
  }

  .mssg_rt h3 {
    font-size: 38px;
    line-height: 46px;
  }

  .mssg_rt h4 {
    margin-top: 6px;
    font-size: 19px;
    /* margin-bottom: 47px; */
  }
.mssg_rt h4 b{
  font-size: 21px;
}
  .banner_wrap {
    /* padding: 20px 0px; */
    /* padding-bottom: 0; */
    /* gap: 20px; */
    /* width: 760px; */
  }

  .index-banner_lt p {
    gap: 10px;
    /* flex-wrap: wrap; */
    /* width    : 51%; */
  }

  .index-banner_lt p a img {
    width: 46px !important;
  }

  .index-banner_lt p a {
    /* border-right: 1px solid #fdfd648f !important; */
    padding-right: 10px;
    font-size: 12px;
    /* width     : 46%; */
  }

  .index-banner_lt img {
    width: 100px !important;
  }

  .doc-down-box a {
    /* width: 216px; */
  }

  .inner-banner {
    /* padding-top: 30px; */
    /* padding-bottom: 96px; */
  }

  .inner-banner.sectop {
    /* padding-bottom: 110px; */
  }

  .doc-modal-inner {
    align-items: start;
    padding: 100px 0;
    overflow: auto;
  }

  .doc-down-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .guid_box .w-100 {
    width: 80% !important;
  }

  .index-banner_lt_top {
    width: 100%;
    align-items: center;
    gap: 10px;
  }

  .Marquee-tag {
    font-size: 14px;
  }

  .Marquee {
    padding: 8px;
  }

  .flyer-modal-box {
    /* width: 40%; */
  }

  .header-rt {
    padding: 0 0px;
  }

  .tc-wrap h3 {
    font-size: 16px;
    line-height: 27px;
  }

  .banner_lt h2,
  .index-banner_lt h2 {
    font-size: 38px;
  }

  .banner_lt h5,
  .index-banner_lt h5 {
    font-size: 15px;
  }

  #home .banner_rt {
    position: unset;
    height: auto;
    margin: auto;
  }

  .index-banner_wrap {
    /* flex-direction: column; */
    padding: 0;
    margin-bottom: 20px;
  }

  .banner_lt h4,
  .index-banner_lt h4 {
    font-size: 22px;
  }

  .index-banner_lt {
    /* width: 60%; */
    /* padding: 8px; */
    /* padding-top: 0; */
    padding: 0 20px;
  }

  .index-banner_rt {
    width: 100%;
    padding: 0 20px;
    --imgheight: 200px;
    gap: 15px;
  }

  .about_lt img {
    margin-bottom: 0;
  }

  .index-banner_rt .banner-owl img {
    height: 260px;
  }

  .index-banner_rt_lt {
    width: calc(100% - var(--imgheight) - 15px);
  }


  #home {
    background: var(--color1);
    z-index: 1;
    position: relative;
    height: calc(100vh - 85px - 49px);
  }

  .respire-owl .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
    gap: 5px;
    margin-top: 10px;

  }

  .respire-owl .owl-dot span {
    width: 6px;
    display: inline-block;
    transition: .8s;
  }

  .respire-owl.owl-carousel .owl-nav button.owl-next,
  .respire-owl.owl-carousel .owl-nav button.owl-prev,
  .respire-owl.owl-carousel button.owl-dot {
    font-size: 2px !important;
    border: 1px solid white !important;
  }

  .respire-owl .owl-dot.active span {
    width: 30px;
    transition: .8s;
  }

  .respire-owl {
    margin-top: -100px;
  }

  #respire {
    margin-top: 60px;
  }

  .main-menu ul.main_ul.menu-open .header__right {
    display: flex;
    align-items: start;
  }

  .nomi_btn {
    font-size: 13px;
  }

  .vote_fx {
    /* width: 300px; */
    /* gap: 10px; */
  }

  .vote_fx img {
    /* width: 143px; */
  }

  .vote-owl {
    padding-left: 20px;
    width: 300px !important;
  }

  .vote_pop_up_inner {
    gap: 20px;
  }

  .index-banner_lt p a img,
  .index-banner_rt_rt p a img {
    width: 54px !important;
  }

  .index-banner_lt p a,
  .index-banner_rt_rt p a {
    font-size: 11px;
  }

  .main-menu .sub_sub_menu {
    position: unset;
    width: 100%;
  }

  .main-menu .sub_menu li:last-child a,
  .main-menu .sub_menu .sub_sub_menu li:last-child a {
    border-bottom: 1px solid white;
  }

  .main-menu .sub_menu li a.active i {
    transform: rotate(90deg);
  }

  .landing__right_bottom_bottom p {
    font-size: 13px;
  }

  .landing__right_bottom_bottom a {
    font-size: 11px;
  }

  .landing__right_bottom_bottom {
    gap: 1px;
  }

  .landing__right_bottom_mid {
    gap: 5px;
  }

  .landing__right_bottom_mid a {
    font-size: 11px;
    gap: 8px;
    padding: 7px 11px;
  }

  .landing__right_bottom_top h4 {
    font-size: 26px;
  }

  .landing__right_bottom_top h2 {
    font-size: 58px;
    line-height: 55px;
  }

  .landing__right_bottom_top p {
    font-size: 13px;
    margin-top: 2px;
  }

  .landing__right_bottom {
    gap: 16px;
  }

  .landing__right_top {
    font-size: 18px;
  }

  .landing__right {
    padding: 20px;
  }

  .highlight_ul .heading {
    padding: 14px;
    padding-bottom: 0;
    margin-bottom: 14px;
  }

  .highlight_ul_link {
    padding: 12px 14px;
    gap: 8px;
  }

  .highlight_ul_link p {
    font-size: 14px;
  }

  .highlight_ul_link img {
    width: 40px;
    height: 40px;
  }

  .up-con__title {
    font-size: 25px;
    width: 100%;
  }

  .up-con__subtitle {
    font-size: 16px;
    width: 100%;
  }

  .up-con-counter p .text--large {
    font-size: 14px;
  }

  .highlight_main {
    padding: 12px;
    gap: 20px;
    padding-left: 20px;
  }

  .up-con-counter p .text--large {
    font-size: 14px;
  }

  .up-con__content {
    /* margin-left: -10px; */
  }

  .boxgrid {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    flex-wrap: wrap;
  }

  .up-con__header {
    /* width: 100%; */
    /* padding: 0 12px; */
    /* top: 33px; */
    /* margin-bottom: 18px; */
  }

  .up-con-counter p {
    font-size: 13px;
  }

  .up-con_section {
    height: 450px;
  }

  .landing_wrap {
    height: auto;
    flex-direction: column-reverse;
  }

  .partner_owl {
    width: 90%;
  }

  .quiz_lt .heading,
  .quiz_rt p {
    width: 100%;
  }

  .member_rt {
    width: 70%;
  }

  .quiz_rt .quiz_box h4 {
    font-size: 20px;
  }

  .quiz_rt p,
  .about_top p {
    line-height: 21px;
    font-size: 14px;
  }

  .banner_content ul h3 {
    font-size: 22px;
    -webkit-text-stroke-width: .5px;
    line-height: 19px;
  }

  .banner_content ul h3:last-child {
    font-size: 44px;
    line-height: 25px;
  }

  .banner_content ul li {
    width: 6%;
  }

  .ers_wrap,
  .guidline_wrap {
    width: 100%;
  }

  .ers_wrap li,
  .guidline_wrap li {
    line-height: 26px;
    font-size: 16px;
  }

  .guidline_wrap li a {
    font-size: 14px;
    padding: 6px 15px;
    min-width: 121px;
  }

  .inner-banner .banner_rt.ers_member_banner_rt {
    width: 34%;
  }

  .msg_right p {
    font-size: 15px;
    line-height: 20px;
  }

  .msg_left h3 {
    font-size: 26px;
  }

  .msg_left h4 {
    font-size: 15px;
    line-height: 21px;
  }

  .msg_left h4 b {
    font-size: 17px;
  }

  .msg_left {
    border-width: 7px;
  }

  .member-wrap li .memberx ul li {
    font-size: 16px;
  }

  .member-wrap li .memberx p.mem_inner_head {
    font-size: 17px;
  }

  .member-wrap li h6 {
    font-size: 19px;
    padding: 11px 0;
    padding-right: 25px;
  }

  .member-wrap li h6 span {
    font-size: 17px;
    padding: 8px 12px;
  }

  .membership_wrap .heading {
    width: 70%;
  }

  .upcoming_wrap {
    width: 35%;
    margin-left: 0;
  }

  .ers_member_banner_rt img {
    width: 27%;
  }

  .message_btn_wrap button {
    font-size: 18px;
    padding: 4px 20px;
    line-height: 37px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  :root {
    --padding: 30px;
    --p30: 15px;
    --p40: 20px;
    --p20: 10px;
  }

  .membership_wrap,
  .about_wrap,
  .quiz_wrap,
  .test_wrap,
  .partner_wrap,
  .goal_wrap,
  .banner_content,
  .banner_Wrap,
  .endsevent {
    padding: var(--padding) 12px;
  }

  .container {
    max-width: 100%;
  }


  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .heading h2 {
    font-size: 34px;
    line-height: 36px;
  }

  .heading h4 {
    font-size: 25px;
  }

  .quiz_wrap .heading h2 {
    font-size: 60px;
    line-height: 64px;
  }

  .quiz_wrap .heading h4 {
    font-size: 36px;
  }

  .about_wrap,
  .quiz_wrap,
  .membership_wrap,
  .test_wrap,
  .faq_wrap,
  .banner_wrap,
  .about_top {
    flex-direction: column;
    gap: var(--p30);
  }

  .about_lt,
  .quiz_lt,
  .member_lt,
  .test_lt,
  .faq_lt,
  .banner_lt,
  .about_rt,
  .quiz_rt,
  .member_rt,
  .test_rt,
  .faq_rt,
  .banner_rt,
  .membership_wrap .heading,
  .about_top .heading,
  .about_top p,
  .quiz_rt p,
  .quiz_lt .heading,
  .partner_owl,
  .upcoming_wrap,
  .guidline_wrap,
  .ers_wrap,
  .endsevent {
    width: 100%;
    /* padding: 0; */
    /* margin: 0; */
  }

  .upcoming_wrap {
    margin: 0 auto;
    width: 60%;
  }

  .quiz_rt {
    gap: 5px;
  }

  .browse_rt {
    flex-direction: column;
    align-items: start;
    padding: 0;
  }

  .lrg-abt {
    font-size: 4.875rem;
    top: -21px;
    line-height: 4.875rem;
  }

  .header__right {
    display: none;
  }

  .mid-head-inner {
    justify-content: end;
  }

  .main-menu {
    width: 100%;
    justify-content: space-between;
  }

  .footer-widgets {
    grid-template-columns: 1fr;
  }

  .test_inner {
    flex-direction: column;
  }

  .test_inner_lt {
    width: 100%;
    height: 300px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 25px;
  }

  .test_inner_rt {
    width: 100%;
    padding: 30px;
  }

  .faq_mid {
    display: none;
  }

  .faq_img {
    left: inherit;
    width: 150px;
    right: 0;
  }

  .member_lt img {
    width: 100%;
    height: auto;
  }

  .member_card {
    width: 75%;
    padding: 20px;
  }

  .member_card h3 {
    font-size: 18px;
  }

  .banner_lt h2 {
    font-size: 52px;
  }

  .banner_lt h4 {
    font-size: 26px;
  }

  .banner_lt h5 {
    font-size: 14px;
  }

  .browsed_wrap,
  .counter_wrap,
  .faq_wrap {
    /* padding-bottom: 30px; */
    /* border-bottom: 1px solid var(--color3); */
    /* padding-right: 12px; */
    /* border-right: 0; */
    /* width: 100%; */
  }

  .member-wrap li .memberx p {
    font-size: 23px;
  }

  .partner_wrap::before {
    left: -300px;
  }

  .faq_wrap {
    border-bottom: 0;
  }

  .counter_box h3,
  .counter_box p {
    text-align: center;
  }

  .counter_wrap {
    /* border-color: white; */
  }

  .event_box {
    width: 360px;
  }

  .event_box img {
    height: 204px;
  }

  .event_box h4 {
    font-size: 16px;
    /* padding: 0 18px; */
  }

  .event_box p {
    /* padding: 18px; */
    font-size: 14px;
  }

  .main-menu .sub_menu {
    width: 100%;
    position: static;
    top: 0;
    margin-top: 8px;
    overflow: hidden;
  }

  .inner-banner .banner_lt h2 {
    font-size: 33px;
    line-height: 26px;
    text-align: center;
    width: 100%;
  }

  .inner-banner .banner_lt h2 span {
    font-size: 41px;
    line-height: 51px;
    /* letter-spacing: 18px; */
  }

  .objective-banner .inner_top_wrap {
    padding-left: 0;
  }

  .objectives h6 {
    font-size: 20px;
    align-items: start;
    flex-direction: column;
  }

  .objectives li,
  .mssg_wrap_rt p,
  .ics_joint_lt p,
  .chest_rt p,
  .iwlh_lt p,
  .ats_mecor_rt p,
  .cept_rt p {
    font-size: 14px;
    padding: 0;
  }

  .inner_top_wrap p {
    font-size: 16px;
  }

  .inner-banner .banner_rt {
    width: 100%;
  }

  .message-banner .banner_rt .msg-tog-btn a h3 {
    font-size: 15px;
  }

  .message-banner .banner_rt .msg-tog-btn {
    gap: 0;
  }

  .governing_wrap .heading {
    width: 100%;
  }

  .governing_box {
    width: 100%;
  }

  .governing-img img {
    width: 100%;
  }

  .governing-img::before {
    width: 260px;
    height: 260px;
  }

  .gove_content {
    padding: 9px 26px;
    width: 90%;
  }

  .governing_box h4 {
    /* font-size: 15px; */
  }

  .governing_box h5 {
    /* font-size: 10px; */
    /* margin-top: 2px; */
  }

  .knw_mem_wrap table td {
    font-size: 11px;
  }

  .knw_mem_wrap table .tabel-1 td {
    width: 100px;
  }

  .banner-input {
    width: 100%;
    margin-left: 0;
  }

  .guidline_wrap table tr th:first-child {
    width: calc(100% - 90px);
    font-size: 13px;
  }

  .guidline_wrap table tr th {
    width: 90px;
  }

  .guidline_wrap table tr th a {
    font-size: 11px;
    padding: 8px 8px;
  }

  .guid_box {
    width: 90%;
    padding: 20px;
  }

  .guid_box h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .guid_box p {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .guid_box a {
    font-size: 13px;
  }

  .ics_joint_wrap,
  .chest_wrap,
  .iwlh_wrap,
  .ats_mecor_wrap,
  .cept_wrap {
    width: 100%;
    flex-direction: column;
  }

  .ics_joint_lt,
  .ics_joint_rt,
  .chest_lt,
  .chest_rt,
  .iwlh_lt,
  .iwlh_rt,
  .iwlh_rt_rt img,
  .ats_mecor_lt,
  .ats_mecor_rt,
  .cept_rt,
  .en_ev_banner .banner_lt {
    padding-right: 0;
    width: 100%;
    padding-bottom: 0;
  }

  .iwlh_rt {
    /* padding-left: 0; */
    /* grid-template-columns: 1fr; */
    /* margin-top: 30px; */
  }

  .ats_mecor_rt {
    padding-left: 0;
  }

  .ats_mecor_rt img {
    height: auto;
  }

  .cept_lt {
    width: 100%;
  }

  .en_ev_banner .banner-ab-img {
    position: unset;
    width: 100%;
    margin-top: 30px;
  }

  .contact_wrap iframe {
    width: 100%;
    height: 400px;
  }

  .contact_lt {
    width: 100%;
    padding-right: 0;
  }

  .contact_wrap {
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }

  .inner-banner .banner_rt .banner-img {
    width: 60%;
    margin-left: 0;
  }

  .iwlh_rt_lt {
    flex-direction: column;
  }

  .inner-main {

    padding: var(--padding) 12px;
  }

  .banner_water {
    font-size: 12em;
  }

  .ics_joint_rt::before,
  .ats_mecor_lt::before {
    width: calc(100% + 24px);
    height: 150px;
    right: 0;
    left: -12px;
  }

  .chest_rt img {
    width: 100%;
    height: 177px;
    margin-top: 0;
  }

  .chest_lt {
    margin-top: var(--p40);
  }

  .iwlh_lt {
    /* margin-top: -80px; */
    flex-direction: column;
  }

  .iwlh_lt img:nth-child(1) {
    width: 100%;
  }

  .iwlh_lt img:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }

  .iwlh_lt img:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin: 20px 0;
    border: 6px solid #005818;
  }

  .ats_mecor_rt img {
    height: auto;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    margin-bottom: var(--p40);
  }

  .vayu_rt {
    flex-direction: column;
  }

  .vayu_rt img {
    width: 100%;
    height: auto;
  }

  .vayu_rt_lt {
    width: 100%;
    padding: 0;
    margin-top: var(--p40);
  }

  .vayu_lt img {
    width: 100%;
  }

  .vayu_lt img:nth-child(1) {
    margin-top: var(--p40);
    margin-right: 0;
    margin-bottom: 20px;
  }

  .ics_joint_lt {
    padding-left: 0;
    margin-top: var(--p40);
  }

  .banner_lt h2,
  .index-banner_lt h2 {
    font-size: 29px;
  }

  .banner_lt h5,
  .index-banner_lt h5 {
    font-size: 15px;
  }

  #home .banner_rt {
    position: unset;
    height: auto;
  }

  .index-banner_wrap {
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
  }

  .banner_lt h4,
  .index-banner_lt h4 {
    font-size: 26px;
  }

  .index-banner_lt {
    width: 100%;
    padding: 0;
    padding-top: 0;
    flex-direction: column;
    gap: 15px;
  }

  .index-banner_rt {
    width: 100%;
    margin-bottom: 20px;
  }



  .about_lt img {
    margin-bottom: 0;
  }

  .index-banner_rt .banner-owl img {
    /* height: 225px; */
  }

  .cept_wrap .iwlh_lt img {
    width: 100%;
  }

  .inner-banner .ics_joint_rt::before {
    height: 150px;
    right: -100px;
    left: -100px;
  }

  .inner-banner .ics_joint_lt {

    text-align: center;
  }

  .about_rt {
    padding: 25px;
  }

  .about_toggle_btn {
    justify-content: center;
  }

  .about_container {
    max-height: max-content;
  }

  .msg_btn {
    width: 100%;
    position: sticky;
    top: 86px;
  }

  .mssg_wrap {
    width: 100%;
  }

  .mesgtri .row {
    flex-direction: column-reverse;
  }

  .msg-tog-btn {
    height: 360px;
  }

  .about_head_wrap {
    justify-content: start;
    margin-bottom: 50px;
    align-items: start;
    padding-bottom: 50px;
    flex-direction: column;
    gap: 25px;
  }

  .about_head_wrap .heading,
  .about_head_wrap .abt_content {
    width: 100%;
  }

  .about_head_wrap .abt_content p,
  .goal_wrap .goal_lt p {
    font-size: 14px;
    line-height: 22px;
  }

  .about_img_wrap,
  .goal_wrap {
    flex-direction: column;
  }

  .about_img_wrap .abt_img,
  .goal_wrap .goal_lt,
  .goal_rt {
    width: 100%;
  }

  .about_img_wrap .counter_wrap {
    width: 100%;
    padding-right: 0;
    border: 0;
    padding-left: 0;
    padding-top: 30px;
  }

  .about_img_wrap .counter_wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 0;
    gap: 5px;
  }

  .counter_box h3 {
    font-size: 34px;
    line-height: 42px;
  }

  .counter_box p {
    font-size: 19px;
  }

  .lrg_text {
    font-size: 37px;
    margin-bottom: -41px;
  }

  .member-wrap li h6 span {
    font-size: 13px;
    padding: 9px 7px;
    min-width: 104px;
  }

  .member_rt .heading a.button-85 {
    padding: 10px 12px;
    font-size: 11px;
  }

  .goal_wrap .goal_lt {
    padding-right: 0;
    position: unset;
    text-align: left;
    padding-bottom: var(--p30);
    border-bottom: 1px solid #03144b63;
  }

  .goal_wrap .goal_rt {
    width: 100%;
    margin-top: var(--p30);
  }

  .goal_wrap .goal_rt ul li {
    padding: 11px 16px;
    font-size: 13px;
  }

  .goal_wrap .goal_rt p {
    font-size: 14px;
    line-height: 22px;
  }

  .par_img_box {
    padding: 4px 5px;
    width: 22%;
    flex: unset;
  }

  .test_wrap::before {
    left: -50px;
  }

  .vdo-modal .vdo-modal-inner video {
    max-width: 80%;
  }

  #quiz {
    /* padding-bottom: 0; */
  }

  #about {
    /* padding-top: 0; */
  }

  .mssg_lt {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    border-bottom: 0;
  }

  .mssg_rt {
    max-width: 100%;
    /* padding: 40px; */
    border-bottom: 0;
    position: unset;
    overflow: hidden;
    min-width: 100%;
  }

  .anchor-section {
    flex-direction: column-reverse;
  }

  .mssg_rt h3 {
    font-size: 31px;
    line-height: 38px;
  }

  .mssg_rt h4 {
    font-size: 17px;
    /* margin-bottom: 50px; */
    margin-top: 3px;
  }
.mssg_rt h4 b{
  font-size: 19px;
}
  .banner_wrap {
    /* padding: 20px 0px; */
    padding-bottom: 0;
    width: 100%;
    /* justify-content: start; */
  }

  .index-banner_lt p {
    gap: 7px;
    width: 100%;
    justify-content: center;
  }

  .index-banner_lt p a img {
    width: 37px !important;
  }

  .index-banner_lt p a {
    border-right: 1px solid #fdfd648f;
    padding-right: 6px;
    font-size: 10px;
  }

  .index-banner_lt img {
    width: 58px !important;
  }

  .doc-modal-inner {
    align-items: start;
    overflow: auto;
  }

  .doc-down-inner {
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 83px;
  }

  .inner-banner {
    /* padding-top: 30px; */
    /* padding-bottom: 96px; */
  }

  .inner-banner.sectop {
    /* padding-bottom: 110px; */
  }

  .guid_box .w-100 {
    width: 95% !important;
  }

  .index-banner_lt_top {
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }

  .Marquee-tag {
    font-size: 14px;
  }

  .Marquee {
    padding: 5px;
  }

  .flyer-modal-box {
    /* width: 80%; */
  }

  .header-rt {
    padding: 0 0px;
  }

  .tc-wrap h3 {
    font-size: 16px;
    line-height: 27px;
  }

  .banner_lt h2,
  .index-banner_lt h2 {
    font-size: 28px;
  }

  .banner_lt h5,
  .index-banner_lt h5 {
    font-size: 15px;
  }

  #home .banner_rt {
    position: unset;
    height: auto;
  }

  .index-banner_wrap {
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
  }

  .banner_lt h4,
  .index-banner_lt h4 {
    font-size: 16px;
  }

  .index-banner_lt {
    width: 100%;
    padding: 8px;
    padding-top: 0;
    align-items: center;
  }

  .index-banner_rt {
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
    padding: 0;
    gap: 20px;
    align-items: center;
  }


  .about_lt img {
    margin-bottom: 0;
  }

  .index-banner_rt .banner-owl img {
    /* height: 225px; */
  }

  @keyframes shake {

    0%,
    100% {
      transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
      transform: translateX(0px);
    }

    20%,
    40%,
    60%,
    80% {
      transform: translateX(0px);
    }
  }

  .index-banner_rt_lt,
  .index-banner_rt_rt {
    width: 100%;
    box-shadow: none;
  }


  #home {
    height: auto;
  }

  .index-banner_rt_rt {
    width: 300px;
  }

  .flyer-modal-box video {
    width: 98%;
    height: auto;
    object-fit: contain;
  }

  #respire {
    margin: 0;
  }

  .respire_wrap {
    flex-direction: column;
    gap: 40px;
  }

  .respire_lt,
  .respire_rt {
    width: 100%;
  }

  .respire-owl {
    margin-top: 0px;
  }

  .respire_lt {
    padding-right: 0;
  }

  .respire_lt img {
    width: 100%;
  }

  .respire_rt a p {
    font-size: 18px;
  }

  .respire-owl .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
    gap: 5px;
    margin-top: 10px;

  }

  .respire-owl .owl-dot span {
    width: 6px;
    display: inline-block;
    transition: .8s;
  }

  .respire-owl.owl-carousel .owl-nav button.owl-next,
  .respire-owl.owl-carousel .owl-nav button.owl-prev,
  .respire-owl.owl-carousel button.owl-dot {
    font-size: 2px !important;
    border: 1px solid white !important;
  }

  .respire-owl .owl-dot.active span {
    width: 30px;
    transition: .8s;
  }

  .main-menu ul.main_ul.menu-open .header__right {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .nomi_btn {
    font-size: 13px;
  }

  .vote {
    font-size: 11px;
    padding: 6px 11px;
  }

  .vote_pop_up_inner {
    flex-direction: column;
    gap: 15px;
  }

  .vote_fx {
    /* height: 40vh; */
    /* width: 300px; */
    text-align: center;
    flex-direction: column;
  }

  .vote_fx img {
    /* width: 141px; */
    height: 47vh;
    object-fit: contain;
  }

  .vote-owl {
    display: flex;
    padding-left: 00px;
    border-left: 0px solid white;
    padding-top: 15px;
    border-top: 1px solid white;
    width: 100% !important;
  }

  .vote-owl img {
    height: 40vh;
    object-fit: contain;
  }

  .vote-play-cls {
    right: 12px;
    top: 12px;
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .index-banner_lt p a,
  .index-banner_rt_rt p a {
    font-size: 11px;
    width: unset;
    flex: 1;
    border-bottom: 0;
  }

  .index-banner_lt p a img,
  .index-banner_rt_rt p a img {
    width: 43px !important;
  }

  .index-banner_rt_rt {
    width: 95%;
  }

  .index-banner_rt_rt p a:nth-child(2) {
    border-right: 1px solid #fdfd648f;
  }

  .member_rt .heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .play_btn {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }

  .quiz_lt p {
    font-size: 14px;
  }

  .objective {
    gap: 11px;
    margin-top: 4px;
  }

  .quiz_rt .quiz_box p {
    font-size: 16px;
  }

  .browse_box span {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }

  .browse_box h5 {
    font-size: 15px;
  }

  .browse_rt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .browse_box img {
    width: 24px;
    height: 24px;
  }

  .main-menu .sub_sub_menu {
    position: unset;
    width: 100%;
    background: transparent;
    box-shadow: none;
    /* overflow: hidden; */
  }

  .main-menu .sub_menu li:last-child a,
  .main-menu .sub_menu .sub_sub_menu li:last-child a {
    border-bottom: 1px solid white;
  }

  .main-menu .sub_menu li a.active i {
    transform: rotate(90deg);
  }

  .landing_wrap {
    flex-direction: column-reverse;
    overflow: auto;
  }

  .landing_left {
    height: auto;
    width: 100%;
  }

  .landing__right {

    height: auto;
  }

  .landing__right_bottom_bottom p {
    font-size: 13px;
  }

  .landing__right_bottom_bottom a {
    font-size: 11px;
  }

  .landing__right_bottom_bottom {
    gap: 1px;
  }

  .landing__right_bottom_mid {
    gap: 5px;
  }

  .landing__right_bottom_mid a {
    font-size: 11px;
    gap: 8px;
    padding: 7px 11px;
  }

  .landing__right_bottom_top h4 {
    font-size: 26px;
  }

  .landing__right_bottom_top h2 {
    font-size: 58px;
    line-height: 55px;
  }

  .landing__right_bottom_top p {
    font-size: 13px;
    margin-top: 2px;
  }

  .landing__right_bottom {
    gap: 16px;
  }

  .landing__right_top {
    font-size: 18px;
  }

  .landing__right {
    padding: 20px;
  }

  .d-dek {
    display: none;
  }

  .d-mob {
    display: block;
  }

  .up-con__content {
    margin-left: 0px;
    width: 100%;
  }

  .boxgrid {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    flex-wrap: wrap;
  }

  .boxgrid__item {
    /* width: 100%; */
  }

  .up-con-counter {
    padding: 4px 7px;
  }

  .up-con-counter p {
    font-size: 11px;
  }

  .highlight-wrap {
    flex-direction: column-reverse;
  }

  .highlight_main {
    width: 100%;
    padding: 12px;
    gap: 20px;
    padding-left: 12px;
    border: 0;
  }

  .up-con__title {
    font-size: 25px;
    width: 100%;
  }

  .up-con__subtitle {
    font-size: 16px;
    width: 100%;
  }

  .up-con-counter p .text--large {
    font-size: 14px;
  }

  .highlight_ul {
    width: 100%;
    top: unset;
    bottom: 0;
    z-index: 3;
    background: #c3e9ff;
    display: flex;
  }

  .highlight-wrap .heading {
    padding: 14px;
    padding-bottom: 0;
    margin-bottom: 14px;
  }

  .highlight_ul_link {
    padding: 12px 14px;
    gap: 8px;
    flex-direction: column;
  }

  .highlight_ul_link p {
    font-size: 10px;
    text-align: center;
  }

  .highlight_ul_link img {
    width: 40px;
    height: 40px;
  }

  .up-con__title {
    font-size: 18px;
    /* width: calc(100% - 87px); */
  }

  .up-con__subtitle {
    font-size: 16px;
    width: 100%;
  }

  .up-con-counter p .text--large {
    font-size: 14px;
  }

  .up-con__header {
    width: 100%;
    /* padding: 0 12px; */
    /* top: 33px; */
    /* margin-bottom: 18px; */
  }

  .quiz_lt {
    justify-content: center;
  }

  .quiz_rt {
    padding: 0;
  }

  .quiz_rt .quiz_box h4 {
    font-size: 16px;
  }

  .banner_Wrap {
    display: flex;
    align-items: end;
  }

  .banner_content ul li {
    width: 18%;
  }

  .banner_content ul h3 {
    width: 79%;
    font-size: 33px;
    -webkit-text-stroke-width: .5px;
  }

  .banner_Wrap::before {
    width: 100%;
    background: linear-gradient(0deg, transparent, #64f1ff, transparent);
  }

  .header_right_content {
    padding: 9px 12px;
  }

  .up-con_section {
    height: 400px;
  }

  .up-con-logo {
    right: 6px;
    max-width: 82px;
  }

  .member__right {
    margin-top: 6px;
  }

  .inner-banner .banner_lt.ers_member_banner_lt {
    flex-direction: column;
    gap: 2px;
    width: 100%;
    padding-top: var(--padding);
  }

  .ers_member_banner_lt .btn_rt a {
    margin: auto;
  }

  .inner-banner .banner_rt.ers_member_banner_rt {
    width: max-content;
    font-size: 33px;
    /* margin-top: calc(calc(var(--padding) * 2) / -1); */
    /* margin-left: 0; */
    padding: 7px;
  }

  .guidline_wrap li {
    flex-direction: column;
    gap: var(--p30);
  }

  .ers_wrap li,
  .guidline_wrap li {
    line-height: 25px;
    font-size: 16px;
    text-align: center;
  }

  .guidline_wrap li a {
    font-size: 14px;
    padding: 6px 16px;
    min-width: 123px;
  }

  .ers_member_banner_rt img {
    width: 46px;
  }

  .msg_left {
    border-width: 7px;
    border-bottom: 0;
    padding-bottom: 0;
    float: left;
    width: 50%;
    margin: 13px;
    margin-left: 0;
    margin-top: 0;
  }

  .msg_right {
    width: 100%;
    padding-left: 0;
  }

  .member_msg {
    padding: var(--padding) 12px;
  }

  .member_msg_wrap {

    display: flow;
  }

  .msg_right p {
    font-size: 16px;
    line-height: 23px;
  }

  .msg_left h4 {
    font-size: 14px;
    line-height: 19px;
  }

  .msg_left h4 b {
    font-size: 16px;
  }

  .msg_left h3 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 1px;
  }

  .wv {
    position: unset;
    margin-top: 9px;
  }

  .banner_input {
    width: 80%;
    margin-top: var(--p20);
  }

  .message_btn_wrap button {
    font-size: 18px;
    padding: 4px 20px;
    line-height: 37px;
  }

  .governing_wrap {
    gap: 15px;
  }
}