@media (min-width:2001px) and (max-width:2560px){
	.container {
	    max-width: 1330px;
	}
}
@media (min-width:1801px) and (max-width:2000px){

	.container {
	    max-width: 1330px;
	}
}
@media (min-width:1551px) and (max-width:1800px){
	.container {
	    max-width: 1330px;
	}
}
@media (min-width:1440px) and (max-width:1550px){
	.container {
	    max-width: 1330px;
	}
	
}
@media (min-width:1300px) and (max-width:1439px){
	.container {
	    max-width: 1280px;
	}
	.navbar-brand {
	  width: 100px;
	}
	.navbar-expand-lg .navbar-nav .nav-link.nav-pd, .desktop-menu ul li a {
	  padding: 28px 15px;
	  font-size: 15px;
	}
	.news-reports-section {
	  padding: 20px 0 60px;
	}
	.service-section {
	  padding: 79px 0;
	}
	.service-center h2 {
	  margin-bottom: 59px;
	}


	.laboratories-title span {
	  flex-wrap: nowrap;
	}
	
}


@media (min-width:1200px) and (max-width:1299px){
	.container {
	    max-width: 1150px;
	}
	.navbar-brand {
	  width: 100px;
	}
	.navbar-expand-lg .navbar-nav .nav-link.nav-pd, .desktop-menu ul li a {
	  padding: 28px 12px;
	  font-size: 15px;
	}
	.news-reports-section {
	  padding: 20px 0 60px;
	}
	.service-section {
	  padding: 79px 0;
	}
	.service-center h2 {
	  margin-bottom: 59px;
	}

	.articles-title h2 {
	  margin-bottom: 40px;
	}
	.directors-section {
	  padding: 60px 0 20px;
	}
	.directors-post figure img {
	  height: 432px;
	}
	.directors-post {
	  min-height: 565px;
	}

	.laboratories-title span {
	  flex-wrap: nowrap;
	}

	.member-form .btn-default{
		width: 100%;
		min-width: 100%;
	}
	.bearers-presidents .directors-post {
	  min-height: 530px;
	}
	.advisory-text h3 {
	  font-size: 24px;
	}
}


@media (min-width:992px) and (max-width:1199px){
	h1, h2 {
	  font-size: 41px;
	}
	.navbar-brand {
	  width: 100px;
	}
	.navbar-expand-lg .navbar-nav .nav-link.nav-pd, .desktop-menu ul li a {
	  padding: 28px 7px;
	  font-size: 14px;
	}
	.navbar-expand-lg .navbar-nav .nav-item.about-menu:nth-last-child(2) .dropdown-menu{
		left: auto;
		right: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-pd {
	  padding: 28px 0 28px 7px;
	}


	
	.service-section {
	  padding: 72px 0;
	}
	.service-center h2 {
	  margin-bottom: 60px;
	}
	.our-latest-section {
	  padding: 63px 0;
	}
	.news-reports-section {
	  padding: 31px 0 60px;
	}
	.reports-text {
	  width: calc(100% - 75px);
	  padding: 10px;
	}
	.news-reports-title h3 {
	  font-size: 28px;
	}
	.reports-sidebar {
	  padding: 0;
	}
	.reports-date {
	  font-size: 38px;
	}
	.reports-date {
	  width: 75px;
	}
	.news-reports-box{
		padding-right: 30px;
	}
	.service-box {
	  min-height: 218px;
	}
	.service-box h4 {
	  font-size: 18px;
	}
	.service-box figure img {
	  max-width: 70px;
	  height: 70px;
	}


	.articles-section {
	  padding: 60px 0;
	}
	.articles-title h2{
		margin-bottom: 45px;
	}
	.articles-download li a {
	  padding: 15px;
	}

	.directors-section {
	  padding: 60px 0 20px;
	}
	.directors-post figure img {
	  height: 432px;
	}
	.directors-post {
	  min-height: 565px;
	}

	.laboratories-title span {
	  flex-wrap: nowrap;
	}


	.getintouch-form {
	  padding: 30px;
	}
	.contact-address p {
	  line-height: 25px;
	}
	.contact-address h4 {
	  font-size: 22px;
	  margin: 20px 0 13px;
	}


	.member-form .btn-default{
		width: 100%;
		min-width: 100%;
	}
	.member-form .g-5, .member-form .gx-5 {
	  --bs-gutter-x: 2rem;
	}

	.directors-content h4 {
	  font-size: 18px;
	}
	.advisory-text h3 {
	  font-size: 21px;
	}
	.advisory-table table td strong, .Production-table table th strong {
	  font-size: 17px;
	}
}	



@media (min-width:768px) and (max-width:991px){
	h1, h2 {
	  font-size: 41px;
	}
	.navbar{
		padding: 0 15px;
	}
	.desktop-menu{
		display: none;
	}
	.navbar-brand {
	  margin: 13px 0 -30px 0;
	  width: 90px;
	  padding: 10px 15px;
	}
	.navmenu.show{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.navigation-menu{
		display: block;
		visibility: hidden;
		opacity: 0;
		left: -300px;
		transition: all 0.5s ease;
	}
	
	.dropdown-menu {
	  border-radius: 0 !important;
	  border: none !important;

	}
	.navbar-expand-lg .navbar-nav .nav-link.nav-pd, .desktop-menu ul li a {
	  padding: 10px 10px;
	}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-pd {
	  padding: 10px 0 10px 10px;
	}
	.navigation-menu.show{
		visibility: visible;
		opacity: 1;
		left: 0;
		width: 100%;
	}


	.our-latest-section {
	  padding: 56px 0;
	}
	.title {
	  margin: 0 0 39px 0;
	}
	.banner-main-text h1 {
	  font-size: 41px;
	}
	
	.news-reports-section {
	  padding: 0px 0 56px;
	}
	.reports-sidebar {
	  padding: 40px 0 0 0px;
	}
	.news-reports-wrape {
	  padding-right: 0px;
	}
	.service-col {
	  width: 33.33%;
	}
	.service-section {
	  padding: 52px 0;
	}
	.service-center h2 {
	  margin-bottom: 35px;
	}
	.service-box h4 {
	  font-size: 17px;
	}
	.service-box {
	  min-height: 208px;
	}
	.getintouch-section {
	  padding: 68px 0;
	}


	

	/* About COTAAP css */
	.inner-banner-text h1 {
	  font-size: 34px;
	}
	.aboutcai-content ul {
	  padding-left: 25px;
	  margin-bottom: 25px;
	}
	.articles-section {
	  padding: 60px 0 40px;
	}
	.articles-title h2{
		font-size: 35px;
		margin-bottom: 35px;
	}
	.articles-download li a {
	  padding: 10px;
	}
	.articles-download{
		margin-bottom: 20px;
	}
	.directors-section {
	  padding: 60px 0 20px;
	}
	.directors-title h2 {
	  margin-bottom: 36px;
	}
	.directors-post figure img{
		height: 440px;
	}


	.laboratories-title{
		margin-bottom: 30px;
	}

	.contact-section {
	  padding: 60px 0;
	}
	.getintouch-title h2 {
	  font-size: 36px;
	}
	.getintouch-form {
	  padding: 20px;
	}
	.contact-address p {
	  line-height: 23px;
	  font-size: 14px;
	}
	.contact-address h4 {
	  font-size: 20px;
	  margin: 20px 0 10px;
	}


	.trustees-section {
	  padding: 60px 0 30px;
	}
	.member-form .btn-default{
		width: 100%;
		min-width: 100%;
	}
	.member-form .g-5, .member-form .gx-5 {
	  --bs-gutter-x: 1rem;
	}
	.news-section {
	  padding: 70px 0 70px;
	}
	.directors-content h4 {
	  font-size: 19px;
	}
	.bearers-presidents .directors-post{
		min-height: 548px;
	}
	.news-reports-box {
	  padding: 30px;
	  padding-right: 20px;
	}
	.news-details .news-reports-box h4 {
	  font-size: 28px;
	}
	.news-details .news-reports-box p {
	  margin-bottom: 18px;
	}


	/*support-table css*/
	.support-table table th {
	  font-size: 15px;
	}
	.advisory-table table td strong, .Production-table table th strong {
	  font-size: 16px;
	  line-height: 10px;
	}
	.favicon-img {
	  width: 70px;
	  margin-right: 13px;
	}
	.advisory-text h3 {
	  font-size: 19px;
	}
	.member-section {
	  padding: 60px 0;
	}
	.cab-btn{
		max-width: 115px;
	}

	.laboratories-box{
		min-height: auto;
	}
	.our-latest-box figure img{
	    width: 100%;
        object-fit: contain;
	}
}



@media (min-width:320px) and (max-width:767px) {
	h1, h2 {
	  font-size: 29px;
	}
	p {
	  font-size: 14px;
	  line-height: 21px;
	}
	.navbar{
		padding: 0 15px;
	}
	.desktop-menu{
		display: none;
	}
	.navbar-brand {
	  margin: 13px 0 -30px 0;
	  width: 90px;
	  padding: 10px 15px;
	}
	.navmenu.show{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.navigation-menu{
		display: block;
		visibility: hidden;
		opacity: 0;
		left: -300px;
		transition: all 0.5s ease;
	}
	
	.dropdown-menu {
	  border-radius: 0 !important;
	  border: none !important;

	}
	.navbar-expand-lg .navbar-nav .nav-link.nav-pd, .desktop-menu ul li a {
	  padding: 10px 10px;
	}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-pd {
	  padding: 10px 0 10px 10px;
	}
	.navigation-menu.show{
		visibility: visible;
		opacity: 1;
		left: 0;
		width: 100%;
	}

	/* home page css */
	.banner-main-text h1 {
	  font-size: 28px;
	 }	
	  .banner-text {
	  padding: 15px;
	  padding-left: 20px;
	}
	.banner-text h2 {
	  font-size: 24px;
	}
	.our-latest-section {
	  padding: 46px 0;
	}
	.title {
	  margin: 0 0 30px 0;
	}
	.news-reports-section {
	  padding: 10px 0 46px;
	}
	.news-reports-title h3{
		text-align: center;
		font-size: 30px;
	}
	.news-reports-box {
	  	padding: 20px;
	  	padding-right: 20px;
	}
	.reports-date {
	 		font-size: 35px;
	}
	.reports-date {
	  width: 90px;
	}
	.reports-text {
	  width: calc(100% - 90px);
	  padding: 10px;
	}
	.service-bottom {
	  margin-top: 0;
	}
	.service-center h2 {
	  margin-bottom: 25px;
	}
	.service-section{
		padding: 50px 0px;
	}
	.g-5, .gx-5 {
	  --bs-gutter-x: 1.5rem;
	}
	.service-row {
	  margin: 0 0px;
	}
	.service-col {
	    width: 100%;
	    padding: 12px 0px;
	    margin-bottom: 20px;
  }

  	.reports-data .news-reports-title h3{
		margin: 55px 0 30px 0;
	}
	
	.reports-sidebar{
		padding:0;
	}
	.news-reports-wrape{
		padding: 0;
	}
	.getintouch-form {
	  padding: 20px;
	}
	.getintouch-title h2 {
	  margin: 0 0 28px 0;
	  font-size: 32px;
	}
	.form-group {
	  margin-bottom: 23px;
	}
	.getintouch-section {
	  padding: 63px 0;
	}
	.foot-parent{
		margin-left: 12px;
	}


  /* About COTAAP css */
  .inner-banner-text h1 {
	  font-size: 28px;
	}
	.aboutcai-section {
	  padding: 60px 0;
	}
	.aboutcai-text {
	  padding: 20px;
	}
	.aboutcai-content h3 {
	  font-size: 22px;
	  margin-bottom: 15px;
	}
	.aboutcai-content ul {
	  padding-left: 25px;
	  margin-bottom: 25px;
	}
	.aboutcai-content ul li {
	  line-height: 24px;
	}

	.articles-section {
	  padding: 60px 0;
	}
	.articles-title h2 {
	  margin-bottom: 36px;
	}
	.articles-download{
		margin-bottom: 20px;
	}
	.articles-download li a {
	  padding: 10px;
	}

	.directors-section {
	  padding: 60px 0 20px;
	}
	.directors-title h2 {
	  margin-bottom: 36px;
	}


	.committees-section {
	  padding: 60px 0;
	}
	.committees-table h3 {
	  font-size: 20px;
	}
	.thead-title h4 {
	  font-size: 18px;
	}
	.committees-table table tbody .center-text {
	  font-size: 15px;
	}


	.laboratories-section {
	  padding: 60px 0;
	}
	.laboratories-title span{
		flex-wrap: nowrap;
	}
	.laboratories-title{
		margin-bottom: 30px;
	}
	.laboratories-title h4 {
	  margin-right: 10px;
	}


	.contact-section {
	  padding: 60px 0;
	}
	.contact-address{
		margin-top: 30px;
	}
	.contact-address p {
	  line-height: 22px;
	}
	.contact-address h4 {
	  font-size: 21px;
	  margin: 20px 0 8px;
	}


	.trustees-section {
	  padding: 60px 0 30px;
	}
	.trustees-box{
		min-height: auto;
	}

	.member-form .btn-default{
		width: 100%;
		min-width: 100%;
	}
	.dataTables_length{
		padding-bottom: 10px;
	}
	.dataTables_info{
		padding-bottom: 15px;
	}

	.member-group label {
	  width: 26%;
	}
	.member-group .selected {
	  width: 74%;
	}
	.member-form {
	  padding: 30px 15px 0;
	}
	.news-section {
	  padding: 60px 0;
	}
	.news-details .news-reports-box h4 {
	  font-size: 24px;
	}
	.news-details {
	  padding: 0 0px 0 0;
	}




	/*support-table css*/
	.member-section {
	  padding: 60px 0;
	}
	.support-table table th {
	  font-size: 14px;
	}
	.advisory-table table td strong, .Production-table table th strong {
	  font-size: 16px;
	  line-height: 0px;
	  white-space: nowrap;
	}


	.advisory-text h3 {
	  font-size: 16px;
	}
	.association-top h1{
		display: block;
	}
	.favicon-img {
	  width: 60px;
	  margin: 0 auto;
	}

	.cotton-group .selected{
		width: 100%;
	}

	.cab-btn{
		max-width: 100%;
		margin-bottom: 15px;
	}
	.cab-button{
		padding: 0 20px 20px 20px;
	}
	.advisory-table table th {
	  font-size: 16px;
	  line-height: 20px;
	  white-space: nowrap;
	}

	.laboratories-box{
		min-height: auto;
	}
	
	.our-latest-box{
	    min-height: auto;
	}
	.our-latest-box figure img{
	    width: 100%;
        object-fit: contain;
	}
	.container{
	    padding:0 15px;
	}
	
	.equal{
	    height: auto!important;
	    margin:0!important;
	}
	.news-reports-box{
	    min-height: auto!important;
	    height: auto!important;
	    margin-bottom: 30px!important;
	}
	.laboratories-title h4{
	    max-width: 30px;
	}
	.laboratories-title{
	    padding:20px;
	}
	.form-width{
	    width: 100%;
	}

}


@media (min-width:576px) and (max-width:767px) {
	
	.service-col {
	  width: 50%;
	  padding: 12px 10px;
  	}
	.service-bottom {
    margin-left: 0px;
	}
	.service-center h2 {
     	margin-bottom: 60px;
	}
	.news-reports-section{
		padding: 0 0;
	}
	.reports-data .news-reports-title h3{
		margin: 100px 0 30px 0;
	}
	.news-reports-wrape{
		padding-right: 0px;
	}
	.directors-post figure img {
	  height: 323px
	}
	.directors-post {
	  min-height: 485px;
	}
	.directors-content h4 {
	  font-size: 18px;
	}

	.trustees-box {
	  min-height: 467px;
	}
	.our-latest-box figure img{
	    width: 100%;
        object-fit: contain;
	}

}
@media (min-width: 250px) and (max-width: 576px){
	.our-latest-box figure img{
	    width: 100%;
        object-fit: contain;
	}
}


@media (max-width: 992px) {
.collapse.navbar-collapse.show {
    height: 100vh;
    overflow-y: auto;
}

ul.parent ul.child {
    display: none;
}

ul.parent ul.child.show {
    display: block;
}
.our-latest-box figure img{
	    width: 100%;
        object-fit: contain;
            height: 0%;
	}

}

@media only screen and (min-width: 960px) {
        .latest-section
        {
          width: 960px
          height: auto;
        }
    @media only screen and (min-width: 1440px) {
        .latest-section
        {
          width: 1440px
          height: auto;
        }
    }
    @media only screen and (min-width: 2000px) {
        .latest-section
        {
          width: 2000px
          height: auto;
        }
    }
    @media only screen and (max-device-width: 480px) {
       .latest-section
        {
          width: 480px
          height: auto;
        }
    }
    @media only screen and (device-width: 768px) {
       .latest-section
        {
          width: 768px
          height: auto;
        }
    }