body {
    margin: 0;
    font-family: 'Roboto';
    /*	background: url("../images/pattern.jpg");*/
}

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: #0E95EE;
    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: none;
    height: 50px;
    padding: 6px 15px;
    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: 160px !important;
}

.mobile-logo {
    display: none;
}

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

.navbar-right {
    float: left !important;
    margin-right: 10px;
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
    background: #fff;
    margin: 0px 0px;
    border-top: solid 1px #7687a1;
    padding: 10px 0px;
}

#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: #fff;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

.top-right li:hover .fa {
    background: #fff;
    color: #0E95EE;
    -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: #0E95EE;
}

.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: #0E95EE;
    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, .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 .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: .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 #0E95EE;
}

.wizard li.active span.round-tab i {
    color: #0E95EE;
}

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

.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: #0E95EE;
    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: #0E95EE;
}

.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: #0E95EE;
}

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

.padding-z {
    padding: 0;
}

#step6 .fa {
    color: #0E95EE;
}

@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: #0E95EE;
    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: #0E95EE;
    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: #0E95EE;
    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: #0E95EE;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #0E95EE;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-orange:hover {
    background: #0E95EE;
    border: 1px solid #0E95EE;
    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: #999;
    padding: 2em 0;
}

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

.ftr-col {
    float: left;
}

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

.ftr-links {
    color: #fff;
}

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

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

::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: #0E95EE;
}

.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;
}


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


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

.book-dtl h3 {
    margin-top: 0;
}

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

.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: #0E95EE;
}

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

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

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

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

}

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

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

.tb-align-box-p p {
    line-height: 20px;
    float: left;
    width: 100%;
    text-align: left;
}

.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: #0E95EE;
}


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


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

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

.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: #0E95EE;
    padding: 10px;
    border: 1px solid #0E95EE;
    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: #0E95EE;
    font-weight: bold;
}

.rw-1 a:hover {
    color: #0E95EE;
}

.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;
    }
}

.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: #0E95EE;
    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: #0E95EE;
}

.two-list-rw a:hover {
    color: #0E95EE;
}

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

.form-error {
    color: #0E95EE !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 #0E95EE;
    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, #0E95EE, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #0E95EE, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #0E95EE, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #0E95EE, #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, .05);
    box-shadow: 0 0.0625rem 0.0625rem rgba(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: #0E95EE;
}

.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, .05);
    box-shadow: 0 0.0625rem 0.0625rem rgba(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: #0E95EE;
}

.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, .05);
    box-shadow: 0 0.0625rem 0.0625rem rgba(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: #ebedec;
    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: 0rem;
}

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;
    color:#013440;
}

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

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

.cat-title {
    color: #0E95EE;
}


/*nav bar changes*/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #0E95EE;
    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 #0E95EE; */
    /* 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: #0E95EE;
    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;
}

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: #000;
    padding: 7px 10px 6px 10px;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #000;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.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;
}

.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: #0E95EE;
    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: #0E95EE;
    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: #0E95EE;
    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: #0E95EE;
}

.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: #0E95EE;
    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 .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: #0E95EE;
    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: #0E95EE;
    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: #000;
    /* 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 {
    
}
.popular-book p {
   font-size: 1em;
    line-height: 1.2;
    margin-bottom: 12px;
    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-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;
}

.browse_heading{
    font-size:24px; padding-bottom:10px; 
    border-bottom:1px solid #ccc; 
    font-weight:400;
    text-transform: uppercase;
}
.title_heading{
    font-size:24px; 
    padding-bottom:10px; 
     font-weight:400;
    text-transform: uppercase;
}
.subtitle_heading{
    font-size:18px; 
    padding-bottom:10px; 
     font-weight:400;
    text-transform: uppercase;
}
.br_btm
{
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}

.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: 10px;
    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: 12px;
    float: left;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 4px;
    text-align: center;
    vertical-align: middle;
    width: 24px;

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


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

.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;
}

/* css added by Bhim */

.top-nav .navbar-header {
    width: 100%;
}
.top-nav ul li {
    display: inline-block !important;
    float: none !important;
	margin-right:55px;
}
section.below-header {
    margin-top: 50px;
    background: #ebedec;
}


.viewA {
    float: right;
    position: absolute;
    right: 15px;
	color:#000;
    line-height: 30px;
}
.viewA a:after {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    color: #000;
}

ul.nav.navbar-nav.navbar-right li.active a {
    color: #7687a1;
}
ul.nav.navbar-nav.navbar-right li a {
    color: #7687a1;
    height: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
	    font-size: 20px;
}
a.type--ninja11 {
    color: #7687a1;
    height: 65px;
    display: block;
    font-weight: 600;
}
.main-searching-fields .input-group-btn.open .dropdown-menu {
    margin-left: -120px;
}
.main-searching-fields.input-group-inline {
    border: solid 2px gray;
    border-radius: 5px;
}
/* murphy============================= */

.top-nav .bordr {
    padding: 15px;
    background: #7687a1;
}

section.below-header .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.flotright a {
    background: #8292a9;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.flotleft a {
    border: solid 1px #8292a9;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
}
.flotright {
    text-align: right;
}
form.searchF {
    position: absolute;
    right: 0;
    top: 10px;
}
.searchF input[type="text"] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.searchF input[type="submit"] {
    background-size: 21px;
    display: inline-block;
    content: '';
    background-image: url(../images/search_icon.png);
    width: 30px;
    background-repeat: no-repeat;
    position: absolute;
    border: none;
    background-color: #8292a9;
    padding: 2px;
    background-position: 2px;
    right: -27px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}