@media(min-width:1200px) and (max-width:1400px){
    .top_header .container {
    max-width: 1200px;
}

header .container {
    max-width: 1200px;
}
}

@media(min-width:992px) and (max-width:1199px){
.menu ul {
    gap: 13px;
}

.menu ul a {
    font-size: 14px;
}

header .container {
    max-width: 992px;
}

.top_header .col-xl-4.col-lg-6:nth-child(2) {
    display: none;
}

.counter_section {
    background-size: cover;
}
}

@media(max-width:991px){
    .menu {
    position: fixed;
    top: 0;
    left: -250px; /* hidden by default */
    width: 250px;
    height: 100%;
    background: #ffffff;
    transition: left 0.3s ease;
    flex-flow: column;
    justify-content: start;
    align-items: self-start;
    box-shadow: 0px 3px 20px 8px #00000017;
}

.menu.active {
    left: 0;
}

.menu ul {
    display: flex;
    gap: 0px;
    flex-flow: column;
    width: 100%;
}

.menu img{
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #8080803b;
    background: #f6f6f6;
}

.menu ul li {
    border-bottom: 1px solid #80808030;
    padding: 13px 15px;
}

.menu .main_btn {
    margin: 0 auto 0 auto;
}

.bar_icon{
    display: flex !important;
}
}

@media(min-width:768px) and (max-width:991px){
   

.top_header .col-xl-4.col-lg-6:nth-child(2), .top_header .col-xl-4.col-lg-6:nth-child(3) {
    display: none;
}

.top_adderss ul {
    justify-content: center;
}

.our-approach-image {
    margin-top: 30px;
}

.counter_section {
    background-size: cover;
}

.contact_form {
    margin-top: 30px;
}
}

@media(min-width:530px) and (max-width:767px){
   

.top_header .col-xl-4.col-lg-6:nth-child(2), .top_header .col-xl-4.col-lg-6:nth-child(3) {
    display: none;
}

.top_adderss ul {
    justify-content: center;
}

.hero_content h1 {
    font-size: 40px;
}

.about_content h2 {
    font-size: 35px;
}

.our-approach-image {
    margin-top: 30px;
}

.counter_section {
    background-size: cover;
}

.courses_Content h3 {
    font-size: 35px;
}

.main_heading h5 {
    font-size: 35px;
}

.skill_content h3 {
    font-size: 35px;
}

.skill_content p {
    font-size: 17px;
}

.contact_form {
    margin-top: 30px;
}

.quick_links {
    margin-top: 25px;
}

.contact_use {
    margin-top: 25px;
}
}


@media(min-width:320px) and (max-width:529px){
 

.top_header .col-xl-4.col-lg-6:nth-child(2), .top_header .col-xl-4.col-lg-6:nth-child(3) {
    display: none;
}

.top_adderss ul {
    justify-content: center;
}

.hero_content h1 {
    font-size: 29px;
}

.about_content h2 {
    font-size: 25px;
}

.our-approach-image {
    margin-top: 30px;
    margin-left: 0px;
    padding: 0;
}

.counter_section {
    background-size: cover;
}

.courses_Content h3 {
    font-size: 25px;
    font-weight: 800;
}

.main_heading h5 {
    font-size: 24px;
}

.skill_content h3 {
    font-size: 25px;
}

.skill_content p {
    font-size: 14px;
}

.contact_form {
    margin-top: 30px;
}

.quick_links {
    margin-top: 25px;
}

.contact_use {
    margin-top: 25px;
}

.top_header:before{
    content: none;
}

.our-approach-img-1 {
    overflow: hidden;
}

.contact_form h3 {
    font-size: 20px;
}

.top_adderss ul li a {
    font-size: 12px;
}

.counter_section .item:nth-child(2) {
    border: 0;
}

.counter_section .item {
    margin-top: 25px;
}

.counter_section .item .text {
    font-size: 15px;
}
}