@media only screen and (max-width:1280px) {
  .row {
    width: 1000px;
  }
  .sidebarMenuInner li a {
    padding: 15px 22.4px;
  }
  .owl-next {
    right: 0%;
  }
  .owl-prev {
    left: 0;
  }
  h1.org-title {
    font-size: 29px;
  }
  footer ul li {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023.5px) {
  .row {
    width: 720px;
  }
  .welcome-board {
    width: 60%;
    margin-top: 20px;
  }
  .service {
    width: 35%;
    margin-top: 20px;
  }
  .categories {
    padding: 50px 0 30px 0;
  }
  .our-concern {
    padding-top: 45px;
  }
  .owl-next {
    right: -3%;
  }
  .owl-prev {
    left: -3%;
  }
  h1.org-title {
    font-size: 22px;
  }
  h2.green-title, h3.green-title {
    font-size: 20px;
  }
  footer ul li {
    padding: 0 5px;
  }
  footer ul li a {
    font-size: 12px;
  }
  .separator img {
    width: 100%;
  }
  .book-page .about-author ul {
    display: inline;
  }
  .about-author ul li, .book-page .about-author ul li.marg-top {
    width: 100%;
    margin-top: 35px;
  }
  .about-author ul li:first-child {
    margin-top: 20px;
  }
  .testimonial ul {
    display: inline-block
  }
  .testimonial ul li {
    width: 100%;
    margin-right: 0;
  }
  .book-cover {
    width: 100%;
  }
  .book-page .author-content {
    width: 100%;
    margin-top: 25px;
  }
  .about-book, .about-author {
    margin-top: 20px;
  }
		.feedback ul li{
		width: 100%;
	}
}
@media only screen and (max-width:767px) {
  .row {
    width: 100%;
    padding: 0 25px
  }
  .slider {
    min-height: 400px;
  }
  .flexslider .slides img {
    height: 400px;
  }
  .flex-direction-nav {
    display: none;
  }
  .welcome-container {
    margin-top: 0;
  }
  .welcome-board {
    width: 100%;
  }
  .categories {
    padding: 40px 0 25px 0;
  }
  h1.org-title {
    font-size: 25px;
  }
  h2.green-title {
    font-size: 20px;
  }
  .service {
    width: 100%;
    border-top: solid 1px #e5e5e5;
    padding-top: 32px;
  }
  .welcome-board {
    margin-top: 30px;
  }
  .welcome-board p:last-child {
    margin-bottom: 0;
  }
  .our-concern {
    padding-top: 40px;
  }
	.our-concern-address{
		display: inline-block;
	}
  .address {
    width: 100%;
    margin-bottom: 25px;
    padding: 25px;
  }
  .address:last-child {
    margin-bottom: 0;
  }
  footer ul li {
    padding: 0 10px;
  }
  .separator img {
    width: 100%;
  }

}
@media only screen and (max-width:576px) {
  header {
    margin-top: 20px;
    padding: 0;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  .logo img {
    width: auto;
  }
  .search {
    width: 100%;
    margin: 20px 0px;
  }
  .slider {
    min-height: auto;
  }
  .flexslider .slides img {
    height: auto;
  }
  h1.org-title {
    font-size: 20px;
  }
  .inner-container {
    margin-bottom: 10px;
  }
  footer ul li a {
    font-size: 11px;
  }
  .breadcrumbs {
    top: 30%;
  }
  .breadcrumbs h2 {
    margin-bottom: 0;
    font-size: 1.5em;
  }
  .author-content {
    width: 100%;
    margin-bottom: 10px;
  }
  .book-cover {
    width: 100%;
  }
  .book-page .author-content {
    width: 100%;
    margin-top: 15px;
  }
  .book-page h2.green-title {
    margin-bottom: 0;
  }
  .author-row-mobile {
    flex-direction: column;
  }
  .author-image {
    background: #e7e7e7;
    margin-bottom: 20px;
  }
  .author-image img {
    box-shadow: none;
    border: none;
  }
  .author-image strong {
    padding-bottom: 10px;
    display: block;
  }
  .separator {
    margin: 30px 0px;
  }
  .proud-member ul li {
    width: 49%;
    margin-right: 2%;
  }
  .proud-member ul li:nth-child(even) {
    margin-right: 0;
  }
  .press ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .book-page .about-author ul {
    display: inline;
  }
  .about-author ul li, .book-page .about-author ul li.marg-top {
    width: 100%;
    margin-top: 35px;
  }
  .about-author ul li:first-child {
    margin-top: 20px;
  }
  .testimonial ul li {
    width: 100%;
    margin-right: 0;
  }
  .testimonial ul {
    display: inline-block;
	      width: 100%;
  }
  .domestic-international {
    margin-bottom: 20px;
  }
			.feedback ul li{
		width: 100%;
	}
}
@media only screen and (max-width:399px) {
  .inner-banner img {
    height: 100px;
  }
}