@media screen and (max-width: 992px) {
  /* ---------Moblie Menu------------- */
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
    background:rgb(46, 130, 169);
  }

  .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: 3px;
  }
  .small nav .menu iconify-icon {
    color: #fff;
    font-size: 38px;
  }

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

  .small.show .sidebar {
    bottom: 0;
  }
  .small nav .sidebar > ul {
    margin-top: 15px !important;
  }

  .small nav .sidebar > ul > li {
    padding: 10px;
  }
  .small nav .sidebar ul > li {
    border-bottom: 1px solid #ece4e4;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: 0px;
  }
  .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 0.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: #5da3c7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  .small .times iconify-icon {
    color: #fff;
    font-size: 24px;
  }
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 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;
  }
  .small {
    display: block;
  }
  /* ---------Moblie Menu------------- */
  /* ---------Moblie Call Action------------- */
  .mobile-fixed-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 111;
  }
  .call-btn {
    background-color: #086c9a;
    padding: 15px 50px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
  }
  .mobile-fixed-button {
    display: none;
  }
  .mobile-fixed-button .menu {
    display: block;
    justify-content: center;
  }
  /* ---------Moblie Call Action------------- */
  .top_ber{
    display: none;
  }
  #main_header{
    display: none;
  }
  .logo img {
    width: 155px;
  }
  ul.sub-menu-sm li {
    border-bottom: none !important;
  }
  ul.sub-menu-sm li a{
    font-size: 15px !important;
  }
  .banner_heading h1 {
    font-size: 40px;
    font-weight: 600;
    text-shadow: 20px 10px 10px rgba(0,0,0,0.3);
  }
  .branches_sec .heading {
    text-align: center;
  }
  .course_con .botom h4 {
    font-size: 22px;
    margin-bottom: 7px;
    color: var(--theme-color);
  }
  .heading h2 br{
    display: none;
  }

  .heading h3 br{
    display: none;
  }
  .get_call_sec .heading h3 {
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
  }
  footer .ft_gap_left {
    margin-left: 0;
  }
  footer ul.list-unstyled.ft_links li {
    margin-bottom: 8px;
    display: inline-block;
    width: 163px;
  }
  .galley_img img {
    transition: all 0.6s;
    height: 240px;
    object-fit: cover;
  }

  .ratting p br {
    display: none;
  }
  #why_us_sec_course .contented .top_img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: var(--theme-color);
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 5px !important;
  }
  .latest-news .contented .content {
    padding: 21px 13px;
    text-align: center;
  }
  .batches_con table tr th,td {
    font-size: 14px;
    font-weight: 400;
    padding: 2px;
  }
  .batches_con table tr th br{
    display: none;
  }
  .batches_con table tr td br{
    display: none;
  }
  footer{
    text-align: center;
  }
  footer .ft_links2 li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: center;
  }
  footer .ft_socail {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: center;
  }

  .small .menu{
    display: block;
  }
  
  .mobile-fixed-button .menu{
    display: block;
  }
  .mobile-fixed-button {
    display: flex;
  }
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .small nav {
    padding: 4px 0;
  }

  .small {
    display: block;
    padding: 5px 0;
  }
  .banner {
    margin-top: 40px;
  }
  .about_sec .heading {
    text-align: center;
  }
  .inner-page h1 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .inner_content {
    padding: 12px 12px;
    border-radius: 5px;
    background: #ffffff5c;
  }
  .inner-page {
    padding: 215px 0px 45px;
  }
  .inner-page ul li {
    font-size: 15px;
    margin: 0 2px;
    color: #000000;
    font-weight: 300;
  }
  .section-timeline .timeline li:nth-child(2n+1) .content {
    left: calc(100% + 20px);
  }
  .section-timeline .timeline li:nth-child(2n+1) {
    border-style: solid;
    border-width: 0px 1px 0px 0;
    left:50%;
    transform: translateX(50%);
    border-radius: 0 0 0px 0;
    box-shadow: 13px 0 15px -12px rgba(0, 0, 0, .3);
  }
  .section-timeline .timeline li:nth-child(2n) {
    left:50%;
    border-style: solid;
    border-width: 0px 0 0px 1px;
    transform: translateX(-50%);
    border-radius: 0 0 0 0px;
    box-shadow: -15px 0 15px -12px rgba(0, 0, 0, .5);
  }
  .section-timeline .timeline li {
    height: 275px;
    width: 2px;
    border-color: var(--theme-color);
  }
  .section-timeline .timeline {
    list-style: none;
    position: relative;
    margin: 85px 0;
    left: 50%;
    width: 90%;
  }
  .section-timeline .timeline .content {
    position: absolute;
    min-width: 327px;
    overflow: hidden;
    top: 0%;
    transform: translateY(-50%);
    max-height: 228px;
    background: url('../image/step.png') no-repeat;
    background-size: 100% 100%;
    padding: 34px;
  }
}

@media screen and (max-width: 767px) {
  .galley_img img {
    transition: all 0.6s;
    height: 150px;
    object-fit: cover;
  }
  .why_us_sec .contented {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    transition: all 0.6s;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  .why_us_sec .contented .top_img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: var(--theme-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px !important;
  }
  .why_us_sec .contented .top_img img {
    width: 35px;
  }
  .why_us_sec .contented .top_img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: var(--theme-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px !important;
  }
  .why_us_sec .contented .content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #1e1e1e;
    line-height: 21px;
  }
  #why_us_sec_course .contented .top_img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: var(--theme-color);
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 5px !important;
  }
  .certification_con {
    text-align: center;
    padding: 5px 6px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    transition: all 0.6s;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 1px solid #8e8e8e;
    transition: all 0.6s;
  }
  .certification_con .contents h5 {
    font-size: 14px;
  }
  .certification_con .contents h4 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .digital_sec {
    padding: 65px 0;
  }
  .accordion__title {
    font-size: 17px;
    cursor: pointer;
    margin-bottom: 8px;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    padding: 9px 30px 0px 0px;
  }
  .accordion__body p {
    font-size: 14px;
    line-height: 24px;
  }

  .section-timeline .timeline li:nth-child(2n+1) .content {
    left: calc(100% + -161px) !important;
  }
  .section-timeline .timeline li:nth-child(2n) .content {
    left: calc(100% + -161px) !important;
  }
  .section-timeline .timeline .content {
    position: absolute;
    min-width: 327px;
    overflow: hidden;
    top: 90%;
    transform: translateY(-50%);
    max-height: 228px;
    background: url('../image/step-m.png') no-repeat;
    background-size: 100% 100%;
    padding: 34px;
  }
  .section-timeline .timeline #content_left {
    background: url('../image/step-m.png') no-repeat;
    background-size: 100% 100%;
  }
  .contact-wrap {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: rgb(255, 255, 255);
    padding: 25px !important;
  }
  .ftco-section .heading {
    text-align: center;
  }
  .enquiry-form {
    padding: 18px;
  }
}

@media screen and (max-width: 567px) {
 
  .banner {
    background: url('../image/banner-sm.jpg') no-repeat center;
    background-size: cover;
    padding: 60px 0 130px;
  }
  .top_margin {
    margin-top: -100px;
  }
  .heading h2 {
    font-size: 33px;
    font-weight: 600;
    font-family: var(--theme-heading-font);
    margin-bottom: 15px;
    color: #282f41;
  }
  footer ul.list-unstyled.ft_links li {
    margin-bottom: 8px;
    display: inline-block;
    width: 163px;
  }
  .galley_img img {
    transition: all 0.6s;
    height: 135px;
    object-fit: cover;
  }
  .certification_con .certification_img img {
    width: 85px;
  }
  .banner_heading h1 span {
    display: block;
  }
  .banner_heading h4 {
    font-size: 20px;
    margin-bottom: 10px;
    max-width: 345px;
  }
  .logo img {
    width: 120px;
  }
  .small {
    display: block;
    padding: 2px 0;
  }
  .mobile-fixed-menu {
    display: flex;
    margin: 7px;
    background-color: #086c9ad6;
    padding: 4px;
    align-items: center;
    border-radius: 50px;
    justify-content: space-around;
    margin: 8px;
  }
  .mobile-fixed-button span {
    color: #fff;
    letter-spacing: 0;
  }
  .mobile-fixed-button a img {
    width: 27px;
    margin-right: 2px;
  }
  .mobile-fixed-button .menu iconify-icon {
    color: #fff;
    font-size: 30px;
  }
  .menu_sm{
    display: none;
  }
  .digital_marketing_bg {
    background: url('../image/digital-marketing-banner.jpg') no-repeat center;
    background-size: cover;
    background-position: 56% 56%;
  }
  .blog_bg {
    background: url('../image/blog-banner.jpg') no-repeat center;
    background-size: cover;
    background-position: 75% 50%;
  }
  .section-timeline .timeline {
    list-style: none;
    position: relative;
    margin: 31px 0;
    left: 50%;
    width: 90%;
  }
  .ftco-section .contact-form button{
    width: 100%;
  }
  .btn_gap{
    margin-left: 0px;
    margin-top: 10px;
  }

}

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