@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    right: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 60px !important;
    height: 80vh;
    overflow-y: scroll;
}

  .small nav .sidebar>ul>li {
    padding: 10px;

  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }

  .small {
    display: block;
  }

  .small nav .logo img {
    width: 120px;
  }

  h1 {
    font-size: 55px;
    /* text-transform: uppercase; */
    font-weight: 600;
  }

  h2 {
    font-size: 45px;
    font-weight: 600;
  }

  p br {
    display: none;
  }


  /* home_sec1 */

  .home_banner .bg_img {
    padding: 137px 0;
    position: relative;
}

  .home_sec1 .heading {
    text-align: center;
  }

  .home_sec1 .heading h1 span {
    font-size: 19px;
  }

  .home_sec1 .heading h1 {
    font-size: 45px;
    margin-bottom: 15px;
  }

  .calculation_tools .calculation_tools_border {
    border-right: none;
  }

  /* application_process */

  .application_process .application_process_box {
    margin-bottom: 50px;
    height: auto !important;
  }


  /* pre_assessment_form */

  .pre_assessment_form form label {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
  }

  /* inner_service1 */

  .inner_service1 h2 {
    font-size: 45px;
  }
  .small .small_header_img img {
    width: 130px;
  }
	
	
  .video-banenr .over-lay {
    position: relative;
    top: 30%;
    left: 0;
    right: 0;
}

.home_banner h1 {
  font-size: 31px;
}
.video-banenr .over-lay p {
  color: #000;
  font-size: 22px;
}

.home_banner .heading{
  padding-top: 50px;
}
}

@media screen and (max-width: 767px) {
  section {
    padding: 60px 0px;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 38px;
    font-weight: 600;
  }


  /* home_banner */
  .home_banner img {
    width: 80px;
  }

  /* home_sec1 */
  .home_sec1 .heading h1 span {
    font-size: 18px;
  }

  .home_sec1 .heading h1 {
    font-size: 38px;
  }

  .calculation_tools .calculation_tools_border {
    text-align: center;
  }
  .calculation_tools .crs_calculator {
    text-align: center;
  }

  /* inner_service1 */

  .inner_service1 h2 {
    font-size: 38px;
  }

  .professional_fees .application_process_box2 .top_content2 {
    width: 100%;
  }
  .professional_fees .application_process_box2 {
    padding: 20px 20px;
  }

  /* inner_blog */
  .meta-top ul li a {
    color: #000;
    display: initial;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #5f656f;
    font-size: 15px;
    border-right: 1px solid #c9c9c96e;
    padding-right: 14px;
}

}

@media screen and (max-width: 567px) {}

@media screen and (max-width: 320px) {}