@media only screen and (max-width: 768px) {
    
    .courses_braud ul{
      display:block !important;
    }
    .printbtnDiv{
        display:none !important;
    }
    
    .enquiry_page .container {
         justify-content: flex-start !important; 
    }

    .innerAboutIn{display: block;}
    .abImg {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .innerAboutimg img{
        margin-top:35px;
    }
    .innerVisaCate{margin-bottom: 160px;}
    .inneVisaCateText {
        bottom: -126px;
    }
    .innercountryOther {
        margin-bottom: 25px;
    }
    .innerStaticDiv{
        padding:40px 20px;
    }
    .innerBlogShow{
        margin-bottom: 25px;
    }

    .innerAboutText a{
        margin-right: 0px;
    }
    .inVisaBg{padding:60px 20px;}
    .otherCountrySection, .blogContainer{padding:40px 20px;}
    .rightDivHeader{
        display: none;
    }
    .leftDivHeader{
        text-align: center;
    }
    .navbar-collapse{
        padding:20px 0px;
    }

    .header .requestBtn{
        margin-left:0px !important;
        width: fit-content;
        background-color: transparent;
        color:#162838;
    }

    .innerTestimonialDiv{
        padding:20px;
        margin-bottom: 25px;
    }
    .textimoniaDivAbPage h2{
        margin-bottom: 15px;
    }

    .secDivImg{
        margin-top:20px;
    }

    .innerInfoDiv{
        margin-bottom: 45px;
    }

    .innerBranchDiv{
        margin-bottom: 25px;
    }

    .innerBraud h2{
        font-size: 22px;
    }
    .formDivContactPage h2{font-size: 32px;}

    .overlay {
        height: 350px;
    }
    #carouselExampleControls{
        height: 240px;
        overflow: hidden;
      }

      .carousel-inner{
        height: 100%;
      }

      .carousel-inner img{
        height: 100%;
      }
      .carousel-inner .card{
        width: 100%;
        height: 100%;
      }

      .overlay h1{
        font-size: 32px;
        margin-bottom: 0px;
      }
      
      /**/
      .about_page_team h4{
          font-size:14px !important;
      }
      .about_page_team h3 {
        font-size: 26px !important;
      }
      .about_page_team button {
          width:fit-content;
          margin-bottom:30px;
      }
      
    .textimoniaDivAbPage {
        padding: 60px 0px;
    }
    .innerTestimonialDiv{
        height:auto !important;
    }
      
      
      

}