body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #3f3f3f;
    background-color: #e0e0e0
}

@font-face {
    font-family: Rachana;
    src: url(../fonts/rachana/Rachana-Regular.ttf), url(../fonts/rachana/Rachana-Regular.woff), url(../fonts/rachana/Rachana-Regular.woff2);
}

@font-face {
    font-family: Rachana;
    src: url(../fonts/rachana/Rachana-Bold.ttf), url(../fonts/rachana/Rachana-Bold.woff), url(../fonts/rachana/Rachana-Bold.woff2);
    font-weight: bold;
}

main {
    padding: 0px 15px;
}

blockquote {
    position: relative;
    padding-left: 70px;
    border: none
}

blockquote p {
    font-size: 20px;
    line-height: 28px;
    font-style: italic
}

blockquote::before {
    content: "“";
    position: absolute;
    top: -15px;
    left: -5px;
    font-size: 200px;
    line-height: 1;
    color: #dcdcdc
}

a,
a:hover {
    color: #262626
}

a {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

a:hover {
    opacity: .8;
    text-decoration: none
}

a:focus {
    color: #262626;
    text-decoration: none
}

.display-none {
    display: none
}

.text-primary {
    color: #2abbbf;
}

.header {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 0px;
    background: #fff;
    border: none;
    display: inline-block;
    width: 100%;
}

.header__right {
    float: right;
    margin-top: -35px;
    position: relative;
}

.header__logo {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center
}

.mobile_book {
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    margin-left: 15px;
    font-size: 13px;
    padding: 2px 5px;
    border: 1px solid #dfdfdf;
    display: none;
}

@media (max-width:991px) {
    .mobile_book {
        display: inline-block;
        float: left;
        border-radius: 5px
    }

    .sticky .mobile_book {
        margin-top: 5px;
    }

    .header {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header__right {
        margin-top: 0px;
    }

    .header__logo {
        position: relative;
        /* margin-bottom: 0 */
    }


}

.logo h1 {
    margin-top: 5px;
    margin-bottom: 0
}

.logo p {
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.1
}

.logo__link,
.logo__link:hover {
    color: #616161;
    text-decoration: none
}

.logo__link {
    font-size: 2.1rem;
    line-height: 3rem;
    font-weight: 700;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.logo__link:hover {
    opacity: .8
}

.logo__description {
    font-size: 20px;
    color: #757575;
    font-family: 'Rachana';
    font-weight: 400;
}

.logo_image_prof {
    width: 75px;
    border-radius: 50%;
    border: 1px solid rgb(59 130 246 / 50%);
}

@media (max-width:991px) {
    .logo_image_prof {
        width: 67px;
    }

    .logo {
        /* margin-bottom: 10px; */
        border-bottom: 1px solid #e5e7eb;
    }

    .logo__link {
        font-size: 18px
    }

    /* .header__right {
        margin-top: -21px;
    } */
    .sticky .header__right {
        margin-top: 10px;
    }

}

.social-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0 0
}

.social-icons a {
    margin-left: 15px;
    color: #262626;
    text-decoration: none
}

.social-icons a:first-child {
    margin-left: 0
}

.social-icons svg {
    fill: #262626;
    width: 20px;
    height: 20px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.nav__item a:hover,
.social-icons svg:hover,
.top-icons__search:hover {
    opacity: .8
}

@media (max-width:767px) {
    .social-icons svg {
        width: 16px;
        height: 16px
    }
}

.top-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    /* padding: 15px 0 0 */
}

.top-icons a {
    margin-right: 30px;
}

.top-icons .cart-number {
    font-size: 10px;
    padding: 2px;
    width: 15px;
    height: 15px;
    background: rgb(244 67 54 / 91%);
    color: #fff;
    border-radius: 50%;
    position: absolute;
    line-height: 12px;
    right: 70px;
    top: -5px;
    text-align: center;
}

.top-icons svg {
    width: 24px;
    height: 24px
}

.top-icons__search {
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

@media (max-width:767px) {
    .top-icons svg {
        width: 20px;
        height: 20px
    }
}

.menu_top_icons {
    display: inline-block;
    float: right;
    padding: 12px 20px 0px;
    line-height: 30px;
}

.nav {
    position: relative;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.nav__list,
.nav__list-submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.nav__list-submenu {
    position: absolute;
    top: 30px;
    left: 0;
    min-width: 245px;
    padding: 20px 0 20px 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.nav__list-submenu .nav__list-submenu {
    left: 100%;
    top: -70%;
    border-left: none
}

.nav__item {
    display: inline-block;
    position: relative;
    padding: 12px 25px;
}

.nav__item--active {
    font-weight: 700
}

.nav__item--active::after {
    font-weight: 400
}

/* .blog-post__info span::after,
.nav__item::after {
    content: "-";
    margin-left: 10px;
    margin-right: 10px
} */

.blog-post__info span:last-child::after,
.nav__item:last-child::after {
    content: "";
    margin-left: 0;
    margin-right: 0
}

.nav__item-submenu:hover>.nav__list-submenu,
.nav__item:hover>.nav__list-submenu {
    opacity: 1;
    visibility: visible
}

.nav__item a {
    color: #757575;
    font-size: 1.3rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.nav__item a:hover {
    color: rgba(42, 187, 191)
}

.nav__item.active a {
    font-weight: 600;
}

.nav__item-submenu {
    position: relative;
    padding: 5px 30px 5px 0
}

.nav__item-submenu a {
    text-transform: none
}

.nav__item-submenu--active {
    font-weight: 700
}

.nav .slicknav_menu .slicknav_btn {
    display: none
}

.mobile_menu_header {
    display: none;
}

@media (max-width:991px) {
    .mobile_menu_header {
        display: block;
        text-align: center;
    }

    .mobile_menu_header .logo__link {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .top-icons .cart-number {
        right: 50px;
    }

    .menu_top_icons {
        float: left;
        padding: 0px 0px 0px;
    }

    .top-icons a {
        margin-left: 0px;
        margin-right: 20px;
    }

    .nav {
        position: absolute;
        left: -258px;
        opacity: 0;
        visibility: hidden
    }

    .nav--mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 265px;
        padding: 20px 0px;
        min-height: 100%;
        height: 100%;
        overflow: auto;
        opacity: 1;
        visibility: visible;
        z-index: 2;
        background-color: #f5f5f5;
        transition: left .7s ease
    }

    .nav--mobile .slicknav_nav {
        display: block !important;
        padding-left: 0;
        margin-bottom: 0
    }

    .nav--mobile .slicknav_nav .slicknav_item a {
        display: inline
    }

    .nav--mobile .slicknav_nav .slicknav_arrow {
        float: right;
        opacity: .8
    }

    .nav--mobile .slicknav_nav a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    /* .nav--mobile .nav__list {
        display: none
    } */

    .nav--mobile .slicknav_nav .nav__list-submenu {
        position: relative;
        top: 0;
        left: 0;
        min-width: auto;
        padding: 0 0 0 5px;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
        border: 1px solid transparent;
        transition: none
    }

    .nav--mobile .nav__item,
    .nav--mobile .nav__item-submenu {
        display: block;
        padding: 10px;
        text-align: center;
        background: #fff;
        border-bottom: 1px solid #f5f5f5;
    }

    .nav--mobile .nav__item-submenu::after,
    .nav--mobile .nav__item::after {
        content: none
    }

    .nav--mobile .nav__item a:focus,
    .nav--mobile .nav__item-submenu a:focus {
        outline: 0
    }
}

.nav-toggle {
    display: none;
    text-align: left;
}

.disp_991 {
    display: none;
}

.sticky .disp_991 {
    display: inline;
}

@media (max-width:991px) {

    .nav-toggle {
        display: block;
        text-align: left;
        float: left;
    }

    .nav-toggle__icon {
        display: inline-block;
        cursor: pointer;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        margin-left: 15px;
        font-size: 13px;
        padding: 2px 5px;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
    }

    .nav-toggle__icon:hover {
        opacity: .8
    }

    .nav-toggle__icon:focus {
        outline: 0
    }

    .nav-toggle__icon:active {
        box-shadow: none
    }
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 220, 220, .95);
    opacity: 0;
    z-index: -1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.search-popup__close {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 128px;
    height: 128px;
    cursor: pointer;
    z-index: 2
}

.search-popup__close:hover {
    opacity: .8
}

.search-popup__close:focus {
    outline: 0
}

.search-popup__close:active {
    box-shadow: none
}

.search-popup--active {
    opacity: 1;
    z-index: 999999
}

.search-popup--active .search-popup__close {
    display: block
}

.search-popup__container {
    position: relative;
    height: 100%
}

.search-popup form {
    position: absolute;
    left: 60px;
    top: 50%;
    height: 150px;
    margin-top: -75px
}

.search-popup form input[type=text] {
    width: 100%;
    height: 150px;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    font-size: 130px
}

.search-popup form input[type=text]:focus {
    outline: none
}

@media (max-width:767px) {
    .search-popup__close {
        width: 64px;
        height: 64px
    }

    .search-popup form {
        left: 30px;
        height: 80px
    }

    .search-popup form input[type=text] {
        height: 80px;
        font-size: 60px
    }
}

.top-slider {
    margin-bottom: 50px
}

.top-slider img {
    width: 100%
}

@media (max-width:991px) {
    .top-slider {
        margin-top: 0;
        margin-bottom: 30px
    }
}

/* The dots/bullets/indicators */
.dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #ffffff;
}

/* Fading animation */
.fades {
    animation-name: fades;
    animation-duration: 1s;
}

@keyframes fades {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.featured-image {
    position: relative;
    width: 100%;
    /* height: 600px; */
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box */
}

.card_shdw {
    border-radius: 20px;
    box-shadow: 1px 1px 5px #b5b5b5;
    overflow: hidden;
}

.card_shdw2 {
    border-radius: 20px;
    box-shadow: 1px 1px 5px #e7e7e7;
    overflow: hidden;
    background: #fff;
}

.mySlides {
    padding: 30px;
    text-align: center;
    min-height: 200px;
    justify-content: center;
    align-items: center;
}

.book-detail-pages .mySlides {
    padding: 0px;
}

.slider_controls {
    position: absolute;
    left: 0;
    bottom: 40%;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    font-size: 24px;
    color: #fff;
}

.slider_prev {
    float: left;
    padding: 0px 10px;
    cursor: pointer;
}

.slider_next {
    float: right;
    padding: 0px 10px;
    cursor: pointer;
}

.top_slider {
    margin-bottom: 30px;
    background: rgb(42, 187, 191);
}

.mySlides h4 {
    line-height: 38px;
    font-weight: 500;
    color: #fff;
    font-family: 'Rachana';
    font-size: 25px;
}

.featured-image__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #262626;
    opacity: .1
}

.featured-image__content {
    /* position: absolute;
    top: 50%;
    left: 50%;
    max-width: 500px; */
    padding: 30px 20px;
    /* background-color: #fff; */
    /* transform: translate(-50%, -50%);
    opacity: .9 */
}

.featured-image__content-category {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .2px
}

.featured-image__content-category a {
    color: #777
}

.featured-image__content-category a:hover {
    opacity: 1;
    color: #262626;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.featured-image__content-title {
    display: block;
    margin: 10px 0;
    font-size: 22px;
    font-weight: 500;
    text-align: center
}

.featured-image__content-link a:hover,
.featured-image__content-title a:hover {
    color: #777;
    opacity: 1
}

.featured-image__content p,
.featured-image__content-link {
    display: block;
    font-size: 14px;
    text-align: center
}

.featured-image__content-link {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.empty_cart {
    text-align: center;
}

.empty_cart img {
    height: 200px;
    margin-top: 50px;
    opacity: 0.1;
}

.display_pages {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.display_pages i {
    font-size: 50px;
    margin: 50px 0px;
}

.display_pages .text-light {
    color: #e5e5e5;
}

.display_pages h4 {
    margin: 0px 0px 20px;
}

.display_pages h3 {
    margin: 30px 0px 0px;
}

.display_pages p {
    margin: 0px 0px 30px !important;
}

.display_pages button {
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 500;
    color: #28afd0;
    margin-bottom: 25px;
}

@media (max-width:767px) {
    /* .featured-image {
        height: 400px
    } */

    .featured-image__content {
        padding: 20px 15px
    }

    .featured-image__content-category {
        font-size: 8px
    }

    .featured-image__content-title {
        font-size: 16px
    }

    .featured-image p {
        display: none
    }

    .featured-image__content-link {
        font-size: 10px
    }
}

.container--grid {
    background-color: #f5f5f5;
    padding: 31px 80px;
    border-radius: 0px 0px 0px 20px;
}

.cart-bg-color .container--grid {
    padding: 30px;
}

.blog-post--list::after,
.blog-post__author::after,
.blog-post__comments-item-body::after,
.blog-post__comments-item-right::after,
.blog-post__footer-tags::after,
.blog-post__nav::after,
.blog-post__related::after,
.container--grid::after,
.sidebar-widget__instagram::after,
.sidebar-widget__popular-item::after {
    content: "";
    display: table;
    clear: both
}

.container--grid .category-title {
    margin-bottom: 0
}

/* .container--grid .row {
    margin: 0 15px 30px;
    box-shadow: 0 0 35px 5px rgba(156, 156, 156, .1)
} */

.container--list .row {
    margin: 0 15px
}

@media (max-width:767px) {
    .container--grid .category-title {
        margin-bottom: 30px
    }

    .container--grid .row {
        /* margin-bottom: 0; */
        box-shadow: none
    }

    .container--grid {
        padding: 30px 50px;
    }
}

.category-title {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    color: #262626
}

.category-title h1 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px
}

.blog-post,
.category-title {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 35px 5px rgba(156, 156, 156, .1)
}

.blog-post-wrapper {
    padding-left: 40px;
    padding-right: 40px
}

.blog-post__image {
    width: 100%;
    margin-top: 30px;
    overflow: hidden
}

.blog-post__image a:hover {
    opacity: 1
}

.blog-post__image img {
    width: 100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out
}

.blog-post__image img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.blog-post__info,
.blog-post__title {
    text-align: center
}

.blog-post__title h1,
.blog-post__title h2 {
    margin-top: 0;
    font-size: 30px
}

.blog-post__content a,
.blog-post__info a,
.blog-post__title a {
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__title a:hover {
    opacity: .8
}

.blog-post__info--top {
    padding-top: 20px;
    padding-bottom: 10px
}

.blog-post__info span {
    display: inline-block;
    font-size: 10px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: .2px
}

.blog-post__content a,
.blog-post__info a {
    color: #777
}

.blog-post__info a:hover {
    opacity: 1;
    color: #262626
}

.blog-post__content {
    margin: 20px 0 20px;
    line-height: 28px;
    padding: 0px 20px;
    text-align: left;
}

.blog-post__content p {
    margin-bottom: 20px;
    font-family: 'Rachana';
    font-size: 21px;
    line-height: 28px;
    color: #686868;
    font-weight: 300;
    white-space: pre-line;
}

.copy_right {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #9b9b9b;
    margin-top: 100px;
}

.blog-post__content a {
    font-weight: 500;
    color: #2abbbf;
    font-size: 18px;
}

.blog-post__content a:hover,
.blog-post__footer-link:hover {
    color: #262626;
    text-decoration: none;
    opacity: .8
}

.blog-post__content-imagefull {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px
}

.blog-post__content--404 {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto
}

.blog-post__content--404 p {
    margin-bottom: 40px
}

.blog-post__content--404 form {
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc
}

.blog-post__content--404 form input[type=text] {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    padding-right: 90px;
    font-size: 12px;
    border: 0
}

.blog-post__content--404 form input[type=text]:focus {
    outline: 0
}

.blog-post__content--404 form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    padding: 0 20px;
    font-size: 14px;
    border: 0;
    color: #fff;
    background-color: #262626;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__author-info-social svg:hover,
.blog-post__content--404 form input[type=submit]:hover,
.blog-post__footer-social svg:hover {
    opacity: .8
}

.blog-post__content--404 form input[type=submit]:focus {
    outline: 0
}

.blog-post__footer {
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.blog-post__footer-link,
.blog-post__footer-tags h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.blog-post__footer-link {
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__footer-tags h3 {
    float: left;
    margin: 0;
    padding: 5px 15px 5px 0;
    line-height: 1
}

.blog-post__footer-tags-list {
    float: left;
    line-height: 1
}

.blog-post__footer-tags-list a {
    float: left;
    margin-right: 4px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    text-decoration: none;
    line-height: 1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__footer-tags-list a:hover {
    border-color: #262626
}

.blog-post__author-info-social a:last-child,
.blog-post__footer-social-icons a:last-child,
.blog-post__footer-tags-list a:last-child,
.blog-post__related-item:last-child {
    margin-right: 0
}

.blog-post__footer-social {
    position: relative;
    font-size: 14px;
    text-transform: uppercase
}

.blog-post__footer-social span {
    margin-right: 130px;
    font-weight: 500
}

.blog-post__footer-social-icons {
    position: absolute;
    top: -2px;
    right: 0;
    width: 100%;
    text-align: right
}

.blog-post__author-info-social a,
.blog-post__footer-social-icons a {
    margin-right: 10px;
    color: #262626;
    text-decoration: none
}

.blog-post__footer-social svg {
    fill: #262626;
    width: 20px;
    height: 20px
}

.blog-post__author {
    padding: 50px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.blog-post__author-avatar {
    float: left;
    max-width: 150px
}

.blog-post__author-avatar img {
    width: 100%
}

.blog-post__author-info {
    margin-left: 180px
}

.blog-post__author-info h5,
.blog-post__comments h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.blog-post__author-info p {
    font-size: 14px
}

.blog-post__author-info-social {
    padding-bottom: 0;
    text-align: left
}

.blog-post__author-info-social svg,
.blog-post__footer-social svg,
.blog-post__nav a,
.sidebar-widget__follow-me-icons svg {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__author-info-social svg,
.sidebar-widget__follow-me-icons svg {
    fill: #262626;
    width: 24px;
    height: 24px
}

.blog-post__nav {
    padding: 50px 0;
    border-bottom: 1px solid #eee
}

.blog-post__nav-previous {
    float: left;
    max-width: 50%
}

.blog-post__nav-previous-link {
    position: relative;
    padding-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase
}

.blog-post__nav-previous span {
    text-align: left
}

.blog-post__nav-next {
    float: right;
    max-width: 50%
}

.blog-post__nav-next-link {
    position: relative;
    padding-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase
}

.blog-post__nav-next span {
    text-align: right
}

.blog-post__nav a {
    font-weight: 500;
    color: #262626;
    text-decoration: none
}

.blog-post__nav a:hover {
    color: #262626;
    text-decoration: none;
    opacity: .8
}

.blog-post__related {
    padding: 50px 0;
    border-bottom: 1px solid #eee
}

.blog-post__related-item {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center
}

.blog-post__related-item img {
    max-width: 100%
}

.blog-post__nav span,
.blog-post__related-item a {
    display: block
}

.blog-post__related-item a:hover {
    opacity: .8
}

.blog-post__related-item h6 {
    font-size: 14px;
    line-height: 20px
}

.blog-post__related-item span,
.page-footer__recent-post-date span,
.sidebar-widget__popular-item-info span {
    font-size: 10px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: .2px
}

.blog-post__comments {
    padding: 50px 0
}

.blog-post__comments h5 {
    margin-top: 0;
    margin-bottom: 30px
}

.blog-post__comments-list {
    margin: 0;
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee
}

.blog-post__comments-item-body {
    margin-bottom: 30px
}

.blog-post__comments-item-avatar {
    max-width: 120px;
    float: left
}

.blog-post__comments-item-avatar img {
    width: 100%
}

.blog-post__comments-item-right {
    margin-left: 140px
}

.blog-post__comments-item-reply {
    float: right
}

.blog-post__comments-item-info-author a,
.blog-post__comments-item-info-date a,
.blog-post__comments-item-reply a,
.blog-post__related-item a {
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__comments-item-reply a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400
}

.blog-post__comments-item-info-author a:hover,
.blog-post__comments-item-reply a:hover {
    color: #262626;
    text-decoration: none;
    opacity: .8
}

.blog-post__comments-item-info {
    margin-bottom: 15px
}

.blog-post__comments-item-info-author a,
.blog-post__comments-item-info-date a {
    font-weight: 700
}

.blog-post__comments-item-info-date a {
    font-size: 12px;
    font-weight: 400;
    color: #777
}

.blog-post__comments-item-info-date a:hover {
    text-decoration: none;
    opacity: .8
}

.blog-post__comments-children {
    padding: 0;
    list-style: none;
    margin: 0 0 0 35px
}

.blog-post__comments-respond {
    padding-top: 50px
}

.blog-post__comments-respond p,
.blog-post__contact p {
    margin-bottom: 20px
}

.blog-post__comments-respond label,
.blog-post__contact label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #777
}

.blog-post__comments-respond textarea,
.blog-post__contact textarea {
    width: 100%;
    height: 150px;
    padding: 8px 8px 8px 18px;
    border: 1px solid #dcdcdc
}

.blog-post__comments-respond input[type=email]:focus,
.blog-post__comments-respond input[type=text]:focus,
.blog-post__comments-respond textarea:focus,
.blog-post__contact textarea:focus {
    outline: 0;
    border: 1px solid #2abbbf;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__comments-respond input[type=email],
.blog-post__comments-respond input[type=text] {
    width: 50%;
    height: 45px;
    padding: 0 14px;
    border: 1px solid #dcdcdc
}

.blog-post__comments-respond input[type=submit] {
    padding: 10px 25px;
    font-size: 14px;
    border: 0;
    color: #fff;
    background-color: #262626;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__comments-respond input[type=submit]:hover {
    opacity: .8
}

.blog-post__comments-respond input[type=submit]:focus {
    outline: 0
}

.blog-post__contact input[type=email],
.blog-post__contact input[type=text] {
    width: 50%;
    height: 45px;
    padding: 0 14px;
    border: 1px solid #dcdcdc
}

.blog-post__contact input[type=email]:focus,
.blog-post__contact input[type=text]:focus {
    outline: 0;
    border: 1px solid #2abbbf;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__contact input[type=submit] {
    padding: 10px 25px;
    font-size: 14px;
    border: 0;
    color: #fff;
    background-color: #262626;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__contact input[type=submit]:hover,
.sidebar-widget__follow-me-icons svg:hover {
    opacity: .8
}

.blog-post__contact input[type=submit]:focus,
.sidebar-widget__subscribe form input[type=text]:focus {
    outline: 0
}

.blog-post__contact-thank-you {
    text-align: center
}

.blog-post__contact-thank-you h1 {
    font-size: 30px;
    color: #262626
}

.blog-post__contact-thank-you a {
    font-weight: 700;
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__contact-thank-you a:hover {
    color: #262626;
    text-decoration: none;
    opacity: .8
}

.blog-post--fullwidth .blog-post-wrapper {
    padding-left: 120px;
    padding-right: 120px
}

.blog-post--fullwidth .blog-post-wrapper--404 {
    padding-top: 40px;
    padding-bottom: 40px
}

.blog-post--grid {
    /* margin-bottom: 0; */
    box-shadow: none;
    padding: 15px 0px 0px;
    overflow: hidden;
}

.blog-post--grid .blog-post-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}

.blog-post--grid .blog-post__title h2 {
    font-size: 22px
}

.blog-post--grid .blog-post__content {
    padding-bottom: 0;
    /* text-align: center */
}

.blog-post--grid .blog-post__footer {
    justify-content: center
}

.blog-post--list .blog-post__info--date {
    padding-top: 30px
}

.blog-post--list .blog-post__info {
    padding-bottom: 10px
}

.blog-post--list--fullwidth .blog-post__info--date {
    padding-top: 80px
}

.blog-post--list .blog-post__image {
    width: 50%;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px
}

.blog-post--list .blog-post__content,
.blog-post--list .blog-post__info,
.blog-post--list .blog-post__title {
    padding-left: 0;
    padding-right: 0;
    text-align: left
}

.blog-post--list .blog-post__content {
    margin: 0
}

.blog-post--list .blog-post__footer {
    padding-left: 0;
    padding-right: 0
}

.blog-post--list .blog-post__title h2 {
    font-size: 22px;
    line-height: 30px
}

.blog-post--page .blog-post__image {
    margin-top: 0
}

.blog-post--page .blog-post__title {
    padding-top: 50px;
    padding-bottom: 10px
}

.blog-post--page .blog-post__title h1 {
    margin: 0;
    color: #262626;
    text-transform: uppercase
}

.blog-post--page .blog-post__footer {
    justify-content: center
}

@media (max-width:1199px) {
    .blog-post--fullwidth .blog-post-wrapper {
        padding-left: 40px;
        padding-right: 40px
    }

    .blog-post--grid .blog-post__title h2,
    .blog-post--list .blog-post__title h2 {
        font-size: 18px;
        line-height: 26px
    }

    .blog-post--grid .blog-post__content,
    .blog-post--list .blog-post__content {
        font-size: 14px;
        line-height: 26px
    }

    .blog-post--grid .blog-post__footer-link,
    .blog-post--list .blog-post__footer-link {
        font-size: 12px
    }

    .blog-post--list--fullwidth .blog-post__info--date {
        padding-top: 60px
    }
}

@media (max-width:991px) {
    .blog-post--list--fullwidth .blog-post__info--date {
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .blog-post--fullwidth .blog-post-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .blog-post--grid {
        margin-bottom: 30px;
        box-shadow: 0 0 35px 5px rgba(156, 156, 156, .1)
    }

    .blog-post--grid .blog-post__footer {
        flex-direction: row
    }

    .blog-post--list .blog-post__image {
        width: 100%;
        padding-bottom: 0
    }

    .blog-post--list .blog-post__content,
    .blog-post--list .blog-post__info,
    .blog-post--list .blog-post__title {
        text-align: center
    }

    .blog-post--list .blog-post__footer {
        flex-direction: row;
        justify-content: center
    }

    .blog-post-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .blog-post__title h2 {
        font-size: 26px
    }

    .blog-post__footer {
        flex-direction: column
    }

    .blog-post__footer-social {
        margin-top: 10px
    }

    .blog-post__footer-social-icons {
        left: 60px;
        width: auto;
        text-align: left
    }

    .blog-post__content--404 {
        max-width: 100%
    }

    .blog-post__author-avatar {
        display: none
    }

    .blog-post__author-info {
        margin-left: 0
    }

    .blog-post__related-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .blog-post__related-item:last-child {
        margin-bottom: 0
    }

    .blog-post__comments-item-avatar {
        display: none
    }

    .blog-post__comments-item-right {
        margin-left: 0
    }

    .blog-post__comments-respond input[type=email],
    .blog-post__comments-respond input[type=text],
    .blog-post__contact input[type=email],
    .blog-post__contact input[type=text] {
        width: 100%
    }

    .blog-post--page .blog-post__title {
        padding-top: 40px;
        padding-bottom: 10px
    }

    .blog-post--page .blog-post__footer {
        flex-direction: row
    }
}

.sidebar {
    /* width: 23%; */
    border-radius: 0px 0px 20px 0px;
    position: -webkit-sticky;
    position: sticky;
    background: #fafafa;
    top: 0px
}

.sidebar-widget {
    margin-bottom: 40px;
    background-color: #fafafa
}


/* .sidebar--right {
    margin-left: 2%
} */
.sidebar-widget h3 {
    position: relative;
    margin-top: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (max-width:991px) {
    .container--grid {
        border-radius: 0px 0px 20px 20px;
    }

    .sidebar {
        width: 100%;
        position: relative;
        top: 0;
        border-radius: 20px;
        padding: 0px;
    }

    .sidebar--right {
        margin-left: 0;
        margin-top: 30px;
        display: none;
    }

    .sidebar-widget {
        margin-bottom: 0px;
        background-color: #ffffff;
        border-radius: 20px;
        padding-top: 15px;
    }

    .sidebar-widget h3 {
        margin-top: 0px;
        text-align: center;
    }
}



.sidebar-widget a {
    font-weight: 500
}

.sidebar-widget__about-me {
    padding: 30px 50px;
    background: #fff;
    box-shadow: -1px 0px 5px #e7e7e7;
    border-bottom: 1px solid #e9e9e9;
}

.sidebar-widget__about-me-image,
.sidebar-widget__about-me-image img,
.sidebar-widget__popular-item-image img {
    width: 100%
}

.sidebar-widget__about-me-link {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center
}

.sidebar-widget__about-me-link a:hover {
    color: #777;
    opacity: 1
}

.sidebar-widget p {
    margin-bottom: 0;
    padding: 15px 0 0;
    font-size: 22px;
    line-height: 24px;
    font-family: 'Rachana';
    text-align: center;
}

.sidebar-widget__follow-me-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding: 0
}

.sidebar-widget__follow-me-icons a {
    color: #262626;
    text-decoration: none
}

.sidebar-widget__popular-item {
    padding-top: 20px
}

.sidebar-widget__popular-item:first-child {
    padding-top: 0
}

.sidebar-widget__popular-item-image {
    float: left;
    width: 40px;
    margin-right: 15px
}

.sidebar-widget__popular-item-info {
    float: left;
    width: 160px
}

.sidebar-widget__popular-item-info a {
    font-size: 16px;
    font-weight: 500;
    color: #757575;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.sidebar-widget__popular-item-info a:hover,
.sidebar-widget__subscribe form input[type=submit]:hover {
    opacity: .8
}

.sidebar-widget__popular-item-date {
    line-height: 1;
    float: right;
    margin-top: 12px;
    font-size: 13px;
    color: #898989;
}

.sidebar-widget__popular-item-content {
    margin-top: 8px;
    line-height: 1.2
}

.sidebar-widget__banner,
.sidebar-widget__banner img {
    width: 100%
}

.sidebar-widget__banner a {
    opacity: 1
}

.sidebar-widget__tag-cloud {
    text-align: center
}

.sidebar-widget__tag-cloud a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.sidebar-widget__tag-cloud a:hover {
    border-color: #262626
}

.sidebar-widget__tag-cloud a:last-child {
    margin-right: 0
}

.sidebar-widget__subscribe p {
    padding-top: 0;
    padding-bottom: 15px
}

.sidebar-widget__subscribe form {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #dcdcdc
}

.sidebar-widget__subscribe form input[type=text] {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    padding-right: 60px;
    font-size: 12px;
    border: 0
}

.sidebar-widget__subscribe form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    font-size: 12px;
    border: 0;
    color: #fff;
    background-color: #262626;
    letter-spacing: .2px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.sidebar-widget__subscribe form input[type=submit]:focus {
    outline: 0
}

.sidebar-widget__instagram a {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.sidebar-widget__instagram a:nth-child(2n) {
    margin-right: 0
}

.sidebar-widget__instagram a:hover {
    opacity: .8
}

.sidebar-widget__instagram img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%
}

@media (max-width:1199px) {
    .sidebar-widget__popular-item-image {
        margin-right: 10px
    }

    .sidebar-widget__popular-item-info {
        width: 116px
    }
}

@media (max-width:991px) {
    /* .sidebar-widget__popular-item {
        display: flex
    } */

    .sidebar-widget__popular-item-info {
        width: auto
    }
}

/* .sidebar-slider .featured-image {
    height: 400px
} */

.sidebar-slider .featured-image__content {
    position: absolute;
    left: 0;
    padding: 0 5px;
    transform: translate(0%, -50%);
    background-color: inherit;
    z-index: 2
}

.sidebar-slider .featured-image__content-category a,
.sidebar-slider .featured-image__content-title {
    color: #fff
}

.sidebar-slider .featured-image__content-category a:hover,
.sidebar-slider .featured-image__content-link a:hover,
.sidebar-slider .featured-image__content-title a:hover {
    color: rgba(255, 255, 255, .85)
}

.sidebar-slider .featured-image__content-title a {
    font-weight: 700;
    letter-spacing: .2px;
    color: #fff
}

.sidebar-slider .featured-image__content-link a {
    color: #fff
}

.sidebar-slider .featured-image__overlay-link {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.menu_section .blog-post-wrapper {
    margin-top: 4px;
    float: left;
    display: none;
}

.sticky .blog-post-wrapper {
    display: block;
    padding-left: 20px;
    padding-right: 10px;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    z-index: 999;
    left: 0;
    /* padding: 12px 0px; */
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);

}

.pl-0 {
    padding-left: 0px !important;
}

@media (max-width:991px) {
    .about_section .blog-post__content {
        margin: 0px 0 20px;
    }

    .pl-0 {
        padding-right: 0px !important;
    }

    .sticky {
        padding: 12px 0px;
    }

    .sidebar-slider .featured-image__content {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%
    }

    .sticky .nav-toggle {
        float: left;
        margin-top: 5px;
    }

    .sticky .sidebar-widget__popular-item-image {
        width: 30px;
        margin-right: 10px;
    }

    .sticky .sidebar-widget__popular-item-content {
        margin-top: 5px;
        line-height: 1.2;
    }

    .sticky .sidebar-widget__popular-item-info a {
        font-size: 14px;
    }
}

.blog-pagination__items {
    text-align: center;
    padding: 0;
    list-style: none;
    margin: 0px 0 200px;
}

.blog-pagination__item {
    display: inline-block;
    margin-right: 10px
}

.blog-pagination__item--active {
    font-weight: 700
}

.blog-pagination__item a {
    color: #707070;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    font-size: 11px;
    font-weight: 500;
}

.blog-pagination__item a:hover,
.page-footer__bottom-social svg:hover,
.page-footer__nav-item a:hover,
.page-footer__recent-post a:hover,
.page-footer__top-about a:hover {
    opacity: .8
}

.page-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    background-color: #000
}

.page-footer a {
    font-weight: 500;
    color: #fff
}

.page-footer h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.page-footer__top {
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc
}

.page-footer__top-about p {
    max-width: 360px
}

.page-footer__nav-item a,
.page-footer__recent-post a,
.page-footer__top-about a {
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.page-footer__nav-items {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-footer__nav-item {
    margin-bottom: 5px
}

.page-footer__recent-post {
    margin-bottom: 10px
}

.page-footer__recent-post-date {
    line-height: 1
}

.page-footer__bottom {
    padding-top: 40px
}

.page-footer__bottom-copyright {
    font-size: 14px
}

.page-footer__bottom-social {
    padding-bottom: 0;
    text-align: right
}

.page-footer__bottom-social a {
    margin-right: 10px;
    color: #fff;
    text-decoration: none
}

.page-footer__bottom-social a:last-child {
    margin-right: 0
}

.page-footer__bottom-social svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}



@media (max-width:767px) {
    .page-footer__bottom-social {
        text-align: left
    }

    .card_shdw,
    .card_shdw2 {
        border-radius: 10px;
    }

    .container--grid {
        border-radius: 0px 0px 10px 10px;
    }
}

.content-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    text-align: center
}

.content-overlay--active {
    display: block
}

.view_all_but {
    padding: 20px 0px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}

.view_all_but a {
    color: #2abbbf;
}

@media (max-width:610px) {
    .logo__description {
        font-size: 18px;
    }

    .mySlides h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .mySlides {
        min-height: 150px;
    }

    .slider_controls {
        bottom: 32%;
    }

    .blog-post__content p {
        margin-bottom: 20px;
        font-family: 'Rachana';
        font-size: 18px;
        line-height: 24px;
        color: #686868;
        font-weight: 300;
    }
}

@media (max-width:552px) {
    .logo__description {
        font-size: 17px;
    }

    .container--grid {
        padding: 30px 40px 0;
    }
}

@media (max-width:520px) {
    .logo__description {
        font-size: 16px;
    }

    .logo {
        margin-bottom: 0px;
    }

    .container--grid {
        padding: 20px 35px 0;
    }

    .top_slider {
        margin-bottom: 20px;
    }

    .logo_image_prof {
        width: 55px;
    }
}

@media (max-width:425px) {
    .mySlides h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .sidebar-widget__popular-item-image {
        width: 30px;
    }

    .sidebar-widget__popular-item-info a {
        font-size: 14px;
    }

    .sidebar-widget__popular-item-content {
        margin-top: 4px;
    }

    .sidebar-widget__popular-item-date {
        font-size: 11px;
    }

    .sticky .sidebar-widget__popular-item-image {
        margin-right: 0px;
    }

    .sidebar-widget__popular-item-info {
        display: none;
    }

    .sticky .blog-post-wrapper {
        padding-right: 0px;
    }
}

@media (max-width:375px) {
    .container--grid {
        padding: 10px 25px 0;
    }

    .blog-post__content {
        padding: 0px 12px;
        margin: 10px 0 10px;
    }

    .blog-post--grid .blog-post-wrapper {
        padding-left: 12px;
        padding-right: 12px;
    }

    .blog-post--grid {
        padding: 8px 0px 0px;
    }

    .blog-post__content p {
        margin-bottom: 0px;
    }

    .blog-post__image {
        margin-top: 0px;
    }

    .blog-post__content p {
        margin-bottom: 0px;
    }

    .top_slider {
        margin-bottom: 12px;
    }

    .blog-post--grid {
        margin-bottom: 15px;
    }

    .sticky .sidebar-widget__popular-item-image {
        margin-right: 5px;
    }

    .nav-toggle__icon,
    .mobile_book {
        margin-left: 10px;
    }

    .blog-post-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.sticky .sidebar-widget__popular-item-info a {
    font-weight: 600;
}

@media (max-width:346px) {
    .top-icons a {
        margin-left: 0px;
        margin-right: 15px;
    }

    .top-icons .cart-number {
        right: 40px;
    }
}

/* ##################### ABOUT ###################### */
.profile_pik {
    width: 100%;
    border-radius: 20px;
}

.about_section .blog-post__content {
    display: inline-block;
    margin: 10px 0 0px;
}

.about_section .blog-post--grid {
    padding: 15px 0px;
}

.abt_details .address {
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #686868;
    font-weight: 500;
    white-space: normal;
}

.abt_details {
    padding: 15px;
    margin-top: 15px;
    background: #f5f5f5;
    border-radius: 15px;
    margin-bottom: 15px;
}

.abt_details .address a {
    font-weight: 500;
    color: #2abbbf;
    font-size: 14px;
    /* margin: 0px; */
}

.abt_details .title {
    color: #616161;
    font-weight: 600;
}

.abt_title {
    font-size: 35px;
    margin-top: 0px;
    font-weight: 600;
    color: #616161;
    font-family: 'Rachana';
    margin-bottom: 0px;
}

.social_media {
    padding: 0px;
    text-align: center;
    padding: 0px;
    text-align: center;
    margin: 10px 15px 0px;
}

.social_media li {
    list-style: none;
    display: inline;
    margin: 0px 10px;
}

.social_media li a {
    font-size: 22px;
}

.facebook {
    color: #1f8ce8 !important;
}

.youtube {
    color: #e60f0f !important;
}

.whatsapp {
    color: #17c94e !important;
}

.instagram {
    color: #ff367d !important;
}

@media (max-width:991px) {

    .profile_pik,
    .abt_details {
        border-radius: 10px;
    }
}

/* ##################### CONTACT ###################### */
.contact_details {
    padding: 15px;
    margin-top: 15px;
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.contact_details .address {
    margin-bottom: 55px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #686868;
    font-weight: 500;
}

.contact_details .title i {
    color: #db7e4f;
    font-size: 40px;
    margin-bottom: 15px;
}

.communication {
    font-size: 18px;
    line-height: 26px;
    color: #686868;
    font-weight: 500;
}

.communication i {
    font-size: 40px;
    margin-bottom: 15px;
}

.contact_details .social_media {
    padding: 0px;
    text-align: center;
    padding: 0px;
    text-align: center;
    margin: 60px 15px 0px;
    display: inline-block;
    width: 100%;
}

.contact_details .social_media li a {
    font-size: 32px;
}

.contact_details .mail {
    color: #2abbbf;
}

.contact_details .phone {
    color: #3f51b5
}

.map {
    border-radius: 20px;
    overflow: hidden;
}

.get_direction a {
    color: #686868;
}

@media (max-width:991px) {

    .detail_button {
        padding: 5px;
        font-size: 15px !important;
    }

    .addtocart {
        padding: 5px;
    }

    .contact_details .title {
        margin-top: 0px;
    }

    .contact_details {
        margin: 0px;
    }

    .communication i {
        margin-bottom: 5px;
    }

    .communication {
        display: inline-block;
        margin-bottom: 25px;
    }

    .contact_details .social_media {
        margin: 20px 0px 0px;
    }

    .contact_details .address {
        margin-bottom: 30px;
    }

    .map {
        border-radius: 10px;
    }
}

.header__logo .social_media {
    margin: 0px;
}

.header__logo .social_media li a {
    font-size: 18px;
}

.books_section .blog-post__image {
    margin-top: 0px;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.books_section .blog-post--grid {
    padding: 0px 0px 0px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}

.books_section .blog-post__content {
    padding: 0px 0px;
}

.books_section .abt_title {
    font-size: 30px;
    margin-top: 0px;
    font-weight: 500;
    color: #616161;
    font-family: 'Rachana';
    margin-bottom: 5px;
}

.books_content {
    padding-left: 0px;
    padding-right: 30px;
}

.price {
    font-size: 22px;
    color: #f44336;
    margin-bottom: 30px;
    margin-top: 30px;
}

.price span {
    font-size: 14px;
    color: #757575;
    font-weight: 400;
}

.price del {
    color: #757575;
    font-size: 14px;
}

.bottom_button {
    margin-left: -15px;
    margin-right: -16px;
}

.addtocart {
    width: 50%;
    padding: 15px;
    border: 0px;
    background: #2abbbf;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.detail_button {
    padding: 15px;
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    background: #e0e0e0;
    font-size: 15px;
    font-weight: 500;
    color: #757575;
}

.books_content .blog-post__content p {
    margin-bottom: 0px;
    font-family: 'Rachana';
    font-size: 20px;
    line-height: 24px;
    color: #686868;
    font-weight: 300;
}

.books_content .blog-post__content {
    margin-bottom: 0px;
}

.books_row {
    display: flex;
}

@media (max-width:660px) {
    .books_section .abt_title {
        font-size: 22px;
    }

    .books_content .blog-post__content p {
        font-size: 16px;
        line-height: 20px;
        height: 60px;
        overflow: hidden;
    }

    .price {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .detail_button {
        padding: 10px;
        font-size: 13px !important;
    }

    .addtocart {
        padding: 10px;
        font-size: 13px;
    }
}

@media (max-width:500px) {
    .books_section .abt_title {
        font-size: 20px;
    }

    .books_content .blog-post__content p {
        font-size: 15px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .price {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .price span {
        font-size: 12px;
    }
}

@media (max-width:425px) {
    .pr-425 {
        padding-right: 10px;
    }

    .books_section .abt_title {
        font-size: 17px;
        margin-bottom: 0px;
        font-weight: 600;
    }

    .books_content .blog-post__content p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .price {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .price span {
        font-size: 11px;
    }

    .bottom_button {
        margin-left: -10px;
        margin-right: -15px;
    }

    .detail_button {
        padding: 5px;
        font-size: 12px !important;
    }

    .addtocart {
        padding: 5px;
        font-size: 12px;
    }
}

.p-0 {
    padding: 0px !important;
}

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

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

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

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

.ml-0 {
    margin-left: 0px !important;
}

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

.d-flex {
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
}

.justify-content-space-btvn {
    justify-content: space-between;
}

.w-100 {
    width: 100%;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.book-title-details {
    font-size: 30px;
    margin-top: 0px;
    font-weight: 500;
    color: #616161;
    font-family: 'Rachana';
    margin-bottom: 5px;
}

.border-radius-six {
    border-radius: 6px;
}

@media (max-width:991px) {

    .col-md-8.flex-direction-column.justify-content-space-btvn.d-flex {
        display: block;
    }

    .blog-post__content .row.d-flex {
        display: block;
    }

}

.p-10 {
    padding: 10px;
}

.p-6 {
    padding: 6px;
}

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

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

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

.back-button-side button {
    background: #f5f5f5;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 1.4rem;
    border: 0;
    color: #616161;
}

.back-button-side button:hover {
    color: #000;
}

.content-scrol::-webkit-scrollbar{
    width: 5px;
}
.content-scrol::-webkit-scrollbar-track {
    background: #bdbdbd;        /* color of the tracking area */
  }
  
  .content-scrol::-webkit-scrollbar-thumb {
    background-color: #3f3f3f;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #3f3f3f;  /* creates padding around scroll thumb */
  }
.content-scrol{
    scrollbar-width: thin;  
    scrollbar-color: #3f3f3f #bdbdbd;
}

@media (max-width:991px) {

    .back-button-side i {
        transform: rotate(0deg);
    }

    #drag-scroll {
        height: 100% !important;
        overflow: unset !important;
    }

    .book-detail-pages .bottom_button {
        position: fixed;
        z-index: 9;
        bottom: 0;
        width: 100%;
        left: 0;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    }

    .back-button-side {
        position: relative;
        transform: none;
        left: unset;
        top: unset;
        margin-bottom: 10px;
    }

    .back-button-side a {
        padding: 5px 0px;
    }



}

@media (max-width: 767px) {

    .book-detail-pages {
        margin-bottom: 30px !important;
    }

}

.book-detail-pages .price {
    margin-bottom: 10px;
}

.book-detail-pages .blog-post__content a:hover {
    opacity: .8;
    text-decoration: none;
    color: #262626;
}

.back-button-side a {
    padding: 0;
    font-size: 15px;
    color: #bdbdbd;
    margin-bottom: 12px !important;
    display: block;
}

.share-button {
    right: 10px;
    position: absolute;
    z-index: 9;
    top: 0;
    padding: 5px 10px;
    background: #fff;
    border-radius: 50px;
    margin-top: 10px;
    line-height: 24px;
    font-weight: 500 !important;
    color: #757575 !important;
    font-size: 15px !important;
}

.book-detail-pages .bottom_button a {
    font-weight: 500;
    color: #757575;
    font-size: 15px;
    border-radius: 5px;
}

.book-detail-pages .bottom_button button {
    float: right;
    width: 48%;
    border-radius: 5px;
}

@media (min-width:992px) {

    .content-scrol {
        height: calc(100vh - 260px);
        overflow-y: auto;
    }

    

}

@media (max-width:992px) {
    .book-detail-pages .bottom_button a {
        float: left;
        width: 50%;
        border-radius: 0px;
        padding: 6px;
    }

    .book-detail-pages .bottom_button button {
        float: right;
        width: 50%;
        border-radius: 0px;
        padding: 6px;
    }
}

/*====login====*/

.form-group {
    margin-bottom: 2.5rem;
}

.ps-form--account .ps-tab-list {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0;
}

.ps-form--account .ps-tab-list li {
    display: inline-block;
    padding: 0 15px;
    background: transparent;
}

.ps-form--account .ps-tab-list li a {
    color: #616161;
    font-size: 2.1rem;
    line-height: 3rem;
    font-weight: 700;
}

.ps-form--account .ps-tab-list li.active a {
    color: #3f3f3f;
}

.ps-tab {
    display: none;
}

.ps-tab.active {
    display: block;
}

.ps-form--account .ps-tab {
    background-color: #ffffff;
}

.otp_message {
    text-align: left;
    font-size: 14px !important;
    color: #bdbdbd;
    margin-top: 15px !important;
}

.ps-form--account .ps-form__content h5 {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 400;
}


.form-control {
    outline: none;
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    box-shadow: 0 0 rgb(0 0 0 / 0%);
    transition: all .4s ease;
    box-shadow: 0 0 0 #000;
}

.ps-form--account .form-forgot {
    position: relative;
    text-align: right;
}

.ps-form--account .form-forgot input {
    padding-right: 100px;
}

.ps-form--account .form-forgot>a {
    color: #8b8b8b;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

.ps-checkbox {
    position: relative;
    display: block;
    line-height: normal;
}

.ps-checkbox>input {
    position: absolute;
    visibility: hidden;
    box-sizing: border-box;
}

.ps-checkbox label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
}

.ps-form--account .ps-checkbox>label {
    color: #000;
}

.ps-checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    height: 15px;
    width: 15px;
    z-index: 10;
    border: 1px solid #000;
    transition: all .4s ease;
}

.ps-checkbox label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    z-index: 10;
    opacity: 0;
    transform: rotate(0deg);
    transition: all .4s ease;
}

.ps-checkbox input[type=checkbox]:checked~label:before {
    background-color: #222222;
    border-color: #222222;
}

.ps-checkbox input[type=checkbox]:checked~label:after {
    transform: rotate(45deg);
    opacity: 1;
}

.ps-btn,
button.ps-btn {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border: none;
    font-weight: 500;
    border-radius: 4px;
    background-color: #2abbbf;
    transition: all .4s ease;
    cursor: pointer;
}

.ps-btn--fullwidth,
button.ps-btn--fullwidth {
    width: 100%;
    text-align: center;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.cart_title a {
    padding: 0;
    font-size: 15px;
    color: #bdbdbd;
    margin-bottom: 12px !important;
    display: block;
    position: absolute;
    left: 32px;
}

.checkout-boxes .container-login {
    margin-bottom: 25PX;
}

@media (max-width:992px) {

    .login-form {
        margin-bottom: 32px;
        margin-top: 18px;
    }

    .ps-form--account .ps-tab-list {
        margin-bottom: 20px;
    }

    .ps-form--account .ps-tab-list li a {
        font-size: 18px;
    }

    .ps-form--account {
        max-width: unset;
        margin: 5px auto;
    }

    .ps-form--account .form-forgot>a {
        font-size: 11px;
    }

    .ps-form--account .form-forgot input {
        padding-right: 54px;
    }

    .ps-form--account .ps-form__content {
        padding: 20px 20px;
    }

    .ps-form--account .ps-form__content h5 {
        font-size: 14px;
    }

    .ps-form__content .back-button-side a {
        font-size: 13px;
    }

}

/*==========*/

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

.cart-details-head {
    text-align: center;
    padding: 15px 0;
    margin: 0;
    background: #e0e0e0;
    font-size: 16px;
}

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

.cart-detail-side .view_all_but {
    background: #2abbbf;
}

.cart-detail-side .view_all_but a {
    color: #fff;
}

.nityanjali-logo-box img {
    padding: 15px;
}

.nityanjali-logo-box {
    margin-top: 30px;
}

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

.pb-10 {
    padding-bottom: 10px;
}

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

.pb-15 {
    padding-bottom: 15px;
}

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

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

.d-block {
    display: block;
}

.cart-books .abt_title {
    font-size: 22px;
}

.cart-books .blog-post__content {
    margin-bottom: 0px;
}

.quantitydown,
.quantityup {
    border: 1px solid #e5e7eb;
    background: transparent;
    color: #616161;
    padding: 3px 10px;
    line-height: 24px;
}

.quantity_number {
    width: 70px;
    padding: 0 5px !important;
    height: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

@media (max-width: 768px) {

    .col-3 {
        width: 25%;
        float: left;
    }

    .col-9 {
        width: 75%;
        float: left;
    }

}

.cart-book-image {
    text-align: center;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.trash-button {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 14px;
    color: #bdbdbd;
    background: none;
    border: 0px;
}

.trash-button:hover {
    color: #616161;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.cart-book-image img {
    height: 150px;
    object-fit: cover;
}

.p-relative {
    position: relative;
}

@media (max-width: 768px) {

    /* .cart-book-image img {
    width: 100%;
    height: auto;
}  */

    .cart-books .row {
        margin: auto !important;
    }

    .cart-books .price {
        margin-top: 0px;
        margin-top: 0px;
    }

    .trash-button {
        right: -10px;
        bottom: 3px;
    }

    .price del {
        font-size: 10px !important;
    }

    .quantitydown,
    .quantityup {
        padding: 0 10px;
    }

    .cart-books .col-lg-2.col-md-3.col-sm-3.col-3 {
        padding: 0px;
    }

    .quantity_number {
        width: 40px;
        padding: 0 5px !important;
        height: auto;
    }

}

.cart-detail-side-box {
    padding: 5px 10px;
    background: #fff;
    box-shadow: -1px 0px 5px #e7e7e7;
    border-bottom: 1px solid #e9e9e9;

}

.cart-detail-side-box table {
    width: 100%;
}

.cart-detail-side-box table td,
.cart-detail-side-box table th {
    padding: 10px 10px;
}

.cart-detail-side {
    border-radius: 0px 0px 20px 0px;
    position: -webkit-sticky;
    position: sticky;
    /* background: #fafafa; */
    top: 0px;
    padding-right: 30px;
}

.my_account .cart-detail-side {
    border-radius: 0px 0px 20px 0px;
    position: -webkit-sticky;
    position: sticky;
    /* background: #fafafa; */
    top: 0px;
    padding-left: 30px;
    padding-right: 15px;
}



.logout_but {
    padding: 0;
    font-size: 15px;
    color: #bdbdbd;
    margin-top: 10px !important;
    display: block;
}

.my_accnt_link {
    margin-bottom: 10px;
}

.my_accnt_link a {
    font-size: 13px;
    padding: 5px 10px;
    border-bottom: 2px solid #e0e0e0;
    margin-right: 10px;
    display: inline-block;
    border-radius: 5px;
    color: #525252;
}

.my_accnt_link a.active {
    color: #525252;
    background: none;
    font-weight: 500;
}

.cart-bg-color {
    background: #f5f5f5;
    padding-bottom: 30px;
    border-radius: 0px 0px 20px 20px;
}

.make_payment_page .cart-bg-color { border-radius: 20px;}

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

.text-success {
    color: #00a703;
}

.cart-detail-side .view_all_but {
    font-size: 16px;
}

.cart-books-list {
    padding: 0px 15px 0px 30px !important;
}

.my_account .cart-books-list {
    padding: 0px 30px 0px 15px !important;
}

.cart-books-list .blog-post__content {
    margin: 0px 0px 0px;
    font-family: 'Rachana';
    padding: 0;
}

.cart-books-list .blog-post__content h3 {
    font-size: 25px;
    font-weight: 500;
    color: #616161;
    margin-top: 5px;
}

.edit_account {
    font-size: 12px;
    color: #525252;
    padding: 3px 11px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
}

.my_account_edit {
    margin-top: 20px;
}

@media (max-width: 991px) {

    .my_account .cart-detail-side {
        border-radius: 12px;
        position: -webkit-sticky;
        position: unset;
        /* background: #fafafa; */
        /* top: 0px; */
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .my_account .cart-books-list {
        padding: 0px 15px 0px 15px !important;
        margin-bottom: 0px !important;
    }

    .my_account .cart-books-list .checkout-boxes .container-login {
        margin-bottom: 0PX;
    }

    .cart-detail-side {
        border-radius: 12px;
    }

    .cart-detail-side .sidebar-widget {
        padding: 15px 10px 20px;
        margin-bottom: 22px;
        background: transparent;
    }

    .cart-books-list .cart-books:last-child {
        margin-bottom: 0px !important;
    }

    .cart-detail-side .view_all_but {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 12px 0;
    }

    .cart-details-head,
    .cart-books-list h4 {
        font-size: 14px;
    }

    .cart-books .abt_title {
        font-size: 18px;
    }

    .cart-detail-side .view_all_but {
        font-size: 14px;
    }

    .login-form .sidebar-widget {
        padding-top: 0;
    }

}


@media (max-width: 552px) {

    .cart-books-list .blog-post__content h3 {
        font-size: 18px;
    }

    .cart_title {
        font-size: 14px !important;
    }

    .cart-detail-side {
        padding-right: 15px;
    }

    .cart-detail-side-box table td,
    .cart-detail-side-box table th {
        padding: 10px 4px;
        font-size: 13px;
    }

    .cart-bg-color .container--grid {
        padding: 15px;
    }

    .cart-books-list .sidebar-widget__about-me {
        padding: 20px 30px;
    }

    .cart-book-image img {
        max-height: 130px;
    }

    .cart-books-list {
        padding: 30px 40px;
    }

}

.bg-transparent {
    background: transparent;
}

.text-left {
    text-align: left;
}

.login-details-head {
    padding: 15px 30px;
    margin: 0;
    background: #bdbdbd;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.login-detail-side-box {
    padding: 30px 30px;
    background: #fff;
    box-shadow: -1px 0px 5px #e7e7e7;
    border-bottom: 1px solid #e9e9e9;
    display: flow-root;
}

.min_height {
    min-height: 300px;
}

.login-form .login-text {
    text-align: left;
    font-size: 15px;
    color: #bdbdbd;
    padding-top: 0;
}

.login-form .login-text a {
    text-align: left;
    font-size: 14px;
    color: #2abbbf;
    padding-top: 0;
}

.login-form .login-text h4 {
    font-size: 15px;
}

.register_footer {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    font-weight: 500;
}

.register_footer a {
    color: #2abbbf;
}

@media (max-width: 375px) {
    .cart-book-image img {
        max-height: 100px;
    }

    .edit_account {
        margin-right: 2px;
        padding: 3px 5px;
    }
}

@media (max-width: 768px) {
    .login-detail-side-box {
        padding: 15px 15px;
    }

    .login-form .login-text {
        font-size: 16px;
    }

    .login-form .sidebar-widget {
        padding-top: 0px;
    }

    .form-group {
        margin-bottom: 1.5rem;
    }

    .login-text h4 {
        font-size: 14px;
        line-height: 24px;
    }

    .login-details-head {
        font-size: 15px;
        padding: 15px 15px;
    }

}

.float-none {
    float: none;
}

.text-underline {
    text-decoration: underline;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.quantitydown {
    border-radius: 4px 0px 0px 4px;
}

.quantityup {
    border-radius: 0px 4px 4px 0px;
}

.cart-book-details-entry .blog-post__content {
    margin-top: 0px;
}

.cart-book-details-entry .price {
    margin-bottom: 0px;
}

.cart-book-details-entry {
    padding: 15px 0px;
}

.edit_address_cls {
    font-size: 10px;
    background: #2abbbf;
    color: #fff;
    padding: 4px 5px;
    border-radius: 25px;
    float: right;
    line-height: normal;
}

.shipping_cls {
    margin-left: 0px !important;
}

.address_box__text {
    background: #f5f5f5;
    padding: 8px 5px;
    font-size: 14px;
    display: flow-root;
}

.d-inline-block {
    display: inline-block;
}

.address_box__text span {
    font-size: 12px;
}

.order_box_footer span {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
}

.order_box_footer span b {
    font-size: 14px;
}

.order_box {
    display: inline-block;
    width: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.order_box_footer {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid #f5f5f5;
    margin-top: 10px;
}

.order_box_body {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}

.order_box_body ul {
    list-style: none;
    padding: 0px;
    border: 0px solid #f5f5f5;
    font-size: 14px;
    margin: 0px;
}

.delivery_adress {
    font-size: 13px;
    margin-bottom: 5px;
}

.address-section {
    list-style: none;
    padding: 12px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
}

.address_box__text .radio {
    float: left;
}

.add-address-btn {
    padding: 10px 20px;
    border: 1px solid #2abbbf;
    color: #2abbbf;
    display: inline-block;
    border-radius: 6px;
}

.order_box_body img {
    max-height: 70px !important;
}

.items_row {
    margin-bottom: 10px;
}

.order_box_body .blog-post__content h3 {
    font-size: 18px;
}

.order_box_body .price {
    font-size: 15px;
}

.order_box_body .price span {
    font-size: 12px;
}

@media (max-width: 425px) {
    .order_box_body .blog-post__content h3 {
        font-size: 15px;
    }

    .order_box_body .price {
        font-size: 13px;
    }

    .order_box_body img {
        max-height: 50px !important;
    }
}


@media (max-width: 991px) {

    .cart-books-list {
        padding: 0px 15px 0px 15px !important;
        margin-bottom: 30px;
    }

    .checkout-boxes .sidebar-widget {
        margin-bottom: 22px;
        padding-top: 0;
    }

    .checkout-details.container--grid {
        padding: 25px 25px;
    }

}

.cart-detail-side .view_all_buttn_new a,
.cart-detail-side .view_all_buttn_new button {
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    background: #2abbbf;
    font-weight: 600;
    letter-spacing: 2px;
    border: 0px;
    width: 100%;
}

@media (max-width: 991px) {

    .cart-detail-side .view_all_buttn_new a {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 12px 0;
    }

    .login-form.checkout-boxes {
        margin-bottom: 0px;
        margin-top: 0;
    }

}

.user-details span i {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 50px;
    font-size: 30px;
    color: #2abbbf;
    margin-right: 15px;
    float: left;
    margin-bottom: 15px;
}

.user_detail_box_chkout {
    padding: 25px 25px 15px;
}

.user_detail_box_chkout .user-details b {
    color: #616161;
}

@media (max-width: 991px) {

    .cart-detail-side .view_all_buttn_new a {
        font-size: 14px;
    }

    .checkout-details .back-button-side a {
        margin-bottom: 0px !important;
        font-size: 14px;
    }

    .user-details span i {
        padding: 10px;
        font-size: 10px;
        margin-right: 8px;
    }

    .add-address-btn {
        font-size: 14px;
    }

}

::placeholder {
    color: #000;
}

.dash_separate {
    border-top: 1px dashed #e0e0e0;
}

.mr-15 {
    margin-right: 15px;
}

/* ################################ mobile_navigation ################################ */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

.sidenav li {
    width: 100%;
    padding: 20px 25px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}

.sidenav li.active a {
    font-weight: 600;
    color: #2abbbf;
}

.mobile_menu_header {
    background: #f5f5f5 !important;
}

.sidenav a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.cart_no_item_heading {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #979797;
    text-align: center;
}

.cart_no_item_heading i {
    font-size: 50px;
    color: #ccc;
    margin-bottom: 20px;
}

.cart-button {
    background: #2abbbf;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 500;
}

.marl-3{
    margin-left: 20px;
}

.address_box .trash-button{
position: unset;
}

.primary_text_color{
    color: #2abbbf;
}

.cart-detail-side-box label{
    cursor: pointer;
    font-weight: 400;
}
.video_all_text_title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 20px;
}

.border_radius_bottom{
    border-radius: 0px 0px 20px 20px !important;
}

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

.clip_text_area{
    display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}