@media only screen and (max-width: 1800px) {
  .best_inner .best_img {
    width: 800px;
  }
}

@media only screen and (max-width: 1600px) {
  .campus_inner .campus {
    padding-left: 160px;
  }

  .campus_inner .alumni {
    padding-right: 160px;
  }

  .best_inner .best_img {
    width: 720px;
  }

  .upcoming_event_inner .title {
    padding-left: 25%;
  }
}

@media only screen and (max-width: 1400px) {
  .img_slider .owl-carousel img {
    height: 700px;
  }

  .upcoming_event_inner .title {
    padding-left: 32%;
  }

  .courses_inner .course_box .box {
    top: 51%;
  }

  .owl-nav span {
    padding: 5px 13px;
  }

  .course .owl-next {
    right: -50px;
  }

  .course .owl-prev {
    left: -50px;
  }

  .upcoming_event_inner .owl-prev {
    right: -85%;
  }

  .campus_inner .campus {
    padding-left: 70px;
  }

  .campus_inner .alumni {
    padding-right: 70px;
  }

  .up_box h4 {
    font-size: 20px;
  }

  .best_inner .best_img {
    width: 650px;
  }

  .title h2 {
    font-size: 38px;
  }

  .best_inner .best_img {
    width: 650px;
  }

  /* .img_slider .left_text {
    left: 80px;
  } */

  .testimonail_inner {
    padding: 0;
  }

  .service_box {
    padding: 30px;
  }

  .service_content2 h5 {
    font-size: 19px;
  }

  .about_univarsity_inner .about_image_up {
    height: 430px;
  }

  .about_univarsity_inner .center_img {
    align-items: normal;
  }

  .course_details_inner .right_side .img_box img {
    height: 414px;
  }
}

@media screen and (max-width: 1366px) {
  .courses_inner .course_box .box {
    top: 47%;
  }

  .best_inner .best_text .faclity ul li .icon_part {
    width: 146px;
    height: 76px;
  }

  .best_inner .best_img {
    width: 610px;
    height: 610px;
  }

  .courses_inner .course_box .img_part img {
    height: 203px;
  }
}

@media only screen and (max-width: 1200px) {
  .up_bar .left {
    width: 410px;
  }

  .up_bar .right {
    width: calc(100% - 410px);
  }

  .img_slider .img_slider .owl-carousel img {
    height: 620px;
  }

  .courses_inner .course_box .box {
    top: 47%;
  }

  .upcoming_event_inner .owl-prev {
    right: -760px;
  }

  .best_inner .best_img {
    width: 580px;
  }

  .courses_inner .course_box p {
    font-size: 15px;
  }

  .courses_inner .course_text {
    padding: 25px;
  }

  .best_inner .best_text .faclity ul li .icon_part {
    height: 65px;
    margin-right: 25px;
  }

  .loder_inner .loder_box h1 {
    font-size: 40px;
  }

  .loder_inner .loder_box .icon {
    margin-right: 20px;
  }

  .upcoming_event_inner .img_part {
    display: none;
  }

  .upcoming_event_inner .blank_bg_part {
    left: 0;
  }

  .upcoming_event_inner .title {
    padding: 0;
  }

  .upcoming_event_box .time_location .location {
    font-size: 15px;
  }

  .upcoming_event_box .time_location .time {
    font-size: 15px;
  }

  .upcoming_event_inner {
    height: 650px;
  }

  .story_inner .student_story_box .text h4 {
    font-size: 20px;
  }

  .loder_inner p {
    font-size: 14px;
  }

  .best_inner .best_img {
    top: 15px;
  }

  .best_inner .best_img {
    width: 500px;
  }

  .footer-p {
    font-size: 14px;
  }

  .part_text h4 {
    font-size: 14px;
  }

  .blog_box p {
    font-size: 14px;
  }

  .blog_box h3 {
    font-size: 20px;
  }

  .up_blog_box h2 {
    font-size: 25px;
  }

  .about_univarsity_inner .about_image_up {
    height: 360px;
  }

  .title h2 {
    font-size: 30px;
  }

  .about_univarsity_inner .text_part .p {
    font-size: 13px;
  }

  .courses_inner .course_box .img_part img {
    height: 174px;
  }

  .course_details_inner .right_side .img_box img {
    height: 346px;
  }

  .up_box h6,
  .up_box i,
  .up_box h4 {
    font-size: 16px;
  }


}

@media screen and (max-width: 1199px) {
  .courses_inner .course_box .box {
    top: 42%;
  }

  .seat_inner {
    height: 570px;
  }

  .testimonial_slider .testimonial_box {
    height: 100%;
  }

  .courses_inner .course_box .box {
    width: 120px;
    padding: 5px 0;
  }

  .img_slider .left_text h1 {
    font-size: 50px;
  }

  .breadcumb_area {
    min-height: 270px;
  }

  .footer_inner h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .down_bar .link_side {
    display: none;
  }

  .mobile_slidebar {
    display: block;
    height: 100vh;
    width: 40%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 3000;
    /* padding: 30px 20px; */
    transform: translateX(500px);
    transition: 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .mobile_slidebar .logo {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
  }

  .mobile_slidebar .logo img {
    width: 50px;
  }

  .mobile_slidebar ul {
    margin-bottom: 50px;
    padding: 0 30px;
  }

  .mobile_slidebar ul li {
    margin-bottom: 20px;
  }

  .mobile_slidebar .main_btn {
    padding: 15px;
  }

  .mobile_slidebar ul li a {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
  }

  .mobile_overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(5px);
    transition: 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .activeslidebar {
    transform: translateX(0);
  }

  .activeover {
    opacity: 1;
    visibility: visible;
  }

  .story_inner .student_story_box {
    margin-bottom: 30px;
  }

  .blog_box {
    margin-bottom: 30px;
  }

  .down_bar ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .humburger {
    display: block;
    position: relative;
    cursor: pointer;
  }

  .humburger i {
    font-size: 30px;
  }

  .owl-nav {
    display: none;
  }

  .img_slider .left_text h1 {
    font-size: 45px;
  }

  .img_slider .left_text p {
    font-size: 11px;
    margin-bottom: 25px;
  }

  .img_slider .owl-carousel img {
    height: 480px;
  }

  .img_slider .main_btn {
    padding: 10px 20px;
  }

  .about_inner {
    background-size: 50%;
  }

  .about_inner .img_part {
    margin-bottom: 30px;
  }

  .courses_inner .course_box .box {
    top: 46%;
    width: 130px;
  }

  .courses_inner .course_box .box i {
    margin-right: 10px;
  }

  .about_inner .text_part h2 {
    font-size: 38px;
  }

  .about_inner .text_part p {
    font-size: 14px;
  }

  .loder_inner .bod {
    border-bottom: 1px dashed #1e1e1e;
  }

  .footer_inner .link_foot {
    padding: 0;
  }

  .footer_inner .footer_box {
    margin-bottom: 50px;
  }

  .campus_inner .campus {
    padding: 7%;
  }

  .campus_inner .alumni {
    padding: 7%;
  }

  .campus_inner .up_diraction {
    display: flex;
    flex-direction: column-reverse;
  }

  .about_univarsity_inner .img_part .experience_box {
    left: 150px;
  }

  .team_inner .team_box {
    margin-bottom: 30px;
  }

  .best_inner .best_img {
    display: none;
  }

  .service_content2 h5 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .icon_part h6 {
    display: none;
  }

  .best_inner .best_text .faclity ul li .icon_part {
    width: 90px;
  }

  .upcoming_event_inner .title {
    margin-bottom: 50px;
  }

  .loder_inner .smbordar {
    border-right: 0;
  }

  .loder_inner .borderb {
    border-bottom: 0;
  }

  .footer_bottom p {
    font-size: 14px;
  }

  .footer_bottom ul {
    gap: 20px;
    font-size: 14px;
  }

  .breadcumb_area {
    min-height: 250px;
  }

  .about_univarsity_inner .about_image_up {
    height: 430px;
  }

  .about_univarsity_inner .center_img {
    align-items: center;
  }

  .courses_inner .course_box .img_part img {
    height: 196px;
  }

  .course_details_inner .right_side .img_box img {
    height: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .up_bar .left {
    width: 350px;
  }

  .up_bar .right {
    width: calc(100% - 350px);
  }
}

@media only screen and (max-width: 767px) {
  .up_bar .container {
    max-width: 757px;
    margin: 0;
    padding: 0;
  }

  .up_bar .left {
    width: 290px;
  }

  .up_bar .right {
    width: calc(100% - 290px);
  }

  header .fool_part {
    gap: 20px;
    font-size: 13px;
  }

  header .icon_part {
    gap: 10px;
    font-size: 15px;
    padding-left: 40px;
  }

  .mobile_slidebar {
    width: 55%;
  }

  .best_inner .best_text .faclity ul li .icon_part {
    height: 75px;
    width: 170px;
  }

  .seat_inner h2 {
    font-size: 45px;
  }

  .seat_inner p {
    font-size: 12px;
  }

  .about_inner .img_part img {
    height: 350px;
    width: 100%;
    object-fit: cover;
  }

  .upcoming_event_inner .img_part {
    width: 100%;
  }

  .upcoming_event_inner .title {
    padding-left: 0;
  }

  .footer_bottom ul {
    font-size: 10px;
  }

  .footer_bottom .p {
    font-size: 10px;
  }

  .breadcumb_area {
    min-height: 200px;
  }

  .breadcrumb_title h4 {
    font-size: 25px;
  }

  .about_univarsity_inner .img_part .experience_box {
    left: 0;
    right: 0;
    margin: auto;
    width: 170px;
    padding: 20px;
  }

  .about_univarsity_inner .img_part .experience_box h4 {
    font-size: 30px;
  }

  .about_univarsity_inner .img_part .experience_box p {
    font-size: 14px;
  }

  .course_details_inner .right_side .Instructor_part .instruter_team ul li {
    margin-bottom: 20px;
  }

  .up_box .line {
    display: none;
  }

  .tag_part .tag ul {
    gap: 10px;
  }

  .tag_part .tag ul li {
    padding: 5px 10px;
  }

  .tag_part .social ul {
    gap: 15px;
  }

  .piro {
    font-size: 13px;
  }

  .tag {
    margin-bottom: 20px;
  }

  .right_side .down_box .up_btn ul li a {
    padding: 10px 25px;
  }

  .service_box {
    padding: 20px;
  }

  .service_content2 h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .con {
    max-width: 740px !important;
  }

  .courses_inner .course_text {
    padding: 18px;
  }

  .courses_inner .course_box p {
    font-size: 13px;
  }

  .courses_inner .course_box .box {
    top: 40%;
    padding: 7px 0;
  }

  .courses_inner .course_box .box h6 {
    font-size: 14px;
  }

  .courses_inner .course_box .box {
    top: 43%;
    width: 110px;
  }

  .seat_inner {
    height: 100%;
    padding: 30px 0;
  }

  .upcoming_event_box h4 {
    font-size: 15px;
  }

  .same_section {
    margin: 70px 0 0 0;
  }

  .testimonial_slider .testimonial_box .semicolan-img img {
    height: 50px;
    width: 50px;
  }

  .testimonial_slider .testimonial_box p {
    font-size: 13px;
  }

  .story_inner .student_story_box .text {
    text-align: center;
  }

  .courses_inner .course_box .course_section_box {
    top: 58%;
  }

  .smallscreen {
    margin-bottom: 20px;
  }

  .upcoming_event_inner .upcoming_event_box {
    height: 100%;
  }

  .associate_inner .warp_logo {
    justify-content: center;
  }

  .associate_inner .warp_logo .associate_partner_box {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .about_univarsity_inner .about_image_up {
    height: 390px;
  }

  .courses_inner .course_box .img_part img {
    height: 144px;
  }
}

@media only screen and (max-width: 600px) {
  .courses_inner .course_box .box {
    top: 58%;
  }

  .courses_inner .course_box .img_part img {
    height: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .img_slider .owl-carousel img {
    height: 400px;
  }

  .img_slider .main_btn {
    padding: 10px 15px;
    font-size: 12px;
  }

  .img_slider .left_text h1 {
    font-size: 28px;
  }

  .img_slider .left_text p {
    font-size: 12px;
  }

  .up_bar .left {
    width: 200px;
    height: 35px;
  }

  .up_bar .right {
    width: calc(100% - 200px);
    height: 35px;
  }

  .up_bar .right::after {
    height: 82px;
    left: -35px;
  }

  header .fool_part {
    padding: 9px;
    font-size: 11px;
  }

  .logo_side img {
    height: 40px;
    width: 40px;
    object-fit: contain;
  }

  .about_inner {
    background-size: 65%;
  }

  .about_inner .text_part h2 {
    font-size: 30px;
  }

  .about_inner .text_part p {
    font-size: 14px;
  }

  .img_slider {
    margin-top: 48px;
  }

  .mobile_slidebar {
    width: 71%;
  }

  .courses_inner {
    padding: 20px 0;
    background-size: 65%;
  }

  .title h5 {
    font-size: 20px;
  }

  .loder_inner .bod {
    border-right: 0px;
  }

  .loder_inner .borderb {
    border-bottom: 1px dashed #000;
  }

  .title h2 {
    font-size: 28px;
  }

  .courses_inner .course_box .box {
    width: 130px;
    top: 66%;
  }

  .best_inner .best_text .faclity ul li {
    flex-direction: column;
    align-items: flex-start;
  }

  .best_inner .best_text .faclity ul li .icon_part {
    width: 75px;
    margin-bottom: 15px;
  }

  .best_inner .best_text .faclity ul li {
    margin-bottom: 45px;
  }

  .testimonail_inner {
    padding: 20px 0;
    background-size: 65%;
  }

  .seat_inner h2 {
    font-size: 38px;
  }

  .seat_inner p {
    font-size: 11px;
  }

  .upcoming_event_inner .title {
    margin-bottom: 30px;
  }

  .best_inner .best_text h2 {
    font-size: 35px;
  }

  .best_inner .best_text p {
    font-size: 13px;
  }

  .footer_bottom .p {
    margin-bottom: 10px;
  }

  .about_univarsity_inner .img_part .experience_box {
    padding: 20px 18px;
  }

  .breadcumb_area {
    margin-top: 48px;
  }

  .about_univarsity_inner .img_part .experience_box h4 {
    font-size: 30px;
  }

  .about_univarsity_inner .img_part .experience_box p {
    font-size: 13px;
  }

  .about_univarsity_inner .title h2 {
    font-size: 35px;
  }

  .team_title .title h2 {
    font-size: 25px;
  }

  .team_title .title {
    padding: 0 40px;
  }

  .campus_inner .text_part h3 {
    font-size: 30px;
  }

  .campus_inner .text_part p {
    font-size: 13px;
  }

  .up_box .img_Part {
    margin-bottom: 20px;
  }

  .right_side .down_box .up_btn ul li a {
    padding: 10px 15px;
  }

  .course_details_inner .right_side .down_box .up_btn ul {
    gap: 30px;
  }

  .service_content2 h5 {
    font-size: 26px;
    margin-bottom: 5px;
  }

  header .icon_part {
    padding-left: 25px;
  }

  .blog_box .text_part {
    padding: 20px;
  }

  .up_blog_box .up_box {
    padding: 0;
  }

  .up_blog_box .up_box h6 {
    font-size: 15px;
  }

  .about_univarsity_inner .about_image_up {
    height: 100%;
  }

  .about_univarsity_inner .img_part .experience_box {
    bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
  .courses_inner .course_box .box {
    top: 55%;
  }

  .footer_bottom {
    justify-content: center;
  }
}

@media screen and (max-width: 450px) {
  .up_bar .left {
    width: 150px;
  }

  .up_bar .right {
    width: calc(100% - 150px);
  }

  header .icon_part .icon {
    gap: 9px;
  }

  header .fool_part {
    gap: 13px;
  }

  header .fool_part i {
    margin-right: 10px;
  }

  .courses_inner .course_box .box {
    top: 52%;
  }
}

@media screen and (max-width: 425px) {
  .service_content2 h5 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .section_title h2 {
    font-size: 22px;
  }

  .section_title {
    margin-bottom: 20px;
  }

  .same_section {
    margin: 40px 0 0 0;
  }
}

@media only screen and (max-width: 400px) {
  .img_slider .owl-carousel img {
    height: 300px;
  }

  .up_blog_box h2 {
    font-size: 17px;
  }

  .img_slider .left_text h1 {
    font-size: 25px;
  }

  .img_slider .left_text p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .img_slider .main_btn {
    padding: 7px 10px;
    font-size: 10px;
  }

  header .fool_part {
    gap: 10px;
    font-size: 8px;
  }

  .up_bar .left {
    width: 150px;
  }

  .up_bar .right {
    width: calc(100% - 150px);
  }

  header .icon_part .icon {
    gap: 10px;
  }

  .mobile_slidebar ul li a {
    font-size: 15px;
  }

  .mobile_slidebar .main_btn {
    padding: 20px 15px;
  }

  .courses_inner .course_box .box {
    top: 49%;
  }

  .upcoming_event_box .time_location {
    font-size: 12px;
  }

  .upcoming_event_box h4 {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .upcoming_event_inner {
    height: 600px;
  }

  .blog_news_inner .blog_box .text_part {
    padding: 20px;
  }

  .about_univarsity_inner .title h2 {
    font-size: 25px;
  }

  .about_univarsity_inner .img_part .experience_box p {
    font-size: 10px;
  }

  .about_univarsity_inner .img_part .experience_box {
    padding: 13px;
  }

  .about_univarsity_inner .img_part .experience_box h4 {
    font-size: 25px;
  }

  .team_title .title {
    padding: 0 20px;
  }

  .course_details_inner .right_side .Instructor_part .instruter_team ul {
    justify-content: center;
  }

  .up_box .category_Part {
    margin-bottom: 20px;
  }

  .course_details_inner .right_side .review_part .img_part {
    flex-direction: column;
    align-items: flex-start;
  }

  .course_details_inner .right_side .review_part .img_part img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  header .icon_part {
    font-size: 12px;
  }

  .blog_box p {
    font-size: 12px;
  }

  .blog_box h3 {
    font-size: 19px;
  }

  .story_inner .student_story_box .text h4 {
    font-size: 14px;
  }

  .story_inner .student_story_box .text {
    padding: 15px;
  }

  .brand_inner {
    padding: 20px 0;
  }

  .piro {
    display: none;
  }
}

@media only screen and (max-width: 370px) {
  header .fool_part {
    gap: 5px;
  }

  .up_bar .left {
    width: 130px;
  }

  .up_bar .right {
    width: calc(100% - 130px);
  }

  .courses_inner .course_box .box {
    top: 47%;
  }

  .up_bar .right::after {
    height: 72px;
  }

  header .icon_part {
    padding-left: 12px;
  }

  .mobile_slidebar {
    width: 100%;
  }

  .about_univarsity_inner .img_part .experience_box {
    width: 140px;
  }
}

@media only screen and (max-width: 350px) {
  .courses_inner .course_box .box {
    top: 44%;
    padding: 5px 0;
  }

  .courses_inner .course_box .box h6 {
    font-size: 14px;
  }
}