       /* ====================== Media Query ====================== */   
/* Responsive code start */

  /*navbar resposnive*/

  @media (min-width:1280px){
    .navbar-brand h1{
        font-size: 10px;
        font-weight: bold;
    }
    .contact_us_container .c-tabs-head{
        margin-bottom: 5px;
    }

    .wrapper{
        margin-bottom: -132px;
    }
    .contact_us_container {
      margin-bottom: 180px;
  }

  #contact_us .c-tabs__content {
      padding-top: 1rem;
  }

  #contact_us .c-tabs-header__title {
      cursor: pointer;
      font-size: 1.4rem;
      font-weight: bold;
  }

  #contact_us .c-tabs-header__description {
      font-family: 'Quicksand', sans-serif,Bold;
      font-size: 1.2rem;
      line-height: 2.4rem;
  }

  #contact_us .c-tabs__headers {
      /* margin-bottom: 123px; */
      margin-bottom: 0px;
  }
  
  }

  @media (max-width: 1279.98px) {
    .carousel-inner{
        width: 100%;
    }
    .main-welcome{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .welcome-text h1{
        margin-left: 30px;
    }
    .welcome-intro{
        margin-right:30px;
    }

    .inner-image{
        height: 100%;
    }

    .inner-welcome img {
        width: 100%;
        height: 300px;
    }
    .welcome-item p{
        font-size: 30px;
        margin-left: 5px;
    }

    .inner-welcome img{
        margin-bottom: 10px;
    }
    .inner-welcome {
        flex: 1 1 20rem;
    }

  }

  /* @media (max-width:992px){
    .navbar-brand h1{
        font-size: 10px;
        font-weight: bold;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-left: 30px;
        padding: 12px 0;
        font-size: 10px;
        font-weight: 500;
      }
  } */
  @media (min-width:992px) {
    .navbar-brand h1{
        font-size: 14px;
        font-weight: bold;
    }
    .navbar-brand img{
        width: 20px;
      }
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        bottom: 9px;
        left: 50%;
        background: #7AB730;
        transition: .5s;
    }
    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        width: 100%;
        height: 1px;
        top: -1px;
        left: 0;
    }

    .nav_wrapper nav{
      max-width: 100%;
      padding: 0 20px;
    }
    nav .nav_content .links{
      margin-left: 30px;
    }
    .nav_content .links li a{
      padding: 8px 13px;
    }
    .nav_wrapper .search-box{
      max-width: calc(100% - 100px);
    }
    .nav_wrapper .search-box input{
      padding: 0 100px 0 15px;
    }
    .banner-area{
        max-width: 100%;
    }

    .shuffle-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 180px;
      }

  }

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
    .navbar-light .navbar-nav .nav-link {
        margin-left: 30px;
        padding: 10px 0;
        font-size: 10px;
        font-weight: 500;
      }

}

@media(max-width:1024px){
    .navbar-brand h1{
        font-size: 10px;
        font-weight: bold;
    }
    .navbar-light .navbar-nav .nav-link {
        margin-left: 20px;
        padding: 8px 0;
        font-size: 12px;
        font-weight: 600;
      }
      .inner-welcome .button-normal{
        width: 100%;
        margin-top: 5px;
        align-items: center;
        justify-self: center;
        text-align: center;
    }
    .welcome-item{
        display: flex;
        flex-direction: row;
    }
    .welcome-text p{
        width: 100%;
        font-size: 1rem;
        margin-left: 0px;
      }

}

  /*end navbar */
@media screen and (max-width:600px){
    .welcome-intro{
        width: 100%;
    }
    .inner-image{
        width: 100%;
    }
   .contact_form{
    margin-top: -180px;
   }

    #contact_us .c-tabs__content {
        padding-top: 1rem;
    }

    #contact_us .c-tabs-header__title {
        cursor: pointer;
        font-size: 1.4rem;
        font-weight: bold;
    }

    #contact_us .c-tabs-header__description {
        font-family: 'Quicksand', sans-serif,Bold;
        font-size: 1.2rem;
        line-height: 2.4rem;
    }

    #contact_us .c-tabs__headers {
        margin-bottom: 183px;
    }

.welcome-item{
    display: flex;
    flex-direction: column;
}


  .inner-welcome {
    flex: 1 1 12rem;
    order: 2;
}

    .welcome-text h1 {
      font-size: 29px;
      color: green;
  }

  .our-services {
    padding: 2rem 10%;
}

.inner-service h2 {
  padding: 1rem 0;
  font-size: 1.8rem;
  text-align: center;
}

.inner-service a {
  padding: 1.5rem 7rem;
  background: #00ABB3;
  color: #222533;
  border-radius: 15px;
  align-items: center;
}

  .form-row{
    display: flex;
    flex-direction: column;
  }
 
    footer{
        bottom: unset;
    }
    footer .col{
        flex-basis: 100%;
    }
    
    footer .col:nth-child(2), .col:nth-child(3){
        flex-basis: 100%;
    }
    .c-location__label {
        font-size: 2rem;
        color: #e3000f;
        line-height: 1rem;
      
    }
    
    .c-location__name {
        font-size: 2rem;
    }
    
    .c-location__email a, .c-location__phone a, .c-location__url a {
        color: #263238;
        text-decoration: none;
        font-size: 1.4rem;
    }
    
    .bi-telephone-fill {
        font-size: 1.4rem;
    }
    
    .bi-envelope-fill {
        font-size: 1.4rem;
    }
    .c-location__address-text{
        font-size: 1.4rem;
        text-decoration: none;
    }
    .c-location__directions span{
        text-decoration: none;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }

    .shuffle-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 100px;
      }
}


@media only screen and (min-width:600px){
    .contact_form{
        margin-top: 10px;
       }
       .c-location {
        margin-bottom: 2.4rem;
        margin-top: 5px;
    }
    .welcome-intro{
        text-align: justify;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
    }

    .inner-service{
        align-items: center;
        margin-left: 30px;
        margin-right: 30px;
      }
      .inner-service a{
        align-items: center;
        justify-content: center;
        text-align: center;
      }
    .inner-service p{
        text-align: justify;
    }

    .shuffle-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 100px;
      }
}

@media only screen and (max-width:280px){
    .welcome-text h1{
        font-size: 18px;
    }
   .our-services{
    align-items: center;
   }
   .our-services h1{
    font-size: 25px;
   }
   .main-service{
    align-items: center;
    justify-content: center;
    text-align: center;
    text-align: justify;
   }

   .main-service img{
     width: 250px;
     align-items: center;
     justify-content: center;
   }

   .inner-service a {
    padding: 1.5rem 5rem;
    background: #00ABB3;
    color: #222533;
    border-radius: 15px;
    font-weight: 600;
}

.inner-service h2 {
    font-size: 1.5rem;
    text-align: center;
}

.inner-service p {
    font-size: 1.2rem;
}

.text-content h2{
    font-size: 20px;
}
.dealer-gallery img {
    width: 250px;
    justify-content: space-around;
}

#contact_us .page-title {
    font-size: 2rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#contact_us .c-tabs-header__title {
    font-size: 1rem;
    font-weight: bold;
}
#contact_us .c-tabs-header__description {
    font-size: 1rem;
    line-height: 1rem;
}

#contact_us .c-tabs-header {
    align-items: center;
    padding: .2rem 0.1rem 1rem;
    flex-grow: 1;
}
#contact_us .c-tabs-header.is-active {
    padding-bottom: 1rem;
    border-bottom: 0.2rem solid #263238;
}

.c-location__label {
    font-size: 1.2rem;
    color: #e3000f;
    line-height: 1rem;
  
}

.c-location__name {
    font-size: 1rem;
}

.c-location__email a, .c-location__phone a, .c-location__url a {
    color: #263238;
    text-decoration: none;
    font-size: 0.9rem;
}

.bi-telephone-fill {
    font-size: 1rem;
}

.bi-envelope-fill {
    font-size: 1rem;
}
.c-location__address-text{
    font-size: 1rem;
    text-decoration: none;
}
.c-location__directions span{
    text-decoration: none;
}
.c-location {
    padding: 2rem;
    line-height: 1rem;
    margin-top: -180px;
   
}

.shuffle-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -30px;
  }
  .apply_container_tab{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }

  .apply_container_tab .apply_title{
    font-size: 17px;
  }

  .apply_container_tab .position_title{
    font-size: 17px;
  }
  .apply_btn{
    width: 200px;
    height: 60px;
    padding: 10px;
    margin-left: 0px;
    margin-top: 30px;
  }
 
}

@media (max-width: 912px){
    .navbar-brand h1{
        font-size: 12px;
        font-weight: bold;
    }
    .navbar-light .navbar-nav .nav-link {
        margin-left: 11px;
        padding: 10px 0;
        font-size: 13px;
        font-weight: 550;
        align-items: center;
        justify-content: center;
      }
      .navbar-light .navbar-nav .nav-link .nav-contact{
        align-items: center;
      }
}


@media (max-width: 767px) {

    .banner-title {
      font-size: 48px;
    }

    .shuffle-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -30px;
      }
      .career_about_mazada{
        margin-left: 20px;
        margin-right: 20px;
      }

      .apply_container{
        margin-left: 15px;
      }
  }
  @media (max-width: 575px) {   
    .banner-title {
      font-size: 32px;
    }
    .apply_container_tab{
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
    .apply_btn{
        width: 240px;
        height: 40px;
        padding: 10px;
        margin-left: 0px;
        margin-top: 30px;
      }
      .jkhgkj {
        display: none;
    }
  }