@media only screen and (max-width:900px) {
    .navbar-brand img {
        width: 160px;
    }
    .about .about-logo img {
        width: 240px;
        margin-top: 10px;
    }
    .navbar {
        padding: 10px;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .nav-link {
       padding-left: 0px !important;
        padding-right: 0px !important;
      }
    .social-icons {
        padding-bottom: 10px;
    }
    .banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .banner h1 {
        font-size: 36px;
    }
    .banner p,.about p,.section-title p{
        font-size: 18px;
    }
    .buttons{
        margin-top: 30px !important;
    }
    .banner-pic {
        padding-left: 0px;
        padding-top: 30px;
    }
    .section-title h1 {
        font-size: 30px;
    }
    .section-title h1 br{
        display: none;
    }
    .mobile-space-top{
        margin-top:30px;
    }
    .talentline-leaders-bg {
        background-position: center;
    }
    .about p br{
        display: none;
    }
    .about-card {
        min-height: auto;
    }
    .owl-nav .owl-prev, .owl-nav .owl-next {
        position: absolute;
        top: 35%;
    }
    .owl-nav .owl-next {
        right: 20px;
    }
    .owl-nav .owl-prev{
        left: 20px;
    }
    .footer p{
        text-align: center;
    }
    .inner-banner-title h1 {
        font-size: 42px;
    }
    .inner-banner-title h4 {
        font-size: 24px;
    }
    .services .accordion-button {
        padding: 15px !important;
    }
    .services .accordion-button .service-image{
        padding-right: 30px;
    }
    .service-header-content {
        padding-left: 0px;
        padding-top: 10px;
    }
    .service-header-content h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .services .accordion-header {
        margin-left: 1px;
    }
    .experience-block h3,.consulting-card h6  {
        font-size: 18px;
    }
    .consultant-content-service{
        padding-left: 0px;
    }
    .contact-block {
       min-height: auto;
    }
    .contact-form-block {
        padding: 30px;
    }
    .contact-form {
        padding-left: 0px;
        padding-top: 30px;
      }
}

@media only screen and (min-width:900px) and (max-width:1100px) {
    .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .navbar-brand img {
        width: 180px;
    }
    .about .about-logo img {
        width: 240px;
        margin-top: 10px;
    }
    .navbar {
        padding: 10px;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .banner h1 {
        font-size: 36px;
    }
    .banner p,.section-title p{
        font-size: 18px;
    }
    .about p{
        font-size:16px;
    }
    .tailored-solutions {
        padding-top: 80px;
    }
    .about-card{
        min-height: 340px;
    }
    .footer p {
        font-size: 14px;
    }
    .section-title h1 {
        font-size: 30px;
    }
    .service-header-content h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .services .accordion-header {
        margin-left: 1px;
    }
    .experience-block h3{
        font-size: 18px;
    }
    .consulting-card h6{
        font-size: 16px;
        word-break: break-all;
        padding-left: 10px;
    }
    .consulting-card h6 br{
        display: none;
    }
    .contact-block{
        min-height: 320px;
    }
}