/* ======= MEDIA QUERIES ====*/
@media (max-width: 1650px) {
  
}

@media(max-width:1500px) {
    .section-spacing-bottom {
        padding-bottom: 100px;
    }
    .section-spacing {
        padding: 100px 0;
    }
}

@media(max-width:1280px) {
   
}

@media(max-width:1024px) {
    .search-main,.hero-detail {
        width: 100%;
    }
    .hero-detail{
        padding: 0px 40px;
    }
    .work-card p{
        margin: 0;
    }
   
}

@media(max-width:990px) {
    .top-bar{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .work-card{
        margin-bottom: 50px;
    }
    .connector-one::before,.connector-two::before{
        content: none;
    }
    .section-heading{
        text-align: center!important;
    }
    .sec-para p{
        text-align: center;
        margin: 0!important;
    }
    .feature-card {
        padding: 20px;
    }
    .tiktok-right{
        margin-top: 50px;
    }
    .card-header .text-card {
        font-size: 20px;
        line-height: 20px;
    }
    .footer-logo,.footer-links{
        text-align: center;
    }
    .footer-links{
        margin-bottom: 25px;
    }
    .footer-links li:first-child, .footer-location li:first-child{
        margin-bottom: 15px;
        text-align: center;
        justify-content: center;
    }
    .footer-location li,.social-icons{
        justify-content: center;
    }
    .footer-logo{
        margin-bottom: 30px;
    }
    .navbar-light .navbar-nav .nav-link{
        margin-bottom: 5px;
    }
    .media{
        flex-direction: column;
        align-items: flex-start;
    }
    .media-left {
        margin-right: 0;
        margin-bottom: 20px!important;
    }
    .download-box {
        padding: 20px;
    }
}

@media(max-width:767px) {
    .navbar{
        padding: 15px;
        background: #fff;
    }
    .navbar-brand {
        color: #3A357F!important;
    }
    #hero {
        padding: 120px 0 50px;
    }
    .hero-detail {
        padding: 0px 15px;
    }
    .hero-heading {
        font-size: 33px;
        line-height: 60px;
        max-width: 100%;
        margin: 0 auto 35px;
    }
    .hero-detail p {
        font-size: 16px;
    }
    .search-box {
        background: transparent;
        box-shadow: none;
        height:auto;
        flex-direction: column;
        padding: 0;
    }
    .search-input{
        background: #FFFFFF;
        box-shadow: 0px 16px 39px rgb(0 0 0 / 6%);
        border-radius: 68px;
        padding: 15px 20px;
        width: 100%;
    }
    .btn-search{
        margin-top: 30px;
    }
    .section-heading {
        font-size: 30px;
    }
    .sec-space {
        margin-bottom: 40px;
    }
    .work-icon{
        margin-bottom: 40px;
    }
    .card-header .text-card {
        font-size: 16px;
        line-height: 20px;
    }
    .card-header {
        padding: 10px 0px;
    }
    .footer-location label, .footer-location p ,.footer-links a{
        font-size: 14px;
    }
    .footer-bottom{
        flex-direction: column;
    }
    .footer-bottom li:last-child {
        margin-left: 0px;
    }
    .footer-bottom li {
        margin: 0px 10px;
    }
    .copyright{
        margin-bottom: 10px;
    }
}

@media(max-width:400px) {
    .table thead th {
        font-size: 16px;
    }
    .table tbody td {
        font-size: 13px;
    }
    .button-download {
        width: 85px;
        height: 30px;
        font-size: 12px;
    }
}