@media only screen and (max-width: 1260px) {
  /* .news-table tr th,
    .news-table tr td {
        font-size: 1.2vw;
    } */
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1150px) {
  .bksectinnrtxt a {
    font-size: 1.3vw;
  }

  /* .news-table tr th,
    .news-table tr td {
        font-size: 1.3vw;
    } */
}

@media only screen and (max-width: 1100px) {
  /* .news-table tr th,
    .news-table tr td {
        font-size: 1.4vw;
    } */
}

@media only screen and (max-width: 1024px) {
  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }

  .carousel-indicators .active {
    width: 10px;
    height: 10px;
  }

  .sctn1Bnnr2txt1,
  .sctn1Bnnr2txt2 {
    width: 140px;
  }

  .sctn3DtBtn button {
    font-size: 1.1vw;
  }

  .owl-carousel .owl-nav .owl-prev:before,
  .owl-carousel .owl-nav .owl-next:before {
    top: 43%;
    transform: translate(0, -50%);
    font-size: 4.5vw;
  }

  .owl-carousel .owl-nav .owl-next:before {
    right: -6%;
  }

  .owl-carousel .owl-nav .owl-prev:before {
    left: -6%;
  }

  .bksectinnrtxt a {
    font-size: 1.5vw;
    padding: 0.6% 1% 0.6%;
  }

  .blg,
  .news {
    width: 91%;
  }

  /* .news-table tr th,
  .news-table tr td {
    font-size: calc(0.85vw + 0.85vh);
  } */

  /* .newsbutton a {
    font-size: calc(0.85vw + 0.85vh);
  } */

  .sctn4innr {
    width: 80%;
  }

  .companydetailsHd {
    font-size: 2vw;
  }

  .blgflxulmr2 svg {
    font-size: 1.3vw;
  }

  .companyNotes h3 {
    font-size: 1.7vw;
  }

  .contact_block h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(0.8vw + 0.8vh);
  }

  .contact_block p {
    font-size: calc(0.7vw + 0.7vh);
  }

  .contact_form_section h3 {
    font-size: calc(1.5vw + 1.5vh);
  }

  .form_block .form_field {
    height: 35px;
    /* font-size: calc(0.6vw + 0.6vh); */
    padding: 0px 10px;
  }
  .form_block textarea.form_field {
    min-height: 120px;
    padding-top: 5px;
  }

  .clv_btn,
  .clv_btn:focus {
    font-size: calc(0.7vw + 0.7vh);
  }

  /* .career-courses {
    margin-top: 12%;
  } */

  .counselingsectionname h3 {
    font-size: 22px;
  }

  .path h4 {
    font-size: 18px;
  }

  .career-courses li {
    font-size: 12px;
  }

  /* .path p,
  .career-path p{
    font-size: 12px;
  } */
  .logobtn,
  .logobtn2,
  .logobtn3 {
    width: 10%;
  }

  .tut_nav_links {
    margin: 15px 0;
  }

  .sidebar_tut {
    position: fixed;
    left: -260px;
    height: 100%;
    z-index: 2000;
    transition: left 0.3s ease-in-out;
  }

  .sidebar_tut.open_sidebar {
    left: 0;
  }

  .tut_sidebar_toggle_btn {
    display: block;
    top: 10px;
    left: 10px;
    z-index: 2100;
    background-color: #301934;
    color: #f7c563;
    font-size: 24px;
    padding: 5px 12px;
    border-radius: 5px;
    cursor: pointer;
  }

  .tut_sidebar_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1999;
  }

  /* .tut_sidebar_overlay.active {
    display: block;
  } */

  .sidebar_main_wrapper {
    flex-direction: column;
  }

  .content_container {
    background-color: #f4f5f8;
  }
}

@media only screen and (max-width: 991px) {
  .navbar_nav {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }
  /***********************/
  /* NAVIGATION MENU */
  /***********************/

  /* hdr_overlay */
  .hdr_overlay {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .hdr_overlay {
    background: linear-gradient(
      135deg,
      rgba(48, 25, 52, 0.9),
      rgba(69, 34, 85, 0.9)
    );
    transition: background 0.8s ease-in-out;
  }

  .hdr_overlay-slide-right {
    transition: all 0.4s ease-in-out;
    transform: translateX(0);
  }

  .hdr_overlay-slide-left {
    transition: all 0.8s ease-in-out;
    transform: translateX(-100%);
  }

  /* NAV MENU ITEMS */
  nav ul {
    height: 100vh;
    height: 100svh;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  nav ul li {
    height: 16.7%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  nav li:nth-of-type(1) {
    background-color: #301934;
  }

  nav li:nth-of-type(2) {
    background-color: #442255;
  }

  nav li:nth-of-type(3) {
    background-color: #5c497f;
  }

  nav li:nth-of-type(4) {
    background-color: #6e5b9b;
  }

  nav li:nth-of-type(5) {
    background-color: #7f6cb1;
  }

  nav li:nth-of-type(6) {
    background-color: #9278c7;
  }

  nav li a {
    display: block;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: color 0.3s ease, transform 0.3s ease;
  }

  nav li a:hover {
    color: #ffcc00;
    transform: scale(1.2);
  }

  /***********************/
  /* NAV SLIDE IN ANIMATION */
  /***********************/

  .slide-in-1 {
    animation: slide-in 0.4s linear 0.2s both;
  }

  .slide-in-2 {
    animation: slide-in 0.4s linear 0.4s both;
  }

  .slide-in-3 {
    animation: slide-in 0.4s linear 0.6s both;
  }

  .slide-in-4 {
    animation: slide-in 0.4s linear 0.8s both;
  }

  .slide-in-5 {
    animation: slide-in 0.4s linear 1s both;
  }

  .slide-in-6 {
    animation: slide-in 0.4s linear 1.2s both;
  }

  @keyframes slide-in {
    from {
      transform: translateX(-100%);
    }

    to {
      transform: translateX(0);
    }
  }

  /***********************/
  /* NAV SLIDE OUT ANIMATION */
  /***********************/

  .slide-out-1 {
    animation: slide-out 0.3s linear 0.5s both;
  }

  .slide-out-2 {
    animation: slide-out 0.3s linear 0.4s both;
  }

  .slide-out-3 {
    animation: slide-out 0.3s linear 0.3s both;
  }

  .slide-out-4 {
    animation: slide-out 0.3s linear 0.2s both;
  }

  .slide-out-5 {
    animation: slide-out 0.3s linear 0.1s both;
  }

  .slide-out-6 {
    animation: slide-out 0.3s linear 0s both;
  }

  @keyframes slide-out {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }

  /***********************/
  /* HAMBURGER MENU ANIMATION */
  /***********************/

  .hamburger-menu {
    position: relative;
    z-index: 9999;
    cursor: pointer;
    background: linear-gradient(135deg, #6e5b9b, #9278c7);
    padding: 1px 7px;
    border-radius: 5px;
    transition: background 0.4s ease;
  }

  .hamburger-menu:hover {
    background: linear-gradient(135deg, #9278c7, #301934);
  }

  .hamburger-menu,
  .hdr_overlay {
    display: block;
  }

  .menu-bar1,
  .menu-bar2,
  .menu-bar3 {
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
  }

  .menu-bar2 {
    width: 27px;
    margin-left: auto;
  }

  /* ROTATE FIRST BAR */
  .active .menu-bar1 {
    background-color: #ffcc00;
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .active .menu-bar2 {
    opacity: 0;
  }

  .active .menu-bar3 {
    background-color: #ffcc00;
    transform: rotate(45deg) translate(-8px, -8px);
  }

  .sctn2Txt p {
    /* font-size: 1.3vw; */
    margin-bottom: 2%;
  }

  .sctn2 {
    width: 85%;
  }

  .sctn2Txt button {
    font-size: 1.1vw;
  }

  .tutsect {
    width: 90%;
  }

  .sblgcrdtxt h1,
  .companyNotes h1 {
    font-size: 2.1vw;
  }

  .blgttl,
  .scholarship_card a,
  .scholarship_section h2,
  .entrance_section h2,
  .course-details h2,
  .scontainer h2,
  .sblgcrdtxt h2,
  .companyNotes h2,
  .content_container h2 {
    font-size: 2.2vw;
  }

  .course-details h4,
  .entrance_section h4 {
    font-size: 1.2vw;
  }

  .sblgcrdtxt h3,
  .sectpathImgs h3,
  .content_container h3,
  .companyNotes h3 {
    font-size: 1.55vw;
  }

  .sblgcrdtxt h4,
  .content_container h4,
  .companyNotes h4 {
    font-size: 1.3vw;
  }

  .sblgcrdtxt h5,
  .tutorial-slide,
  .content_container h5,
  .companyNotes h5 {
    font-size: 1.05vw;
  }

  .sblgcrdtxt h6,
  .content_container h6,
  .companyNotes h6 {
    font-size: 0.8vw;
  }

  .blgbd,
  .sblgcrdtxt p,
  .course-details p,
  .course-details ul li,
  .scholarship_section p,
  .entrance_section p,
  .scholarship_section ul li,
  .entrance_section ul li,
  .entrance_section ol li,
  .sblgcrdtxt ul li,
  .blgflxulmr2,
  .sblgcrdtxt ol li,
  .companyNotes p,
  .companyNotes ul li,
  .companyNotes ol li,
  .news-table tr th,
  .news-table tr td,
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .social-media p,
  .sctn2Txt p,
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p {
    font-size: 1.4vw;
  }

  .short-info {
    font-size: 1.6vw;
  }

  .ctnbtn,
  .blgflxulmr,
  .blgflxulmr svg {
    font-size: 1.3vw;
  }

  #page_navigation a {
    font-size: 1.3vw;
  }

  .blog_card,
  .course_details_sidebar,
  .scholar_sidebar,
  .news-card {
    padding: 1%;
    margin-bottom: 3%;
  }

  .scontainer {
    margin-bottom: 3%;
  }

  .scholar_sidebar h6,
  .course_details_sidebar h6,
  .blog_post h6,
  .blog_categories h6,
  .newspost h6,
  .newscategories h6 {
    padding: 1% 1.5% 1%;
    font-size: 1.5vw;
    margin-bottom: 0;
  }

  .single_blog_txt,
  .single-news-txt {
    padding: 1% 0 0.5% 1%;
    margin: 0 1.5%;
    font-size: 1.4vw;
  }

  .scholar_sidebar h6::after,
  .course_details_sidebar h6::after,
  .blog_post h6::after,
  .blog_categories h6::after {
    width: 5%;
    left: 15px;
    bottom: 5px;
  }

  .sctn4innr {
    width: 85%;
  }

  .news-table tr th,
  .news-table tr td,
  .companyNotes h3,
  .companyNotes p,
  .sharebtndt p,
  .sharebtnscl span {
    font-size: calc(0.9vw + 0.9vh);
  }

  .abthd h1,
  .blghd h1,
  .newshd h1,
  .ctnhd h1 {
    font-size: calc(1.8vw + 1.8vh);
  }

  .our-vision h2,
  .about-section h2,
  .offerings h2,
  .why-choose-us h2,
  .community h2,
  .abtcntct h2,
  .abtcmmt h2,
  .social-media h2 {
    font-size: calc(1.3vw + 1.3vh);
  }

  .offering h3 {
    font-size: calc(0.9vw + 0.9vh);
  }

  /* .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .social-media p { */
  /* font-size: calc(0.75vw + 0.75vh); */
  /* line-height: 1; */
  /* } */

  .ftrlogo {
    width: 30%;
    padding-top: 5%;
  }

  .scpltfrm {
    margin: 6% 0 10%;
  }

  .scpltfrm a svg {
    font-size: calc(1.2vw + 1.2vh);
  }

  .qklink h5,
  .learnLink h5 {
    font-size: calc(0.85vw + 0.85vh);
  }

  .qklink a,
  .learnLink a {
    font-size: calc(0.7vw + 0.7vh);
  }
  .subscribe h3 {
    font-size: calc(1.2vw + 1.2vh);
  }
  .subscribe p {
    font-size: calc(0.65vw + 0.65vh);
  }
  .subscribeform input[type="email"],
  .subscribeform input[type="submit"],
  .ftrbtmRight p,
  .ftrbtmRes a {
    font-size: calc(0.65vw + 0.65vh);
  }

  .main_content_innr {
    width: 95%;
  }

  .scholarship_card {
    width: calc(50% - 20px);
  }

  .nav_tut_btn {
    padding: 7px 15px;
  }
  /* .tutorial-slide {
    padding: 7px 15px;
  } */

  .tut_sidebar_toggle_btn {
    padding: 2px 12px;
  }
}

@media only screen and (max-width: 920px) {
  .sctn1Bnnr1 {
    padding: 6% 0 5.32% 0;
  }
  .sctn1Bnnr2quotetxt,
  .sctn1Bnnr2quoteauthor,
  .bnnr1txtl h2 {
    font-size: calc(1vw + 1vh);
  }

  .sctn1Bnnr2txt1,
  .sctn1Bnnr2txt2 {
    font-size: calc(0.9vw + 0.9vh);
  }

  .sctn1Bnnr2btn {
    font-size: calc(0.75vw + 0.75vh);
  }

  .sctn2Txt p {
    /* font-size: calc(0.63vw + 0.63vh); */
    margin-bottom: 2%;
  }

  .sctn2Txt a {
    font-size: calc(0.58vw + 0.58vh);
  }

  .sctn3Cont p {
    font-size: calc(0.63vw + 0.63vh);
  }

  .sctn3DtBtn a {
    font-size: calc(0.5vw + 0.5vh);
  }
  .tutsectbox h5 {
    font-size: calc(0.8vw + 0.8vh);
  }
  .sctn4btn a,
  .nav_tut_btn,
  .tutsectbtn a {
    font-size: calc(0.65vw + 0.65vh);
  }

  .sblgcrdtxt h1,
  .companyNotes h1 {
    font-size: 2.25vw;
  }

  .blgttl,
  .scholarship_card a,
  .course-details h2,
  .scholarship_section h2,
  .entrance_section h2,
  .scontainer h2,
  .sblgcrdtxt h2,
  .companyNotes h2 {
    font-size: 2.4vw;
  }

  .course-details h4,
  .entrance_section h4 {
    font-size: 1.8vw;
  }

  .sblgcrdtxt h3,
  .sectpathImgs h3,
  .companyNotes h3 {
    font-size: 1.75vw;
  }

  .sblgcrdtxt h4,
  .companyNotes h4 {
    font-size: 1.5vw;
  }

  .sblgcrdtxt h5,
  .tutorial-slide,
  .companyNotes h5 {
    font-size: 1.25vw;
  }

  .sblgcrdtxt h6,
  .companyNotes h6 {
    font-size: 1vw;
  }

  .sblgcrdtxt h3,
  .sectpathImgs h3,
  .companyNotes h3 {
    font-size: 1.75vw;
  }

  .sblgcrdtxt h4,
  .companyNotes h4 {
    font-size: 1.5vw;
  }

  .sblgcrdtxt h5,
  .tutorial-slide,
  .companyNotes h5 {
    font-size: 1.25vw;
  }

  .sblgcrdtxt h6,
  .companyNotes h6 {
    font-size: 1vw;
  }

  .blgbd,
  .course-details p,
  .course-details ul li,
  .scholarship_section p,
  .entrance_section p,
  .sblgcrdtxt p,
  .scholarship_section ul li,
  .entrance_section ul li,
  .entrance_section ol li,
  .sblgcrdtxt ul li,
  .blgflxulmr2,
  .sblgcrdtxt ol li,
  .companyNotes p,
  .companyNotes ul li,
  .companyNotes ol li,
  .news-table tr th,
  .news-table tr td,
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p,
  .sctn2Txt p {
    font-size: 1.6vw;
  }

  .short-info {
    font-size: 1.8vw;
  }

  .ctnbtn,
  .blgflxulmr,
  .blgflxulmr svg {
    font-size: 1.5vw;
  }

  #page_navigation a {
    font-size: 1.5vw;
  }

  .scholar_sidebar h6,
  .course_details_sidebar h6,
  .blog_post h6,
  .blog_categories h6,
  .newspost h6,
  .newscategories h6 {
    font-size: 1.7vw;
  }

  .single_blog_txt,
  .single-news-txt {
    /* padding: 0.8% 0; */
    font-size: 1.58vw;
  }

  .news-table tr th,
  .news-table tr td,
  .companyNotes h3,
  .companyNotes p,
  .sharebtndt p,
  .sharebtnscl span {
    font-size: calc(0.7vw + 0.7vh);
  }

  .newsbutton a {
    font-size: calc(0.7vw + 0.7vh);
    padding: 0.5% 7px 1.7%;
  }

  .companydetailsHd {
    font-size: 2.5vw;
  }

  .contact_form_section h3 {
    font-size: calc(0.9vw + 0.9vh);
  }

  .form_block .form_field {
    height: 30px;
    font-size: calc(0.6vw + 0.6vh);
  }

  .form_block textarea.form_field {
    font-size: calc(0.6vw + 0.6vh);
  }

  .clv_btn,
  .clv_btn:focus {
    font-size: calc(0.6vw + 0.6vh);
  }
}

@media only screen and (max-width: 960px) {
  .sctn3DtBtn button {
    font-size: 1.2vw;
  }
}

@media only screen and (max-width: 860px) {
  .sctn3DtBtn button {
    font-size: 1.3vw;
  }

  .bksectinnrtxt a {
    font-size: 1.8vw;
    padding: 0.5% 1% 0.6%;
  }

  .sblgcrdtxt h1,
  .content_container h1,
  .companyNotes h1 {
    font-size: 2.55vw;
  }

  .blgttl,
  .scholarship_card a,
  .course-details h2,
  .sblgcrdtxt h2,
  .scholarship_section h2,
  .entrance_section h2,
  .scontainer h2,
  .content_container h2,
  .companydetailsHd,
  .companyNotes h2 {
    font-size: 2.7vw;
  }

  .course-details h4,
  .content_container h4,
  .entrance_section h4 {
    font-size: 1.9vw;
  }

  .sblgcrdtxt h3,
  .sectpathImgs h3,
  .content_container h3,
  .companyNotes h3 {
    font-size: 2.05vw;
  }

  .sblgcrdtxt h4,
  .companyNotes h4 {
    font-size: 1.8vw;
  }

  .sblgcrdtxt h5,
  .tutorial-slide,
  .content_container h5,
  .companyNotes h5 {
    font-size: 1.55vw;
  }

  .sblgcrdtxt h6,
  .content_container h6,
  .companyNotes h6 {
    font-size: 1.3vw;
  }

  .blgbd,
  .course-details p,
  .course-details ul li,
  .scholarship_section p,
  .entrance_section p,
  .sblgcrdtxt p,
  .entrance_section ul li,
  .entrance_section ol li,
  .sblgcrdtxt ul li,
  .blgflxulmr2,
  .sblgcrdtxt ol li,
  .companyNotes p,
  .companyNotes ul li,
  .companyNotes ol li,
  .news-table tr th,
  .news-table tr td,
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p,
  .sctn2Txt p {
    font-size: 1.8vw;
  }

  .short-info {
    font-size: 2vw;
  }

  .ctnbtn,
  .blgflxulmr,
  .blgflxulmr svg {
    font-size: 1.7vw;
  }

  #page_navigation a {
    font-size: 1.7vw;
  }

  .scholar_sidebar h6,
  .course_details_sidebar h6,
  .blog_post h6,
  .blog_categories h6,
  .newspost h6,
  .newscategories h6 {
    font-size: 1.9vw;
  }

  .single_blog_txt,
  .single-news-txt {
    font-size: 1.8vw;
  }

  /* .news-table tr th,
    .news-table tr td {
        font-size: 1.7vw;
    } */
}

@media only screen and (max-width: 820px) {
  .sctn1Bnnr2txt {
    top: 11%;
    left: 57%;
  }

  .signlenewshd h4 {
    font-size: 2.5vw;
  }

  .blgflxulmr2 svg {
    font-size: 1.5vw;
  }
}

@media only screen and (max-width: 800px) {
  /* .sctn2Txt p {
    font-size: calc(0.6vw + 0.6vh);
    margin-bottom: 2%;
  } */

  .sctn2Txt button {
    font-size: 1.2vw;
  }
}

@media only screen and (max-width: 768px) {
  .logo {
    width: 25%;
  }

  .hamburger-menu {
    padding: 1px 2px;
  }

  .menu-bar1,
  .menu-bar2,
  .menu-bar3 {
    width: 35px;
    height: 2px;
    margin: 5px 0;
  }

  .menu-bar2 {
    width: 27px;
    margin-left: auto;
  }

  .active .menu-bar3 {
    transform: rotate(45deg) translate(-5px, -5px);
  }

  .sctn2 {
    width: 80%;
  }

  .sctn2Content {
    padding: 0% 0%;
  }

  .sctn2Txt h3 {
    font-size: 4vw;
    margin-bottom: 1%;
  }

  .sctn2Txt a {
    font-size: calc(0.65vw + 0.65vh);
  }

  .sctn3hd,
  .sectpathHd {
    font-size: 4vw;
  }

  .sctn3Cont p {
    font-size: calc(0.7vw + 0.7vh);
  }

  .sctn3DtBtn {
    margin-top: 4%;
  }

  .sctn3DtBtn button {
    font-size: 1.5vw;
    padding: 1% 4%;
  }

  .owl-carousel .owl-nav .owl-prev:before,
  .owl-carousel .owl-nav .owl-next:before {
    top: 41%;
    font-size: 6vw;
  }

  .owl-carousel .owl-nav .owl-prev:before {
    left: -8%;
  }

  .owl-carousel .owl-nav .owl-next:before {
    right: -8%;
  }

  .bksectinnrtxt a {
    font-size: 1.9vw;
    padding: 0.5% 1% 0.65%;
  }

  .tutsect h2 {
    font-size: 4vw;
  }

  #page_navigation a {
    font-size: 1.9vw;
  }

  .single_blog_txt,
  .single-news-txt {
    font-size: 1.8vw;
  }

  .newsinnr {
    margin-bottom: 7%;
  }

  .news-table tr th,
  .news-table tr td,
  .companyNotes h3,
  .companyNotes p,
  .sharebtndt p,
  .sharebtnscl span {
    font-size: calc(0.8vw + 0.8vh);
  }

  .blg {
  }
  /* .news {
    width: 67%;
  } */

  .blgflxulmr2 svg {
    font-size: 1.7vw;
  }

  .newsbutton a {
    font-size: calc(0.8vw + 0.8vh);
  }

  .qklink h5::after {
    bottom: -1px;
    width: 60%;
    height: 2px;
  }
  .learnLink h5::after {
    bottom: -1px;
    width: 42%;
    height: 2px;
  }
  .signlenewshd h4 {
    font-size: 3vw;
  }

  .contact_form_section h3 {
    font-size: calc(1vw + 1vh);
  }

  .form_block .form_field,
  .form_block textarea.form_field,
  .clv_btn,
  .clv_btn:focus {
    font-size: calc(0.7vw + 0.7vh);
  }

  .clv_btn,
  .clv_btn:focus {
    padding: 0.7% 5% 0.3%;
  }

  .contact_block {
    margin-bottom: 3%;
  }

  .logobtn,
  .logobtn2,
  .logobtn3 {
    width: 12%;
  }

  .offering h3 {
    font-size: calc(1.2vw + 1.2vh);
  }

  .tut_sidebar_toggle_btn {
    padding: 1px 10px;
  }
}

@media only screen and (max-width: 740px) {
  .sctn1Bnnr2txt1,
  .sctn1Bnnr2txt2 {
    font-size: calc(1.2vw + 1.3vh);
  }
  .sctn1Bnnr2btn {
    font-size: calc(1.15vw + 1.15vh);
  }
  .sctn1Bnnr2txt {
    top: 14%;
    left: 60%;
  }
  .sctn1Bnnr2txt1,
  .sctn1Bnnr2txt2 {
    width: 110px;
  }
  .sctn2Content {
    padding: 6% 0% 3%;
  }
  .sctn2Content1 {
    font-size: 1.7vw;
  }
  .sctn2Txt a {
    font-size: calc(1vw + 1vh);
  }
  .sctn3Cont h5 {
    font-size: calc(1.5vw + 1.5vh);
  }
  .sctn3DtBtn a {
    font-size: calc(0.85vw + 0.85vh);
  }
  .sctn3Cont p {
    font-size: calc(1.25vw + 1.25vh);
  }

  .tutsectbox h5 {
    font-size: calc(1.4vw + 1.4vh);
  }
  .sctn4btn a,
  .nav_tut_btn,
  .tutsectbtn a {
    font-size: calc(1.1vw + 1.1vh);
  }

  .news-table tr th,
  .news-table tr td,
  .companyNotes h3,
  .companyNotes p,
  .sharebtndt p,
  .sharebtnscl span {
    font-size: calc(1.25vw + 1.25vh);
  }

  .newsbutton a {
    font-size: calc(1.1vw + 1.1vh);
  }

  .newshd h4 {
    font-size: calc(1.5vw + 1.5vh);
  }

  .sctn1Bnnr2quotetxt,
  .sctn1Bnnr2quoteauthor,
  .bnnr1txtl h2 {
    font-size: calc(1.5vw + 1.5vh);
  }

  .qklink h5,
  .learnLink h5 {
    font-size: calc(1.5vw + 1.5vh);
  }

  .qklink a,
  .learnLink a {
    font-size: calc(1.1vw + 1.1vh);
  }
  .subscribe h3 {
    font-size: calc(1.7vw + 1.7vh);
  }
  .subscribe p {
    font-size: calc(1vw + 1vh);
  }
  .subscribeform input[type="email"],
  .subscribeform input[type="submit"] {
    font-size: calc(1.1vw + 1.1vh);
  }

  .ftrbtmRight p,
  .ftrbtmRes a {
    font-size: calc(1vw + 1vh);
  }

  .contact_icon img {
    width: 10%;
  }
  .contact_icon2 img {
    width: 13%;
  }
  .contact_block h4 {
    font-size: calc(1.3vw + 1.3vh);
  }
  .contact_block p {
    font-size: calc(1.1vw + 1.1vh);
  }
  .contact_form_section h3 {
    font-size: calc(1.3vw + 1.3vh);
  }

  .form_block .form_field,
  .form_block textarea.form_field,
  .clv_btn,
  .clv_btn:focus {
    font-size: calc(1vw + 1vh);
  }
}

@media only screen and (max-width: 720px) {
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p {
    font-size: calc(1vw + 1vh);
  }
}

@media only screen and (max-width: 670px) {
  .logo {
    width: 30%;
  }
  .sctn2Txt h3 {
    font-size: 4.5vw;
    margin-bottom: 1%;
  }

  .sctn2Txt button {
    font-size: 1.8vw;
  }

  .sctn3DtBtn button {
    font-size: 1.7vw;
  }

  .bksectinnrtxt a {
    font-size: 2vw;
  }

  .sblgcrdtxt h1,
  .content_container h1,
  .companyNotes h1 {
    font-size: 2.75vw;
  }

  .blgttl,
  .scholarship_card a,
  .course-details h2,
  .scholarship_section h2,
  .entrance_section h2,
  .scontainer h2,
  .content_container h2,
  .sblgcrdtxt h2,
  .companydetailsHd,
  .companyNotes h2 {
    font-size: 2.9vw;
  }

  .course-details h4,
  .content_container h4,
  .entrance_section h4 {
    font-size: 2.2vw;
  }

  .sblgcrdtxt h3,
  .sectpathImgs h3,
  .content_container h3,
  .companyNotes h3 {
    font-size: 2.25vw;
  }

  .sblgcrdtxt h4,
  .content_container h4,
  .companyNotes h4 {
    font-size: 2vw;
  }

  .sblgcrdtxt h5,
  .tutorial-slide,
  .content_container h5,
  .companyNotes h5 {
    font-size: 1.75vw;
  }

  .sblgcrdtxt h6,
  .content_container h6,
  .companyNotes h6 {
    font-size: 1.5vw;
  }

  .blgbd,
  .course-details p,
  .course-details ul li,
  .scholarship_section p,
  .entrance_section p,
  .sblgcrdtxt p,
  .scholarship_section ul li,
  .entrance_section ul li,
  .entrance_section ol li,
  .sblgcrdtxt ul li,
  .blgflxulmr2,
  .sblgcrdtxt ol li,
  .companyNotes p,
  .companyNotes ul li,
  .companyNotes ol li,
  .news-table tr th,
  .news-table tr td,
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p,
  .sctn2Txt p {
    font-size: 2vw;
  }

  .short-info {
    font-size: 2.2vw;
  }

  .ctnbtn,
  .blgflxulmr,
  .blgflxulmr svg {
    font-size: 2vw;
  }

  #page_navigation a {
    font-size: 2vw;
  }

  .scholar_sidebar h6,
  .course_details_sidebar h6,
  .blog_post h6,
  .blog_categories h6,
  .newspost h6,
  .newscategories h6 {
    font-size: 2.2vw;
  }

  .single_blog_txt,
  .single-news-txt {
    font-size: 2.1vw;
  }
}

@media only screen and (max-width: 620px) {
  .bksectinnrtxt a {
    font-size: 2.2vw;
  }

  .sblgcrdtxt h1,
  .content_container h1,
  .companyNotes h1 {
    font-size: 2.95vw;
  }

  .blgttl,
  .scholarship_card a,
  .course-details h2,
  .scholarship_section h2,
  .entrance_section h2,
  .scontainer h2,
  .content_container h2,
  .sblgcrdtxt h2,
  .companydetailsHd,
  .companyNotes h2 {
    font-size: 3.1vw;
  }

  .course-details h4,
  .content_container h4,
  .entrance_section h4 {
    font-size: 2.4vw;
  }

  .sblgcrdtxt h3,
  .sectpathImgs h3,
  .content_container h3,
  .companyNotes h3 {
    font-size: 2.45vw;
  }

  .sblgcrdtxt h4,
  .content_container h4,
  .companyNotes h4 {
    font-size: 2.2vw;
  }

  .sblgcrdtxt h5,
  .tutorial-slide,
  .content_container h5,
  .companyNotes h5 {
    font-size: 1.95vw;
  }

  .sblgcrdtxt h6,
  .content_container h6,
  .companyNotes h6 {
    font-size: 1.7vw;
  }

  .blgbd,
  .sblgcrdtxt p,
  .course-details p,
  .course-details ul li,
  .scholarship_section p,
  .entrance_section p,
  .scholarship_section ul li,
  .entrance_section ul li,
  .entrance_section ol li,
  .sblgcrdtxt ul li,
  .blgflxulmr2,
  .sblgcrdtxt ol li,
  .companyNotes p,
  .companyNotes ul li,
  .companyNotes ol li,
  .news-table tr th,
  .news-table tr td,
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p,
  .sctn2Txt p {
    font-size: 2.2vw;
  }

  .short-info {
    font-size: 2.4vw;
  }

  .ctnbtn,
  .blgflxulmr,
  .blgflxulmr svg {
    font-size: 2.1vw;
  }

  #page_navigation a {
    font-size: 2.1vw;
  }

  .scholar_sidebar h6,
  .course_details_sidebar h6,
  .blog_post h6,
  .blog_categories h6,
  .newspost h6,
  .newscategories h6 {
    font-size: 2.4vw;
  }

  .single_blog_txt,
  .single-news-txt {
    font-size: 2.3vw;
  }

  /* .news-table tr th,
    .news-table tr td {
        font-size: 2.3vw;
    } */
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .logo {
    width: 35%;
  }

  .sctn1Bnnr1 {
    padding: 6% 0 1.4% 0;
  }
  .sctn1Bnnr1cont {
    width: 95%;
  }

  .sctn1Bnnr2quotecont {
    padding: 27% 7% 5%;
  }

  .blgflxulmr2 svg {
    font-size: 2.2vw;
  }

  /* .abthd h1,
  .blghd h1,
  .newshd h1,
  .ctnhd h1 {
    font-size: calc(2vw + 2vh);
  } */

  .ctnhd h1,
  .blghd h1 {
    margin-right: 5%;
  }

  .blgflxul {
    margin: 0 0;
  }
  /* 
  .sctn1Bnnr2quotetxt,
  .sctn1Bnnr2quoteauthor {
    font-size: calc(1.6vw + 1.6vh);
  } */
  .sctn1Bnnr2txt1,
  .sctn1Bnnr2txt2 {
    font-size: calc(1vw + 1vh);
  }

  .sctn1Bnnr2btn {
    font-size: calc(1vw + 1vh);
  }
  .sctn1Bnnr2contimg {
    margin-right: -7%;
  }

  .pagingBoxContInner {
    width: 100%;
  }

  /* .sctn1Bnnr2btn {
    font-size: calc(0.9vw + 0.9vh);
  } */
  .sctn2Content1 {
    font-size: 2.3vw;
  }

  .sctn3DtBtn a {
    font-size: 1.8vw;
  }

  /* .sctn1Bnnr2txt1,
  .sctn1Bnnr2txt2 {
    font-size: calc(1vw + 1vh);
  } */

  .carousel-indicators .active {
    width: 7px;
    height: 7px;
  }

  .carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border: 3px solid #000;
  }

  .bnnr1txtl {
    padding: 15% 0 0;
  }

  .sctn1Bnnr2hd {
    left: 28.3%;
  }

  .sctn3hd,
  .sectpathHd {
    font-size: 4.5vw;
  }

  .sctn3DtBtn button {
    font-size: 1.9vw;
  }

  /* .owl-carousel .owl-nav .owl-prev:before,
  .owl-carousel .owl-nav .owl-next:before {
    font-size: 9vw;
  } */

  .owl-carousel .owl-nav .owl-next:before {
    right: -9%;
  }

  .owl-carousel .owl-nav .owl-prev:before {
    left: -9%;
  }

  .bksectinnrtxt h3 {
    margin-bottom: 2%;
  }

  .tutsect h2 {
    font-size: 4.5vw;
  }

  .tutsectbox {
    margin-bottom: 4%;
    width: 80%;
    margin: 0 auto 3%;
  }

  .blg {
    width: 95%;
  }

  .blgflx1 {
    /* height: 10rem; */
  }

  .sblgcrdtxt h1,
  .content_container h1,
  .companyNotes h1 {
    font-size: 3.15vw;
  }

  .blgttl,
  .scholarship_card a,
  .course-details h2,
  .scholarship_section h2,
  .entrance_section h2,
  .scontainer h2,
  .content_container h2,
  .sblgcrdtxt h2,
  .companydetailsHd,
  .companyNotes h2 {
    font-size: 3.2vw;
  }

  .course-details h4,
  .content_container h4,
  .entrance_section h4 {
    font-size: 2.6vw;
  }

  .sblgcrdtxt h3,
  .sectpathImgs h3,
  .content_container h3,
  .companyNotes h3 {
    font-size: 2.65vw;
  }

  .sblgcrdtxt h4,
  .companyNotes h4 {
    font-size: 2.4vw;
  }

  .sblgcrdtxt h5,
  .tutorial-slide,
  .content_container h5,
  .companyNotes h5 {
    font-size: 2.15vw;
  }

  .sblgcrdtxt h6,
  .content_container h6,
  .companyNotes h6 {
    font-size: 1.9vw;
  }

  .ctnbtn,
  .blgflxulmr,
  .blgflxulmr svg {
    font-size: 2.2vw;
  }

  .blgbd,
  .sblgcrdtxt p,
  .course-details ul li,
  .scholarship_section p,
  .scholarship_section ul li,
  .entrance_section ul li,
  .entrance_section ol li,
  .sblgcrdtxt ul li,
  .blgflxulmr2,
  .sblgcrdtxt ol li,
  .companyNotes p,
  .companyNotes ul li,
  .companyNotes ol li,
  .news-table tr th,
  .news-table tr td,
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p,
  .sctn2Txt p {
    font-size: 2.4vw;
    margin-bottom: 0;
    line-height: 1.2rem;
  }

  .course-details p,
  .entrance_section p {
    font-size: 2.4vw;
    line-height: 1.2rem;
  }

  .short-info {
    font-size: 2.6vw;
  }

  #page_navigation a {
    font-size: 2.2vw;
    width: 40px;
    height: 40px;
  }

  .scholar_sidebar h6,
  .course_details_sidebar h6,
  .blog_post h6,
  .blog_categories h6,
  .newspost h6,
  .newscategories h6 {
    font-size: 3vw;
  }

  .single_blog_txt,
  .single-news-txt {
    font-size: 2.5vw;
  }

  .copy_button {
    top: 0;
    right: 0px;
    padding: 2px 10px;
    font-size: 10px;
  }

  .newsinnr {
    width: 65%;
    margin: auto;
    margin-bottom: 4%;
  }

  .companylogo {
    width: 50%;
  }

  /* .news-table tr th,
  .news-table tr td {
    font-size: calc(1.2vw + 1.2vh);
  } */
  .scpltfrm a svg {
    font-size: calc(1.4vw + 1.4vh);
  }

  .newsbutton a {
    font-size: calc(1.1vw + 1.1vh);
  }

  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p {
    font-size: calc(1.1vw + 1.1vh);
  }

  .abtcontimgpd {
    margin-bottom: 5%;
  }

  .qklink h5,
  .learnLink h5 {
    font-size: calc(1.1vw + 1.1vh);
  }
  .qklink a,
  .learnLink a {
    font-size: calc(0.95vw + 0.95vh);
  }
  .subscribe h3 {
    font-size: calc(1.4vw + 1.4vh);
  }
  .subscribe p {
    font-size: calc(0.9vw + 0.9vh);
  }
  .subscribeform input[type="email"],
  .subscribeform input[type="submit"] {
    font-size: calc(0.9vw + 0.9vh);
  }
  .ftrbtm {
    padding: 1% 1%;
  }
  .ftrbtmRight p,
  .ftrbtmRes a {
    font-size: calc(0.9vw + 0.9vh);
  }
  .signlenewshd h4 {
    font-size: 3.5vw;
  }
  .single-news-hd h1 {
    font-size: calc(1.2vw + 1.2vh);
  }

  .contact_block h4 {
    font-size: calc(1.4vw + 1.4vh);
  }

  .contact_icon img {
    width: 14%;
  }
  .contact_icon2 img {
    width: 18%;
  }
  .contact_block p {
    font-size: calc(1.1vw + 1.1vh);
  }

  .contact_block {
    margin-bottom: 3%;
  }

  .contact_block h4:before,
  .contact_block h4:after {
    width: 150px;
  }
  .contact_block h4:after {
    width: 95px;
    top: calc(100% + 5px);
  }

  .contact_form_section h3 {
    font-size: calc(1.4vw + 1.4vh);
  }

  .form_block .form_field,
  .form_block textarea.form_field,
  .clv_btn,
  .clv_btn:focus {
    font-size: calc(0.95vw + 0.95vh);
  }

  .contact_form_section {
    padding: 25px 25px 10px;
  }

  .abtcontinnr {
    width: 90%;
  }

  .logobtn,
  .logobtn2,
  .logobtn3 {
    width: 15%;
    border: 3px solid #f2f2f2;
  }

  .logobtn.active,
  .logobtn2.active,
  .logobtn3.active {
    border: 3px solid #301934;
  }

  .counselingsectionname h3 {
    font-size: 18px;
  }

  .career-path p {
    font-size: 11px;
    line-height: 1;
  }

  .path {
    min-height: 70px;
  }

  .path h4 {
    font-size: 16px;
    margin: 0 0 0 0;
  }
  .path p {
    font-size: 12px;
  }

  .our-vision h2,
  .about-section h2,
  .offerings h2,
  .why-choose-us h2,
  .community h2,
  .abtcntct h2,
  .abtcmmt h2,
  .social-media h2 {
    font-size: calc(1.5vw + 1.5vh);
  }

  .offering h3 {
    font-size: calc(1.4vw + 1.4vh);
  }

  .our-vision,
  .about-section,
  .offerings,
  .why-choose-us,
  .community,
  .abtcntct,
  .abtcmmt,
  .social-media {
    margin: 20px 0;
  }

  .social-icons a {
    font-size: 1.2rem;
  }

  .scholarship_cont_innr {
    width: 95%;
  }

  .short-info {
    background-color: #f4f5f8;
    padding: 1% 2%;
    border-left: 3px solid #301934;
    line-height: 1.2rem;
  }

  .scholar_button {
    font-size: calc(0.9vw + 0.9vh);
  }

  .course-details h2 {
    border-bottom: 2px solid #f7c563;
  }

  .course-details p.icon-title {
    border-left: 2px solid #f7c563;
  }

  .scholarship_card {
    width: 100%;
  }

  .active_scholarship {
    border-left: 3px solid #2ecc71;
  }

  .inactive_scholarship {
    border-left: 3px solid #e74c3c;
  }

  .content_container {
    padding: 20px 15px;
  }

  .tut_sidebar_toggle_btn {
    padding: 0px 10px;
  }

  .tut_nav_links {
    margin: 5px 0;
  }

  .video-wrapper iframe {
    border: 1px solid #f7c563;
  }

  .content_container h2 {
    border-bottom: 1px solid #f7c563;
  }
}

@media only screen and (max-width: 540px) {
  .sctn1Bnnr2quotecont {
    padding: 22% 7% 5%;
  }
}

@media only screen and (max-width: 470px) {
  .sctn2Txt button {
    font-size: 1.9vw;
  }

  .sctn3DtBtn button {
    font-size: 2.1vw;
    padding: 0.6% 4%;
  }

  .bksectinnrtxt a {
    font-size: 2.3vw;
  }

  .sblgcrdtxt h1,
  .content_container h1,
  .companyNotes h1 {
    font-size: 3.45vw;
  }

  .blgttl,
  .scholarship_card a,
  .course-details h2,
  .scholarship_section h2,
  .entrance_section h2,
  .scontainer h2,
  .content_container h2,
  .sblgcrdtxt h2,
  .companydetailsHd,
  .companyNotes h2 {
    font-size: 3.6vw;
  }

  .course-details h4,
  .content_container h4,
  .entrance_section h4 {
    font-size: 3.1vw;
  }

  .sblgcrdtxt h3,
  .sectpathImgs h3,
  .content_container h3,
  .companyNotes h3 {
    font-size: 2.95vw;
  }

  .sblgcrdtxt h4,
  .companyNotes h4 {
    font-size: 2.7vw;
  }

  .sblgcrdtxt h5,
  .tutorial-slide,
  .content_container h5,
  .companyNotes h5 {
    font-size: 2.45vw;
  }

  .sblgcrdtxt h6,
  .content_container h6,
  .companyNotes h6 {
    font-size: 2.2vw;
  }

  .blgbd,
  .sblgcrdtxt p,
  .course-details p,
  .course-details ul li,
  .scholarship_section p,
  .scholarship_section ul li,
  .entrance_section p,
  .entrance_section ul li,
  .entrance_section ol li,
  .sblgcrdtxt ul li,
  .blgflxulmr2,
  .sblgcrdtxt ol li,
  .companyNotes p,
  .companyNotes ul li,
  .companyNotes ol li,
  .news-table tr th,
  .news-table tr td,
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p,
  .sctn2Txt p {
    font-size: 2.7vw;
  }

  .short-info {
    font-size: 2.9vw;
  }

  .ctnbtn,
  .blgflxulmr,
  .blgflxulmr svg {
    font-size: 2.5vw;
  }

  #page_navigation a {
    font-size: 2.5vw;
  }

  .scholar_sidebar h6,
  .course_details_sidebar h6,
  .blog_post h6,
  .blog_categories h6,
  .newspost h6,
  .newscategories h6 {
    font-size: 3.3vw;
  }

  .single_blog_txt,
  .single-news-txt {
    font-size: 2.8vw;
  }

  /* .news-table tr th,
    .news-table tr td {
        font-size: 2.7vw;
    } */

  .newsinnr {
    width: 75%;
  }

  .signlenewshd h4 {
    font-size: 4.5vw;
  }
}

@media only screen and (max-width: 430px) {
  /* .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 27px;
    height: 2px;
  }
  .hamburger--elastic .hamburger-inner::before {
    top: 7px;
  }
  .hamburger--elastic .hamburger-inner::after {
    top: 14px;
  }

  .hamburger-inner {
    margin-top: 1.5px;
  }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
  } */

  .menu-bar1,
  .menu-bar2,
  .menu-bar3 {
    width: 30px;
    height: 2px;
    margin: 4px 0;
  }

  .menu-bar2 {
    width: 22px;
    margin-left: auto;
  }

  .active .menu-bar1 {
    transform: rotate(-45deg) translate(-5px, 3px);
  }

  .active .menu-bar3 {
    transform: rotate(45deg) translate(-5px, -4px);
  }

  nav li a {
    padding: 10px;
    font-size: 16px;
  }

  .sctn1Bnnr2quotetxt,
  .sctn1Bnnr2quoteauthor,
  .bnnr1txtl h2 {
    font-size: calc(1.15vw + 1.15vh);
  }
  .sctn2Txt a {
    font-size: calc(0.75vw + 0.75vh);
  }

  .sctn1Bnnr2txt1,
  .sctn1Bnnr2txt2 {
    font-size: calc(0.85vw + 0.85vh);
    width: 90px;
  }

  .sctn1Bnnr2btn {
    font-size: calc(0.85vw + 0.85vh);
  }

  .sctn1Bnnr2txt {
    top: 11%;
    left: 60%;
  }

  .sctn1Bnnr1imgsl1 {
    width: 13%;
    top: 28%;
    left: 3%;
  }
  .sctn1Bnnr1imgsl2 {
    width: 19%;
    top: 5%;
    left: 19%;
  }

  .sctn1Bnnr1imgsl3 {
    width: 15%;
    top: -14%;
    left: 42%;
  }
  .sctn1Bnnr1imgsl4 {
    width: 14%;
    top: 8%;
    right: 23%;
  }

  .sctn1Bnnr1imgsl5 {
    width: 20%;
    top: 23%;
    right: 2%;
  }
  .sctn3Cont p {
    font-size: calc(1vw + 1vh);
  }
  .sctn3Cont h5 {
    font-size: calc(1.25vw + 1.25vh);
  }

  .sctn3Cont p {
    font-size: calc(1vw + 1vh);
  }

  .sctn3Cont p {
    font-size: calc(1.1vw + 1.1vh);
  }
  .sctn3blg {
    width: 85%;
    /* margin-top: -5%; */
  }

  .news-table tr th,
  .news-table tr td,
  .companyNotes h3,
  .companyNotes p,
  .sharebtndt p,
  .sharebtnscl span {
    font-size: calc(1vw + 1vh);
  }

  .blgflxulmr2 svg {
    font-size: 2.5vw;
  }

  .ftrbtm {
    flex-direction: column;
  }

  .ftrbtmRight {
    width: 100%;
    text-align: center;
  }

  .ftrbtmRes {
    width: 100%;
    text-align: center;
  }

  .ftrlogo {
    width: 45%;
    padding-top: 5%;
  }

  .sctn4btn a,
  .nav_tut_btn,
  .tutsectbtn a {
    font-size: calc(0.85vw + 0.85vh);
  }
  .tutsectbox h5 {
    font-size: calc(1.2vw + 1.2vh);
  }
  .owl-carousel .owl-nav .owl-prev:before {
    left: -6%;
  }
  .owl-carousel .owl-nav .owl-next:before {
    right: -6%;
  }

  .contact_icon img {
    width: 17%;
  }
  .contact_icon2 img {
    width: 21%;
  }

  .logobtn,
  .logobtn2,
  .logobtn3 {
    width: 18%;
    border: 3px solid #f2f2f2;
  }
}

@media only screen and (max-width: 425px) {
  .sctn1Bnnr2txt {
    top: 12%;
    left: 59%;
  }

  .carousel-indicators .active {
    width: 4px;
    height: 4px;
  }

  .carousel-indicators [data-bs-target] {
    width: 4px;
    height: 4px;
  }

  .sctn1Bnnr2hd {
    left: 27.9%;
  }

  .sctn1Bnnr2cont h3 {
    font-size: 3.6vw;
  }

  .sctn2 {
    width: 85%;
  }

  .sctn2Txt h3 {
    font-size: 5vw;
  }

  .sctn2Txt button {
    font-size: 2.1vw;
  }

  .sctn3hd,
  .sectpathHd {
    font-size: 5vw;
  }

  .sctn3DtBtn {
    margin-top: 3%;
  }

  .sctn3DtBtn button {
    font-size: 2.6vw;
  }

  .owl-carousel .owl-nav .owl-prev:before,
  .owl-carousel .owl-nav .owl-next:before {
    font-size: 8vw;
  }

  /* .owl-carousel .owl-nav .owl-next:before {
    right: -10%;
  }

  .owl-carousel .owl-nav .owl-prev:before {
    left: -10%;
  } */

  .bksectinnrtxt h3 {
    margin-bottom: 0%;
  }

  .bksectinnrtxt a {
    font-size: 2.7vw;
  }

  .sctn3DtBtn a {
    font-size: 2.5vw;
  }

  .sctn2Content1 {
    font-size: 2.7vw;
  }
  .sctn2Content1 {
    font-size: 2.7vw;
  }

  .tutsect h2 {
    font-size: 5vw;
  }

  .tutsectbox {
    height: 140px;
  }

  .sblgcrdtxt h1,
  .content_container h1,
  .companyNotes h1 {
    font-size: 4.1vw;
  }

  .blgttl,
  .scholarship_card a,
  .course-details h2,
  .scholarship_section h2,
  .entrance_section h2,
  .scontainer h2,
  .content_container h2,
  .sblgcrdtxt h2,
  .companydetailsHd,
  .companyNotes h2 {
    font-size: 4.2vw;
  }

  .course-details h4,
  .content_container h4,
  .entrance_section h4 {
    font-size: 3.5vw;
  }

  .sblgcrdtxt h3,
  .sectpathImgs h3,
  .content_container h3,
  .companyNotes h3 {
    font-size: 3.55vw;
  }

  .sblgcrdtxt h4,
  .companyNotes h4 {
    font-size: 3.3vw;
  }

  .sblgcrdtxt h5,
  .tutorial-slide,
  .content_container h5,
  .companyNotes h5 {
    font-size: 3.05vw;
  }

  .sblgcrdtxt h6,
  .content_container h6,
  .companyNotes h6 {
    font-size: 2.8vw;
  }

  .blgbd,
  .sblgcrdtxt p,
  .course-details p,
  .course-details ul li,
  .scholarship_section p,
  .scholarship_section ul li,
  .entrance_section p,
  .entrance_section ul li,
  .entrance_section ol li,
  .sblgcrdtxt ul li,
  .blgflxulmr2,
  .sblgcrdtxt ol li,
  .companyNotes p,
  .companyNotes ul li,
  .companyNotes ol li,
  .news-table tr th,
  .news-table tr td,
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p,
  .sctn2Txt p {
    font-size: 3.3vw;
  }

  .short-info {
    font-size: 3.5vw;
  }

  .scholar_sidebar h6::after,
  .course_details_sidebar h6::after,
  .blog_post h6::after,
  .blog_categories h6::after {
    width: 9%;
    left: 6px;
    bottom: 0;
  }

  .pagingBoxContInner {
    width: 100%;
    margin: 0 0;
  }

  .ctnbtn,
  .blgflxulmr,
  .blgflxulmr svg {
    font-size: 3.1vw;
  }

  #page_navigation a {
    font-size: 3vw;
    height: 35px;
    width: 35px;
  }

  .blgflx1 {
    /* height: 200px; */
    width: 100%;
  }

  .blgflx2 p {
    line-height: 1;
  }

  .ctnbtn {
    margin: 2% 0 1% 0;
  }

  .blgcrd {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .blgflx2 {
    width: 100%;
    padding: 2% 3%;
  }

  .scholar_sidebar h6,
  .course_details_sidebar h6,
  .blog_post h6,
  .blog_categories h6,
  .newspost h6,
  .newscategories h6 {
    font-size: 3.7vw;
  }

  .single_blog_txt,
  .single-news-txt {
    font-size: 3.1vw;
    padding: 1% 0 0.5% 2%;
  }

  /* .newsinnr {
        width: 75%;
    } */
  .blg,
  .news {
    width: 94%;
  }
  /* 
  .news-table tr th,
  .news-table tr td {
    font-size: calc(1.35vw + 1.35vh);
  } */
  .sctn2Txt a {
    font-size: calc(0.8vw + 0.8vh);
  }
  .bksectinnrtxt {
    padding: 17% 3% 17%;
  }
  .bksectinnrtxt h3 {
    font-size: 4vw;
  }

  .pdlft {
    padding-left: 1%;
  }

  .pdrgt {
    padding-right: 1%;
  }

  .newsinnr {
    width: 80%;
  }

  .newsbutton a {
    font-size: calc(1.3vw + 1.3vh);
  }
}

@media only screen and (max-width: 390px) {
  .logo {
    width: 45%;
  }
  .sctn1Bnnr2hd {
    left: 27.8%;
  }

  .sctn3DtBtn button {
    font-size: 2.7vw;
  }

  .sctn4btn a,
  .nav_tut_btn,
  .tutsectbtn a {
    padding: 0.5% 5% 1.3%;
    font-size: calc(0.95vw + 0.95vh);
  }

  .sharebtnicn img {
    width: 7%;
  }

  .sharebtnscl span {
    font-size: calc(1.1vw + 1.1vh);
  }

  .blgflxulmr2 svg {
    font-size: 3vw;
  }

  .counselingsectionname h3 {
    font-size: 16px;
  }

  .career-path p {
    font-size: 10px;
  }

  .path h4 {
    font-size: 14px;
  }

  .path p {
    font-size: 11px;
  }
}

@media only screen and (max-width: 375px) {
  /* .blgttl {
        font-size: 3.5vw;
    }

    .blgbd {
        font-size: 3.3vw;
    }

    .ctnbtn,
    .blgflxulmr,
    .blgflxulmr svg {
        font-size: 3vw;
    } */
  .sctn4btn a,
  .nav_tut_btn,
  .tutsectbtn a {
    font-size: calc(1.1vw + 1.1vh);
  }
  .newsinnr {
    width: 90%;
  }

  .sctn2Content1 {
    font-size: 3vw;
  }

  .sctn2Txt a {
    font-size: calc(1vw + 1vh);
  }

  .sctn3Cont h5 {
    font-size: calc(1.5vw + 1.5vh);
  }
  .sctn3Cont p {
    font-size: calc(1.3vw + 1.25vh);
  }
  .sctn3DtBtn a {
    font-size: 2.7vw;
  }
  .news-table tr th,
  .news-table tr td,
  .companyNotes h3,
  .companyNotes p,
  .sharebtndt p {
    font-size: calc(1.25vw + 1.25vh);
  }

  .sharebtnscl span {
    font-size: calc(1.3vw + 1.3vh);
  }

  .our-vision h2,
  .about-section h2,
  .offerings h2,
  .why-choose-us h2,
  .community h2,
  .abtcntct h2,
  .abtcmmt h2,
  .social-media h2 {
    font-size: calc(1.5vw + 1.5vh);
  }

  .logobtn,
  .logobtn2,
  .logobtn3 {
    width: 20%;
  }
}

@media only screen and (max-width: 360px) {
  .logo {
    width: 43%;
  }

  .blog-separator-background-color {
    margin: 0 4px;
  }

  .sctn1Bnnr2hd {
    left: 27.7%;
  }

  .sctn1Bnnr2txt1,
  .sctn1Bnnr2txt2 {
    /* font-size: calc(0.85vw + 0.85vh); */
    width: 65px;
  }

  .sctn2Txt button {
    font-size: 2.5vw;
  }

  .bksectinnrtxt a {
    font-size: 2.8vw;
  }
  .sblgcrdtxt h1,
  .companyNotes h1 {
    font-size: 4.35vw;
  }

  .sblgcrdtxt h1,
  .content_container h1,
  .companyNotes h1 {
    font-size: 4.35vw;
  }

  .blgttl,
  .scholarship_card a,
  .course-details h2,
  .scholarship_section h2,
  .entrance_section h2,
  .scontainer h2,
  .content_container h2,
  .sblgcrdtxt h2,
  .companydetailsHd,
  .companyNotes h2 {
    font-size: 4.5vw;
  }

  .course-details h4,
  .content_container h4,
  .entrance_section h4 {
    font-size: 3.8vw;
  }

  .blgflxulmr2 svg {
    font-size: 3.3vw;
  }

  .sblgcrdtxt h3,
  .sectpathImgs h3,
  .content_container h3,
  .companyNotes h3 {
    font-size: 3.85vw;
  }

  .sblgcrdtxt h4,
  .companyNotes h4 {
    font-size: 3.6vw;
  }

  .sblgcrdtxt h5,
  .tutorial-slide,
  .content_container h5,
  .companyNotes h5 {
    font-size: 3.45vw;
  }

  .sblgcrdtxt h6,
  .content_container h6,
  .companyNotes h6 {
    font-size: 3.2vw;
  }

  .blgbd,
  .sblgcrdtxt p,
  .course-details p,
  .course-details ul li,
  .scholarship_section p,
  .scholarship_section ul li,
  .entrance_section p,
  .entrance_section ul li,
  .entrance_section ol li,
  .sblgcrdtxt ul li,
  .blgflxulmr2,
  .sblgcrdtxt ol li,
  .companyNotes p,
  .companyNotes ul li,
  .companyNotes ol li,
  .news-table tr th,
  .news-table tr td,
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p,
  .sctn2Txt p {
    font-size: 3.6vw;
  }

  .short-info {
    font-size: 3.8vw;
  }

  #page_navigation a {
    font-size: 3.2vw;
  }

  .ctnbtn,
  .blgflxulmr,
  .blgflxulmr svg {
    font-size: 3.6vw;
  }

  .scholar_sidebar h6,
  .course_details_sidebar h6,
  .blog_post h6,
  .blog_categories h6,
  .newspost h6,
  .newscategories h6 {
    font-size: 4vw;
  }

  .single_blog_txt,
  .single-news-txt {
    font-size: 3.5vw;
  }

  /* .newsinnr {
        width: 85%;
    } */
}

@media only screen and (max-width: 320px) {
  .logo {
    width: 55%;
  }

  .sctn4btn a,
  .nav_tut_btn,
  .tutsectbtn a {
    padding: 0.5% 5% 1%;
    font-size: calc(1.4vw + 1.4vh);
  }

  .sctn2Txt a {
    padding: 0.5% 5% 1%;
    font-size: calc(1.4vw + 1.4vh);
  }
  .carousel-indicators .active {
    width: 3px;
    height: 3px;
  }

  .carousel-indicators [data-bs-target] {
    width: 3px;
    height: 3px;
  }

  .sctn1Bnnr2hd {
    left: 27.2%;
  }

  .sctn2Txt h3 {
    font-size: 7vw;
  }

  .sctn2Txt button {
    font-size: 2.8vw;
  }

  .sctn3hd,
  .sectpathHd {
    font-size: 7vw;
  }

  .sctn3DtBtn button {
    font-size: 2.8vw;
  }

  .bksectinnrtxt {
    padding: 13% 5% 13%;
  }

  .bksectinnrtxt h3 {
    font-size: 4vw;
  }

  .bksectinnrtxt a {
    font-size: 3vw;
  }

  .blgflxulmr2 svg {
    font-size: 3.5vw;
  }

  .tutsect h2 {
    font-size: 6.5vw;
  }

  .tutsectbox {
    height: 115px;
    width: 100%;
  }
  .sblgcrdtxt h1,
  .content_container h1,
  .companyNotes h1 {
    font-size: 4.55vw;
  }

  .blgttl,
  .scholarship_card a,
  .course-details h2,
  .scholarship_section h2,
  .entrance_section h2,
  .scontainer h2,
  .content_container h2,
  .sblgcrdtxt h2,
  .companydetailsHd,
  .companyNotes h2 {
    font-size: 4.7vw;
  }

  .course-details h4,
  .content_container h4,
  .entrance_section h4 {
    font-size: 4vw;
  }

  .blog-separator-background-color {
    margin: 0 3px;
  }

  .sblgcrdtxt h3,
  .sectpathImgs h3,
  .content_container h3,
  .companyNotes h3 {
    font-size: 4.05vw;
  }

  .sblgcrdtxt h4,
  .companyNotes h4 {
    font-size: 3.8vw;
  }

  .sblgcrdtxt h5,
  .tutorial-slide,
  .content_container h5,
  .companyNotes h5 {
    font-size: 3.55vw;
  }

  .sblgcrdtxt h6,
  .content_container h6,
  .companyNotes h6 {
    font-size: 3.3vw;
  }

  .blgbd,
  .sblgcrdtxt p,
  .course-details p,
  .course-details ul li,
  .scholarship_section p,
  .scholarship_section ul li,
  .entrance_section p,
  .entrance_section ul li,
  .entrance_section ol li,
  .sblgcrdtxt ul li,
  .blgflxulmr2,
  .sblgcrdtxt ol li,
  .companyNotes p,
  .companyNotes ul li,
  .companyNotes ol li,
  .news-table tr th,
  .news-table tr td,
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p,
  .sctn2Txt p {
    font-size: 3.9vw;
  }

  .short-info {
    font-size: 4.1vw;
  }

  .sharebtnscl span {
    font-size: calc(1.6vw + 1.6vh);
    margin-left: 0px;
  }

  .sharebtnicn img {
    width: 9%;
  }

  .ctnbtn,
  .blgflxulmr,
  .blgflxulmr svg {
    font-size: 3.9vw;
  }

  #page_navigation a {
    font-size: 3.5vw;
  }

  .blgflx1 {
    /* height: 180px; */
  }

  .scholar_sidebar h6,
  .course_details_sidebar h6,
  .blog_post h6,
  .blog_categories h6,
  .newspost h6,
  .newscategories h6 {
    font-size: 4.1vw;
  }

  .single_blog_txt,
  .single-news-txt {
    font-size: 3.65vw;
  }

  .newsinnr {
    width: 90%;
  }

  /* .news-table tr th,
    .news-table tr td {
        font-size: 4vw;
    } */
  .abtcontinnr {
    width: 85%;
  }

  /* .qklink h5,
  .learnLink h5 {
    font-size: calc(1.2vw + 1.2vh);
  } */

  .qklink a,
  .learnLink a {
    font-size: calc(1.1vw + 1.1vh);
  }

  .subscribeform input[type="email"] {
    padding: 4px 5px 2px;
  }

  .subscribeform input[type="submit"] {
    padding: 5px 0 2px;
  }

  .ftrlogo {
    width: 50%;
  }

  .scpltfrm {
    margin: 0% 0 4%;
  }

  .scpltfrm a svg {
    font-size: calc(1.8vw + 1.8vh);
  }

  .contact_block p {
    font-size: calc(1.3vw + 1.3vh);
  }
  .contact_block h4 {
    font-size: calc(1.6vw + 1.6vh);
  }
  .contact_form_section h3 {
    font-size: calc(1.6vw + 1.6vh);
  }
  .form_block .form_field,
  .form_block textarea.form_field,
  .clv_btn,
  .clv_btn:focus {
    font-size: calc(1.3vw + 1.3vh);
  }

  .our-vision h2,
  .about-section h2,
  .offerings h2,
  .why-choose-us h2,
  .community h2,
  .abtcntct h2,
  .abtcmmt h2,
  .social-media h2 {
    font-size: calc(1.75vw + 1.75vh);
  }

  .ftrbtmRight p,
  .ftrbtmRes a {
    font-size: calc(1.2vw + 1.2vh);
  }

  .ftrbtm {
    padding: 3% 1%;
  }

  .subscribe h3 {
    font-size: calc(1.5vw + 1.5vh);
  }

  .subscribe p {
    font-size: calc(1.2vw + 1.2vh);
  }

  .subscribeform input[type="email"],
  .subscribeform input[type="submit"] {
    font-size: calc(0.95vw + 0.95vh);
  }

  .logobtn,
  .logobtn2,
  .logobtn3 {
    width: 22%;
    border: 2px solid #f2f2f2;
  }

  .logobtn.active,
  .logobtn2.active,
  .logobtn3.active {
    border: 2px solid #301934;
  }

  .offering h3 {
    font-size: calc(1.5vw + 1.5vh);
  }
}

@media only screen and (max-width: 300px) {
  .sblgcrdtxt h1,
  .content_container h1,
  .companyNotes h1 {
    font-size: 4.85vw;
  }

  .blgttl,
  .scholarship_card a,
  .course-details h2,
  .sblgcrdtxt h2,
  .scholarship_section h2,
  .entrance_section h2,
  .scontainer h2,
  .content_container h2,
  .companydetailsHd,
  .companyNotes h2 {
    font-size: 5vw;
  }

  .course-details h4,
  .content_container h4,
  .entrance_section h4 {
    font-size: 4.3vw;
  }

  .sblgcrdtxt h3,
  .sectpathImgs h3,
  .content_container h3,
  .companyNotes h3 {
    font-size: 4.35vw;
  }

  .sblgcrdtxt h4,
  .companyNotes h4 {
    font-size: 4.1vw;
  }

  .sblgcrdtxt h5,
  .tutorial-slide,
  .content_container h5,
  .companyNotes h5 {
    font-size: 3.85vw;
  }

  .sblgcrdtxt h6,
  .content_container h6,
  .companyNotes h6 {
    font-size: 3.6vw;
  }

  .blgbd,
  .sblgcrdtxt p,
  .course-details p,
  .course-details ul li,
  .scholarship_section p,
  .scholarship_section ul li,
  .entrance_section p,
  .entrance_section ul li,
  .entrance_section ol li,
  .sblgcrdtxt ul li,
  .blgflxulmr2,
  .sblgcrdtxt ol li,
  .companyNotes p,
  .companyNotes ul li,
  .companyNotes ol li,
  .news-table tr th,
  .news-table tr td,
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p,
  .sctn2Txt p {
    font-size: 4.2vw;
  }

  .short-info {
    font-size: 4.4vw;
  }

  .ctnbtn,
  .blgflxulmr,
  .blgflxulmr svg {
    font-size: 4.1vw;
  }

  #page_navigation a {
    font-size: 3.7vw;
    padding: 0.5% 1% 1%;
  }

  .scholar_sidebar h6,
  .course_details_sidebar h6,
  .blog_post h6,
  .blog_categories h6,
  .newspost h6,
  .newscategories h6 {
    font-size: 4.3vw;
  }

  .single_blog_txt,
  .single-news-txt {
    font-size: 3.85vw;
  }
}

@media only screen and (max-width: 280px) {
  .logo {
    width: 60%;
  }
  .sctn2Txt button {
    font-size: 3vw;
  }

  .sctn3DtBtn button {
    font-size: 3vw;
  }

  .bksectinnrtxt {
    padding: 10% 0% 10%;
  }

  .bksectinnrtxt h3 {
    font-size: 4.2vw;
  }

  .bksectinnrtxt a {
    font-size: 3.2vw;
  }

  .sblgcrdtxt h1,
  .content_container h1,
  .companyNotes h1 {
    font-size: 5.15vw;
  }

  .blgttl,
  .scholarship_card a,
  .course-details h2,
  .sblgcrdtxt h2,
  .scontainer h2,
  .content_container h2,
  .scholarship_section h2,
  .entrance_section h2,
  .companydetailsHd,
  .companyNotes h2 {
    font-size: 5.3vw;
  }

  .course-details h4,
  .content_container h4,
  .entrance_section h4 {
    font-size: 4.6vw;
  }

  .sblgcrdtxt h3,
  .sectpathImgs h3,
  .content_container h3,
  .companyNotes h3 {
    font-size: 4.65vw;
  }

  .sblgcrdtxt h4,
  .companyNotes h4 {
    font-size: 4.4vw;
  }

  .sblgcrdtxt h5,
  .tutorial-slide,
  .content_container h5,
  .companyNotes h5 {
    font-size: 4.15vw;
  }

  .sblgcrdtxt h6,
  .content_container h6,
  .companyNotes h6 {
    font-size: 3.9vw;
  }

  .blgbd,
  .sblgcrdtxt p,
  .course-details p,
  .course-details ul li,
  .scholarship_section p,
  .scholarship_section ul li,
  .entrance_section p,
  .entrance_section ul li,
  .entrance_section ol li,
  .sblgcrdtxt ul li,
  .sblgcrdtxt ol li,
  .blgflxulmr2,
  .companyNotes p,
  .companyNotes ul li,
  .companyNotes ol li,
  .news-table tr th,
  .news-table tr td,
  .abt-intro,
  .our-vision p,
  .about-section p,
  .offerings p,
  .why-choose-us p,
  .community p,
  .abtcntct p,
  .abtcmmt p,
  .content_container p,
  .content_container ul li,
  .social-media p,
  .sctn2Txt p {
    font-size: 4.6vw;
  }

  .short-info {
    font-size: 4.8vw;
  }

  .ctnbtn,
  .blgflxulmr,
  .blgflxulmr svg {
    font-size: 4.4vw;
  }

  #page_navigation a {
    font-size: 3.9vw;
  }

  .blgflx1 {
    /* height: 160px; */
  }

  .scholar_sidebar h6,
  .course_details_sidebar h6,
  .blog_post h6,
  .blog_categories h6,
  .newspost h6,
  .newscategories h6 {
    font-size: 4.5vw;
  }

  .single_blog_txt,
  .single-news-txt {
    font-size: 4.2vw;
  }

  .newsinnr {
    width: 100%;
  }

  /* .news-table tr th,
    .news-table tr td {
        font-size: 4.4vw;
    } */
}
