body {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  color: #333;
}

body a {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}

a:hover,
a:focus {
  color: none !important;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

.col-md-12 {
  padding: 0;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

label {
  margin-bottom: 5px;
}

body a:hover {
  text-decoration: none;
}

/**** nav Header start ****/

.top-right {
  background: #1158a0;
  float: right;
  width: 100%;
  padding: 0.5em 4em;
}

.top-right ul {
  list-style: none;
  float: right;
}

.top-right li {
  display: inline;
  float: left;
  color: #ffff;
  margin-left: 15px;
}

.top-right li a {
  color: #ffff;
}

.top-nav {
  float: left;
  width: 100%;
  height: 100px;
  /*	background: url("../images/pattern.jpg");*/
  /*border-bottom: 1px solid #ddd;*/
  /* padding: 5px 0; */
}

.wrapper {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px;
  padding-left: 0;
  margin: 0;
  /* margin-left: 56px; Hide by dinesh */
  margin-left: 10px;
}

.navbar-brand>img {
  display: block;
  /*  width: 150px !important; */
}

.mobile-logo {
  display: none;
}

.logo-dsk {
  margin: 7px 0 5px;
}

.navbar-right {
  float: right !important;
  /* margin-right: 64px; hide by dinesh */
  margin-right: 10px;
  text-align: center;
}

#logo {
  font-size: 40px;
  float: left;
}

nav {
  float: right;
}

.lis-t a {
  font-size: 15px;
}

nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin: 0 5px;
}

nav a:hover {
  color: red;
}

.navbar-default {
  background: #fff;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
  padding-bottom: 0em;
}

.navbar-default .navbar-nav>li>a {
  /*  color: #555; */
  font-size: 16px;
  /*  padding: 23.7px 10px; */
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  display: block;

  color: #cccccc;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #3A3637;
  background-color: #ac688edb;
  /* color: var(--bs-navbar-active-color); */
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #3A3637;
  background-color: #ac688edb;
}

.top-right .fa {
  background: #ac688edb;
  padding: 5px 0px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  text-align: center;
}

.top-right li:hover .fa {
  background: #fff;
  color: #1158a0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}

/**** popup login-register  ****/

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.6);
}

.modal-header {
  padding: 10px 15px;
  float: left;
  width: 100%;
}

.modal-body {
  float: left;
  width: 100%;
  padding-top: 0;
}

.modal-content {
  float: left;
  width: 100%;
  border: 0px;
}

.modal-body .form-group input {
  border-radius: 0;
  box-shadow: none;
}

.login h3 {
  /* background: #eee; */
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0px;
}

.login .form-group input {
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
}

.register h3 {
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0px;
}

.register .form-group input {
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
}

.forgot-p a {
  color: #000;
  font-weight: bold;
}

.forgot-p a:hover {
  color: #1158a0;
}

.forgot-p {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}

.login {
  padding-right: 25px;
  border-right: 1px solid #777;
}

.register {
  padding-left: 25px;
}

.modal-header {
  border-bottom: none;
}

.modal-dialog {
  margin-top: 13em;
}

/**** // popup login-register  ****/

/**** search  ****/

.search {
  float: left;
  margin-top: 17px;
}

.search input {
  width: 80%;
  float: left;
  border: 1px solid #ddd;
  background: none;
  padding: 7px 10px;
  border-radius: 50px;
  font-size: 13px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 35px;
}

.search .fa {
  background: #484848;
  color: #eee;
  border-radius: 50px;
  font-size: 15px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 10px;
  border: 1px solid #484848;
  height: 35px;
}

/**** // search  ****/

/**** // nav Header end  ****/

/**** nav bottom search  ****/

.search-bar {
  float: left;
  width: 100%;
  padding: 1em 0;
  background: #383737;
}

.search-bar p {
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.searching-fields input {
  padding: 5px 8px;
  border-radius: 3px;
  box-shadow: none;
}

.pd-left {
  padding-left: 0;
}

.pd-8 {
  padding-right: 8px;
}

.searching-fields .form-group {
  margin-bottom: 0;
}

.search-bar button {
  padding: 7px 36px;
  background: #1158a0;
  color: #fff;
  border-radius: 2px;
  border: none;
}

/**** // nav bottom search  ****/

/**** banner slider start  ****/

section.awSlider .carousel {
  display: table;
  z-index: 2;
  -moz-box-shadow: 0 0 4px #444;
  -webkit-box-shadow: 0 0 4px #444;
  box-shadow: 0 0 15px rgba(1, 1, 1, 0.5);
}

.awSlider {
  float: left;
  width: 100%;
}

section.awSlider {
  margin: 0;
  padding: 0px;
  position: relative;
  display: table;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

section.awSlider:hover>img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}

section.awSlider img {
  pointer-events: none;
}

section.awSlider>img {
  position: absolute;
  top: 30px;
  z-index: 1;
  transition: all 0.3s;
  filter: blur(1.8vw);
  -webkit-filter: blur(2vw);
  -moz-filter: blur(2vw);
  -o-filter: blur(2vw);
  -ms-filter: blur(2vw);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

/**** banner slider start end  ****/

/**** tab-area  ****/

.tab-area {
  width: 100%;
  padding: 2em 0;
  float: left;
}

.border {
  width: 5%;
  height: 4px;
  background: #000;
  margin: 1.5em auto 0;
}

.section-header {
  text-align: center;
  margin-bottom: 3em;
}

.nav-tabs {
  border-bottom: none;
}

.wizard {
  margin: 0px auto;
}

.wizard .nav-tabs {
  position: relative;
  margin: 0px auto;
  margin-bottom: 0;
  border-bottom-color: #e0e0e0;
}

.wizard>div.wizard-inner {
  position: relative;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 30px;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #fff;
  border: 2px solid #1158a0;
}

.wizard li.active span.round-tab i {
  color: #1158a0;
}

span.round-tab:hover {
  color: #1158a0;
  border: 2px solid #1158a0;
}

.tab-content p {
  margin-bottom: 8px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
}

.wizard .nav-tabs>li {
  width: 25%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #1158a0;
  transition: 0.1s ease-in-out;
}

.wizard li.active:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #1158a0;
}

.wizard .nav-tabs>li a {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 100%;
  padding: 0;
}

.wizard .nav-tabs>li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding: 30px 0px;
  float: left;
  width: 100%;
}

.wizard h3 {
  margin-top: 0;
  text-align: center;
}

.abp-row img {
  width: 60px;
  float: left;
  margin-right: 15px;
  height: 60px;
}

.abp-row p {
  margin-top: 25px;
  float: left;
  /* width: 100%; */
}

.abp-row p a {
  color: #1158a0;
}

.abp-row {
  margin-bottom: 10px;
}

.padding-z {
  padding: 0;
}

#step6 .fa {
  color: #1158a0;
}

@media (max-width: 585px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }

  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard .nav-tabs>li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}

.col-row1 h5 a {
  color: #1158a0;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.col-row1 {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
}

.col-row1 h5 {
  margin-top: 0;
}

.col-row1 p {
  text-align: left;
  color: #777;
}

.tb-row {
  width: 100%;
  float: left;
  margin-top: 1em;
}

.col-row1 h5 a:hover {
  color: #1158a0;
  webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}

/* // tab-area */

/**** tab link box  ****/

.info {
  background: url("../images/pattern.jpg");
  padding: 2.5em 0;
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
  padding-top: 0;
}

.left-info {
  height: 400px;
}

.left-info ul {
  height: 343px;
}

.left-info h4 {
  background: #eee;
  padding: 10px;
  border: 1px solid #ddd;
  text-transform: uppercase;
  margin-bottom: 0;
}

.info-link ul {
  list-style: none;
  border: 1px solid #ddd;
  border-top: 0px;
  float: left;
  width: 100%;
}

.info-link ul li {
  color: #484848;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  /* margin-bottom: 5px; */
  font-size: 15px;
  letter-spacing: 0.2px;
  float: left;
  width: 100%;
}

.info-link ul li a {
  text-decoration: none;
}

.info-link .fa {
  color: #000;
}

.info-link ul a li:hover {
  color: #1158a0;
  webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}

.info-link p {
  margin-top: 10px;
}

/**** // tab link box  ****/

/** SUBSCRIBE **/

.subscribe {
  padding: 1em 0;
  background: #eee;
  float: left;
  width: 100%;
}

.download-button button {
  font-size: 20px;
  padding: 15px 25px;
  color: #eee;
  border-radius: 50px;
}

.subs-inp input {
  border-radius: 0 !important;
  box-shadow: none;
  padding: 10px;
  height: auto;
}

.subs-inp label {
  margin-top: 10px;
}

.subs-btn button {
  padding: 10px 20px;
  margin-top: 35px;
}

.btn-orange {
  color: #eee !important;
  background: #1158a0;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #1158a0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-orange:hover {
  background: #1158a0;
  border: 1px solid #1158a0;
  webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}

/** // SUBSCRIBE **/

/****** desktop footer *****/

.footer {
  width: 100%;
  float: left;
  background: #D9DBE7;
  padding: 2em 0;
}

.ftr-col h4 {
  color: #f0f0f0;
  margin-bottom: 16px;
}

.ftr-col {
  float: left;
}

.ftr-col p {
  margin-bottom: 6px;
}

.ftr-links {
  color: #fff;
}

.ftr-links h2 {
  color: #3A3637;
}

.ftr-col p a {
  color: #3A3637;
  font-size: 14px;
  font-weight: 500;
}

.ftr-col p a:hover {
  color: #f0f0f0;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777 !important;
  opacity: 1;
  /* Firefox */
}

.footer-bottom {
  border-top: 1px solid #383838;
  width: 100%;
  float: left;
  margin-top: 1.5em;
}

.lft-ftr {
  margin-top: 1em;
  color: #6e6e6e;
  font-size: 14px;
}

.rgt-ftr {
  margin-top: 1em;
  color: #6e6e6e;
  font-size: 14px;
}

.rgt-ftr a {
  color: #fff;
  font-weight: 500;
}

.rgt-ftr a:hover {
  color: #1158a0;
}

.rgt-ftr p {
  text-align: right;
}

.social-icons .fa {
  padding: 5px;
  font-size: 16px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-facebook {
  color: #3b5998;
  border: 1px solid #3b5998;
}

.fa-twitter {
  color: #55acee;
  border: 1px solid #55acee;
}

.fa-linkedin {
  color: #007bb5;
  border: 1px solid #007bb5;
}

.fa-facebook:hover {
  background: #3b5998;
  border: 1px solid #3b5998;
  color: #fff;
}

.fa-twitter:hover {
  background: #55acee;
  border: 1px solid #55acee;
  color: #fff;
}

.fa-linkedin:hover {
  background: #007bb5;
  border: 1px solid #007bb5;
  color: #fff;
}

/****** desktop footer *****/

/****** listing-page *****/

.book-listing-rw {
  float: left;
  width: 100%;
  padding: 2em 0;
}

.search-listing-rw {
  float: left;
  width: 100%;
  padding: 2em 0;
}

.b-list-row {
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}

.book-l-box img {
  margin-bottom: 10px;
}

.border-none {
  border: none;
}

.book-l-box p a {
  /* color: #000; */
  font-size: 18px;
  font-weight: 500;
}

/****** // listing-page *****/

/****** book-desc *****/

.book-dtl h3 {
  margin-top: 15px;
  font-weight: 400;
  font-family: "Poppins";
  color: #343B73;
}

.book-dtl-dsc h2 {
  margin-top: 15px;
  font-weight: 400;
  font-family: "Poppins";
  color: #343B73;
  text-align: left;
  font-size: 26px;
}

.book-dtl .nav-tabs {
  border-bottom: none !important;
  margin-top: 0px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: none;
}

.book-dtl p {
  /* line-height: 20px; */
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left !important;
  font-family: "Fort-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.42857143;
  color: #333;
}

.book-dtl-rw {
  float: left;
  width: 100%;
  padding: 2em 0;
}

.book-dtl-rw table {
  margin-top: 1.5em;
  float: left;
  width: 100%;
  background: #f8f8f8;
}

.book-dtl-rw table td a {
  color: #000;
}

.book_details {
  padding-left: 3px;
}

/****** horizontal tab start *****/

.horizontal-tab {
  float: left;
  width: 100%;
  padding-bottom: 3.5em;
}

.horiz-tab-content {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  float: left;
  width: 100%;
  /*	height: 500px;*/
  /* overflow-y: scroll; */
}

.nav-pills>li>a {
  border-radius: 0px;
  padding: 8px 25px;
  text-decoration: none;
  background-color: #eee;
  color: #1158a0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #1158a0;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #ddd;
  color: #1158a0;
}

.tb-align-box {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.tb-align-box label {
  color: #939393;
  font-weight: 500;
}

.tb-align-box p {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.tb-align-box-h {
  width: 20%;
  float: left;
  font-weight: 700;
  /* background-color: #6f8a98; */
  background-color: #ffffff;
  color: #7e7e7e;
  font-size: 1.1em;
  padding: 3px 0 3px 6px;
  margin-bottom: 10px;
}

.tb-align-box-h strong {
  font-weight: 500;
}

.tb-align-box-h h5 {
  margin-top: 0;
  color: #000;
}

.tb-align-box-p {
  width: 80%;
  float: left;
  background-color: #fff;
  /* box-shadow: 0 0 4px #e5e5e5; */
  text-align: justify;
  padding-right: 6px !important;
  font-size: 1.1em;

  padding: 3px 0 3px 6px;

  margin-bottom: 10px;
  min-height: 28px;
}

.tb-align-box-p p {
  line-height: 20px;
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
  font-weight: 500;
}

.tb-align-box-2 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.tb-align-box-h-2-icon {
  width: 70%;
  float: left;
}

.tb-align-box-h-2-icon h5 {
  vertical-align: middle;
}

.tb-align-box-h-2-icon h5 a {
  color: #000;
}

.w-bg {
  background: #f9f9f9;
  padding: 0 8px;
  margin-bottom: 4px;
}

.w-bg-2 {
  padding: 0 8px;
  margin-bottom: 4px;
}

.tb-align-box-p-2 {
  width: 15%;
  float: left;
}

.tb-align-box-p-2 p {
  padding: 8px 0;
  float: left;
  width: 100%;
  text-align: left;
  margin: 0;
}

.horiz-tab-content table>tbody>tr>td {
  border-top: none;
}

.horiz-tab-content .fa.fa-unlock {
  color: #077a01;
}

.horiz-tab-content .fa.fa-lock {
  color: #d70707;
}

/****** horizontal tab end *****/

/****** vertical tab start *****/

.vertical-tab {
  float: left;
  width: 100%;
  margin-bottom: 3.5em;
}

.tabcontent p {
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: justify;
}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 99%;
  height: 575px;
  overflow-y: scroll;
}

/* Style the buttons inside the tab */

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
}

/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */

.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */

.tabcontent {
  float: left;
  padding: 0px;
  border: 1px solid #ccc;
  width: 1%;
  border-left: none;
  height: 575px;
}

/****** //vertical tab end *****/

/****** // book-desc *****/

/****** HELP *****/

.help-area {
  width: 100%;
  float: left;
  padding: 2em 0 3.5em;
}

.accordion {
  background-image: linear-gradient(#fff, #f3f3f3);
  color: #444;
  cursor: pointer;
  padding: 8px 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
  border: 1px solid #ddd;
  border-bottom: none;
  font-weight: 500;
}

.panel {
  padding: 10px 12px;
  /* display: none; */
  background-color: white;
  overflow: hidden;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 0px;
  border-radius: 0px;
  border-top: 1px solid #ddd;
}

.accordion::after {
  content: "\002B";
  font-size: 20px;
  color: #777;
  float: right;
  margin-left: 5px;
  background: #eee;
  padding: 0 8.5px;
  border-radius: 50px;
  border: 1px solid #ddd;
}

.accordion.active:after {
  content: "\2212";
  /* Unicode character for "minus" sign (-) */
  font-size: 20px;
  color: #777;
  float: right;
  margin-left: 5px;
  background: #eee;
  padding: 0 8.5px;
  border-radius: 50px;
  border: 1px solid #ddd;
}

.faq-col p {
  margin-bottom: 6px;
  line-height: 22px;
  text-align: justify;
}

.faq-col p a {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 500;
}

.faq-col p a:hover {
  color: #1158a0;
}

/****** // HELP *****/

/****** about us *****/

.about {
  float: left;
  width: 100%;
  padding: 0em 0 2em;
}

.about p {
  font-size: 16px;
}

.about-area img {
  width: 400px;
  float: left;
  margin: 0 30px 10px 0;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
}

.about-area h4 {
  margin-top: 0;
}

.about-area p {
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: justify !important;
}

/****** // about us *****/

/*-- contact --*/

.contact {
  width: 100%;
  float: left;
  text-align: center;
  padding: 2em 0 3em;
}

.contact-box input,
textarea {
  border-radius: 0 !important;
  box-shadow: none;
  padding: 10px;
  height: auto;
}

.contact-dtl {
  float: left;
  width: 100%;
}

.contact-box h4 {
  background: #1158a0;
  padding: 10px;
  border: 1px solid #1158a0;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}

.rw-1 {
  text-align: left;
  margin-bottom: 2em;
  font-size: 15px;
}

.rw-1 label {
  width: 100%;
  margin-bottom: 6px;
}

.rw-1 a {
  text-align: left;
  color: #1158a0;
  font-weight: bold;
}

.rw-1 a:hover {
  color: #1158a0;
}

.contact-dtl button {
  text-align: left;
  float: left;
  padding: 10px 30px;
}

.map iframe {
  width: 100%;
  height: 303px;
  border: 1px solid #e4e4e4 !important;
}

textarea.form-control {
  height: auto;
  box-shadow: none;
}

.contact-dtl .rw-1 label {
  color: #484848;
}

.contact-dtl .form-control {
  border: 1px solid #e4e4e4;
}

/*-- // contact --*/

@media (max-width: 1024px) {
  .left-info {
    height: auto;
  }
}

@media (max-width: 768px) {
  .nav {
    width: 100%;
  }

  .navbar-right {
    margin-right: -15px;
    text-align: left;
    width: 100%;
    float: left !important;
    margin-top: 2em;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 10px;
  }

  .navbar-toggle {
    margin-top: 18px;
  }

  .searching-fields .form-group {
    margin-bottom: 5px;
  }

  .pd-8 {
    padding-right: 0px;
  }

  .carousel-inner>.item>img {
    height: 140px;
  }

  .wizard {
    width: 100%;
    height: auto !important;
  }

  .left-info {
    float: left;
    width: 100%;
    padding: 0;
    height: auto;
  }

  .col-row1 p {
    text-align: left !important;
    letter-spacing: 0px !important;
  }

  .info-link ul li {
    padding: 8px;
  }

  .pd-s-o {
    padding: 0;
  }

  .subs-inp {
    margin-top: 10px;
  }

  .subs-btn button {
    margin-top: 0;
  }

  .ftr-col {
    float: left;
    width: 100%;
    padding: 0;
  }

  .rgt-ftr p {
    text-align: left;
  }

  .lft-ftr {
    padding: 0;
  }

  .rgt-ftr {
    padding: 0;
  }

  .tab-content p {
    text-align: justify;
    letter-spacing: 0.2px;
  }

  .section-header h1 {
    font-size: 30px;
  }

  .border {
    width: 15%;
  }

  .wizard li span.round-tab i {
    font-size: 20px;
  }

  /****** listing-page *****/
  .book-l-box {
    padding: 0;
    margin-bottom: 25px;
  }

  .b-list-row {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  /****** // listing-page *****/
  /****** book-desc *****/
  .book-dtl {
    padding: 0;
  }

  .pd-ze {
    padding: 0;
  }

  .book-dtl-rw table {
    margin-top: 0em;
  }

  .login {
    padding: 0px;
    border-right: none;
    margin-bottom: 30px;
  }

  .register {
    padding: 0px;
  }

  .modal-dialog {
    margin-top: 10px;
  }

  .tb-align-box-p {
    width: 100%;
    float: left;
  }

  .tb-align-box-h {
    width: 100%;
    float: left;
  }

  .horiz-tab-content {
    height: auto;
  }

  .tb-align-box-h-2-icon {
    width: 100%;
    float: left;
  }

  .tb-align-box-p-2 {
    width: 100%;
    float: left;
  }

  .tb-align-box-p-2 p {
    padding: 0;
  }

  .w-bg {
    margin-bottom: 8px;
  }

  .w-bg-2 {
    margin-bottom: 8px;
  }

  /****** // book-desc *****/
  .tab {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
  }

  .tab-chptr {
    padding: 0;
  }

  .tabcontent {
    width: 100%;
    height: 300px;
  }

  .tab button {
    padding: 5px 15px;
  }

  /*media query by sakshi*/
  .subscriber_div p img {
    margin-top: 32% !important;
  }

  .headerTop_guest .navbar-nav li.dropdown {
    margin-left: 5%;
  }

  /*media query by sakshi*/
}

.chapterDetailHeader {
  text-align: center;
  margin: 20px;
  text-transform: uppercase;
}

/****** listing-page2 *****/

.list-2 {
  text-align: justify !important;
  margin-top: 20px !important;
  line-height: 24px !important;
  margin-bottom: 1em;
}

.book-l-box {
  padding-left: 0;
  padding-right: 30px;
}

.book-l-box p {
  margin-bottom: 4px;
}

.btn-h {
  color: #1158a0;
  font-weight: 500;
  margin-top: 1em;
}

.btn-h:hover {
  color: #000;
}

.b-zr {
  padding-left: 0;
}

.two-list-rw {
  float: left;
  width: 100%;
  background: #ddd;
}

.two-list-rw .container {
  padding-right: 23px;
}

.two-list-rw a {
  text-align: right;
  float: right;
  margin-left: 15px;
  font-size: 20px;
  color: #1158a0;
}

.two-list-rw a:hover {
  color: #1158a0;
}

.two-list-rw {
  float: left;
  width: 100%;
  background: #eee;
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
}

.form-error {
  color: #1158a0 !important;
  margin-bottom: 0 !important;
  margin-top: 5px;
}

.layout-switcher {
  float: right;
  margin-left: 5px;
}

/****** // listing-page2 *****/

.grid-box-height {
  max-height: 540px;
  min-height: 540px;
  /* margin-bottom: 50px; */
}

/****** journals description *****/

.headline-text {
  border-bottom: 2px solid #1158a0;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

.lock-txt-box {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddd;
}

.j-ifo-area {
  border: 1px solid #ddd;
  font-size: 15px;
  width: auto;
  margin-top: 10px;
  padding: 5px 10px;
}

.lock-txt-box-info p {
  text-align: left !important;
  margin-bottom: 0;
}

.j-panel {
  border: 1px solid #ddd;
  text-align: left;
  margin-top: 10px;
  box-shadow: none;
}

.j-panel p {
  text-align: left;
}

.j-ifo-area::after {
  content: "\002B";
  font-size: 15px;
  padding: 0 6.5px;
}

.j-ifo-area.active::after {
  content: "\2212";
  font-size: 15px;
  padding: 0 6.5px;
}

.j-archives-row {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.border-none {
  border: none;
}

.journal-scroll {
  overflow-y: scroll;
}

.j-archives-row a {
  color: #484848;
}

.j-archives-row a:hover {
  color: #000;
}

.j-archives-row p {
  line-height: 15px;
}

/****** // journals description *****/

/*styling for login and register page*/

.wrapper2 {
  width: 100%;
  height: auto;
  padding: 3rem;
  overflow: hidden;
}

.reg-label {
  font-size: 1.2rem;
}

.hr-style-reg {
  border: 0;
  size: 1rem;
  height: 0.0625rem;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #1158a0, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #1158a0, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #1158a0, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #1158a0, #f0f0f0);
}

.side-login-bar {
  margin-bottom: 1.25rem;
  background-color: #f8f9f9;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  border-radius: 0.25rem;
  margin-top: 7.6rem;
  padding-bottom: 5.8rem;
}

.side-login-bar-heading {
  margin-top: 1rem;
  padding-left: 0.9375rem;
  padding-top: 0.9375rem;
  border-bottom: 0;
  color: #1158a0;
}

.side-login-bar-body {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.side-login-link-bar {
  margin-bottom: 1.25rem;
  background-color: #f8f9f9;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  border-radius: 0.25rem;
  margin-top: 7.6rem;
  padding-bottom: 4.3rem;
}

.side-login-form-heading {
  margin-top: 1rem;
  padding-left: 2.4375rem;
  padding-top: 0.9375rem;
  border-bottom: 0;
  color: #1158a0;
}

.reset-wrapper {
  margin-bottom: 1.25rem;
  background-color: #f8f9f9;
  margin-top: 1.6rem;
  padding: 3rem;
}

.reg-form {
  display: block;
  position: relative;
  width: 400px;
  height: 400px;
  background: #fff;
  margin: 50px auto;
  padding: 30px;
}

/*contact page styling*/

.radio-data-contact {
  margin-bottom: 1rem;
}

.radio-btn-contact {
  margin-top: 1rem;
}

textarea {
  resize: vertical;
}

.contact-form-div {
  margin-bottom: 1.25rem;
  background-color: #f8f9f9;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  border-radius: 0.25rem;
  margin-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 3.4rem;
}

.contact-form-heading {
  margin: 2rem;
}

/*Speciality page */

.mb-20 {
  margin-bottom: 20px;
}

/*side-filter styling*/

.side-filter {
  width: 100%;
}

.side-filter-header {
  background-color: #f2f2f2;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  font-size: 17px;
  /* color: #F8F9F9; */
  /* min-height: 57px; */
}

.side-filter-body {
  background-color: #f8f9f9;
  padding: 2rem;
}

ul {
  list-style-type: none;
  border-bottom: 1px solid #ccd1d1;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.filter-link {
  color: #454545;
  font-size: 13px;
  font-weight: 400;
  /*  color:#013440; */
}

.li-list {
  padding-left: 2px;
  font-size: 16px;
}

.ul-list {
  max-height: 100px;
  overflow: auto;
}

.cat-title {
  color: #1158a0;
}

/*nav bar changes*/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #1158a0;
  background-color: #ffff;
}

/*search index page styling*/

.result-header1 {
  background-color: #f2f2f2;
  text-align: left;
  padding: 2px 5px 5px 9px;
  margin-bottom: 0px;
  /* border: 1px solid #1158A0; */
  /* color: #F8F9F9; */
}

.result-header2 {
  background-color: #f8f9f9;
  text-align: left;
  padding: 10px 20px 10px 10px;
  margin-bottom: 10px;
  border: 1px solid #ccd1d1;
  border-top: 0;
  padding-left: 50px;
}

.btn-search-within {
  color: #1158a0;
  background: white;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #ccd1d1;
  border-radius: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-search-within:hover {
  background: #ccd1d1;
  border: 1px solid #ccd1d1;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}

.grid-div {
  display: none;
}

.resultCountBar {
  padding-top: 7px;
}

.sortByBar {
  padding-top: 7px;
}

/*data table styling*/

.searchDataTable {
  margin-top: 70px;
  /* margin-top: 40px; */
}

input[type="search"] {
  -webkit-appearance: searchfield;
  margin-bottom: 10px;
}

/* end code*/

/*main search bar new*/

.main-search-bar {
  /* float: left; */
  width: 100%;
  /* margin-top:15px; */
}

.main-search-bar p {
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.main-search-button {
  color: #fff !important;
  background: #1158a0;
  padding: 7px 10px 6px 10px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #1158a0;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.adv-search-button {
  color: #fff !important;
  background: #ffa600;
  padding: 7px 10px 6px 10px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #ffa600;
  border-radius: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-searching-fields input {
  padding: 5px 8px;
  border-radius: 1px;
  box-shadow: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.main-searching-fields .input-group {
  margin: 0px;
}

.main-search-a {
  padding: 0px;
  margin: 0px;
}

.search-dropdown {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  /* margin-top: 9px; */
  background: #1158a0;
  padding-bottom: 5px;
  border-radius: 3px;
}

/*advanced search page*/

.adv-search-tab {
  margin: 20px;
  padding: 20px;
}

.field-header {
  padding-top: 6px;
}

.main-adv-div {
  border: 1px solid #ccd1d1;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.more-search-heading {
  text-align: center;
}

/* .content{
	display: none;
} */

/* .book{
	display: none;
} */

.journal {
  display: none;
}

.adv-search-button button {
  padding: 5px 36px;
  background: #1158a0;
  color: #fff;
  border-radius: 2px;
  border: none;
  margin-top: 14px;
  margin-bottom: 14px;
}

.wrapper3 {
  width: 100%;
  height: auto;
  padding: 3rem;
  overflow: hidden;
  background: #f8f9f9;
  float: center;
  text-align: center;
}

.wrapper4 {
  width: 100%;
  height: auto;
  padding: 3rem;
  overflow: hidden;
  min-height: 600px;
}

/*speciality page styling*/

.specialityDiv {
  background: white;
  padding: 3rem;
}

.speaciality-list-heading {
  text-align: center;
  margin-bottom: 30px;
}

/*home page listings*/

.home-display-cat {
  /* background: #F8F9F9; */
}

.home-display-cat {
  margin: 20px;
}

.home-display-header {
  padding-left: 10px;
  padding-top: 0.1px;
  padding-bottom: 1px;
}

.home-cat-body {
  padding: 2rem;
}

hr.style-line {
  background: #1158a0;
  width: 20%;
  height: 2.5px;
  float: left;
}

hr.normal-line {
  border-top: 1px solid #8c8b8b;
  margin-top: 32px;
}

/*publisher page*/

.main-pub-div {
  border: 1px solid #ccd1d1;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.main-pub-heading {
  text-align: left;
  border-bottom: 1px solid #ccd1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}

.main-pub-heading strong {
  font-size: 20px;
}

.pub-detail {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pub-img-div {
  padding-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#pub-website-link {
  color: black;
}

#pub-website-link:hover {
  color: #1158a0;
}

.pub-grid-box-height {
  max-height: 240px;
  min-height: 240px;
}

.pub-detail {
  margin-top: 30px;
}

.pub-books-heading {
  color: white;
  text-align: left;
  background-color: #1158a0;
  margin-bottom: 10px;
}

/*search processing styling*/

#search_processing {
  /* display: block !important; */
  position: fixed;
  margin-top: -380px;
  height: 100%;
  width: 100%;
  z-index: 998;
  opacity: 0.6;
}

#search_processing img {
  position: fixed;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 200px;
  height: 200px;
}

/*zoom image styling*/

.zoom {
  transition: transform 0.3s;
  max-width: 300px;
  max-height: 300px;
  z-index: 100;
  float: right;
  padding: 0px !important;
  margin: 0px !important;
}

.zoom:hover {
  transform-origin: left;
  margin-top: 100px;
  -ms-transform: scale(2.5);
  /* IE 9 */
  -webkit-transform: scale(2.5);
  /* Safari 3-8 */
  transform: scale(2.5);
}

.searchDataTableAJAX {
  margin-top: 70px;
}

.search_filter_AJAX {
  display: none;
}

/*editor/author modal styling*/

.book_modal_image {
  padding: 0px;
}

.book_modal_image img {
  width: 250px;
  height: 200px;
  padding-top: 5px;
  float: right;
}

.book_modal_auth_desc {
  padding-top: 10px;
}

.book_modal_auth_desc p {
  padding-top: 10px;
}

.book_modal_header {
  background-color: #1158a0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.book_modal_desc p {
  font-size: 15px;
  line-height: 30px;
}

.modal-dialog {
  margin-top: 2%;
  width: 75%;
  margin-bottom: 2%;
}

/*end styling*/

/*pdf page viewer*/

.tabBookcontent p {
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: justify;
}

.tabBookcontent {
  float: left;
  padding: 0px;
  border: 1px solid #ccc;
  width: 80%;
  border-left: none;
  height: 575px;
  width: 100%;
  height: 100%;
}

.tabBooklinks {
  padding: 5px 36px;
  background: #1158a0;
  color: #fff;
  border-radius: 2px;
  border: none;
  margin-top: 14px;
  margin-bottom: 14px;
}

/*multilingual search*/

.styled-select {
  max-width: 150px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 1px;
  overflow: hidden;
  position: relative;
}

.styled-select,
.styled-select select {
  width: 240px;
}

select:focus {
  outline: none;
}

.styled-select select {
  height: 34px;
  padding: 5px 0 5px 5px;
  background: transparent;
  border: none;
  /*hide default down arrow in webkit */
  -webkit-appearance: none;
}

@-moz-document url-prefix() {
  .styled-select select {
    width: 110%;
  }
}

.fa-sort-desc {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 24px;
}

select::-ms-expand {
  display: none;
}

/* hide default down arrow in IE10*/

/* hack to fall back in opera */

_:-o-prefocus,
.selector {
  .styled-select {
    background: none;
  }
}

/*replace sidebar with accordian filters*/

.accordian-panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings";
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: #000000;
  /* adjust as needed */
}

.accordian-panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}

.side-accordian-hr {
  margin-top: 8px;
  margin-bottom: 8px;
}

/*slick*/

h2 {
  text-align: center;
  padding: 20px;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.store-home__hero-image {
  min-height: calc(100vh - 100px);

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

.store-home__hero-content {
  text-align: center;
}

.search-store-home {
  position: relative;
  margin-top: 30px;
}

.store-home h1,
.store-home .heading-large {
  font-family: "Roboto Slab", Arial, sans-serif;
  line-height: 1.2;
  font-size: 3.1rem;
  color: white;
}

.store-home__hero-content {
  text-align: center;
}

.store-home h1,
.store-home .heading-large {
  font-family: "Roboto Slab", Arial, sans-serif;
  line-height: 1.2;
  font-size: 3.1rem;
}

.u-align--center {
  text-align: center;
}

.unit-medium {
  padding: 60px 0;
  display: block;
}

.search-store-home .search-store-home__box-input {
  height: 50px;
  border-radius: 4px;
  font-size: 1.8rem;
  color: black;
}

body[data-primary-color="vs_navy"] .search-store-home .search-store-home__submit {
  color: #24386e;
}

.section-header1 {
  /* text-align: center; */
  margin-bottom: 3em;
  background: #f2f2f2;
  padding: 12px;
}

.section-header1 h1 {
  font-size: 16px;
  margin-top: 0px;
}

.border1 {
  width: 5%;
  height: 4px;
  background: #000;
  margin: 1em 0 0;
}

.search-store-home .search-store-home__submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 7px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.popular-book {
  max-width: 257px;
  margin: 0 auto;
}

.popular-book p {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 27px;
  margin-top: 20px;
  text-align: center;
}

.bloc_left_price {
  color: #c01508;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
}

.category_block li:hover {
  background-color: #007bff;
}

.category_block li:hover a {
  color: #ffffff;
}

.category_block li a {
  color: #343a40;
}

.add_to_cart_block .price {
  color: #c01508;
  text-align: center;
  font-weight: bold;
  font-size: 200%;
  margin-bottom: 0;
}

.add_to_cart_block .price_discounted {
  color: #343a40;
  text-align: center;
  text-decoration: line-through;
  font-size: 140%;
}

.product_rassurance {
  padding: 10px;
  margin-top: 15px;
  background: #ffffff;
  border: 1px solid #6c757d;
  color: #6c757d;
}

.product_rassurance .list-inline {
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}

.product_rassurance .list-inline li:hover {
  color: #343a40;
}

.reviews_product .fa-star {
  color: gold;
}

.pagination {
  margin-top: 20px;
}

.pd-ze {
  min-height: 350px;
}

@media (max-width: 991.98px) and (min-width: 576px) {
  .store-home__hero-image {
    background-position: center top;
  }
}

.paggi>.pagination {
  margin: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
}

.aPanel-heading {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  padding: 10px 3px 10px 3px;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 10px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-4 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.browse_heading {
  font-size: 28px;
  padding: 15px 0;
  padding-bottom: 10px;
  font-family: "Poppins";
  /* border-bottom:1px solid #df9f11b8; */
  font-weight: 400;
  text-transform: uppercase;
  color: #343B73;
}

.title_heading {
  font-size: 28px;
  padding: 15px 0;
  font-family: "Poppins";
  font-weight: 400;
  text-transform: uppercase;
  color: #343B73;
  text-align: center;
}

.subtitle_heading {
  font-family: "Poppins";
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.br_btm {
  padding-bottom: 10px;
  border-bottom: 1.5px solid #000000;
}

.subscriber_div {
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
}

.subscriber_div h1 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
}

.bg-gray {
  background-color: #f7f6f7;
  border: none;
  font-size: 12px;
  padding: 5px 10px 0px 10px;
  margin-bottom: 10px;
}

.ownBookImg {
  width: 100%;
  padding: 0px;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #bbb;
}

ul.abc {
  padding: 10px 0 0;
  border-bottom: none;
}

.nomargin {
  margin: 0px !important;
}

ul.abc li {
  line-height: 20px;
  list-style: none;
}

ul.abc li a {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #0088cc;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  float: left;
  line-height: 24px;
  margin-bottom: 0;
  padding: 0 4px;
  text-align: center;
  vertical-align: middle;
  width: 28px;
}

.borderfull {
  border: 1px solid #ccc;
}

.bottom_shadow {
  box-shadow: 0px 4px 10px #0051a059;
}

.headerTop_guest {
  background-color: #f8f8f8;
  padding: 2px 5px;
  width: 100%;
}

.headerTop_guest a {
  color: #0088cc;
  text-decoration: none;
  font-weight: 400;
  font-size: inherit;
}

.headerTop_guest a:hover {
  color: #006da3;
}

.headerTop_guest .navbar-nav li.dropdown {
  display: flex;
}

.headerTop_guest .navbar-nav>li>a {
  color: #0088cc;
  font-size: 14px;
  padding: 0px 0px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.5px;
}

.headerTop_guest .navbar-nav>li>a:hover {
  color: #006da3;
}

.headerTop_guest .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.popular-book .text-muted {
  color: #E31E24;
  font-size: 12px;
  font-weight: 500;
}

.searchResultsLinks a {
  font-size: 12px !important;
}

/* raj css */

.popular-book {
  min-height: 380px;
}

.popular-book img {
  min-height: 200px;
  margin: 0 auto;
  transition: transform 0.3s ease;
  box-shadow: 0 0 8px 4px #5a5b5b4d;
}

.popular-book img:hover {
  transform: scale(1.07);
  box-shadow: 4px 4px 4px #0354a25c;
}

.popular-book p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  color: #343B73;
  font-weight: 500;
}

.popular-book a {
  color: #343B73;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #555;
  background-color: transparent;
}

.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin-bottom: 10px;
}

.horizontal-tab {
  float: left;
  width: 100%;
  padding-bottom: 3.5em;
  border: 1px solid #d7dadb;
}

.horiz-tab-content {
  background: #fff;
  border: transparent;
  padding: 0px;
  float: left;
  width: 100%;
  /*  / height: 500px; /
    / overflow-y: scroll; / */
}

.tb-align-box-h h5 {
  margin-top: 0;
  font-weight: 600;
  background-color: #5e737d;
  color: #fff;
  padding: 5px 0 5px 5px;
  margin-right: 10px;
}

.result-header1 {
  background-color: #f7f6f7;
  text-align: left;
  padding: 0px 5px 0px 9px;
  margin-bottom: 0px;
  /*  / border: 1px solid #1158A0; /
    / color: #F8F9F9; / */
}

.bg-gray {
  background-color: #f7f6f7;
  border: none;
  font-size: 12px;
  padding: 5px 10px 3px 0px;
  margin-bottom: 0;
}

.list-div td a img {
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
  border: none;
}

.dark_yellow {
  color: #E31E24;
}

.panel-title>a {
  color: #000000;
}

.border-0 {
  border: none !important;
}

.iframe-container {
  position: relative;
  height: 200px;
  width: 100%;
  /* Adjust to the width of the parent */
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.outer-box {
  display: grid;
  place-items: center;
  /* Centers both horizontally and vertically */
  width: 100%;
  /* Adjust as needed */
  height: 46vh;
  /* Full viewport height */
  background-color: lightgray;
  /* For visibility */
  padding: 5% 10%;
}

/* .inner-box {
    width: auto;
    height: 100px;
    background-color: lightblue;
    text-align: center;
} */

.inner-box {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* Centers vertically */
  flex-direction: column;
  /* Stacks text vertically */
  width: 100%;
  /* Or a specific width like 400px */
  height: 200px;
  /* Or a specific height */
  background-color: #f0f0f0;
  /* Optional: For visibility */
  text-align: center;
  /* Ensures the text inside <p> is centered */
  margin: 0 auto;
  /* Cen */
  border-top: 2px solid #0d28c4;
  border-bottom: 2px solid #0d28c4;
  padding: 20px;
  font-weight: 500;
}

.inner-box h4 {
  background-color: none;
  border-bottom: 2px solid #df9f11b8;
}

.breadcums {
  font-size: 16px;
  margin-top: 20px;
}

.two-color-underline {
  display: inline-block;
  position: relative;
  background-image: linear-gradient(to right, #4486c4 70%, #353232 30%);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 2px;
}

/* new responsive header css */
/* Global Styles */
body {
  padding-top: 120px;
  /* Prevent content overlap with the fixed header */
}

/* Fixed Header Styling */
.navbar-fixed-top {
  background-color: #fff;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* First Layer */
.first-layer {
  padding: 10px 110px;
  border-bottom: 1px solid #ddd;
}

.logo {
  max-height: 50px;
}

.search-container {
  text-align: right;
}

.search-container .form-control {
  display: inline-block;
  width: auto;
}

.search-container .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.search-container .btn-danger:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}

.srch-btn {
  background-color: #343B73;
  color: #fff;
}

/* Second Layer */
.second-layer {
  padding: 2px 0;
  text-align: center;
  background-color: #343B73;
}

.second-layer .navbar-nav>li>a {
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
}

.second-layer .navbar-nav>li>a:hover {
  /* color: #555; */
  background-color: #ac688edb;
}

.second-layer ul.navbar-nav {
  display: flex;
  justify-content: center;
  /* Center the links horizontally */
  flex-wrap: wrap;
  /* Wrap links if there are too many for one row */
  border-bottom: none;
  padding-bottom: 0px;
  width: 100%;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .first-layer {
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
  }

  .second-layer {
    padding: 2px 0;
    text-align: center;
    background-color: #fff;
  }

  .search-container {
    text-align: center;
    margin-top: 10px;
  }

  .search-container .form-control {
    width: 80%;
    /* Make input field wider on mobile */
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-form {
    margin-top: 2px;
  }

  .navbar-nav>li>a {
    padding: 10px;
    display: block;
    /* Stack navigation links vertically */
  }
}

/* Styling for the Search Bar and Button */
.search-container .navbar-form {
  display: flex;
  /* Use flexbox to align items in a single line */
  align-items: center;
  /* Vertically align the button and input field */
  justify-content: flex-end;
  /* Align items to the right */
  flex-wrap: nowrap;
  /* Prevent wrapping */
}

.search-container .form-group {
  display: flex;
  /* Ensure input and select stay in one line */
  align-items: center;
  /* Vertically align input and select */
  margin-bottom: 0;
  /* Remove margin for better alignment */
}

.search-container .form-group .form-control {
  margin-right: 5px;
  /* Add spacing between input and button */
  flex: 1;
  /* Allow the input to take up available space */
}

.search-container .btn-danger {
  white-space: nowrap;
  /* Prevent button text from breaking onto multiple lines */
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .search-container .navbar-form {
    flex-direction: column;
    /* Stack the elements vertically */
    align-items: center;
    /* Center align on smaller screens */
  }

  .search-container .form-group {
    flex-direction: column;
    /* Stack input and select vertically */
    width: 100%;
    /* Ensure it spans full width */
  }

  .search-container .form-group .form-control {
    margin-right: 0;
    margin-bottom: 10px;
    /* Add spacing below input */
    width: 100%;
    /* Input spans full width */
  }

  .search-container .btn-danger {
    width: 100%;
    /* Make button span full width */
  }
}

/* end new header css */


.centered-headline {
  position: relative;
  font-size: 3.2rem;
  text-align: center;
  color: #343B73;
  font-family: "Poppins";

}

.centered-headline::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 2px;
  background-color: #E31E24;
  border-radius: 2px;

}


.pagination>li>a, .pagination>li>span {
    
    color: #343B73 !important;
   
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus { 
  background-color: #343B73 !important;
  border-color: #343B73 !important;
  color:#ffffff !important;
}


/* ==================================================
   VISHWA JYOTI PRESS – HEADER COLOR OVERRIDE ONLY
   (NO DESIGN / LAYOUT CHANGE)
   ================================================== */

/* HEADER BACKGROUND (REMOVE PURPLE) */
.navbar.navbar-default {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #D9DBE7;
    box-shadow: none;
}

/* FIRST & SECOND LAYER BACKGROUND */
.first-layer {
    background-color: #FFFFFF !important;
}
.second-layer {
    background-color: #D9DBE7 !important;
}

/* LOGO IMAGE SAFE SIZE (NO DESIGN CHANGE) */
.logo-container img.logo {
    max-height: 46px;
}

/* NAV LINKS DEFAULT COLOR (BLUE) */
.navbar-nav > li > a {
    color: #343B73 !important;   /* brand blue */
    background: none !important;
}

/* HOVER + ACTIVE LINK (RED) */
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a {
    color: #E31E24 !important;   /* brand red */
    background: none !important;
}

/* REMOVE PURPLE ACTIVE BACKGROUND */
.navbar-nav > li.active {
    background: none !important;
}

/* ADD SIMPLE RED UNDERLINE FOR ACTIVE ITEM */
.navbar-nav > li.active > a {
    border-bottom: 2px solid #E31E24;
}

/* SEARCH INPUT */
.search-container .form-control {
    border: 1px solid #D9DBE7;
}

/* SEARCH BUTTON (RED FROM LOGO) */
.srch-btn {
    background-color: #E31E24 !important;
    color: #FFFFFF !important;
    border: none;
}

.srch-btn:hover {
    background-color: #C8181D !important;
}

/* REMOVE ANY EXTRA LINES FROM UL */
.navbar-nav,
.navbar-nav > li {
    border-bottom: none !important;
}


/* ===============================
   VISHWA JYOTI PRESS – FOOTER
   =============================== */

.vjp-footer {
    background: #FFFFFF;
    border-top: 3px solid #343B73;   /* dark blue top border */
    padding: 22px 0;
    margin-top: 60px;
}

/* FLEX ROW */
.vjp-footer-row {
    display: flex;
    align-items: center;
}

/* LOGO */
.vjp-footer-logo {
    text-align: center;
}

.vjp-footer-logo img {
    height: 65px;    /* not too large */
    width: auto;
}

/* LINKS */
.vjp-footer-links {
    font-size: 14px;
    color: #343B73;
}

.vjp-footer-links.left {
    text-align: left;
}

.vjp-footer-links.right {
    text-align: right;
}

.vjp-footer-links a {
    color: #343B73;
    text-decoration: none;
    font-weight: 500;
}

.vjp-footer-links span {
    margin: 0 8px;
    color: #343B73;
}

/* HOVER */
.vjp-footer-links a:hover {
    color: #E31E24;   /* flame red accent */
}

/* MOBILE */
@media (max-width: 767px) {
    .vjp-footer-row {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .vjp-footer-links.left,
    .vjp-footer-links.right {
        text-align: center;
    }
}
