/*for-large-dekstop view-1200*/

@media only screen and (min-width: 100px) and (max-width: 1399px) {
  .banner-content-main h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .video-box video {
    height: 300px;
  }
  .main-title h2 {
    font-size: 40px;
  }

  .protocol-cards h4 {
    font-size: 24px;
  }

  .box-full-video video {
    height: 360px;
  }
  .accordion-button {
    font-size: 18px;
  }
}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
  .banner-content-main h1 {
    font-size: 52px;
  }
  .banner-content-main p {
    padding: 10px 0px 20px 0px;
  }
  .our-service-content h4 {
    margin: 20px 0px 10px 0px;
    font-size: 26px;
  }
  .our-service-item {
    height: 360px;
  }
  .progress-bg {
    padding: 30px 0px;
  }
  .progress-item h2 {
    font-size: 38px;
  }
  .progress-item p {
    font-size: 16px;
  }
  .gallery-item.item4 img,
  .gallery-item.item3 img,
  .gallery-item.item2 img {
    height: 380px;
  }
  .news-image img {
    height: 360px;
  }
  .h-items {
    gap: 20px;
  }
  .nav-bar ul {
    gap: 15px;
  }
}

/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
  .spacing {
    padding: 80px 0px;
  }
  .about-us .about-title {
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .our-services {
    padding: 80px 0px 160px 0px;
  }
  .our-service-content-item {
    margin-bottom: 30px;
  }
  .gallery-item.item1 img {
    height: 350px;
  }
  .gallery-item.item4 img,
  .gallery-item.item3 img,
  .gallery-item.item2 img {
    height: 250px;
  }
  .gallery-item.item5 img,
  .gallery-item.item6 img {
    height: 380px;
    object-fit: cover;
  }
  .why-choose-us .about-title {
    padding-left: 0px;
    margin-top: 40px;
  }
  .why-choose-us .about-title ul {
    margin: 20px 0px 0px 0px;
  }
  .contact-message,
  .latest-news {
    margin-bottom: 80px;
  }
  .image-two {
    display: none;
  }
  .about-us-content {
    margin-top: 40px;
  }
  .single-service .row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .single-inner-img,
  .single-inner-list {
    margin: 20px 0px;
  }
  .map {
    margin-top: 80px;
  }
}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
  .spacing {
    padding: 60px 0px;
  }
  .contact-message,
  .latest-news {
    margin-bottom: 60px;
  }
  .our-services {
    padding: 60px 0px 160px 0px;
  }
  .our-service-item {
    height: 250px;
  }
  .gallery-item.item2,
  .gallery-item.item3,
  .gallery-item.item4,
  .gallery-item.item5,
  .gallery-item.item6 {
    grid-column: 1 / 13;
  }
  .gallery-item.item2 img,
  .gallery-item.item3 img,
  .gallery-item.item4 img,
  .gallery-item.item5 img,
  .gallery-item.item6 img {
    height: 350px;
  }
  .f-items-content {
    padding-bottom: 0px;
  }
  .copyright p,
  .made-by {
    text-align: center;
  }
  .help-title {
    margin-bottom: 30px;
  }
  .map {
    margin-top: 60px;
  }
	.badges-icon {
    width: 100%;
}
}

/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 575px) {
  .container {
    width: 96%;
  }
  .image-one img {
    height: 400px;
  }
  .header-btn {
    display: none;
  }
  .logo {
    width: 200px;
  }
  .header {
    padding: 8px 0px;
  }
  .spacing {
    padding: 50px 0px;
  }
  .map {
    margin-top: 50px;
  }
  .contact-message,
  .latest-news {
    margin-bottom: 50px;
  }
  .banner-content-main h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .about-image img {
    height: 400px;
  }
  .our-service-item {
    height: 360px;
  }
  .portfolio-title {
    margin-bottom: 30px;
  }
  .main-title h2 {
    font-size: 34px;
  }
  .box-full-video video {
    height: 360px;
  }
  .video-content p {
    width: 100%;
  }
  .inner-header .inner-header-title h1 {
    font-size: 40px;
    font-weight: 500;
  }
  .single-content-img img {
    height: 300px;
  }
  .single-content-main h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }
}

/*for-small_mobile view-320*/

@media only screen and (min-width: 100px) and (max-width: 374px) {
}
