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

@media only screen and (min-width: 100px) and (max-width: 1399px) {
  .header-logo a h2 {
    font-size: 30px;
}
.banner-title h2 {
    font-size: 47px;
}
.header-nav-bar nav ul li a {
    font-size: 13px;
}
  .who-heading h6 {
    font-size: 35px;
}
.card-list li h3 {
    font-size: 19px;
}
.inner-list li {
    font-size: 15px;
}
.web-btn a {
    font-size: 13px;
}
    .another-text h6 {
    font-size: 33px;
}
.content-text h6 {
    font-size: 38px;
}
.web-btn.content-btn.detail-btn a {
    font-size: 14px;
}
    .footer-logo a {
    font-size: 14px;
}

.footer-logo p {
    font-size: 14px;
}

.footer-logo h2 {
    font-size: 40px;
}
}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
	.web-btn a {
    padding: 5px 22px;
}
	.banner-title h2 {
    font-size: 40px;
}
	.card-list > li {
    padding: 55px 20px;
}
	.about-content.web-title {
    padding: 0 20px;
}
	.about-content.web-title p {
    font-size: 18px;
}
	.web-title.card-con h2 {
    font-size: 30px;
}
	.service-card a {
    font-size: 25px;
}

.service-card img {
    width: 80px;
}
	.about-content.web-title h2 {
    font-size: 30px;
}
	.serv-p-item-content h3 a {
    font-size: 20px;
}
	.distribution-content h2 {
    font-size: 50px;
}

.distribution-content p {
    font-size: 16px;
}
	.web-btn.content-btn a {
    padding: 15px 25px;
    margin-top: 10px;
}
}

/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
		.banner-title h2 {
    font-size: 34px;
    line-height: 50px;
}
	.contact-form {
    padding: 30px 30px;
    margin-top: 40px;
    border-radius: 5px;
}
	.service-con-sec-area p {
    padding: 0 50px;
}
	.Distributor-dep.second {
    padding: 40px 0;
    padding-bottom: 0px;
}
.inner-header .inner-header-title h2 {
    font-size: 40px;
}
.Distributor-dep {
    padding-top: 30px;
}
	.section-2 {
    padding-bottom: 0;
}
	.banner {
    height: 450px;
}
	.about-user-img {
    height: 310px;
}
	span.counter {
    font-size: 25px;
}
	.web-title.tit-gap h2 {
    padding-bottom: 30px;
}
	.serv-p-item-img img {
    height: 250px;
    
}
	.serv-p-item-content p {
    font-size: 14px;
}
	.counter-inner h6 {
    font-size: 16px;
}
	.counter-inner {
    text-align: center;
    padding-bottom: 30px;
}
	.counter-inner {
    text-align: center;
    padding-bottom: 30px;
}
	.section-2 .container .row {
    flex-direction: column-reverse;
}
	 .card-list {
    flex-wrap: wrap; /* allow multiple rows */
    justify-content: center;
    padding: 0;
  }
.section-1 {
    padding-bottom: 0px;
}
  .card-list > li {
    flex: 0 0 48%; /* two cards per row with small gap */
    margin: 1%;     /* small gap between cards */
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .card-list > li h3 {
    font-size: 20px;
    min-height: auto;
    text-align: center;
  }
.content-text p {
    font-size: 14px;
    margin-bottom: 20px;
}
  .card-list > li img {
    width: 70px;
    height: 70px;
    margin: 16px auto;
  }

  .inner-list {
    padding-left: 15px;
    margin-top: 8px;
  }

  .inner-list li {
    font-size: 15px;
    margin-bottom: 10px;
  }
	.web-btn.content-btn a {
    margin-top: 30px;
}
	.content-text h6 {
    font-size: 27px;
}
	.another-text {
    padding-left: 35px;
}
	.content-text.data-text {
    padding-left: 40px;
}
	.footer-logo {
    text-align: start;
    margin-bottom: 30px;
}

.quick-links {
    text-align: start;
    margin-bottom: 30px;
}
	.newsletter {
    width: 60%;
}
	.social-icons {
    text-align: start;
}
	section.content-sec {padding-bottom: 80px;}
	.who-para {
    text-align: center;
    padding-top: 30px;
}
	.about-content.web-title {
    padding: 0;
    padding-top: 40px;
}
	.contact-sec-con h6 {
    font-size: 30px;
    padding-bottom: 20px;
    color: var(--c2);
}


.contact-form {
    MARGIN: 30px 0;
}

.form-title {
    FONT-SIZE: 24PX;
    margin: 0;
}

.contact-form .form-control {
    MARGIN: 0;
}
.content-img.another-img {
    width: 40%;
}
section.content-sec.another-sec .no-container .row {
    flex-direction: column-reverse;
}
textarea.form-control {
    margin-bottom: 30px !important;
}
}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
	section.content-sec.another-sec .no-container .row {
    flex-direction: column-reverse;
}
	.about-user-img {
    height: 230px;
}
	.Distributor-dep a img {
    width: 40%;
}
	.content-img.another-img {
    width: 40%;
}
	.distribution-content h2 {
    font-size: 35px;
}
	.web-btn.content-btn {
    width: 50%;
    float: right;
    display: flex;
    justify-content: center;
}
	.content-para {
   
    padding: 0 20px;
}
	section.inner-header {
    height: 300px;
}
	.service-con-sec-area p {
    padding: 0 40px;
    font-size: 14px;
}
	section.distribution-sec .web-btn.content-btn {
    width: 100%;
}
	section.content-sec.another-sec .web-btn.content-btn {
    width: 100%;
}
	.web-btn.content-btn.detail-btn {
	margin-top:0px;
	text-align: start;
	/* width: 50%; */
}
	section.content-sec {
    padding-bottom: 60px;
}
	.content-img {
    width: 75%;
    margin: 0 auto;
}
	.distribution-content p {
    font-size: 14px;
}
	.spacing {
    padding: 60px 0;
}
	.inner-header .inner-header-title h2 {
    font-size: 35px;
}
	.web-title.abou-content-text p {
    font-size: 14px;
}
	.web-title.abou-content-text h2 {
    font-size: 25px;
    padding-bottom: 20px;
}
.content-text.data-text {
    padding: 0;
    padding-top: 50px;
}
	.who-heading h6 {
    font-size: 30px;
}
	.video-btn a {
    width: 70px;
    height: 70px;
    font-size: 20px;
}
	.service-image {
    padding: 13px;
    height: 300px;
}

.service-image img {
    height: 100%;
}
	.about-content.web-title h3 {
    font-size: 17px;
}

.about-content.web-title p {
    font-size: 14px;
}
	.about-content.web-title h2 {
    font-size: 27px;
}
}

/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 575px) {
  .container {
    width: 96%;
  }
	.about-content.web-title h3 {
    font-size: 17px;
}
section.marquee-slider .web-title h2 {
    font-size: 30px;
    padding-bottom: 40px;
    text-transform: uppercase;
}
.about-content.web-title p {
    font-size: 14px;
}
	p {
    font-size: 15px;
}
	.another-text {
    padding: 0px 30px;
}
	.who-heading h6 {
    font-size: 24px;
}
	.about-content.web-title h2 {
    font-size: 27px;
}
	.who-para {
    text-align: center;
    padding-top: 20px;
}
	section.content-sec.spacing .web-btn.content-btn {
    width: 100%;
    float: right;
}
	.distribution-content h2 {
    font-size: 28px;
}
	.content-text.data-text {
    padding: 0;
    padding-top: 30px;
}
	.newsletter {
    width: 100%;
}
	.web-title.tit-gap h2 {
    font-size: 30px;
}

.content-text h6 {
    font-size: 30px;
}
		.card-list > li {
    flex: 0 0 90%;
}
	.banner {
    height: 350px;
}
	.responsive-links ul li a {
    font-size: 20px;
}
	.respon-logo.header-logo a h2 {
    font-size: 20px;
}
.responsive-links ul li ul li a {
    padding-left: 20px;
    font-size: 16px;
}
.respon-cross a {
    width: 30px;
    height: 30px;
    font-size: 20px;
}
	.banner-title h2 {
    font-size: 25px;
    line-height: 38px;
}
	.service-con-sec-area p {
    padding: 0 10px;
    font-size: 14px;
}
	.service-con-sec-area h6 {
    font-size: 30px;
    margin-bottom: 20px;
}
	.client-sec p {
    font-size: 12px;
}
	.respon-logo {
    width: 150px;
}
	.newsletter h3 {
    font-size: 20px;
}
	section.about-image-sec.section-2.spacing {
    padding-bottom: 0;
}
	section.inner-header {
    height: 240px;
}
	.inner-header .inner-header-title h2 {
    font-size: 25px;
}
	.contact-sec-con h6 {
    font-size: 25px;
   
}
}

/*for-small_mobile view-320*/

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