/* Font Rubik set as primary */

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&subset=cyrillic,hebrew,latin-ext');
.navbar-nav>li {
    list-style: none;
}
.caret-icon .header-mycart-btn.dropdown-toggle::after {
    visibility: hidden;
    display: none;
}

.caret-icon .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 400px;
    padding: 0;
}

.notification-col .notification-list ul .notify-details:hover {
    background: #efefef;
}
.notification-col .notification-list {
    padding: 0;
    cursor: default;
    margin: 10px;
}

.notification-col .notification-list ul {
    padding-left: 0;
    width: 100%;
    display: inline-block;
}

.notification-col .notification-list ul .notify-details {
    padding: 5px;
    width: 100%;
    display: inherit;
    list-style: none;
    border-radius: 3px;
}

.notification-col .notify-details .list-image img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 5px auto;
}

.notification-col .notify-details .main-heading {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    line-height: 1.5em;
}

.notification-col .notify-details p {
    font-size: 12px;
    font-weight: 400;
    color: #777;
    margin-bottom: 0;
    line-height: 1.8;
}

.notification-col .notify-details .sub-heading {
    font-size: 11px;
    margin: 0;
    text-transform: lowercase;
    color: #999;
    line-height: 1.5em;
}

.notification-col .notify-details i {
    display: none;
}

.notification-col .notify-details:hover i {
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    font-size: 11px;
    border-radius: 50%;
    padding: 2px 3px;
    background: #ef5011;
    color: #fff;
}

.notifications-scroll {
    padding: 0px;
    min-height: 350px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.nt-tilte {
    padding: 15px 20px 0;
    font-size: 18px;
}

.notification-col ul .notify-details {
    list-style: none;
    padding: 10px 10px !important;
    border-bottom: 1px solid #eee;
}

.footer-section .footer {
    height: auto;
    width: 100%;
    bottom: 0;
    color: #afa364;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    background: #765ab3;
    display: block;
    position: relative;
    padding: 0px 0;
}

.footer-section .footer p {
    margin: 0;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
}

.footer-section .footer img {
    max-width: 100%;
    padding: 25px 0 10px;
}

.footer-section .footer h3 {
    color: #ffff;
    font-size: 13px;
    font-weight: 500;
    padding: 0 0 10px;
    line-height: 2;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-section .footer h3::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
      background: #31708f;
}

.footer-section .footer ul {
    list-style-type: none;
    margin-left: 0;
    margin-top: 0;
    color: #7F8C8D;
    padding-left: 0;
    display: inline-block;
}
.btn-faq,
.btn-faq:focus,
.btn-faq.active,
.btn-faq:hover{
    padding: 0;
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    text-align: left;
}

.footer-section .footer ul li a {
    padding: 0 ;
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.footer-section .footer ul li a:hover {
    color: #7d4e7c;
}

.footer-section ul.social {
    margin-bottom: 0px;
}

.footer-section .social li {
    float: left;
    height: 30px;
    line-height: 33px;
    margin: 0 0 0 15px;
    padding: 5px 0;
    width: auto;
    background: transparent;
    border-radius: 6%;
}
.social--icons{
    padding: 10px 0;
}


.footer-section .social li a {
    color: #EDEFF1;
    padding: 0px;
}

.footer-section .social li:hover {
    background: transparent;
}

.footer-section .social li a i {
    font-size: 24px;
    margin: 0 0 0 5px;
    opacity: 0.90;
}

.footer-section .social li a i:hover {
    opacity: 1;
}

.footer-section .social li a .fa-twitter {
    /* color: #1da1f2; */
    color: #fff;
}

.footer-section .social li a .fa-facebook {
    /* color: #395693; */
    color: #fff;
}

.footer-section .social li a .fa-linkedin {
    /* color: #016196 */
    color: #fff;
}

.footer-section .social li a .fa-google-plus {
    color: #dc4d3f;
}

.footer-section .social li a .fa-youtube {
    color: #ff0000;
}

.footer-section .footer .form-control {
    border-radius: 2px 0 0 2px;
    border-color: #585C5D;
    color: #555;
    font-size: 15px;
    height: 35px !important;
}

.footer-section .button-input .btn {
    line-height: 1;
    border-radius: 0px;
    height: 35px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.footer-section .footer-socialicons-copyright {
    border-top: none;
    width: 100%;
       padding: 15px 0px 5px;
    display: inline-block;
    text-align: center;
}

.footer-section .button-input .form-control {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    font-size: 12px;
    font-weight: 500;
    color: #555;
}

.footer-section .moveup-btn {
    position: absolute;
    right: 9px;
    top: -20px;
    border-radius: 50%;
    animation-iteration-count: infinite;
    animation-delay: 5s;
    animation-duration: 5s;
}
.main-body-container {
    margin-top: 94px;
}

.primary-breadcrumb {
    background: transparent;
    padding: 15px;
}

.primary-breadcrumb ul {
    margin: 0;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    -ms-padding-start: 0;
    -o-padding-start: 0;
}

.primary-breadcrumb ul li {
    list-style: none;
    float: left;
    padding: 0;
    padding-right: 5px;
}

.primary-breadcrumb ul li a {
    margin-bottom: 0;
    color: #99abb4;
    font-weight: 400;
    font-size: 12px;
}

.primary-breadcrumb ul li i {
    font-style: 13px;
}

.primary-breadcrumb ul li i {
    font-size: 18px;
    color: #ddd;
    vertical-align: middle;
}

.backslash {
    font-size: 10px;
    font-weight: 300px;
}

.results-count {
    overflow: hidden;
    max-height: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 1.4;
    white-space: pre-wrap;
    margin-bottom: 10px;
    color: #77838f;
    font-weight: 400;
}

/* Book listing on grid view */
.prodview-overview-box{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
.address-overview-box{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5)!important;
}
.gridview-booklist {
    margin-bottom: 0px;
    border: none;
    padding: 0 15px;
    background: transparent;
}

.gridview-booklist:hover {
    margin-bottom: 0;
    margin-top: 0px;
    /* border: 1px solid #e7eaf3; */
    background: transparent;
    box-shadow: none;
}

.gridview-booklist .card-inner {
    background-color: #fff;
    /* box-shadow: none; */
    margin-bottom: 24px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0;
    /* box-shadow: 0 1px 6px 2px rgba(138, 138, 138, 0.5)!important; */
}

.gridview-booklist .card-book-description {
    padding: 10px;
}

.gridview-booklist .card-inner a {
    display: block;
}

.gridview-booklist .card-inner:hover{
    box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);
}

.gridview-booklist .card-image {
    position: relative;
    width: 100%;
    height: 297px;
    /* background: repeating-linear-gradient( 45deg, #ddd, #ddd 10px, #e7eaf3 10px, #eee 20px); */
    background: none;
    padding-top: 0;
    overflow: hidden;
}

.gridview-booklist .card-inner a {
    width: 196px;
    height: 254px;
}

.gridview-booklist .card-image>img {
    display: block;
    position: inherit;
    top: inherit;
    border-top-right-radius: 3px;
    height: auto;
    width: auto;
    margin: auto auto;
    display: block;
}

.gridview-booklist .card-bookrating {
    position: absolute;
    bottom: 0;
    display: table;
    background-color: #fff;
    padding: 8px 8px 8px 12px;
    border-top-right-radius: 2px;
}

.gridview-booklist .card-bookrating .rating-score {
    color: #8c98a4;
    font-size: 12px;
    font-weight: bold;
    padding: 0 12px;
}

.gridview-booklist .card-bookrating .rating-icon {
    color: #ef534e;
}

.gridview-booklist .card-favourite {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 2px 0 2px;
    transition: all .3s ease;
    padding: 1px;
}

.gridview-booklist .card-favourite .fav-checkbox {
    padding: 6px 12px;
    transition: all .3s ease;
    margin-bottom: 0;
    display: inline-block;
}

.gridview-booklist .card-favourite .fav-checkbox-icon {
    transition: all .3s ease !important;
    position: absolute;
    left: 5px;
    top: 0px;
    margin-top: 2px;
    color: #ef534e;
}

.gridview-booklist .card-favourite .fav-checkbox-bg {
    transition: all .3s ease !important;
    position: absolute;
    left: 5px;
    top: 0px;
    margin-top: 2px;
    color: #ef534e;
}

.gridview-booklist:hover .card-image>img.onempty-image {
    opacity: 1;
}

.gridview-booklist .card-image>img.onempty-image {
    display: block;
    width: 210px;
    border-top-right-radius: 3px;
    background-size: cover;
    opacity: 1;
    height: 297px;
    transition: 2s;
    text-align: center;
}

.gridview-booklist .book-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111640;
    margin-bottom: 0px!important;
    font-family: inherit;
    font-weight: 400;
    line-height: 2.2;
    font-size: 16px;
    padding: 0;
}

.card-prize-footer .card-discount .btn-primary-view {
    padding: 3px 20px!important;
    font-size: 12px;
    font-weight: 300;
    background: transparent;
    color: #afa364;
    border: 1px solid #edede9;
}

.gridview-booklist:hover .card-prize-footer .card-discount .btn-primary-view {
    font-weight: 500;
    background: #edede9;
    color: #afa364;
    border: 1px solid #afa364;
}

.gridview-booklist .book-title:hover {
    color: #7d4e7c;
}

.gridview-booklist:hover .book-title {
    color: #7d4e7c;
}

.gridview-booklist .book-author {
    max-height: inherit;
    height: inherit;
    overflow: inherit;
    color: #999;
    margin-bottom: 0;
    font-size: 12px;
    padding: 5px 0 0 0;
}

.gridview-booklist .highlight-author:hover {
    text-decoration: underline;
}

.gridview-booklist .book-category {
    overflow: hidden;
    max-height: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 1.4;
    white-space: pre-wrap;
    margin-bottom: 10px;
    color: #77838f;
}

.gridview-booklist .card-prize-footer {
    border: none;
    border-top: 1px solid #e0e0e0;
    padding: 0 0;
    min-height: 0;
    border: none;
}

.card-discount p {
    color: #e92135;
    background-color: transparent;
    text-align: center;
    border-radius: 2px;
    padding: 10px 10px 0 10px;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    margin-top: 0;
    border: none;
    font-size: 13px;
}

.gridview-booklist .previous-price {
    font-size: 11px;
    text-align: right;
    height: 13px;
    max-height: 13px;
}

.gridview-booklist .previous-price .icon-gbp {
    font-size: 12px;
}

.gridview-booklist .book-pricing {
    padding: 0;
}

.gridview-booklist .actual-price {
    height: inherit;
    max-height: inherit;
    font-size: 18px;
    text-align: right;
    padding:5px 0;
}

.gridview-booklist .card-inner .hover-buynowbtn {
    display: none;
}

.gridview-booklist .card-inner:hover .hover-buynowbtn {
    display: block;
}

.gridview-booklist .card-nav-footer button {
    width: 100%
}

.gridview-booklist .card-inner:hover .u-btn-success--air {
    color: #fff;
    background: #7d4e7c !important;
    box-shadow: 0 4px 17px rgba(125, 78, 124, 0.3);
    border-radius: 0;
    outline: none;
}

/* View Book on grid view */

.viewbook-details .card-inner .u-btn-success--air {
    color: #fff;
    background: #7d4e7c;
    box-shadow: 0 4px 17px rgba(125, 78, 124, 0.3);
    border-radius: 0;
}

.viewbook-details .card-favourite {
    position: inherit;
}

.viewbook-details .card-favourite .fav-checkbox-bg,
.viewbook-details .card-favourite .fav-checkbox-icon {
    position: inherit;
}

.viewbook-details .card-bookrating {
    position: inherit;
    padding: 0;
}

.viewbook-details .card-favourite .fav-text {
    overflow: hidden;
    max-height: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 1.4;
    white-space: pre-wrap;
    margin-bottom: 10px;
    color: #77838f;
}

.viewbook-details {
    margin-bottom: 0;
    min-height: inherit;
    max-height: inherit;
    box-shadow: none;
}

.viewbook-details .book-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #7d4e7c;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.4;
    font-size: 20px;
    margin: 0px 0px 10px 0;
}

.viewbook-details .card-nav-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.viewbook-details .more-details {
    min-height: auto;
    max-height: inherit;
    margin-bottom: 0;
    font-size: 14px;
    color: #777;
}

.viewbook-details .book-author {
    max-height: 20px;
    height: auto;
    font-size: 12px;
    overflow: hidden;
    max-height: inherit;
    font-size: 13px;
    line-height: 1.4;
    cursor: pointer;
    white-space: inherit;
    margin-bottom: 10px;
    color: #77838f;
}

.viewsamplebook {
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 20px;
    color: #fff !important;
    margin-top: 0px;
    /* cursor: pointer; */
    /* background: #efefef; */
    font-weight: 500;
}

/* Login style */
.accesspage .main-body-section {
    min-height: 100vh;
    display: flex;
    align-items: inherit
}

@media (min-width: 992px) {
    .accesspage .main-body-section {
        min-height: 100vh;
        display: flex;
        align-items: inherit
    }
}

.accesspage .brand-section {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.brand-image {
    display: inline-block;
    padding: 30px;
}

.left-body-section {
    background-repeat: repeat-x;
    background: #f9f9f9;
}

@media (min-width: 992px) {
    .left-body-section {
        min-height: auto!important;
        background: #111640;
        padding: 20px;
    }
}

.welcome-caption {
    color: #111640 !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
    line-height: 1.5;
    font-family: inherit;
    margin-top: 10px;
    font-size: 22px;
}
.input-label {
        font-weight: 500;
        text-transform: uppercase !important;
        display: block !important;
        margin-bottom: 5px;
        font-family: inherit;
        line-height: 1.5;
        color: inherit;
        font-size: 12px;
}

.navigator-link {
    color: #8c98a4;
    border-bottom: 1px dashed #97a4af;
    font-size: 80%;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
    margin-top: -15px !important;
    cursor: pointer;
}

.navigator-link a {
    color: #8c98a4;
}

.navigator-link:hover a {
    color: #377dff !important;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
    background: #afa364;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #afa364;
}

/* My Cart page */
.itemimage-thumb {
    width: 130px;
    height: auto;
}

.productslider {
    width: 100%!important;
    float: left;
}

.mycartpage .itemimage-thumb {
    width: 90px;
    height: 110px;
}

.itemtitle {
    font-size: 12px;
    color: #1e2022;
    font-weight: 400;
    padding-left: 20px;
    margin: 0;
    cursor: pointer;
}

.itemdesc {
    font-size: 12px;
    color: #8c98a4;
    font-weight: 300;
    padding-left: 20px;
}

.width-4rem {
    width: 4rem;
}

.billingaddress-section {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    min-height: 270px;
}

.billingaddress-section .form-control,
.billingaddress-section .custom-select {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d7dd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
}

/* checkout  */
.view-addresssection .add-addrescard {
    height: 218px;
    border: 2px dashed #aaa;
    text-align: center;
    display: block;
    padding: 35% 0%;
    margin: 10px 0px;
    cursor: pointer;
}

.view-addresssection .add-addrescard:hover i,
.view-addresssection .add-addrescard:hover p {
    color: #377dff;
    transition: 3s;
}

.view-addresssection .add-addrescard i {
    font-size: 30px;
    color: #e2e2e2;
}

.view-addresssection .add-addrescard p {
    font-size: 14px;
    color: #99aab4;
}

.view-addresssection .delivery-and-billing {
    height: inherit;
    border: none;
    padding: 10px;
    background-color: white;
    box-shadow: none;
    margin: 0px;
}

.view-addresssection .delivery-and-billing address {
    margin-bottom: 10px!important;
}

.view-addresssection .delivery-and-billing .value-field {
    font-size: 12px;
    font-weight: 400;
    color: #555;
    line-height: 2;
}

.view-addresssection .delivery-and-billing .value-field i {
    color: #aaa;
    font-size: 15px;
    padding-right: 5px;
}

.address-editableactions ul {
    padding-left: 0px;
}

.address-editableactions ul li {
    list-style: none;
    float: left;
    width: auto;
    padding: 0px 7px;
    border-right: 1px solid #eee;
    font-size: 12px;
    font-weight: 400;
    color: #847b7b;
    cursor: pointer;
}

.address-editableactions ul li:first-child {
    padding-left: 0px;
}

.address-editableactions ul li:last-child {
    border: none;
}

.address-editableactions {
    position: inherit;
    bottom: 15px;
}

.address-editableactions ul li:hover {
    color: #111640;
}

.address-editableactions ul li.billing-address {
    color: #111640;
    line-height: 2.5;
}
.address-editableactions ul li.billing-address-select{
    background: #e5e5e5;
    border-radius: 3px;
}
.billing-address-select .checkbox input[type=checkbox], 
.billing-address-select .checkbox-inline input[type=checkbox], 
.billing-address-select .radio input[type=radio], 
.billing-address-select .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 0px;
}
.mycartpage table tbody tr {
    border-bottom: 1px solid rgba(202, 202, 202, 0.25);
}

.ordersummarysticky .title {
    font-size: 14px;
    padding: 20px 15px 0 15px;
    font-weight: 600;
    margin: 0;
}

.ordersummarysticky .subtitle {
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    margin: 0;
}

/* View book slider styling */
.viewbook-slider {
    position: relative;
    margin-top: 0;
    height: 490px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.04706) 0 2px 3px 0;
    border: 1px solid #e7eaf3;
}

.viewbook-slider ul {
    list-style-type: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
    top: 0;
    margin-bottom: 0;
    padding-inline-start: 0;
}

.viewbook-slider ul.mi-current {
    pointer-events: auto;
}

.viewbook-slider ul li {
    display: inline-block;
    padding: 20px;
    max-width: 700px;
    -webkit-transform: translateX(600%);
    transform: translateX(600%);
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.no-js .viewbook-slider ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.viewbook-slider ul li a,
.viewbook-slider ul li img {
    display: block;
    margin: 0 auto;
}

.viewbook-slider ul li a {
    outline: none;
    cursor: pointer;
}

.viewbook-slider ul li img {
    max-width: 100%;
    border: none;
    max-height: 370px;
    min-height: 370px;
}

.viewbook-slider ul li h4 {
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 10px 0;
}

.viewbook-slider ul li:hover {
    opacity: 1;
}

.viewbook-slider nav {
    position: relative;
    top: 400px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    border-top: 5px solid #d4d7dd;
    background: #fff;
}

.viewbook-slider nav a {
    display: inline-block;
    text-transform: uppercase;
    padding: 35px 10px 30px 30px;
    position: relative;
    color: #888;
    outline: none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    font-size: 14px;
    font-weight: 600;
}

.viewbook-slider nav a:hover,
.viewbook-slider nav a.mi-selected {
    color: #111640;
}

.viewbook-slider nav a.mi-selected::after,
.viewbook-slider nav a.mi-selected::before {
    content: '';
    position: absolute;
    top: -5px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.viewbook-slider nav a.mi-selected::after {
    border-color: transparent;
    border-top-color: transparent;
    border-width: 20px;
    left: 50%;
    margin-left: -20px;
}

.viewbook-slider nav a.mi-selected::before {
    border-color: transparent;
    border-top-color: #d4d7dd;
    border-width: 27px;
    left: 50%;
    margin-left: -27px;
}

/* Move classes and animations */
.viewbook-slider ul:first-child li,
.no-js .viewbook-slider ul li {
    -webkit-animation: scaleUp 350ms ease-in-out both;
    animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
    0% {
        -webkit-transform: translateX(0) scale(0);
    }
    100% {
        -webkit-transform: translateX(0) scale(1);
    }
}

@keyframes scaleUp {
    0% {
        -webkit-transform: translateX(0) scale(0);
        transform: translateX(0) scale(0);
    }
    100% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
}

.viewbook-slider ul:first-child li:first-child {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.viewbook-slider ul:first-child li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.viewbook-slider ul:first-child li:nth-child(3) {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}

.viewbook-slider ul:first-child li:nth-child(4) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}
/* moveFromRight */

.viewbook-slider ul.mi-moveFromRight li {
    -webkit-animation: moveFromRight 350ms ease-in-out both;
    animation: moveFromRight 350ms ease-in-out both;
}
/* moveFromLeft */

.viewbook-slider ul.mi-moveFromLeft li {
    -webkit-animation: moveFromLeft 350ms ease-in-out both;
    animation: moveFromLeft 350ms ease-in-out both;
}
/* moveToRight */

.viewbook-slider ul.mi-moveToRight li {
    -webkit-animation: moveToRight 350ms ease-in-out both;
    animation: moveToRight 350ms ease-in-out both;
}
/* moveToLeft */

.viewbook-slider ul.mi-moveToLeft li {
    -webkit-animation: moveToLeft 350ms ease-in-out both;
    animation: moveToLeft 350ms ease-in-out both;
}
/* Animation Delays */

.viewbook-slider ul.mi-moveToLeft li:first-child,
.viewbook-slider ul.mi-moveFromRight li:first-child,
.viewbook-slider ul.mi-moveToRight li:nth-child(4),
.viewbook-slider ul.mi-moveFromLeft li:nth-child(4) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.viewbook-slider ul.mi-moveToLeft li:nth-child(2),
.viewbook-slider ul.mi-moveFromRight li:nth-child(2),
.viewbook-slider ul.mi-moveToRight li:nth-child(3),
.viewbook-slider ul.mi-moveFromLeft li:nth-child(3) {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.viewbook-slider ul.mi-moveToLeft li:nth-child(3),
.viewbook-slider ul.mi-moveFromRight li:nth-child(3),
.viewbook-slider ul.mi-moveToRight li:nth-child(2),
.viewbook-slider ul.mi-moveFromLeft li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.viewbook-slider ul.mi-moveToLeft li:nth-child(4),
.viewbook-slider ul.mi-moveFromRight li:nth-child(4),
.viewbook-slider ul.mi-moveToRight li:first-child,
.viewbook-slider ul.mi-moveFromLeft li:first-child {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}
/* Animations */

@-webkit-keyframes moveFromRight {
    0% {
        -webkit-transform: translateX(600%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromLeft {
    0% {
        -webkit-transform: translateX(-600%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes moveToRight {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(600%);
    }
}

@-webkit-keyframes moveToLeft {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-600%);
    }
}

@keyframes moveFromRight {
    0% {
        -webkit-transform: translateX(600%);
        transform: translateX(600%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveFromLeft {
    0% {
        -webkit-transform: translateX(-600%);
        transform: translateX(-600%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveToRight {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(600%);
        transform: translateX(600%);
    }
}

@keyframes moveToLeft {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-600%);
        transform: translateX(-600%);
    }
}

.viewbook-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Media Queries */

@media screen and (max-width: 910px) {
    .viewbook-slider nav {
        max-width: 90%;
    }
    .viewbook-slider nav a {
        font-size: 12px;
        padding: 40px 10px 30px 14px;
    }
}

@media screen and (max-width: 740px) {
    .viewbook-slider {
        height: 300px;
    }
    .viewbook-slider nav {
        top: 220px;
    }
}

@media screen and (max-width: 490px) {
    .viewbook-slider {
        text-align: center;
        height: auto;
    }
    .viewbook-slider ul {
        position: relative;
        display: inline;
        bottom: auto;
        pointer-events: auto;
    }
    .viewbook-slider ul li {
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
        padding: 10px 3px;
        min-width: 140px;
    }
    .viewbook-slider nav {
        display: none;
    }
}

@media (min-width: 576px) {
    .modal .viewsamplebook {
        max-width: 85% !important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: auto;
        right: 0;
        padding: 20px;
    }
}

.viewsamplebook .modal-header {
    display: block !important;
}

.viewsamplebook .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 13px;
    color: #444;
}

.viewsamplebook .dummyviewimg img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-height: 305px;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: inherit;
    margin-right: inherit;
    cursor: move;
}

.perfect-scrollbar-on::-webkit-scrollbar,
.panel-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f1f4f5;
    /** or add it to the track **/
}

.perfect-scrollbar-on,
.panel-scrollbar {
    overflow: auto;
}

.perfect-scrollbar-on::-webkit-scrollbar-thumb,
.panel-scrollbar::-webkit-scrollbar-thumb {
    background: #B6C5CB;
}
/*poup style starts*/

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #00000038;
}

.popup-open .popup {
    overflow-x: hidden;
    overflow-y: auto;
}

.popup .popup-header .close {
    color: #999999;
    font-size: 26px;
    line-height: 0.8;
    font-weight: 400;
}

.popup.right .popup-inner {
    position: fixed;
    margin: auto;
    width: 30%;
    height: 100%;
    -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);
}

.popup.right.fade.in .popup-inner {
    right: 0;
    top: 0;
    box-shadow: -4px 0 40px rgba(0, 0, 0, 0.35) !important;
}

.popup.right.fade .popup-inner {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.popup-content {
    border-radius: 0;
    border: none;
}

.popup.right .popup-content {
    height: 100%;
    background: #fff;
}

.popup-header {
    padding: 15px;
    border-bottom: 1px solid #ffffff;
    min-height: 16.43px;
    background-color: #00000016;
    font-weight: 500;
}

.popup-title {
    margin: 0;
    line-height: 1.42857143;
    color: #444;
    font-size: 15px;
    font-weight: 500;
}

.popup.right .popup-content .content-area {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: calc(100vh - 25vh);
    max-height: calc(100vh - 25vh);
    padding: 15px;
}

.popup-title {
    margin: 0;
    line-height: 1.42857143;
    color: #2a2b33;
    font-size: 16px;
    font-weight: 400;
}

.popup-body {
    position: relative;
    height: calc(100vh - 25vh);
}

.popup.right .popup-body {
    padding: 0;
}

.popup-footer {
    padding: 0 15px;
    bottom: 0;
    font-size: 12px;
    border-top: 1px dashed #f8f8f8;
    position: absolute;
    width: 100%;
    margin-top: 0;
    background-color: #f5f5f5;
}
.popup-footer button {
    margin-left: 10px;
}
/*popup style ends*/

.userprofile-view {
    min-height: 150px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.user-outerlayout {
    background: transparent;
    height: 150px;
    width: 170px;
    margin-top: 10px;
}

.user-outerlayout img {
    position: absolute;
    right: auto;
    top: 24px;
    border-radius: 50%;
    border: 2px solid #fff;
    left: 60px;
    width: 104px;
    height: 115px;
    background: #fff;
}

.user-profiledescription {
    padding: 30px 0 0px 55px;
    height: 149px;
    font-size: 13px;
    font-weight: 400;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #5a5f69;
    background-color: #fff;
    padding: 20px 35px;
    font-size: 16px;
    font-weight: 500;
    color: #111640;
    border-right: 1px solid transparent;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 35px;
    position: relative;
    transition: 2s;
    background: #b3b1b1;
    color: #fff;
    border-right: 1px solid;
}

.user-activites {
    padding: 15px 0px 15px 50px;
    height: 149px;
    font-size: 13px;
    font-weight: 400;
}

.tab-contentarea {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    border: 1px solid #e7eaf3;
    border-top: none;
}

.tab-contentarea .form-control,
.tab-contentarea .custom-select {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d7dd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
}

.file {
    position: relative;
    overflow: hidden;
    top: 30px;
    left: 30px;
}

.file input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.btn-danger {
    color: #fff;
    background-color: #e92135;
    border-color: #e92135;
}

.btn-danger:hover {
    color: #fff;
    background-color: #e92135;
    border-color: #e92135;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 33, 53, 0.36);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #e92135;
    border-color: #e92135;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e92135;
    border-color: #e92135;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 33, 53, 0.36);
}

.c-5 {
    color: #555;
}

.fsize-12 {
    font-size: 12px;
}

.fsize-14 {
    font-size: 14px;
}

.fsize-15 {
    font-size: 15px;
}

.fsize-16 {
    font-size: 16px;
}

.fsize-17 {
    font-size: 17px;
}

.fsize-18 {
    font-size: 18px;
}

.fsize-19 {
    font-size: 19px;
}

.fsize-20 {
    font-size: 20px;
}

.fsize-21 {
    font-size: 21px;
}

.fsize-22 {
    font-size: 22px;
}

.billingaddress-section .view-addresssection .add-addrescard {
    background: #f1f1f121;
}

.billingaddress-section .view-addresssection .delivery-and-billing {
    background-color: #f1f1f1;
    min-height: 220px;
    border-radius: 3px;
}

.view-publicprofile,
.view-publicprofile:hover {
    float: right;
    margin: 10px 0px;
    font-size: 13px;
    text-decoration: underline;
    color: #377dff;
}

.edit-userimage i {
    color: #888;
    position: absolute;
    bottom: 35px;
    left: 60px;
    background: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 1.8;
    font-size: 14px;
    border: 1px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 1;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 93%;
}

.profile-imageeditor {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.profile-imageeditor img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.profile-imageeditor p {
    font-size: 13px;
    margin: 10px;
    color: #999;
}

.modalaction-btns {
    border-top: 1px solid #f6f9fc;
    padding-top: 15px;
}
.review-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #f6f9fc;
    border-radius: 0.25rem;
    border: 1px solid #eee;
}

.user-image img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.username {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dotted #eee;
    padding: 3px 0px;
    margin-bottom: 3px;
}
.description {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5 !important;
    display: inline-block;
    color: #77838f;
}
.panel-group {
    margin-bottom: 20px;
    margin-top: 20px;
}

.panel-default {
    border-color: #ddd;
}

.panel-group .panel {
    margin-bottom: 5px;
    border-radius: 4px;
    border: 1px solid #eee;
    cursor: pointer;
}

.panel-default>.panel-heading {
    color: #333;    
    background-color: #eff0ff;
    border-color: #ddd;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-body {
    padding: 15px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-body p {
    font-size: 12px;
    margin-bottom: 0px;
}

.mybooks-sliding {
    display: inline-block;
    margin-left: -4px;
}

.booksslidingpanel .carousel-indicators li {
    /* background-color: red; */
    border: none;
    background: #77838f;
}

.booksslidingpanel .carousel-indicators {
    bottom: 0;
}

.booksslidingpanel .carousel-control-prev-icon,
.booksslidingpanel .carousel-control-next-icon {
    background-color: red;
}

.booksslidingpanel .carousel-control-next,
.booksslidingpanel .carousel-control-prev {
    right: 0;
    width: 3%;
}

.button-actions {
    float: right;
    position: absolute;
    right: 0;
    top: 80%;
}

.ownbook-carouselviews .carousel-indicators .active {
    background-color: #9e9e9e;
}

.ownbook-carouselviews .carousel-indicators {
    bottom: -18px;
    margin-bottom: 0px;
}

.ownbook-carouselviews .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #eee;
}

.ownbook-carouselviews .carousel-inner .carousel-item img {
    width: 200px;
    height: 130px;
}

.width-100 {
    width: 100% !important;
}

.homepage---content .initiailbannerimage {
    /* background: url(../image/homepage-banner.jpg); */
    /* background: red; */
      height: 65vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;    
    background-size: 100% 100%;
}

.banner-content-panel {
    position: relative;
    z-index: 2;
    min-height: 440px;
    min-height: 440px;
}

.banner-sub-content {
    padding: 12.5% 0;
}

.banner-title {
    line-height: 1.2;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    width: 50%;
    text-shadow: 0px 0px 2px #afa364;
}

.banner-lead {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 50%;
    text-shadow: 0px 0px 2px #afa364;
}

.border {
    border: 1px solid #afa364 !important;
}

.section-describe {
    padding: 75px 10% 0 10%;
    /* background: #fff; */
      background: #f1f1f1;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.describe-steps {
    position: relative;
    padding-left: 2.5rem;
    padding-bottom: 1rem !important;
}

.describe-steps::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -0.25rem;
    width: 2rem;
    height: 0.0625rem;
    border-top: 1px solid #afa364;
    margin: auto auto auto 0;
    content: "";
}

.describe-steps::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -0.3125rem;
    width: 0.0625rem;
    height: 100%;
    border-right: 1px solid #afa364;
    margin: auto auto auto 0;
    content: "";
}

.describe-steps:first-child::after {
    height: 50%;
    top: auto;
}

.describe-steps:last-child::after {
    height: 50%;
    bottom: auto;
}

.describe-steps__inner {
    min-width: 3rem;
}

.describe-steps .step-outer {
    border: 1px solid #e7eaf3 !important;
    padding: 15px;
    border-radius: 0.25rem !important;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 20px;
    background: #fff;
}

.describe-steps .step-inner .step-count {
    color: #afa364 !important;
    font-weight: 500 !important;
    font-size: 3.5rem;
    line-height: 1.2;
    opacity: 0.35;
}

.describe-steps .media-body {
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
}

.describe-steps .media-body .heading {
    color: rgba(0, 0, 0, 0.80);
}

.describe-steps .media-body .desc {
    font-size: 13px;
    width: 75%;
    margin-bottom: 0;
    font-weight: 400;
}

.section-whatwedo {
    padding: 100px 10%;
    background: transparent;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.ourfeatures-listing {
    padding-bottom: 1rem !important;
}

.feautres-brand-icon {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.8125rem;
    position: relative;
    z-index: 1;
    line-height: 0.7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: 0.3s ease-in-out;
    border-radius: 50% !important;
}

.section-newsletter {
    padding: 100px 10%;
    background: #fff;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.contact-details {
    color: #7d4e7c;
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 15px;
}

.contact-details i {
    color: #474747;
}

.address-data {
    padding: 0 0 10px 0;
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.footer-section .footer ul li a:hover {
    color: #31708f;
}
.copyrights-ref {
    color: #31708f;
    font-weight: 500;
}

.user-nameorguest {
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    top: -7px;
    color: #444;
}

.user-logindetails {
    background: #edede9;
    border-radius: 6px;
    margin-left: 10px;
}

.copyrights-ref:hover {
    color: #e0eaf3;
    font-weight: 500;
}
.describe-svg-panel .u-fill-primary-lighter {
    fill: #afa364 !important;
}

.describe-svg-panel .u-stroke-primary {
    stroke: #7d4e7c !important;
}

.section-getstarted {
    padding: 100px 5%;
    -ms-flex-align: center !important;
    align-items: center !important;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    padding-bottom: 4rem;
    padding-top: 4rem;
    background-image: linear-gradient(to left, #7d4e7c, #231768);
}

.get-started-lead {
    text-align: center !important;
}

.get-started-lead h2 {
    color: #fff;
    font-weight: 600;
}

.get-started-lead p {
    color: #fff;
    font-size: 13px;
    margin: 0 0 35px 0;
    font-weight: 400;
    text-align: center;
}

.get-started-lead a {
    color: rgb(255, 255, 255) !important;
    padding: 10px;
    border: 1px solid #fff;
    cursor: not-allowed;
}

.stepsexpalin-img {
    position: absolute;
    top: 12px;
    right: 15px;
}

.stepsexpalin-img img {
    width: 80px;
    height: 80px;
}

.offer-details .nav-link {
    position: relative;
}

.offer-details .nav-link img {
    width: 32px;
    position: absolute;
    top: 14px;
    left: -3px;
    opacity: 0.38;
}

.H1-lead-section {
    margin-bottom: 40px;
}

.listcate-title {
    color: rgb(175, 163, 100) !important;
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 10px;
}

.listcate-title-caption {
    color: #000;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
}

.svg-innerimage img {
    position: absolute;
    top: 32%;
    width: 80px;
    height: 80px;
    left: 27%;
    opacity: 1;
}

.bg-imagescover {
    background-image: url(../img/productimage.png);
    width: 100%;
    display: block;
    position: relative;
    height: 350px;
    border: none;
    box-shadow: none;
}

.emptydiv-height {
    min-height: 250px;
    max-height: 250px;
}

.card-bookdescription p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.view-relatedtemplates .listcate-section {
    padding: 0;
}

.viewsamplebook .modal-header {
    height: 75px;
}

.viewsamplebook .modal-header p {
    color: #77838f;
    line-height: 1.7;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.modal-bgimage {
    background-image: url(../img/banners/main-bg.gif);
    height: 530px;
}

.booksslidingpanel .carousel-control-prev {
    left: -20px;
}

.booksslidingpanel .carousel-control-next {
    right: -15px !important
}

.carousel-previcon i,
.carousel-nexticon i {
    font-size: 20px;
    color: #77838f;
    background: rgba(119, 131, 143, 0.1);
    width: 30px;
    height: 30px;
    line-height: 1.5;
    border-radius: 50%;
}

.carousel-nexticon i:hover,
.carousel-previcon i:hover,
.carousel-previcon i:focus,
.carousel-nexticon i:focus {
    color: #fff;
    background: #77838f;
    box-shadow: 0 4px 17px rgba(119, 131, 143, 0.35);
    border-radius: 50px;
}

.custom-checkbox .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    height: 18px;
    margin-left: -1.25rem;
}

@media print {
    .page-break {
        display: block;
        page-break-before: always;
    }
}

.homepage--listsection {
    min-height: 500px;
    max-height: auto;
}

.ico {
    width: 70px;
    padding-right: 15px;
}

.action>div {
    width: 120px;
}

.action>div .btn {
    border-radius: 70px !important;
}

.login--formdetails {
    padding: inherit!important;
    height: inherit;
}

.login--formdetails .form-control {
    height: 40px;
}

.banner-content-panel {
    position: relative;
    z-index: 2;
    min-height: 440px;
    min-height: 440px;
}

.describe-steps .media-body .heading {
    color: rgba(0, 0, 0, 0.80);
}

.my-books-section h2 {
    font-size: 1.25rem!important;
}

.category--initiailbannerimage {
    /* background: url(../img/banners/00111.jpg); */
    /* background: red; */
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    height: 325px;
    position: relative;
}

.subbanner-content-panel {
    position: absolute;
    width: 100%;
    bottom: 15%;
    left: 0;
    top: 0;
    padding: 0 8%;
}

.mybooks--library .h5 {
    font-size: 1.5em;
}

.mybooks--library .gridview-booklist .card-favourite {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 2px 0 2px;
    transition: all .3s ease;
    padding: 1px;
}

.mybooks--library .gridview-booklist .card-book-description {
    padding: 0 10px;
}
.search-sec {
    padding: 2rem;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.btn-booksearch:hover,
.btn-booksearch,
.btn-booksearch:focus {
    color: #fff;
    background-color: #afa364;
    border-color: #afa364;
    width: 100%;
    padding: 12px;
    border-radius: 2px;
    border: 2px solid #afa364;
}

@media (min-width: 992px) {
    .search-sec {
        position: inherit;
        background: rgba(175, 163, 100, 0.2);
    }
}

@media (max-width: 992px) {
    .search-sec {
        background: #1A4668;
    }
}
/* thankyou page */

.order--confirmationpage h4 {
    font-weight: 500;
    font-family: inherit;
    line-height: 1.5;
    font-size: 1.5rem;
    margin-bottom: 0.25rem !important;
}

.order--confirmationpage .payment-status {
    color: #77838f;
    line-height:3;
    margin-bottom: 1rem;
    font-size: 12px;
}

.order--confirmationpage .text-success {
    color: #d4c059 !important;
    font-size: 16px!important;
}

.order--confirmationpage .reference-number {
    color: #555;
    color: #555;
    font-weight: 500;
    font-size: 15px;
    /* font-family: 'Rubik', sans-serif; */
}

.order--confirmationpage .detail--section {
    padding: 2rem !important;
}

.order--confirmationpage .grandtotal-details {
    color: #000 !important;
    /* padding: 1.5rem !important; */
    /* background-color: #1e2022 !important; */
}

.order--confirmationpage .amount--details {
    text-align: right;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-bottom: 1rem !important;
    padding-top: 0 !important;
    float: right;
}

.order--confirmationpage .card-body {
    padding: 0;
}

.order--confirmationpage .confirmation--details {
    color: #555;
    font-weight: 500 !important;
    line-height: 1.7;
    margin-bottom: 0.25rem !important;
    font-size: 15px;
    /* font-family: 'Rubik', sans-serif; */
}

.order--confirmationpage .text-muted {
    font-size: 13px;
}

.order--confirmationpage .detail--section th {
    border: none;
    font-size: 12px;
    font-weight: 500;
}

.order--confirmationpage .detail--section td {
    padding: 0.75rem;
    vertical-align: top;
    font-size: 12px;
    border-top: 1px solid #e7eaf3;
}

.order--confirmationpage .font-weight-light {
    font-size: 22px;
    font-weight: 100;
}

.os-inner-section {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    min-height: inherit;
    margin: 0;
}
.card-bookdescription {
    min-height: 50px;
}
/* myprofile--page */

.primary-breadcrumb ul li a {
    color: #333;
}

.myprofile--page .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 35px;
    position: relative;
    transition: 2s;
    width: 25%;
    text-align: center;
    background-color: #fff;
    color: #111640;
    border-right: 1px solid;
}

.myprofile--page .nav-tabs .nav-link.active {
    background: #b3b1b1;
    padding: 20px 35px;
    font-size: 16px;
    width: 25%;
    display: block;
    text-align: center;
    font-weight: 500;
    color: #fff;
    position: relative;
    border-right: 1px solid transparent;
}
/* addressmodal-form */

.adressform .modal-header {
    height: 60px;
}

.adressform .dummyviewimg {
    min-height: 520px;
    max-height: 520px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

.manage--addressform .adressform {
    min-width: 900px;
    max-width: 900px!important;
}

.manage--addressform .view-addresssection .add-addrescard {
    height: 200px;
    border: 2px dashed #aaa;
    text-align: center;
    display: block;
    padding: 25% 0%;
    margin: 10px 0px;
    cursor: pointer;
}

.manage--addressform .view-addresssection .delivery-and-billing {
    padding: 10px;
}

.loginleftdiv {
    background: #111640;
    display: table-cell;
    width: 30%;
}

.loginmaindiv {
    /* background: #fff; */
    display: table-cell;
     padding: 55px 100px;
}

.logincontainer {
    display: table;
    width: 100%;
}

.my-order .product--price {
    padding: 5px;
    vertical-align: middle;
    border: none;
    font-size: 12px;
    list-style: none;
    padding-left: 20px;
}

.my-order .order--date {
    font-size: 13px;
    font-weight: 500;
    margin: 0px;
}

.my-order .total--price {
    font-size: 1.25rem;
}

.my-order .table .table--heading {
    padding: 0.75rem;
    font-size: 17px;
    border: none;
}

.my-order .reference--number {
    font-size: 12px;
    color: #8c98a4;
    font-weight: 400;
    padding-left: 20px;
    margin: 0;
}

.product--price .itemdesc {
    font-size: 12px;
    color: #8c98a4;
    font-weight: 300;
    margin: 0;
    padding-left: 20px;
}

.product--price .itemdesc a {
    cursor: pointer;
}
.os-inner-section .apply--btn {
    display: flex;
}

.sharedbooks {
    width: 500px!important;
    margin: 30px auto;
}

.sharedbooks .modal-footer {
    padding: 10px;
}

.sharedbooks .modal-footer button {
    padding: 8px;
    font-size: 13px;
}

.product--section .viewbook-slider nav {
    padding: 35px 10px 30px 30px;
    font-weight: 500;
}

.my--library .card-book-description .btn-addtocart button {
    z-index: 999;
}

.my--library .gridview-booklist {
    margin-bottom: 80px;
    padding:0 13px;
}
.my--library .gridview-booklist:hover {
    margin-bottom: 0px;
}

.nt-books {
    padding: 0;
    font-size: 15px;
}

.login-process-modal .notification-col .notify-details .main-heading {
    padding: 0;
}

.login-process-modal .notification-col .notify-details .list-image img {
    width: 60px;
    height: 60px;
}

.login-process-modal .notification-col .notify-details .sub-heading {
    text-align: left;
}
.organization--slides .news--details {
    position: relative;
    width: 100%;
    height: 315px;
    background: none;
    padding-top: 0;
    overflow: hidden;
}

.organization--slides .carousel-inner {
    position: relative;
    width: auto;
    overflow: hidden;
    max-width: 100%!important;
}

.footer___heading {
    background: none;
    font-size: 17px;
    font-weight: 500;
    color: #474747;
    line-height: 2;
    text-transform: uppercase;
}

.organization--slides .gridview-booklist .card-image {
    /* background: none; */
}

.gridview-booklist .footer__details {
    cursor: pointer;
}

.organization--slides .section-getstarted {
    background-image: linear-gradient(to left, #6f5b6f, #dbd7f3);
    margin-top: 10px;
}

.organization--slides .get-started-lead p {
    margin: 0 0 5px 0;
}

.organization--slides .booksslidingpanel .carousel-indicators {
    bottom: 0;
    width: auto;
}

.organization--slides .banner-title,
.organization--slides .banner-lead {
    color: #e4e4e4;
    font-size: 25px;
}

.organization--slides .banner-lead {
    font-size: 20px;
}

.organization--slides .subbanner-content-panel {
    position: absolute;
    width: 100%;
    bottom: 15%;
    left: 368px;
    top: 275px;
    padding: 0 2%;
}

.homepage---content .online-book__list,
.categorylist--page .online-book__list,
.my--library .online-book__list,
.organization--slides .online-book__list {
    width: 100%;
    list-style: none;
    padding-inline-start: 0;
}

.homepage---content .online-book__list .online--book,
.categorylist--page .online-book__list .online--book,
.my--library .online-book__list .online--book,
.organization--slides .online-book__list .online--book {
    /* width: 196px;
        height: 254px; */
    margin: 0;
    float: left;
    width: 20%;
    padding-bottom: 40px;
}

.view-addresssection {
    padding: 0 15px;
}

.myprofile--page .view-addresssection .delivery-and-billing {
    height: inherit;
    border: none;
    padding: 20px;
    height: 200px;
    box-shadow: none;
    margin: 10px 0px;
}

.product--page .section-getstarted {
    /* padding: 100px 5%; */
    -ms-flex-align: center !important;
    align-items: center !important;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    padding-bottom: 10px;
    padding-top: 10px;
    background-image: linear-gradient(to left, #7d4e7c, #231768);
}

.product--page .booksslidingpanel {
    top: 390px;
    width: 100%;
}

.product--page .carousel-inner {
    height: 100px;
}

.loginpathteller {
    opacity: 0.1;
    width: auto;
    height: auto;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
    padding-bottom: 30px;
}

.publicspinner {
    margin: 25%;
    height: 200px;
    font-size: 36px;
    text-align: center;
}

.publicspinner .loginpathteller {
    opacity: 0.5;
}
/* Carousel Styles */

.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width:65px;
    max-height: inherit;
    height: 100%;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    padding: 15px;
}

.carousel-control.right span {
    padding: 15px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
.orgbrandimg {
    background-repeat: no-repeat;
    height: 160px;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.orgdetailspanel h1 {
    padding: 15px 0;
    margin: 0;
    font-size: 30px;
    text-align: left;
    color: #545454!important;
    font-weight: 500;
}

.orgdetailspanel {
    font-size: 12px;
    line-height: 1.6;
}

.my--library .carousel {
    position: relative;
    background: transparent!important;
}

.mycartpage .myorders-detail {
    min-height: calc(100vh - 30vh);
    max-height: calc(100vh - 30vh);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    list-style: none;
}

.mycartpage .myorders-detail li {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    /* padding: 10px 10px; */
    cursor: pointer;
    line-height: 1.3;
    border-bottom: 1px dotted #ddd;
}

.mycartpage .itemtitle {
    font-weight: 400;
    line-height: 2;
}

.mycartpage .myorders-detail li.active {
    border-left: 5px solid #555;
    background: #eee;
}

.myorders-detail .itemdesc {
    font-size: 11px;
    color: #8c98a4;
    font-weight: 300;
    padding-left: 20px;
    margin-bottom: 0;
}

.product--price a {
    background: none;
    padding: 0;
    color: black;
    line-height: 0;
}

.myorder--page .order--confirmationpage .text-muted {
    font-size: 13px;
    margin-bottom: 0;
}

.mycartpage .order--heading {
    font-size: 15px;
    padding: 15px 20px;
    margin-bottom: 0;
}

.myorders-dropdown button {
    width: 100%;
    background: #a5a2a20f!important;
    color: #555 !important;
    border: 1px solid #eee !important;
    padding: 15px;
    text-align: left;
    line-height: 1.4;
    font-size: 15px;
}

.myorders-dropdown button span {
    position: absolute;
    right: 15px;
    top: 25px;
}

.myorders-dropdown .dropdown-menu {
    width: 100%;
    padding: 10px;
}

.myorders-dropdown .dropdown-menu .order--id {
    margin: 0 10px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.os-inner-section .onemptycart {
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
    border: none;
    border-top: 1px dashed #ddd;
}

.viewprod-simtemp-section {
    /* background: #fff; */
    padding: 30px 10px;
}

.viewprod-simtemp-section .simtempslider {
    width: 100%!important;
}

.simtempslider .subheading {
    font-size: 20px;
    font-weight: 500;
    color: #7d4e7c;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    line-height: 1;
    padding-top: 5px;
}
.viewprod-simtemp-section .simtempslider .imglisting ul {
    padding-left: 0;
    padding-inline-start: 0;
    margin: 0;
}

.viewprod-simtemp-section .simtempslider .imglisting li {
    list-style: none;
    float: left;
    padding: 10px;
    width: 15%;
}

.viewprod-simtemp-section .simtempslider .imglisting li a {
    width: 100%;
    height: inherit;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.viewprod-simtemp-section .simtempslider .imglisting li img {
    width: 100%!important;
    height: 250px!important;
    box-shadow: 0 1px 6px 0 rgba(138, 138, 138, 0.5);
}

.viewprod-simtemp-section .simtempslider .imglisting li img:hover {
    box-shadow: 0 1px 6px 2px rgba(138, 138, 138, 0.5);
}
.bg-f1f1f1 {
    background: #f1f1f1!important;
}

.gridview-booklist .card-inner a {
    width: 100%;
    height: auto!important;
}
.owl-theme .owl-nav [class*=owl-] {
    background: #77838f!important;
}

.mylib-books .owl-carousel.owl-drag .owl-item {
    /*width: 8%!important;*/
    max-width: 191.667px;
}

.mylib-books .owl-carousel .owl-stage-outer {
    padding: 20px 0!important
}

.mylib-books .gridview-booklist {
    box-shadow: none;
}

.mylib-books .gridview-booklist:hover {
    box-shadow: none;
}

.organization--slides .gridview-booklist .actual-price {
    height: inherit;
    max-height: inherit;
    font-size: 18px;
    text-align: right;
    padding: 0;
    margin: 0;
}

.organization--slides .icon-gbp {
    margin: 0;
}

.organization--slides .owl-carousel .owl-item img {
    padding-bottom: 10px;
}

.organization--slides .owl-theme .owl-nav {
    margin-top: 0;
    /* display: block!important; */
}

.mylib-ftractions {
    float: right;
}

.mylib-ftractions .libfooterbtn {
    padding: 0 5px;
    background: none;
    color: #7d4e7c;
    font-size: 16px;
}

.product--page .templatecoursol .booksslidingpanel {
    top: 0;
    width: 100%;
}

.product--page .viewprod-simtemp-section .simtempslider .imglisting ul {
    width: 100%;
}

.product--page .viewprod-simtemp-section .simtempslider .imglisting li {
    list-style: none;
    float: left;
    padding: 15px;
    width: 100%;
}

.product--page .viewprod-simtemp-section .simtempslider .imglisting .carousel-indicators li {
    padding: 0;
    width: 25px;
}

.product--page .templatecoursol .carousel-inner {
    height: 163px;
}

.product--page .gridview-booklist .card-inner a {
    width: auto;
    height: auto!important;
    top: 34%;
}

.my--library .booksslidingpanel .gridview-booklist:hover {
    box-shadow: none;
}
.my--library .gridview-booklist .card-inner {
    box-shadow: -5px 5px 7px 1px #666 !important;
    border-radius: 0 3px 3px 0;
    box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.1);
}
.my--library .gridview-booklist .card-inner:hover{
    box-shadow: 0 1px 6px 2px rgba(138, 138, 138, 0.5)!important;
}
.my--library .gridview-booklist .card-inner:hover {
    box-shadow: 0 1px 6px 2px rgba(138, 138, 138, 0.5);
}
.owl-theme[_ngcontent-c3] {
    height: 100%;
}
.viewprod-section .gridview-booklist .card-inner{
    box-shadow: none!important;
    background: transparent;
}
.card-title.ctgrname{
        margin-bottom: 0;
    font-size: 12px;
    color: #fff;
    margin: 0;
    padding:0;
}
.homepage---content .controls-top .btn-floating{
    width: 40px;
    height: 40px;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    position: absolute;
    background: #bfbfbf;
    top: 25%;
    left: -50px;
}
.homepage---content .controls-top .btn-floating:hover, 
.right-btnfloating:hover{    
       box-shadow: 0 1px 6px 2px rgba(138, 138, 138, 0.5);
}
  .homepage---content .fa-chevron-left { font-size: 14px;
    line-height: 40px;
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;}
 .homepage---content .fa-chevron-right { font-size: 14px;
    line-height: 40px;
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;}
    .right-btnfloating{    
    width: 40px;
    height: 40px;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    background: #bfbfbf;
    position: absolute;
    top: 25%;
    right: -50px;
    }
  .homepage---content .card .card-body i {     
    font-size: 50px;
    padding: 7px;
    color: #fff;
    }  
   .listcategory-section .carousel  .card{
        opacity: 0.5;
    }
.news-section .carousel {
    padding-right: 33.3333%;
        width: 100%;
}
.news-section .carousel-caption{
     left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        text-align: left;
        padding: 10px;
        background: rgba(0,0,0,0.6);
        text-shadow: none;
        width: 100%;
}
.news-section .list-group{
    position: absolute;
    top: 0;
    right: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    min-height: 400px;
    max-height: 400px;
}
.news-section .item {
       display: block;
        max-width: 100%;
        height: auto;
        line-height: 1;
}
.news-section .carousel-inner img{
        height: 400px;
}
.news-section .list-group-item .newscontent{
font-size: 13px;
    width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    margin: 10px;
}
 .news-section .list-group-item.active { background-color: #afa364;
    border-color: aliceblue;}
  .news-section   .carousel-caption .heading{
        color: #fff;
    }
  .news-section   .list-group-item{
            padding: 15px 15px;
    }
  .product--page  .gridview-booklist  {
    max-height: 355px;
    min-height: 355px;
    }
    .viewbook-slider .owl-carousel .owl-item img {
        padding: 5px;
    }

    .trynow-container{
        background: #f5f5f5;
    }
    .samplebook-content{
        padding: 50px;
    }
    .samplebook-content .productslider {
        width: 100%!important;
        float: left;
        margin-bottom: 30px;
    }

    .samplebook-content .owl-theme .owl-dots, 
    .samplebook-content .owl-theme .owl-nav {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: none;
    }


    .samplebook-content .btn-livepreview{
        color: #afa363;
        background-color: transparent;
        text-align: center;
        border-radius: 2px;
        padding: 10px;
        font-weight: 600;
        line-height: 1;
        width: auto;
        margin-bottom: 0;
        border: 1px solid #afa363;
        font-size: 13px;
        border-radius: 10px;
        cursor: pointer;
    }

    .samplebook-content .owl-carousel .owl-item img {
        border-radius: 20px;
    }
    .samplebook-content .bg-imagescover {
        border-radius: 20px;
        box-shadow: 0 29px 32px -20px rgba(0,0,0,0.35);
    }
    .card-trynow-widget{
        text-align: center;
        padding: 55px 0;
    }

    .card-trynow-widget .btn-trynowbtn{
        color: #fff;
        background-color: #afa363;
        text-align: center;
        border-radius: 2px;
        padding: 10px 25px;
        font-weight: 600;
        line-height: 1;
        width: auto;
        margin-bottom: 0;
        border: 1px solid #afa363;
        font-size: 13px;
        border-radius: 5px;
        cursor: pointer;
    }

    .card-trynow-widget .btn-loginbtn{
        color: #afa363;
        background-color: transparent;
        text-align: center;
        border-radius: 2px;
        padding: 10px;
        font-weight: 600;
        line-height: 1;
        width: auto;
        margin-bottom: 0;
        border: 1px solid #afa363;
        font-size: 13px;
        border-radius: 5px;
        cursor: pointer;
    }
.product--page .order-summary{
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 6px 2px rgba(138, 138, 138, 0.5);
}
.product--page .btn-secondary{
    position: absolute;
    right: 1px;
    top: 22px;
    padding: 5px 10px;
}

.viewprod-section .gridview-booklist .actual-price {
    font-size: 18px;
    text-align: left;
}
.tc--information .privacymodal{
    border-radius: none!important;
}
.tryit-content .privacymodal .descript--section{
        overflow-y: hidden;
}
.card-book-description .itemimage-thumb {
    width: 100px;
    height: 125px;
    margin: 0 auto;
}
.card-book-description .btn-trynowbtn{
        padding: 10px 23px;
        color: #fff;
    background-color: #afa363;
    text-align: center;
    border-radius: 2px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #afa363;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
}
.card-book-description .btn-loginbtn,
.card-trynow-content .btn-preview .u-btn-secondary--air {
    padding: 8px 15px;
}
.card-book-description .u-btn-secondary--air,
.card-trynow-content .btn-preview .u-btn-secondary--air{
    background: none;
    font-weight: 500;
}
.card-book-description .u-btn-secondary--air:hover,
.card-trynow-content .btn-preview .u-btn-secondary--air:hover{
    box-shadow: none;    color: #ccc;
}
.card-book-description .book-buybtn{
position: absolute;
bottom: 30px;
float: right;
}
.section-trybook  .booksslidingpanel {
    top: 0;}
 .section-trybook   .carousel-inner {
    height: auto;
}
 .section-trybook .mybooks-sliding {
    width:100%;
       margin: auto 170px;
}
  .section-trybook   .gridview-booklist {
    max-height: initial;
    min-height: auto;
}
.viewprod-simtemp-section .templatecoursol .mybooks-sliding{
    padding: 10px;
}

.findmoredetails{
    width: auto;
    height: auto!important;
    color: #444;
    font-size: 12px;
    padding: 10px 0;
    text-decoration: underline;
}
.section-trybook{
    padding: 15px 0;
}
.view-addresssection .addressselectionbox{
    border: 1px solid #dddd;
    border-radius: 5px;
        box-shadow: 0 1px 6px 2px rgba(138, 138, 138, 0.5);
}
.section-trybook .card-norecords-found{
        margin: 20px 30px;
    padding: 20px;
    min-height: 200px;
    background: transparent;
    border: none;
}
.address-summary{
    /* border: 1px solid #ddd; */
    padding: 10px;
    border-radius: 4px;
    min-height: auto;
}

.order--confirmationpage .card-book-description {
    padding: 10px;
    background: #f5f5f5;
}
.success-msg-card {
    /* border: 1px dashed #6ad46a;
    background: #ceffcf36 !important;
    padding: 0; */
border: 1px dashed #a05f9561;
    background: #a05f952e !important;
    padding: 0;
}
 .success-msg-card .sucessful-icon .fa-check-circle {
    font-size: 65px;
    color: #d4c059 !important
}
.payment-content {
    border-left: 1px dotted #eee;
    padding: 0px!important;
    height: 80px;
    margin-top: 0px;
    text-align: right;
}
.print-detail h4{
    font-size: 15px;
    font-weight: 500;
    color: #555;
}
 .reference-details h4{
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0px;
    color: #444;
}
.amount--details{
    font-size: 20px;
}
.unsucessful-icon{
font-size: 65px;
  color: #ff0000;
}
.unsuccess-msg-card {
    border: 1px dashed #ff0000;
    background: #ceffcf36 !important;
    padding: 0;
}
.mylibrary-seemore-p{
   font-size: 13px;
    font-weight: 500;
    line-height: 2.4;
    color: #545454;
    padding: 5px;
    cursor: pointer;
}
.gridview-booklist .card-inner a {
    width: 100%;
    height: auto!important;
}
.myorder--page .order--confirmationpage .grandtotal-details{
    color: #fff !important;
    padding: 1.5rem !important;
    background-color: #1e2022 !important;
}
.mylib-books .card-inner  .u-btn-success--air,
.mylib-books .card-inner  .u-btn-secondary--air{
    width: 40%;
    padding: 3px 5px;
    border-radius: 0;
}
.bookgrid-footerbtn{
    padding: 10px;
}
.bookgrid-footerbtn button{
    max-width: 45%;
    float: right;
}
.bookgrid-footerbtn{
    display: block;
    background: #fff;
}
.gridview-booklist:hover .bookgrid-footerbtn{
    display: block;
}
.my--library .card-book-description{
    display: none;
}
.my--library .gridview-booklist:hover .card-book-description{
    display: block;
    padding: 5px 10px;
}
.my--library .online-book__list .online--book{
    width: 20%!important;
}
.product--page .card-image .onempty-image{
height: auto;
}
.my--library .gridview-booklist .card-image>img.onempty-image{
    height: 300px;
    box-shadow: inset 0 0 5px #666;
}
.my--library .gridview-booklist .img-zoom{
  transition: transform .2s!important;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.img-zoom:hover {
  -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1); 
  transform: scale(1.1); 
  /* z-index: 9999; */
}
.mylib-books .u-btn-secondary--air{
  background: #77838f;
        color: #fff;
}
.order--confirmationpage .u-btn-success--air{
color: white;
    background: #7d4e7c;
}
.order--confirmationpage .u-btn-success--air:hover{
    color: #000;
    background: rgba(119, 131, 143, 0.1);
    box-shadow: none;
    border: none;
}
.viewmore-products .mylib-books ul{
    list-style: none;
    width: 100%;
    padding: 0 10px;
    margin-top: 30px;
}
.viewmore-products .mylib-books ul li{
       width: 20%;
    float: left;
}
.viewmore-products .mylibrary-seemore-p .u-form__input{ 
 float: right;
    display: inline-flex;
    position: absolute;
    width: 40%;
    right: 0;
    top: 5px;
}
.my--library .gridview-booklist:hover .book-title {
    color: #7d4e7c;
    font-size: 13px;
    line-height: 1.8;
}
.my--library .search-books{
        border-bottom: 1px solid #ccc;
}
.organization--slides .voucher-image img{
    width: 100%; 
       height:auto;
}
.greeting--section{
        margin: 0 18%;
    transition: all 0.5s ease 0s;
    background: #fff;
    height: auto;
    box-shadow: -2px -3px 6px 0 rgba(0, 0, 0, .16);
    margin-bottom: 10px;
    font-size: 14px;
}
.voucher-page .greeting--card{
    padding: 20px;
    border: none;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, .15);
}
.voucher-page .keepsake--description__msg{
    padding: 15px 0;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    line-height: 2;
}
.voucher-page .greeting--card__input{
        height: 40px;
    clear: both;
    margin-bottom: 10px;
}
.voucher-page .greeting--card__input span{
    line-height: 2.5;
    float: left;
    margin-top: 0;
    font-size: 14px;
    color: #999;
}
.voucher-content{
    background: transparent;
    border-radius: 5px;
    border: 2px solid #ccc;
}
.keepsake--description__btn{
      position: absolute;
    width: 100%;
    font-size: 21px;
    padding: 10px 20px;
    bottom: 40px;
}
.voucher-page .voucher-image img{    
    max-height: 335px;
    min-height: 335px;
    width: 100%;
}
.voucher-page .viewprod-section .gridview-booklist .card-inner {
    box-shadow: none!important;
    background: transparent;
    border: none;
    padding: 10px;
}
.voucher-page .keepsake--description__btn .upbtn--qty {

    border-radius: 50%;
}
.voucher-page .keepsake--description__btn  .up--totalprice{font-size: 17px;
font-weight: 500;}
.voucher-page .address-summary{
    min-height: auto;
}
.pricing-btn .modal-content {
    position: relative;
    background-color: #efefef;
}
.features_table h1{
    font-size:25px !important;
	
}
.features_table li{
    list-style:none;
}
   
.features-table li {
    background: #ddd none repeat scroll 0 0;
    border-bottom: 2px solid #afa364;
    color: #afa364;
    font-size: 16px;
    padding: 15px 24px;
}
.features-table li:hover{
	cursor:pointer;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.features-table-free li, .features-table-paid li {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 2px solid #d4d4d4;
	text-align:center;
    padding: 16px 21px;
	cursor:pointer;
}
.features-table-free h1, .features-table-paid h1 {
    text-align: center;
}
.features-table-free li:hover, .features-table-paid li:hover {
    background: #dedede none repeat scroll 0 0;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.features_table h1 {
    font-size: 23px !important;
}
.features-table h1, .features-table-free h1, .features-table-paid h1 {
    background: rgb(175, 163, 100) none repeat scroll 0 0;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 19px 21px;
    text-transform: uppercase;
    font-size: 15px!important;
}
.features-table h1 {
    border-top-left-radius: 20px;
	text-align:center;
}
.features-table-paid h1 {
    border-top-right-radius: 20px;
}
.features-table-free li {
    border-right: 2px solid #d4d4d4;
}

.fa.fa-check {
    color: #2cc14f;
}
.fa.fa-times {
    color: #BA5340;
}
.fa{
	font-size:30px;
}
.no-padding{
	padding:0;
}
ul{
	padding:0;
}

.features-table li::before {
  counter-increment: section;              
  content: "" counter(section) ": "; 
}

.pricing-heading{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #7d4e7c;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.4;
    font-size: 20px;
    margin: 0px 0px 10px 0;
    padding: 0;
    margin: 0;
    text-align: center;
}
.pricing-subheading{
    color: #77838f!important;
    font-size: inherit;
    line-height: 21px;
    text-align: center!important;
    margin: 10px 0;
}
.homepage---content .owl-theme .owl-nav [class*=owl-] {
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 50%;
    line-height: 1.5;
}
.homepage---content .homebooklist{
height: 250px;
    width: auto;
    max-height: 250px;
    min-height: 250px;
}
.my--library .mylib-books .owl-carousel.owl-drag .owl-item
{
    min-width: 226px;
    max-width: 226px;
}

.viewmore-products :nth-child(5n+5) .gridview-booklist:hover
 {
  margin-bottom: 0;
    display: inline;
}
.gridview-booklist:hover .bookgrid-footerbtn button:focus{
outline:none;
}
.voucher-page .voucher-content .book-pricing {
    position: absolute;
    width: 100%;
    font-size: 21px;
   padding: 10px 20px;
      bottom: 0;
    float: right;
}
.voucher-page .viewprod-section .gridview-booklist .actual-price {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
}
.organization--slides .voucher-image .owl-carousel .owl-item img {
    width: 100%;
    text-align: center;
    margin: auto;
}
.organization--slides .voucherprice{
    margin: auto;
    padding: 10px;
    background: #cccccc73;
}
.organization--slides .voucher-lists{
          padding: 20px 50px;
    border: 2px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.os-inner-section .text-secondary{
        font-size: 15px;
}
.myorder--page .sidebar-order-detail{
min-width: auto;
max-width: inherit;
min-height: calc(100vh - 0vh);
max-height: calc(100vh - 0vh);}
.myorder--page .sidebar-list{
position: fixed;
min-width: 300px;
max-width: 300px;
}

.myorder--page .order--confirmationpage {
    display: block;
    position: relative;
    border: none;
    box-shadow: none;
    min-height: auto;
    max-height: calc(100vh - 0vh);
    max-height: inherit;
    overflow-x: hidden !important;
    overflow: auto;
}
.product--section .mybooks-sliding .smpimgpreview img{
    border: 1px solid #ddd;
    padding: 5px;
    max-width: 250px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px 1.5px;
    border-radius: 3px 14px 14px 2px;
    background: #f9f9f9;
}
.product--section .mybooks-sliding .smpimgpreview img:hover{
    box-shadow: 0 1px 6px 2px rgba(138, 138, 138, 0.5)!important;
}
.myorder--page .card-norecords-found {
    padding: 50px;
    margin: auto 100px;
    background: #efecec2e;
    border: 1px solid #ddd;
}

.imgselection-item li{
    height: 100%;
    /* padding: 18px 18px 16px 20px; */
    padding: 10px;
}
.imgselection-item li:hover{
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    height: 100%;
    padding: 10px;
    background: #f9f9f9;
}
.imgselection-item li .active{
    background: rgba(0,150,136,0.2);
}

.address-overview-box .order-summary{
    padding: 8px;
    box-shadow: none!important;
    border: none!important;
    border-left: 1px solid #ccc!important;
}
.trial-notification-period{
 padding: 10px;
    text-align: center;
    background: #ff191921;}
  .trial-notification-period  .btn-xs{
padding: 4px 10px;
    }
.book-pricing-details{
    box-shadow: 0 1px 6px 2px rgba(138, 138, 138, 0.5);
}
.book-left-radiant{
position: absolute;
    width: 18px;
    height: 100%;
    top: 0;
    opacity: 0.5;
    box-shadow: inset 10px 0 4px 0 #5f5b5b;
    /* box-shadow: inset 7px 0px 8px #000000; */
    border-radius: 0 3px 3px 0;
    box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.3);
}
.my--library .book-left-radiant{
        /* box-shadow: inset 0 0 5px #666; */
}
.banner-content-panel .u-bg-img-hero{
    position: absolute;
    background: #000;
    right: 40px;
    width: 400px;
    top: 70px;
}
.banner-content-panel .iframe {
    height: 300px;
}
.u-fill-white-wave{
    fill: #fff;
}
.heading-online-company{
    font-size: 44px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1754af;
    font-family: 'Rubik', sans-serif!important;
}
.company-description {
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
    color: #1754af; 
    font-family: 'Rubik', sans-serif!important;   
}
.main-heading-banner{
    position: absolute;
    top: 145px;
    margin: auto;
    font-family: serif;
    left: 25%;
}

.book-left-radiant:after{
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 3px;
    background: rgba(0,0,0,0.09);
    box-shadow: 1px 0 3px rgba(255, 255, 255, 0.3);
}

.flip-border-binding-left{
    position: absolute;
    width: 180px;
    text-align: center;
    z-index: 91;
    /* border-top: 3px solid rgba(000,000,000,0.5);
    border-bottom: 3px solid rgba(000,000,000,0.5); */
    border-radius: 0px;
    opacity: 1;
    box-shadow: none;
    left: 12.75%;
    right: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.25) ,rgba(0, 0, 0, 0));
}
.flip-border-binding-right{
    position: absolute;
    width: 180px;
    text-align: center;
    z-index: 91;
    /* border-top: 3px solid rgba(000,000,000,0.5);
    border-bottom: 3px solid rgba(000,000,000,0.5); */
    border-radius: 0px;
    opacity: 1;
    left: 0;
    right: 12%;
    box-shadow: none;
    background: linear-gradient(to left, rgba(0,0,0,0.25) ,rgba(255, 0, 0, 0));
}

.pageouter-channel{
    position: absolute;
    top: 0;
    z-index: 10;
    width: 15px;
    height: 100%;
    /* background: -webkit-linear-gradient(left, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%);
    background: linear-gradient(to right, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%); */
    background-size: 3px 100%;
    content: '';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* .turn-page-wrapper:after{
    position: absolute;
    top: 0;
    z-index: 10;
    width: 15px;
    height: 100%;
    background: url(../image/pagethickness.png);
    background-size: 3px 100%;
    content: '';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
} */

/* .turn-page-wrapper:before{
    position: absolute;
    top: 0;
    z-index: 10;
    width: 15px;
    height: 100%;
    background: url(../image/pagethickness.png);
    background: linear-gradient(to right, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%);
    background-size: 3px 100%;
    content: '';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
} */

.centerbinding-layer{
    width: 20px;
    background: transparent;
    /* background: linear-gradient(to bottom, #ffffff 1%, rgba(000,000,000,0) 98%, rgb(255 255 255) 1%); */
    position: absolute;
    left: 0;
    right: 0;
    z-index: 90;
    height: 100%;
    border-bottom: 10px solid rgba(000,000,000,0.5);
    border-top: 10px solid rgba(000,000,000,0.5);
}



/* checkout  */

.view-addresssection .add-addrescard {
    height: 76px;
    border: 2px dashed #aaa;
    text-align: center;
    display: block;
    padding: 2% 0%;
    margin: 10px 0px;
    cursor: pointer;
}

.view-addresssection .add-addrescard:hover i,
.view-addresssection .add-addrescard:hover p {
    color: #377dff;
    transition: 3s;
}

.view-addresssection .add-addrescard i {
    font-size: 30px;
    color: #e2e2e2;
}

.view-addresssection .add-addrescard p {
    font-size: 14px;
    color: #99aab4;
}

.view-addresssection .delivery-and-billing {
    height: 200px;
    border: 2px solid transparent;
    padding: 15px;
    background-color: white;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
    margin: 10px 0px;
}

.view-addresssection .delivery-and-billing .value-field {
    font-size: 13px;
    font-weight: 400;
    color: #555;
}

.view-addresssection .delivery-and-billing .value-field i {
    color: #aaa;
    font-size: 15px;
    padding-right: 5px;
}

.address-editableactions ul {
    padding-left: 0px;
}

.address-editableactions ul li {
    list-style: none;
    float: left;
    width: auto;
    padding: 5px 10px;
    border-right: 1px solid #eee;
    font-size: 12px;
    font-weight: 500;
    color: #847b7b;
    cursor: pointer;
}

.address-editableactions ul li:first-child {
    padding-left: 0px;
}

.address-editableactions ul li:last-child {
    border: none;
}

.address-editableactions {
    position: absolute;
    bottom: 15px;
}

.address-editableactions ul li:hover {
    color: #111640;
}

.address-editableactions ul li.billing-address {
    color: #111640;
}

.mycartpage table tbody tr {
    border-bottom: 1px solid rgba(202, 202, 202, 0.25);
}

.more-details .availability-status {
    font-size: 13px;
    font-weight: 500;
    padding-left: 0;
    margin: 5px 0px;
}
.os-inner-section {
    padding: 20px;
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.125) !important;
    border-radius: 5px;
    background: #fff;
}

.billingaddress-section {
    background: #fff;
    border-radius: 5px;
    padding: 0;
}

.billingaddress-section .form-control,
.billingaddress-section .custom-select {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d7dd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
}
.view-addresssection .delivery-and-billing {
    height: auto;
    min-height: 150px;
    max-height: 200px;
    border: 2px solid transparent;
    padding: 15px;
    background-color: white;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.4);
    margin: 10px 0px;
}
.couponcodeentry.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%!important;
}
.couponcodeentry .btn-secondary {
    position: absolute;
    right: 1px;
    top: 2px;
    padding: 5px 10px;
    z-index: 9;
}
.couponcodeentry .btn-danger {
    color: #fff;
    background-color: #e92135;
    border-color: #e92135;
    position: absolute;
    right: 1px;
    top: 2px;
    padding: 5px 10px;
    z-index: 9;
}


.viewprod-section .itemimage-thumb {
    width: 100%;
    height: auto;
    min-height: 240px;
    cursor: pointer;
}
.viewprod-section .itemtitle {
    font-size: 16px;
    color: #1e2022;
    font-weight: 400;
    padding-left: 20px;
    margin: 0;
    cursor: pointer;
}
.mycart-preview-insc-lines{
    background: #f9f9f9;
    padding: 20px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.mycart-preview-insc-lines p{
    font-size: 12px;
    border-bottom: 1px solid #efefef; 
}
.delivery-and-billing.active-address {
    height: auto;
    min-height: 150px;
    max-height: 200px;
    border: 2px solid #afa364;
    padding: 15px;
    background-color: white;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.9);
    margin: 10px 0px;
}

.viewprod-section .itemtitle {
    font-size: 19px;
    color: #1e2022;
    font-weight: 400;
    padding-left: 20px;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding-bottom: 20px;
}

.mycart-preview-insc-lines .fa{
    position: absolute;
    right: 10%;
}
.mycart-activeaddress-mark .fa{
    position: absolute;
    right: 5%;
    color: #afa364;
    font-size: 26px;
    top: 25px;
}
.inscline-message-hint{
    color: #000;
}
.mycart-preview-insc-lines .form-control {
    font-size: 12px!important;
    margin-bottom: 10px;
    border: none!important;
    border-bottom: 1px solid #ccc!important;
    border-radius: 0!important;
}
.os-inner-section .media {
    display: inherit!important;
}
.product--page .viewprod-section .itemimage-thumb {
    width: 100%;
    height: auto;
    min-height: 155px;
}
.os-inner-section .item_price{
        font-size: 16px;
    color: #1e2022;
    font-weight: 400;
    padding-left: 22px;
    margin: 0;
    width: 100%;
    line-height: .2;
    padding-bottom: 0;
}
.product_delete{
   
    width: 475px;
    margin: 30px auto;
}
.product_delete .modal-body{
    padding: 40px;
}
.product_delete .nt-books {
    margin: 0;
}
.backto_library{
      position: absolute;
    right: 42%;
    top: 25px;
    cursor: pointer;
    overflow: hidden;
    max-height: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 1.4;
    white-space: pre-wrap;
    margin-bottom: 10px;
    color: #77838f;
    font-weight: 400;
}
.orgbrandimg-position{
    position: absolute;
    top: -80px;
    z-index: 99;
    background: #fff;
    padding: 30px;
    border-radius: 7px;
}
.order--confirm .detail--section img{
/* width: 100%; */
height: auto;
min-height: 155px;
width: 125px;
min-height: 160px;
}
.order--confirm .gridview-booklist .card-book-description {
    padding: 10px;
}
.address-editableactions ul .set-adressbtn {
    border: none;
    background: #efefef;
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: -2px;
}
.view-image-btn{
        border: 2px solid #ddd;
    padding: 3px 7px;
    border-radius: 3px;
    opacity: .5;
}
.view-image-btn.active{
    opacity:1;
        background: #777;
    color: #fff!important;
}
.samplebook-section .smpimgpreview{
       box-shadow: -5px 5px 7px 1px #666 !important;
}
.smpimgpreview .book-left-radiant {
    height:  275px;
    top: 10px;
}
  .samplebook_cover{
       box-shadow: -5px 5px 7px 1px #666 !important;
}
.editcontentmodal .ck.ck-toolbar{
    top: 0;
        right: 0 !important;
        left: 0;
        display: block;
        background: #fff !important;
        position: fixed;
        min-width: 100% !important;
        width: 100%;
}
.editcontentmodal .modal-header .canceleditorbtn {
    background: #ccc!important;
}
@media (min-width: 768px){
    .editcontentmodal .modal-dialog {
        width: 600px;
        margin: 55px auto!important;
    }
}

.ck-editor__editable:not(.ck-editor__nested-editable) { 
    min-height: 100%;
}
/* .ck-rounded-corners .ck.ck-balloon-panel, 
.ck.ck-balloon-panel.ck-rounded-corners {
    border: none!important;
    box-shadow: none!important;
    background: transparent;
    z-index: 9991!important;
} */
/* .ck.ck-toolbar>.ck-toolbar__items>*, 
.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown {
    margin-top: var(--ck-spacing-small);
    margin-bottom: 0!important;
} */
.editcontentmodal .btn-primary{
     background: green;
    color: #000;
    z-index: 9999;
    padding: 2px;
    border-radius: 0;
    font-size: 14px;
}

.editcontentmodal .canceleditorbtn{
    background: #fff;
    color: #000;
    z-index: 9999;
    padding: 5px;
    font-size: 14px;
}

.forgotpaswd-body .login--formdetails-resetpasswrd{
    padding: 100px 150px!important;
        height: inherit;
}
.create_event .modal-dialog {
    width: 800px;
}
.create_event .modal-body {
    position: relative;
    padding: 200px;
    text-align: center;
}
.create_event .modal-body h4{   
     color: #a99e9e;
    line-height: 1.5;
   
}