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

    nav .dropdown:hover {
        display: inline-block;
        margin-top: 0px;
    }

    .dropdown .dropdown-content{
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        width: 260px;
    }


    .top-social, .logo-a{
        display: none !important;
    }
    .md-hide {
        display: none;
    }
    div.md-show-flex{
        display: flex;
    }

    .md-w-full {
        width: 100%;
    }
    
  

    .md-80 {
        width: 80%;
    }
    .sm-m-0 {
        margin: 0 !important;
    }
    .topnav a.icon {
        /* position: absolute;
        right: 0px;
        top: 0; */
        display: block;
        cursor: pointer;
        font-size: large;
        color: #1E5EF3;
    }
    .sm-show-logo{
        
        display: block;
    }

    .hero .hero-img {
        width: 100% !important;
        background-position: center;
    }

    section.features .feature-img div,
    section.features .feature-img{
        height: 250px;
    }


    section.steps .smart-apply .icon{
        height: 70px !important;
    }
    
    .md-flex-col {
        flex-direction: column;
        align-items: center;
        margin: auto;
    }

    .sm-menu-top{
        background-color: #F3F7FF;
        height: 50px;
        width: 100%;
        padding: 5px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }


    

    .hero-container {
        margin-left: 0;
    }

    .topnav {
        display: flex;
        flex-direction: column;
    }

    .topnav .nav-sec {
        display: none;
    }

    .topnav.responsive .nav-sec {
        display: flex;
    }


    .hero-outer .title {
        width: 100%;
        text-align: center;
    }

    .hero-outer .justify-start {
        justify-content: center;
    }
 
    .sm-items-start{
        align-items: start !important
    }

    nav .dropdown {
        display: none;
    }

  

  

    .topnav.responsive {
        position: relative;
    }

    /* .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    } */

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .logo-a {
        display: none;
    }

    .dropdown {
        text-align: left;
    }

    .dropdown-content {
        display: block;
        position: relative;
        width: 100%;
        box-shadow: none;
        background-color: transparent;
    }

    nav .btn {
        display: none !important;
    }



    br {
        display: none;
    }

    .hero-bg,
    .hero-next-bg {
        height: 50%;
    }

    .hero-outer .title,
    .hero-outer .tags {
        width: 90%;
    }

    .tags .joblist-tag {
        margin: 4px;
        font-size: 12px;
        padding: 4px 8px;
    }

    section.steps {
        text-align: center;
    }

    section.steps .title {
        margin-bottom: 30px;
    }



    section.contact div {
        width: 80% !important;
        margin: auto;
    }

    section.contact form input,
    section.contact form textarea {
        width: 100%;
        padding-left: 18%;
    }

    section.features {
        text-align: center;
    }




    section.features .flex {
        margin-top: 20px;
        gap: 0px;
    }

    .vl {
        display: none;
    }

    .flex-col {
        margin-bottom: 30px;
    }

    .text-72 {
        font-size: 36px;
    }

    .text-56 {
        font-size: 28px;
    }

    .text-45 {
        font-size: 32px;
    }

    .text-36 {
        font-size: 24px;
    }

    .text-16 {
        font-size: 12px;
    }

    .footer-menu {
        text-align: center;
        margin: 20px 0px;
    }

    .footer .footer-link{
        margin-top: 10px;
    }
}
