* {
  margin: 0;
  padding: 0;
}

/*Tablet*/

/*Mobile L*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .adm-rqm {
    height: auto;
  }
}

/*Navbar and Footer*/

/*Media Queries*/
.sm-only {
  display: none !important;
}
.pc-only {
  display: block !important;
}
.about-pc {
  display: block !important;
}

/*---Navigation---*/
#nav-bar {
  position: sticky;
  top: 0;
  z-index: 10;
}
.navbar-brand img {
  height: 40px;
  padding-left: 20px;
}
.navbar-nav li {
  padding: 0 10px;
}

.navbar-nav li a {
  float: right;
  text-align: left;
}

#nav-bar ul li a:hover {
  color: #f38f59 !important;
}

.navbar {
  background: #0f5288;
}

.navbar-toggler {
  border: none !important;
}

.nav-link {
  color: white !important;
  font-weight: 600;
  font-size: 16px;
  font-family: sans-serif;
}

/* container */

.campus-bg {
  background-size: cover;
  background-position: top;
  height: 500px;
  position: relative;
}

.main-book-img {
  height: 450px !important;
  width: auto;
  overflow: hidden;
  padding-right: 50px;
  padding-top: 15px;
}

/* .page-title{
    width: 800px;
    height: 100px;
    background-color: white;
    opacity: 0.6;
    color: white;
    padding-top: 40px;
    top: 80%;
    left: 0%;
    position: absolute;
} */

/* container2 */

.book-img {
  padding-top: 45px;
  padding-right: 50px;
  height: 50px;
  margin-left: -5%;
}

.p {
  font-size: 12px;
}

/* preview button */

.button-preview {
  background-color: white;
  border-radius: 50px;
  width: 13%;
  height: 40%;
  color: black;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  margin-left: -1%;
  padding-top: 10px;
}

.button-preview:hover {
  background-color: #0f5288;
}

/* download button */
.button-download {
  background-color: white;
  border-radius: 50px;
  width: 12%;
  height: 40%;
  color: black;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  margin-left: 20px;
}
.button-download:hover {
  background-color: #0f5288;
}

.profile-pic .img-box img {
  height: 300px;
  width: 220px;
  margin-top: 10px;
}

.bookview {
  margin-right: 0px !important;
}

/* title */

#title {
  padding-top: 0px;
  padding-bottom: 50px;
  color: #555;
}

h4 {
  text-align: left;
  color: #555 !important;
  padding-bottom: 10px;
  padding-left: 20px;
}

*/ .profile-pic {
  margin-top: 10px;
}

.profile-pic .img-box {
  opacity: 1;
  display: block;
  position: relative;
}

/* .profile-pic .img-box img
{
     height 300px;
     width:220px; 
}   */

.img-box {
  height: 320px;
  width: auto;
  overflow: hidden;
}
.img-box img {
  height: 100%;
  width: auto;
  overflow: hidden;
  /* object-fit: contain; */
  object-position: 50% 50%;
}

.profile-pic .img-box img:hover {
  filter: grayscale(0);
  cursor: pointer;
}

.profile-pic h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  color: #007bff !important;
}

.button {
  background-color: white;
  border-radius: 50px;
  /* width: 50%;
    height: 10%; */
  color: black;
  padding: 10px;
  /* text-align: center; */
  text-decoration: none;
  font-size: 15px;
  margin: 4px 2px;
  overflow: hidden;
}

.button4 {
  padding-top: 8px;
}

.button:hover {
  background-color: #0f5288;
}

.button4:hover {
  color: white;
}

/* .profile-pict
{
    margin-top: 10px;
} */

/* .profile-pict .img-box
{
    opacity:1;
    display:block;
    position: relative;
} */

/* .profile-pict .img-box img
{
    
    width:200px;
} */

/* try */
#searchh {
  width: 70%;
  padding: 7px;
  border: 2px solid #0f5288;
  position: relative;
}

#submit {
  border-radius: 0px 5px 5px 0px;
  padding: 8px;
  background: #0f5288;
  border: 1px solid #0f5288;
  color: white;
  margin-left: -10px;
  cursor: pointer;
  width: 100px;
}

.search-bar {
  bottom: 80px;
  margin-left: 180px;
}

/* categories */

.icon {
  margin-right: 15px;
  margin-left: 215px;
  color: #0f5288;
}

.title-heads {
  background: #0f5288;
  padding: 5px 15px;
  color: white;
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
  margin-right: 20px !important;
}

.ep-white-bg {
  background: white;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);

  /* -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19); */
  padding-left: 30px;
  width: 120%;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 17px;
  width: 17px;
  border: 1px solid #bbb7b7;
  border-radius: 0.3vmin;
  background-color: #fff;
}

.text-capitalize {
  text-transform: capitalize !important;
  font-size: 13px;
}

.tit-sid-lst {
  margin-top: 15px;
}

.checkbox {
  padding: 2px;
  padding-left: 15px;
}

/* listing */

#list {
  margin-top: 5px;
  margin-right: 40px;
}

.result {
  /* text-align:center;  */
  color: #0f5288;
  /* margin-left:350px; */
}

/*  */

/* @import url(https://fonts.googleapis.com/css?family=Open+Sans); */

.search {
  width: 100%;
  position: relative;
  display: flex;
  padding-top: 550px;
  padding-right: 20px;
}

.searchTerm {
  width: 100%;
  border: 2px solid #0f5288;
  border-right: none;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #0f5288;
}

.searchTerm:focus {
  color: #0f5288;
}

.searchButton {
  width: 50px;
  height: 50px;
  border: 1px solid #0f5288;
  background: #0f5288;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* footer */

.footer-content {
  line-height: 1.5em;
  padding: 20px 0px !important;
  /* padding-bottom: 20px; */
  background-color: #3573a3;
}

.footerLogo {
  height: 40px;
  width: auto;
}

.grey-text {
  color: #aaaaaa;
}

.link-text {
  color: #aaaaaa;
}

.link-text:hover {
  color: white;
}

.text-center {
  text-align: center !important;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

li {
  color: #3573a3;
}

.text-left {
  padding-top: 8px;
}

.cont {
  padding-right: 0px !important;
  padding-left: 20px !important;
}

.detail-search-bar {
  margin-top: 50px;
  margin-left: 180px;
  margin-bottom: 20px;
}

/* filter */

/* @media only screen and (max-width: 768px) {
    .filter{
        display: none;
    }
} */

@media only screen and (max-width: 768px) {
  /* CSS Rules Here */

  .book-img {
    width: 60%;
    margin-left: 10px !important;
  }

  .button4 {
    width: auto;
    margin-bottom: 25px;
  }

  .a {
    width: 100px !important;
  }

  .result {
    margin-left: 20px !important;
    padding: 0px !important;
    float: right;
  }

  .dropdown {
    margin-left: 90px !important;
    margin-top: 15px !important;
    margin-bottom: 30px !important;
  }
  .abc {
    height: 50px;
    width: 130px;
    padding: 0px 20px;
    border-radius: 100px;
    border: 0px;
    padding-right: 25px;
    color: #0f5288;
  }

  .search {
    width: 200%;
    position: relative;
    display: flex;
    /* padding-top: 550px; */
    padding-right: 20px;
  }

  .searchTerm {
    width: 100%;
    border: 2px solid #0f5288;
    border-right: none;
    padding: 5px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #0f5288;
    height: 40px;
  }

  .searchTerm:focus {
    color: #0f5288;
  }

  .searchButton {
    width: 50px;
    height: 50px;
    border: 1px solid #0f5288;
    background: #0f5288;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
  }

  /*Resize the wrap to see the search bar change!*/
  .wrap {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-90%, -50%);
    padding-top: 230px;
  }

  .page-title {
    width: 800px;
    height: 80px;
    background-color: white;
    opacity: 0.6;
    color: white;
    padding-top: 40px;
    top: 89%;
    left: 0%;
    position: absolute;
  }

  .profile-pic {
    width: 50% !important;
    display: inline-block;
    vertical-align: top;
  }

  .profile-pic .img-box img {
    /* height :150px!important; */
    width: auto !important;
    /* margin-left: 60px!important;
    padding-top: 10px; */
  }
  */ .read-more {
    margin-left: 50px !important;
    width: 120px;
    height: 40px;
  }

  /* .profile-pict{
    width: 50% !important;
    display: inline-block;
    vertical-align: top;
    } */

  .search-bar {
    margin-left: 10px;
    padding-top: 10px;
    bottom: 60px;
  }

  .result {
    padding-top: 15px;
    padding-left: 50px;
  }

  .main-book-img {
    height: 250px !important;
    width: auto !important;
    overflow: hidden;
    padding-right: 25px;
    padding-top: 15px;
  }

  .img-box img {
    height: 250px;
    width: auto;
    overflow: hidden;
    /* object-fit: contain; */
    object-position: 50% 50%;
  }

  .img-box {
    height: 250px !important;
    padding-top: 10px;
  }

  .footericon {
    display: flex;
    /* align-items: center;
    justify-content: center; */
  }

  .detail-search-bar {
    margin-top: 50px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
