@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: 100vh;
    overflow-y: scroll;
    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%;
    max-width: 120px;
    margin: 20px auto 0 auto;
}

.menu ul li {
    border-bottom: 1px solid #80808030;
    padding: 13px 15px;
}

.menu .main_btn {
    margin: 0 auto 0 auto;
}

.bar_icon{
    display: flex !important;
}

.search_main_box {
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #80808038;
    padding-bottom: 25px;
    margin-top: 30px;
}

.menu .submenu_list .submenu_ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

.menu .submenu_list .submenu_ul {
    display: none;
}

.menu .submenu_list .submenu_ul li{
    border-bottom: 0;
}

.menu .submenu_list .submenu_ul.active {
    display: block;
    position: relative;
    top: 0;
}

.user_data > div {
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
}
}

@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;
}
.user-images {
    width: 100%;
    opacity: 0;
}

.job-profile .user {
    width: 100%;
    padding-left: 0;
}

.favorites-user {
    position: absolute;
    top: 25px;
    right: 20px;
}

.job-profile .my-ads, .job-profile .favorites {
    padding: 0px 20px;
}

.job-profile .favorites-user a {
    font-size: 35px;
}
.job-profile{
    position: relative;
}

.job-profile .user h2 {
    margin-top: 15px;
    font-size: 20px;
}

.job-profile .user-menu li {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding: 12px 15px;
}

.footer_social{
    display: none;
}

.social_media_footer_main_mobile {
    background: #ffffff;
    padding: 15px 15px 12px 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 20px 20px 0px;
    border-top: 1px solid #80808063;
}

.social_media_footer_main_mobile ul {
    display: flex;
    justify-content: space-between;
}

.social_media_footer_main_mobile ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 50%;
    min-width: 35px;
}

.social_media_footer_main_mobile ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.social_media_footer_main_mobile{
    display: block !important;
}
.breadcrumb_section {
    padding: 40px 0px;
}
}


@media(min-width:320px) and (max-width:529px){
 .user-images {
    width: 100%;
    opacity: 0;
}

.breadcrumb_content h3 {
    font-size: 30px;
}

.breadcrumb_section {
    padding: 40px 0px;
}

.footer_social{
    display: none;
}

.social_media_footer_main_mobile {
    background: #ffffff;
    padding: 15px 15px 12px 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 20px 20px 0px;
    border-top: 1px solid #80808063;
}

.social_media_footer_main_mobile ul {
    display: flex;
    justify-content: space-between;
}

.social_media_footer_main_mobile ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 50%;
    min-width: 35px;
}

.social_media_footer_main_mobile ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.job-profile .user-menu li {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding: 12px 15px;
}

.job-profile .user h2 {
    margin-top: 15px;
    font-size: 20px;
}

.job-profile{
    position: relative;
}

.job-profile .favorites-user a {
    font-size: 35px;
}

.job-profile .my-ads, .job-profile .favorites {
    padding: 0px 20px;
}

.job-profile .user {
    width: 100%;
    padding-left: 0;
}

.favorites-user {
    position: absolute;
    top: 25px;
    right: 20px;
}

.top_header .col-xl-4.col-lg-6:nth-child(2), .top_header .col-xl-4.col-lg-6:nth-child(3) {
    display: none;
}

.search_Imge_content h3 {
    font-size: 17px;
    line-height: 23px;
}

.uer_content h2 {
    font-size: 25px;
    font-weight: 700;
}
.uer_content h3 {
    font-size: 16px;
}

.uer_content p {
    font-size: 14px;
}

.user_data h4 {
    font-size: 20px;
    margin-top: 20px;
}

.user_data h6 {
    font-size: 13px;
}

.Classes_all ul li h6 {
    width: 50%;
}

.Classes_all h3 {
    font-size: 21px;
}

.Classes_all p {
    font-size: 14px;
}

.search_Imge_content ul li h5 {
    font-size: 15px;
}

.search_Imge_content ul li {
    font-size: 13px;
}

.search_Imge_content h4 {
    font-size: 16px;
}

.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;
}


.social_media_footer_main_mobile{
    display: block !important;
}
}


.social_media_footer_main_mobile{
    display: none;
}