/* responsive css starts here  */

@media only screen and (max-width: 767px) {
  /* index page start */

  .top_header {
    display: none;
  }

  .client_slider .slick-prev,
  .client_slider .slick-next {
    display: none !important;
  }

  .client_slider {
    margin: 2px 0px 10px 0px;
  }

  .footer_link {
    flex-wrap: wrap;
  }

  .footer_links_text {
    flex-wrap: wrap;
  }

  .copyright {
    padding: 0 1rem;
  }

  .card_sec_flex {
    flex-wrap: wrap;
  }
  
  .card_sec {
  width: 100%;
}
  .about_us_para {
    margin-left: 0px;
    margin-top: 3px;
  }

  .about_us h2 {
    margin-bottom: 10px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer img {
    margin-left: 0px;
  }

  .footer h1 {
    margin-bottom: 20px;
  }

  .heading h1 {
    font-size: 25px;
    font-weight: 600;
  }

  .banner_title h1 {
    font-size: 25px;
    font-weight: 500;
    color: #31356f;
  }

  .banner_title p,
  .banner_title p a {
    font-size: 15px;
    font-weight: 500;
    color: #31356f;
  }

  .purpose_descr h1,
  .mission_descr h1 {
    display: none;
  }

  .purpose_descr p,
  .mission_descr p {
    text-align: center;
    margin-top: 10px;
  }

  .purpose br {
    display: none !important;
  }

  .purpose_descr {
    text-align: center;
    offset: unset;
  }

  .purpose_descr .offset-2,
  .mission_descr .offset-2 {
    margin-left: 0px;
  }

  .mission_descr {
    text-align: center;
  }

  .mission_descr ul li {
    margin-top: 10px;
    text-align: left;
  }

  .quote_form,
  .feedback_form {
    margin: 20px 0;
  }

  .contact_cards {
    margin: 10px 0;
  }

  .contact_us_form {
    margin: 20px 0;
  }

  .contact_us {
    margin-top: 0px;
  }

  .form_field {
    padding: 50px 10px 30px 10px;
  }

  .calibration h4 {
    font-size: 23px;
  }

  .traceability img {
    width: 100%;
    height: 100%;
  }

  .calibration_lab {
    padding: 20px 0;
  }

  .calibration_lab img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }

  .physical-calibration img {
    width: 100%;
    height: 100%;
  }

  .proficiency h1 {
    font-size: 23px;
  }

  .proficiency ul li {
    color: #14226d;
    font-weight: 400;
    font-size: 15px;
  }

  .proficiency {
    font-size: 15px;
  }

  .charateristic {
    width: 300px !important;
    height: 150px !important;
    margin-bottom: 10px;
  }

  .banner_title h1 {
    font-size: 35px !important;
    font-weight: 500;
    color: #31356f;
  }

  .erm ul li {
    color: #14226d;
    font-weight: 400;
    font-size: 15px;
  }

  .lab_consultancy p {
    color: #14226d;
    font-weight: 400;
    font-size: 15px;
  }

  .lab_setting ul li {
    color: #14226d;
    font-weight: 400;
    font-size: 15px;
  }

  .lab_setting br {
    display: none !important;
  }

  .lab-audit ul li {
    color: #14226d;
    font-weight: 400;
    font-size: 15px;
  }

  .lab-audit h1,
  .lab_setting h1 {
    font-size: 20px;
  }

  .certification_list h4,
  .employee h4,
  .training_key h4 {
    font-size: 20px;
  }

  .certification_list ul li,
  .training_key ul li {
    font-size: 15px;
    list-style: disc;
  }

  .munsell_ques {
    padding: 0;
  }

  .testing-service {
    padding: 10px 0;
  }

  .testing-service img {
    width: 100%;
  }

  .inspiration h3 {
    font-size: 20px;
  }

  .inspiration h2 {
    font-size: 15px;
  }

  .inspiration ul li {
    color: #14226d;
    font-weight: 400;
    font-size: 15px;
  }

  .vector-img {
    display: none !important;
  }

  .next_btn {
    position: absolute;
    bottom: 30px;
    right: -15%;
    background: #050505;
    border-radius: 15px;
    width: 80px;
    height: 40px;
    color: #fff;
    cursor: pointer;
  }

  .next_btn i {
    margin-left: 10px;
  }

  .next_btn p {
    text-align: left;
    padding: 7px 10px;
  }

  .testimonial_card h2 {
    font-size: 25px;
    line-height: 15px;
  }

  .testimonial_card h1 {
    font-size: 15px;
    line-height: 18px;
  }

  .munsell h4 {
    font-size: 25px;
    margin-left: 0;
  }

  .login_form {
    margin: 0;
  }

  .login_form .col-md-5 {
    width: 40%;
  }

  .login_form .col-md-7 {
    width: 60%;
  }

  .login_form_field .form-group input,
  .login_button,
  .login_button:hover,
  .login_button:focus {
    width: 100%;
  }

  .login_form_field {
    background-color: white;
    height: auto;
    height: 470px;
    width: 100%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15% 10px;
  }

  .login_form img {
    width: 100%;
    height: 470px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }

  .login_form_field .form-group input,
  .login_button,
  .login_button:hover,
  .login_button:focus {
    width: 100% !important;
    /* index page ends */
  }

  .signUp_form_field .form-group input {
    width: 100% !important;
  }

  .signUp_form_field {
    padding: 30px 10px;
  }
  .carousel-control.left, .carousel-control.right{
    display: none;
  }
  .carousel {
    width: 100%;
    margin: 0 auto;
    padding: 50px;
}
}
@media only screen and (max-width: 1350px) and (min-width: 991px) {

  .service-header-dropdown {
    background-color: white;
    height: 70vh !important;
    overflow: auto;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1350px) {

  .card_bg,
  .card_simple {
    width: 100%;
    height: 300px;
  }

  .charateristic {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }

  .testimonial_card {
    padding: 20px 0 0 20px;
  }

  .testimonial_card h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial_card h2 {
    font-size: 25px;
    line-height: 25px;
  }

  .login_form {
    margin: 0 10%;
  }

  .login_form_field .form-group input,
  .login_button,
  .login_button:hover,
  .login_button:focus {
    width: 70%;
  }

  .login_form_field {
    height: 500px;
  }

  .login_form img {
    height: 500px;
  }

  .signup_form img {
    height: 600px !important;
  }

  .signUp_form_field .form-group input {
    width: 80%;
  }

  .service-header-dropdown {
    background-color: white;
    height: 70vh !important;
    overflow: auto;
    padding-bottom: 50px;
  }
  .client_slider img{
    height: 150px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .about_us_para p {
    padding-top: 0px;
  }

  .about_us img {
    width: 100%;
  }

  .footer img {
    width: 80%;
  }

  .erm img {
    width: 100% !important;
  }

  .banner_title h1 {
    font-size: 45px;
    font-weight: 500;
    color: #31356f;
  }

  .testimonial_card h1 {
    font-size: 15px;
    line-height: 20px;
  }

  .login_form {
    margin: 0 5%;
  }

  .login_form_field .form-group input,
  .login_button,
  .login_button:hover,
  .login_button:focus {
    width: 80%;
  }

  .login_form_field {
    height: 500px;
  }

  .login_form img {
    height: 500px;
  }

  .signup_form img {
    height: 600px !important;
  }

  .profileIconMob {
    display: block !important;
  }

  .profileIconMob .dropdown-menu {
    left: -35px !important;
  }

  .profileIconDis {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .banner_title h1 {
    font-size: 20px !important;
  }

  .banner_title p,
  .banner_title p a {
    font-size: 11px;
  }

  .heading h1 {
    font-size: 20px !important;
  }

  .calibration p,
  .calibration_lab p,
  .calibration_lab p a,
  .on-site p,
  .specialized p,
  .physical-calibration p,
  .electrical p {
    font-size: 15px;
  }

  .supplier .col-md-4,
  .supplier .col-md-6 {
    width: 50% !important;
  }

  .munsell_ques_img {
    padding: 0;
  }

  .munsell_ques_img img {
    width: 80px !important;
    height: 80px !important;
  }

  .munsell_ques {
    padding: 0;
  }

  .testimonial_card .col-md-4 {
    width: 100% !important;
  }

  .testimonial_card .col-md-7 {
    width: 100% !important;
  }

  .testimonial_img img {
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    height: 250px;
  }

  .next_btn {
    display: none !important;
  }

  .login_form_field h1 {
    font-size: 20px;
  }

  .signUp_form_field h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1550px) {
  .testimonial_slider {
    width: 100%;
  }
}

@media only screen and (max-width: 1550px) {
  .testimonial_slider {
    width: 100%;
  }
}

@media only screen and (max-width: 1700px) {
  .service-hover-width {
    width: 100%;
    margin: auto;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1930px) {
  .service-hover-width {
    width: 70%;
    margin: auto;
  }
}

@media only screen and (min-width: 2560px) {
  .service-hover-width {
    width: 60%;
    margin: auto;
  }
}

@media only screen and (max-width: 990px) {
  .service-dropdown-tab {
    display: block !important;
  }

  .service-dropdown-tab2 {
    cursor: pointer;
    display: none !important;
  }

  .profileIconMob {
    display: block !important;
  }

  .profileIconMob .dropdown-menu {
    left: -35px !important;
  }

  .profileIconDis {
    display: none;
  }
}

/* responsive css ends here  */