/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: shabnam;
    src: url("font/Farsi-Digits/Shabnam-FD.eot");
    src: url("font/Farsi-Digits/Shabnam-FD.eot?#iefix") format("FontName-opentype"),
        url("font/Farsi-Digits/Shabnam-FD.woff") format("woff"),
        url("font/Farsi-Digits/Shabnam-FD.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: bzar;
    src: url("font/BZar.ttf");
    src: url("font/BZar.ttf?#iefix") format("FontName-opentype"),
        url("font/BZar.ttf") format("woff"),
        url("font/BZar.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    background: #a6fdef !important;
    direction: rtl;
    font-family: "shabnam", serif !important;
}

.body-sec {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
    box-shadow: 0 1px 8px #00bd9d;
    box-sizing: border-box;
}

@media screen and (max-width: 750px) {
    .body-sec {
        min-height: 100vh !important;
        box-shadow: none !important;
        box-sizing: border-box;
    }
}

a {
    color: #343635;
    text-decoration: none;
    font-family: "shabnam", serif !important;
}

a:hover {
    color: #e76668;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "bzar", serif !important;
}

/*--------------------------------------------------------------
  # Logged In div
  --------------------------------------------------------------*/

.loggedin {
    position: fixed;
    left: 0px;
    top: 50px;
    padding: 5px;
    text-align: center;
    background: #ffffff9a;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    padding: 0 !important;
    background: #2698bd !important;
    border: 1px solid #2698bd !important;
}

#btn-back-to-top i {
    text-align: center !important;
    margin: 0 10px !important;
    font-size: 15px;
}

/* ================== Header ================== */

.top-head {
    height: 30px;
    background: #c9d8e6;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding-top: 5px;
}

.top-head h6 {
    margin-bottom: 0px;
}

.topbar-div {
    background: #01427c;
    min-height: 60px;
}

.logobrand {
    width: 35px;
    height: auto;
    text-align: center;
    float: left;
    margin-left: 30px;
}

.logoimg {
    width: 100%;
    margin: 10px auto;
}

.search-div {
    max-width: 600px;
    width: 100%;
    margin: 10px auto;
    background: #fff;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.search-div form input {
    border: none !important;
    outline: none !important;
}

.search-div form input:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.search-div form input:focus+.wrapper .typing-demo {
    display: none !important;
    z-index: -1000 !important;
}

.search-div form:hover>input {
    z-index: 1000 !important;
}

.serch-botton {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    border: 0 !important;
}

.search-div form i {
    width: 20px;
    font-size: 20px;
    margin: 10px;
    color: #01427c;
}

.wrapper {
    height: 40px;
    position: absolute;
    padding: 10px;
}

.typing-demo {
    width: 30ch;
    animation: typing 5s steps(33) infinite, blink 1s infinite;
    white-space: nowrap;
    overflow: hidden;
    border-left: 2px solid;
    font-size: 16px;
}
@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 30ch;
    }

    100% {
        width: 30ch;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.top-head h6 {
    animation: colors 4s infinite;
}

@keyframes colors {
    0% {
        color: #01427c;
    }

    10% {
        color: #f74b4b;
    }

    33% {
        color: #ce0707;
    }

    66% {
        color: #44443c;
    }

    90% {
        color: #f74b4b;
    }

    90% {
        color: #c9d8e6;
    }
}

.cart-login {
    display: flex;
}

.cart-count-small {
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    background: #ce0707;
    padding-top: 1px;
    width: 16px;
    height: 16px;
    text-align: center;
    position: absolute;
}

.cart-count-larg {
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    background: #ce0707;
    padding-top: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
}

.head-cart {
    margin: 5px 20px;
}

.bi-cart4 {
    color: #c9d8e6;
}

.login-reg {
    display: flex;
    margin: 20px 10px 10px 10px;
}

.login-reg .tab {
    margin: 0 5px;
}

.login-reg .tab a {
    text-decoration: none;
    color: #c9d8e6;
}

@media screen and (max-width: 750px) {
 

    .logobrand {
        float: none !important;
        margin: 0 auto !important;
    }

    .logoimg {
        margin: 20px auto 10px auto !important;
    }

    .cart-login {
        display: none !important;
    }

    .head-cart-sm {
        display: block !important;
        float: left;
        margin-top: -60px;
        margin-left: 20px;
    }

    .head-cart-sm .bi-cart4 {
        color: #c9d8e6 !important;
    }

    .toggle-btn {
        top: 40px !important;
    }
}

.head-cart-sm {
    display: none;
}

.nav-links {
    display: flex;
    padding-top: 5px;
    border-bottom: 1px dotted #033f8d;
    margin: 0 auto;
}

.menu-link {
    text-decoration: none;
    color: #033f8d;
    margin: 5px 10px;
    display: flex;
    transition: box-shadow 0.5s;
    border-radius: 5px;
    padding: 2px 5px;
}

@media screen and (max-width: 775px) {
    .menu-link {
        margin: 5px !important;
        display: block !important;
        text-align: center;
        padding: 2px !important;
    }

    .tab-icon {
        margin: 0 !important;
    }

    .tab-text {
        margin: 0 !important;
        margin-top: -5px !important;
        font-size: 12px !important;
    }
}

.tab-icon {
    margin: 5px;
}

.tab-text {
    margin: 5px;
}

.menu-link:hover {
    color: #c9d8e6;
    box-shadow: inset 1px 0 70px #033f8d;
}

.active {
    color: #c9d8e6;
    box-shadow: inset 1px 0 70px #033f8d;
    animation: bg-colors 3s infinite;
}

@keyframes bg-colors {
    0% {
        box-shadow: inset 1px 0 70px #033f8d;
    }

    33% {
        box-shadow: inset 1px 0 70px #e65d02;
    }

    70% {
        box-shadow: inset 1px 0 70px #c20078;
    }

    0% {
        box-shadow: inset 1px 0 70px #033f8d;
    }
}

/* ================== Sidetabs  ================== */

.sid-tab {
    width: 170px;
    height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #01427c;
    padding: 2px 5px;
    margin: 10px 0;
    animation: goback-andcome 12s infinite linear;
    top: 200px;
    left: 0;
    position: fixed;
    z-index: 1000;
    font-size: 12px;
    overflow: hidden;
}

@keyframes goback-andcome {
    0% {
        left: -150px;
    }

    69% {
        left: -150px;
    }

    70% {
        left: 0px;
    }

    99% {
        left: 0px;
    }

    100% {
        left: -150px;
    }
}

.sid-tab2 {
    width: 170px;
    height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #01427c;
    padding: 2px 5px;
    margin: 10px 0;
    animation: goback-andcome 14s infinite linear;
    top: 230px;
    left: 0;
    position: fixed;
    z-index: 1000;
    font-size: 12px;
    overflow: hidden;
}

.sid-tab3 {
    width: 170px;
    height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #01427c;
    padding: 2px 5px;
    margin: 10px 0;
    animation: goback-andcome 16s infinite linear;
    top: 260px;
    left: 0;
    position: fixed;
    z-index: 1000;
    font-size: 12px;
    overflow: hidden;
}

.sid-tab4 {
    width: 170px;
    height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #01427c;
    padding: 2px 5px;
    margin: 10px 0;
    animation: goback-andcome 18s infinite linear;
    top: 290px;
    left: 0;
    position: fixed;
    z-index: 1000;
    font-size: 12px;
    overflow: hidden;
}

.sid-tab5 {
    width: 170px;
    height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #01427c;
    padding: 2px 5px;
    margin: 10px 0;
    animation: goback-andcome 20s infinite linear;
    top: 320px;
    left: 0;
    position: fixed;
    z-index: 1000;
    font-size: 12px;
    overflow: hidden;
}

.sid-tab a {
    text-decoration: none;
    color: #c9d8e6;
}

.sid-tab i {
    margin-top: 3px;
}

.sid-tab2 a {
    text-decoration: none;
    color: #c9d8e6;
}

.sid-tab2 i {
    margin-top: 3px;
}

.sid-tab3 a {
    text-decoration: none;
    color: #c9d8e6;
}

.sid-tab4 i {
    margin-top: 3px;
}

.sid-tab4 a {
    text-decoration: none;
    color: #c9d8e6;
}

.sid-tab5 i {
    margin-top: 3px;
}

.sid-tab5 a {
    text-decoration: none;
    color: #c9d8e6;
}

.sid-tab3 i {
    margin-top: 3px;
}

.sid-tab:hover {
    animation-play-state: paused;
}

.sid-tab:hover a {
    color: #fff !important;
}

.sid-tab2:hover {
    animation-play-state: paused;
}

.sid-tab2:hover a {
    color: #fff !important;
}

.sid-tab3:hover {
    animation-play-state: paused;
}

.sid-tab3:hover a {
    color: #fff !important;
}

.sid-tab4:hover {
    animation-play-state: paused;
}

.sid-tab4:hover a {
    color: #fff !important;
}

.sid-tab5:hover {
    animation-play-state: paused;
}

.sid-tab5:hover a {
    color: #fff !important;
}

/* ================== Developed By:  ================== */

.ulanish-dev {
    background: #01427c;
    text-align: center;
    padding: 5px;
    color: #fff;
}

.ulanish-dev a {
    text-decoration: none;
    color: #ffb202;
}

/* ================== Mobile Sidebar Page  ================== */

.sidebar {
    display: none;
}

@media screen and (max-width: 750px) {
    .sidebar {
        transition: width 1s;
        position: fixed !important;
        right: -350px;
        transition: 0.5s;
        top: 0;
        overflow-y: scroll;
        padding-top: 50px;
        display: block !important;
        background: #01427c;
        width: 300px;
        height: 100vh;
        overflow-y: scroll;
        border-left: 5px solid #c9d8e6;
        z-index: 1000;
    }

    .sidebar::-webkit-scrollbar {
        width: 1px !important;
        background: none !important;
    }

    #sidebar.side-active {
        right: 0;
    }

    .toggle-btn {
        display: block !important;
        position: absolute;
        right: 20px;
        top: 50px;
        height: 20px;
        width: 25px;
        padding: 0;
    }

    .toggle-btn span {
        display: block;
        height: 2px;
        background: #c9d8e6 !important;
        margin-bottom: 6px;
    }

    .toggle-btn .span2 {
        width: 70%;
        transition: all 0.2s;
    }

    .toggle-btn .span3 {
        width: 40%;
        transition: all 0.2s;
    }

    .toggle-btn:hover .span2 {
        width: 100%;
    }

    .toggle-btn:hover .span3 {
        width: 100%;
    }

    .toggle-btn-in {
        display: block !important;
        position: absolute;
        margin-right: 250px;
        margin-top: -35px;
        transition: all 0.4s;
        height: 26px;
        width: 26px;
        padding: 0;
        border-radius: 50%;
        text-align: center;
    }

    .toggle-btn-in i {
        font-size: 22px !important;
        color: #fff !important;
    }

    .toggle-btn-in:hover {
        -webkit-transform: rotate(0.4turn);
        /* Safari and Chrome */
        -moz-transform: rotate(0.4turn);
        /* Firefox */
        -ms-transform: rotate(0.4turn);
        /* IE 9 */
        -o-transform: rotate(0.4turn);
        /* Opera */
        transform: rotate(0.4turn);
    }

    .login-reg {
        border-bottom: 1px solid #c9d8e6;
        padding-bottom: 5px;
    }

    .sibar-loggedin {
        display: flex;
    }

    .sibar-loggedin .logged-in {
        margin-left: 10px;
        padding-top: 5px;
    }

    .sibar-loggedin .logged-in h6 {
        color: #c9d8e6;
    }

    .navbar-brand {
        color: #c9d8e6 !important;
    }

    .navbar-brand::after {
        content: "";
        display: block;
        width: 55px;
        height: 2px;
        background: #f2f2f291;
    }

    .sidebar .nav-link {
        color: #c9d8e6 !important;
    }

    .nav-item {
        position: relative;
    }

    .mobile-sub-tabs {
        border-radius: 0 !important;
        animation: display-tabs 0.1s;
        background: none !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-right: 0 !important;
        border-left: 0 !important;
    }

    @keyframes display-tabs {
        0% {
            height: 0px;
            overflow: hidden;
        }

        100% {
            height: fit-content;
        }
    }

    .mobile-sub-tab {
        text-align: right !important;
        color: #f2f2f2 !important;
        transition: letter-spacing 0.5s;
    }

    .mobile-sub-tab:hover {
        background: none !important;
        letter-spacing: 1px !important;
    }
}

/* ================== Welcome Page  ================== */

.home-tabs-div {
    margin: 20px;
    padding: 20px;
    border-radius: 20px;
    background: #f2f2f2;
    min-height: 300px;
    position: relative;
}

@media screen and (max-width: 750px) {
    .home-tabs-div {
        display: none !important;
    }
}

.home-tabs {
    width: 100%;
}

.home-tabs .home-tab {
    text-decoration: none;
    color: #033f8d;
    width: 100%;
    display: flex;
    margin-bottom: 5px;
    position: relative;
    height: 35px;
}

.home-tabs .home-tab:focus {
    outline: none !important;
    box-shadow: none;
}

.menu-tabs {
    border-top: none !important;
    border-bottom: 1px solid #033f8d !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    position: absolute !important;
}

.dropdown-item {
    direction: rtl !important;
    text-align: right !important;
}

.sub-tab a {
    text-decoration: none;
    color: #033f8d;
    transition: letter-spacing 1s;
}

.sub-tab a:hover {
    letter-spacing: 1px;
}

.section-divider {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.section-divider-line {
    width: 90%;
    height: 2px;
    background: #c5c5c5;
}

.section-divider-line-2 {
    width: 80%;
    height: 2px;
    background: #c5c5c5;
}

.section-divider-title {
    width: max-content;
    margin: 10px;
    cursor: pointer;
    color: gray;
}

.home-subcat-sec {
    padding: 30px 0;
}

.subcat-img {
    margin: 10px;
    max-height: 200px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* =============== Sub Category's Goods list =============== */

.subcat-section {
    margin: 0;
    padding: 30px 0 !important;
    overflow: hidden;
    min-height: 60vh;
}

.subcat-catname {
    color: #aeaf6c;
}

.subcat-name {
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #01427c;
}

.good-subcat {
    height: 40px;
    text-align: center;
}

.good-subcat a {
    text-decoration: none;
    color: #210ab54d;
}

.good-item {
    margin: 10px;
    position: relative;
    padding-bottom: 10px;
}

.good-item:hover {
    box-shadow: 0 0 3px #033f8d;
}

.good-item::after {
    content: "";
    position: absolute;
    right: -10px;
    z-index: 100;
    top: 10%;
    width: 1px;
    height: 80%;
    /* or 100px */
    background: #033f8d5e;
}

.good-item .good-img {
    max-width: 300px;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    margin: 0 auto;
}

.good-item .good-img img {
    width: 100%;
    margin: 0 auto;
}

.good-item:hover .good-img img {
    height: auto;
    width: 100%;
}

.good-item:hover .good-img {
    max-width: 100%;
}

.good-item .good-details {
    margin: 10px;
}

.good-item .good-details a {
    text-decoration: none;
}

.good-item .good-details .good-name h6 {
    color: #01427c;
}

.good-item .good-details .good-cost {
    color: #000;
    width: fit-content;
    border-radius: 5px;
    padding: 0 5px;
}

.good-item .good-details:hover::after {
    content: "با کلیک نمودن بیشتر بخوانید";
    display: block !important;
    position: absolute !important;
    margin-top: -80px;
    background: #210ab57e;
    font-size: 14px !important;
    padding: 2px 5px;
    border-radius: 2px;
    color: #c9d8e6;
}

@media screen and (max-width: 750px) {
    .good-item .good-details:hover::after {
        display: none !important;
    }
}

.good-item .add-to-cart {
    background: #210ab552;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    display: none;
    font-size: 25px;
    position: absolute;
    top: 70px;
    left: 20px;
    padding: 5px;
    width: 40px;
    height: 40px;
}

.good-item .add-to-cart a {
    text-decoration: none;
    color: #000;
}

.good-item .add-to-cart a i {
    margin-right: 2px;
}

.good-item .add-to-cart a:hover::after {
    display: block;
    content: "افزودن به سبد ";
    position: absolute;
    font-size: 12px;
    width: 100%;
    top: 0;
    left: 40px;
    background: #01427c;
    z-index: 1000;
    color: #fff;
    padding: 2px;
    animation: displayplay 0.5s;
}

.good-item:hover .add-to-cart {
    display: block;
}

@keyframes displayplay {
    0% {
        left: 0px;
    }

    100% {
        left: 40px;
    }
}

.good-item .purchase-now {
    background: #f9fd005b;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    display: none;
    font-size: 25px;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px;
    width: 40px;
    height: 40px;
}

.good-item .purchase-now a {
    text-decoration: none;
    color: #000 !important;
}

.good-item .purchase-now a i {
    margin-right: 2px;
}

.good-item:hover .purchase-now {
    display: block;
}

.good-item .purchase-now a:hover::after {
    display: block;
    content: "خرید فوری ";
    position: absolute;
    font-size: 12px;
    width: 100%;
    top: 0;
    left: 40px;
    background: #01427c;
    z-index: 1000;
    padding: 2px;
    color: #fff;
    animation: displayplay 0.5s;
}

@keyframes displayplay {
    0% {
        left: 0px;
    }

    100% {
        left: 40px;
    }
}

/* =============== Show Post =============== */

.post-show-section {
    margin: 0;
    padding: 30px 0 !important;
    overflow: hidden;
}

.post-show-section .good-name {
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #01427c;
}

.show-post-details {
    padding-bottom: 50px;
}

.post-details {
    margin: 20px 10px;
}

.post-name {
    width: 100%;
    padding-bottom: 5px;
    color: #01427c;
    border-bottom: 2px solid #c5c5c5;
}

.postdrl {
    display: flex;
    width: 100%;
}

.postd-right {
    width: 50%;
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    padding: 2px 5px;
}

.postd-left {
    width: 50%;
    border-bottom: 1px solid #c5c5c5;
    padding: 2px 5px;
}

.post-details .add-to-cart {
    width: 100%;
    background: #01427c;
    height: 35px;
    text-align: center;
    padding-top: 5px;
}

.post-details .add-to-cart a {
    text-decoration: none;
}

.post-details .add-to-cart a {
    animation: color 2s infinite;
    animation-delay: 0.4s;
}

@keyframes color {
    0% {
        color: #01427c;
    }

    33% {
        color: #fff;
    }

    66% {
        color: #c9d8e6;
    }

    100% {
        color: #01427c;
    }
}

.add-to-cart a:hover {
    animation-play-state: paused !important;
}

.post-details .purchase-now {
    width: 100%;
    background: #01427c;
    height: 35px;
    text-align: center;
    padding-top: 5px;
}

.post-details .purchase-now a {
    text-decoration: none;
}

.post-details .purchase-now a {
    animation: color 2s infinite;
    animation-delay: 0.4s;
}

.purchase-now a:hover {
    animation-play-state: paused !important;
}

/* Social Share Buttons */

.share-in-social-media h6 {
    color: #01427c;
}

.social-media {
    margin: 20px 10px;
    display: flex;
}

.social-media-share {
    margin: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    position: relative;
}

.social-media-share i {
    font-size: 25px;
}

.social-media-share a {
    z-index: 100;
}

.social-media-border {
    position: absolute;
    top: 0;
    width: 35px;
    height: 35px;
    border-bottom: 2px solid #a8a2cf;
    border-top: 2px solid #a8a2cf;
    border-left: 2px solid #7e74c5;
    border-right: 2px solid #7e74c5;
    border-radius: 50%;
    animation: rotateself 2s infinite linear 0s;
}

@keyframes rotateself {
    from {
        transform: rotate(0deg);
        border-bottom: 2px solid #a8a2cf;
        border-top: 2px solid #a8a2cf;
    }

    to {
        transform: rotate(360deg);
        border-bottom: 2px solid #363253;
        border-top: 2px solid #363253;
    }
}

.social-media-share:hover .social-media-border {
    animation-play-state: paused;
    background: #f9fd0038;
}

.social-media-share:hover a i {
    color: #01427c !important;
    z-index: 1000;
}

.copylink-a i {
    margin-right: 5px;
}

@media screen and(max-with: 400px) {
    .social-media .social-media-share {
        width: 30px !important;
        height: 30px !important;
    }

    .social-media .social-media-border {
        width: 30px !important;
        height: 30px !important;
    }

    .social-media .social-media-share i {
        font-size: 20px !important;
    }
}

/* =============== Footer =============== */

.footer {
    width: 100%;
    background-size: cover;
}

.footer-body {
    padding: 40px 20px;
    color: #fff;
    background: linear-gradient(to right, #033f8d, #033f8d);
    cursor: pointer;
}

.footer-text {
    margin: 10px;
}

.footer-text-title {
    color: #c9d8e6;
    font-size: 20px;
}

.footer-text-title::after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #ffffff71;
}

.text-body-row {
    margin: 10px 0 5px 10px;
    display: flex;
    color: #e9e9e9;
}

.text-body-row a {
    text-decoration: none;
    color: #e9e9e9;
    display: flex;
}

.text-body-row a:hover {
    color: #c9d8e6;
}

.footer-icon {
    margin-left: 5px;
    width: 30px;
}

.bwt-footer-copyright {
    margin: 20px 0 0 0;
    text-align: center;
}

.bwt-footer-develop {
    text-align: center;
}

.remark {
    display: flex;
    margin: 10px;
}

.remark .remark-icon {
    width: 70px;
}

.remark .remark-icon img {
    width: 100%;
}

.remark .remark-text {
    margin-right: 10px;
    margin-top: 10px;
}

.remark .remark-text .text-title {
    color: #01427c;
}

.remark .remark-text .text-d {
    font-size: 12px;
}

.remarks .bordered-remark {
    position: relative;
}

.remarks .bordered-remark::after {
    content: "";
    display: block;
    position: absolute;
    right: -40px;
    z-index: 100;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #42556d42;
}

@media screen and (max-width: 750px) {
    .remarks .bordered-remark::after {
        top: -10px !important;
        right: 10% !important;
        width: 80% !important;
        height: 1px !important;
    }
}

.whatsapp-border {
    position: fixed;
    left: 38px;
    bottom: 38px;
    width: 44px;
    height: 44px;
    background: #36a043;
    border-radius: 50%;
    overflow: hidden;
}

.whatsapp-border .line {
    width: 100px;
    height: 10px;
    background: linear-gradient(to right, #fff, #36a043);
    margin-top: 15px;
    animation: turn-all 6s infinite linear 0s;
}

@keyframes turn-all {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(460deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.whatsapp {
    background: #36a043;
    left: 41px;
    bottom: 41px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: fixed;
    text-align: center;
    padding-top: 4px;
    animation: bg-grediant 3s infinite;
}

@keyframes bg-grediant {
    0% {
        background: #36a043;
    }

    20% {
        background: #36a043;
    }

    50% {
        background: linear-gradient(to right, #36a043, #01427c);
    }

    80% {
        background: linear-gradient(to right, #01427c, #36a043);
    }

    100% {
        background: #36a043;
    }
}

.whatsapp a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}

.whatsapp:hover {
    background: #fff;
    animation-play-state: paused;
    animation: none !important;
}

.whatsapp:hover a {
    color: #36a043;
}

@media screen and (max-width: 750px) {
    .whatsapp-border {
        left: 18px !important;
        bottom: 18px !important;
    }

    .whatsapp {
        left: 21px !important;
        bottom: 21px !important;
    }
}

.posts-show-div {
    min-height: 60vh;
    overflow-x: scroll;
}

.slick {
    position: relative !important;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 100% !important;
    color: #01427c !important;
}

.paginatore {
    margin: 20px auto;
    max-width: 400px;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.paginatore a {
    text-decoration: none;
    color: #033f8d;
    margin: 0 5px;
}

/* ================ For Admin Panel ================ */

.dashboard {
    min-height: 60vh;
}

.dashboard-title {
    width: 100%;
    text-align: center;
    padding: 20px 10px 10px 10px;
    border-bottom: 1px dotted #033f8d;
}

.tabs {
    max-width: 300px;
    width: 100%;
    margin: 10px;
    padding: 10px;
    border-bottom: 1px dotted #033f8d;
    min-height: 100px;
}

.tabs .tab-icon {
    color: #01427c;
}

.admin-panel .tabs {
    max-width: 300px;
    width: 100%;
    margin: 10px;
    padding: 10px;
    border-bottom: 1px dotted #033f8d;
    min-height: 100px;
}

.admin-panel .tabs a .tab-text {
    margin-top: 10px;
}

.tabs a .tab-text {
    margin-top: 10px;
}

.admin-panel .tabs:hover {
    background: #40413617;
}

.admin-panel .tabs small {
    font-size: 12px;
}

.orders-count {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #a50f05;
    text-align: center;
    color: #c9d8e6;
    border-radius: 50%;
    margin-right: 10px;
    padding-top: 2px;
}

/* Orders Page */

.orderes-type-count {
    margin: 20px 10px;
    display: flex;
    flex-wrap: wrap;
}

.ot-count {
    margin: 10px;
}

.orders-list {
    margin: 20px 0;
    border-bottom: 1px solid #210ab54d;
}

.orders-list .orders-list-title {
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.order-d-a {
    text-decoration: none;
    color: #01427c;
}

/* Order Show Page */

.order-details {
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
}

.order-details h6 {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #210ab54d;
    margin-bottom: 0 !important;
}

.order-details .order-details-d {
    display: flex;
}

.order-details .order-details-d .right {
    padding: 5px 5px 0 0;
    border-bottom: 1px solid #210ab54d;
    border-left: 1px solid #210ab54d;
    font-weight: 600;
    width: 160px;
}

.order-details .order-details-d .left {
    padding: 5px 5px 0 0;
    border-bottom: 1px solid #210ab54d;
    width: 160px;
}

.order-items {
    max-width: 400px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.order-items h6 {
    border-bottom: 1px solid #210ab54d;
    padding-bottom: 10px;
}

.order-item {
    margin: 10px;
    border: 1px solid #210ab54d;
    padding-bottom: 20px;
}

.order-item .order-item-d {
    display: flex;
}

.order-item .img {
    width: 100%;
    margin-bottom: 20px;
}

.order-item .img img {
    width: 100%;
}

.order-item .order-item-d .right {
    padding: 2px 5px;
    font-weight: 600;
    width: 160px;
}

.order-item .order-item-d .left {
    padding: 2px 5px;
    width: 160px;
}

/* ============== Sliders ================= */

.slider {
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 0 2px #033f8d5e;
    padding: 10px;
}

.slider a {
    text-decoration: none;
}

.slider-name {
    display: flex;
    color: #01427c;
}

.slider-name h6 {
    margin: 0 5px;
}

/* ==================  Modal Styels ================== */

#ModalLabel span {
    color: #01427c;
}

.good-madal-details {
    margin: 10px !important;
}

.good-madal-details .good-m-img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.good-madal-details .good-m-text {
    margin: 10px !important;
}

.purchase-now-madal {
    display: none !important;
}

#purchase-now-madal.purchase-now-madal-active {
    display: block !important;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    background: #01427c;
    border-left: 5px solid #c9d8e6;
    z-index: 1000;
}

/* =============== Info Pages =============== */

.ulanish-info-body {
    margin: 10px;
    padding: 30px 20px;
    border: 1px solid #0d02522a;
}

.ulanish-info-body .ulanish-image {
    width: 100%;
}

.ulanish-info-body .ulanish-image img {
    width: 100%;
}

.ulanish-info-body .ulanish-text {
    width: 100%;
    padding: 10px;
    margin: 30px 0 10px 0;
}

/* =============== Blogs Portal Styles =============== */

.blog-category-sec {
    width: 100%;
    margin: 0 0 20px 0 !important;
    box-sizing: border-box;
    padding: 20px 30px;
    background: #210ab51c;
}

.blog-category-grand-title {
    display: flex;
}

.blog-category-grand-title a {
    text-decoration: none;
    margin-left: 3px;
}

.blog-category-grand-title span {
    color: #8c8f02;
    margin-left: 3px;
}

.blog-category-grand-title h6 {
    margin-top: 3px;
}

.blog-category-title {
    color: #01427c;
    margin: 20px 30px 0px 10px;
}

.blog-category-posts {
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 2px 2px #210ab54f;
    border-radius: 10px;
    max-height: 180px;
    overflow: hidden;
}

@media screen and (max-width:650px){
    .blog-category-posts {
        max-height: 400px;
        overflow: hidden;
    }
}

.blog-category-posts .blog-img {
    border-radius: 10px;
    overflow: hidden;
}

.blog-category-posts a {
    text-decoration: none;
}

.blog-category-posts .blog-text {
    margin: 10px;
}

.blog-category-posts .blog-text .blog-title {
    color: #01427c;
}

.blog-category-posts .blog-text .blog-body {
    color: #000;
    margin-top: 5px;
}

.blog-category-posts .blog-text span {
    background: #01427c;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    width: fit-content;
    font-size: 12px !important;
    margin: 0 5px;
}

/* ======= Blogs Portal Home ======= */

.blog-category-main-posts {
    margin: 10px;
}

.blog-category-left-posts {
    margin: 10px;
}

.carousel-caption {
    text-align: right !important;
}

.carousel-caption span {
    background: #01427c;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    width: fit-content;
    font-size: 12px !important;
}

.carousel-caption h5 {
    font-size: 25px;
    text-shadow: 5px 0px 9px #000;
}

.carousel-item img {
    transition: transform 1s !important;
}

.carousel-item:hover img {
    transform: scale(1.2) !important;
}

.carousel-caption:hover p,
.span-shadow {
    text-shadow: 5px 0 9px #01427c !important;
}

.blog-home-categories {
    margin: 10px;
}

.blog-show-content {
    margin: 10px;
    width: 100%;
position: relative;
}

.blog-show-content .blog-show-header {
    border-bottom: 1px solid #210ab550;
    padding: 10px 10px 20px 10px;
}

.blog-show-content .blog-show-header .catname {
    background: #01427c;
    color: #fff;
    padding: 2px 4px;
    margin-bottom: 5px !important;
    width: fit-content;
}

.blog-show-content .blog-body {
    padding: 20px 10px;
}

.bhc-title h6 {
    height: 35px;
    width: fit-content;
    color: #fff;
    background: #01427c;
    padding: 2px 10px;
    font-size: 22px;
    position: relative;
    margin-bottom: 0 !important;
}

.bhc-title {
    border-bottom: 1px solid #01427c;
}

.bhc-title h6::before {
    width: 0;
    position: absolute;
    left: -20px;
    top: 0;
    content: "";
    /* transform: scaleX(-1); */
    display: block;
    width: 0;
    height: 0;
    border-bottom: 35px solid #01427c;
    border-left: 20px solid transparent;
}

.category-home-t {
    margin: 10px 0;
    padding: 5px 10px;
    border-bottom: 1px solid #210ab54d;
}

.category-home-t a {
    text-decoration: none;
    color: #01427c;
}

.blog-cat-latest {
    width: 100%;
    margin: 10px;
    overflow: hidden;
    position: relative;
}

.blog-cat-latest img {
    width: 100%;
}

.blog-cat-latest2 {
    width: 100%;
    margin: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    box-shadow: 0 0 1px #01427c;
}

.blog-cat-small-img {
    margin: 5px;
    width: 100px;
}

.blog-cat-small-img img {
    width: 100px;
}

.bcs-cat-title span {
    background: #01427c;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    width: fit-content;
    font-size: 11px !important;
    margin: 0 5px;
}

.bcs-cat-title a {
    text-decoration: none;
    color: #000;
}

.blog-cat-left {
    margin: 10px;
}

.blog-cat-latest span {
    background: #01427c;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    width: fit-content;
    font-size: 12px !important;
}

.blog-cat-latest .blog-title {
    font-size: 25px;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.9), 0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
    position: relative;
    bottom: 100px;
    right: 20px;
    color: #fff;
}

.blog-cat-latest a {
    text-decoration: none;
    position: absolute;
    display: block;
    flex-wrap: wrap;
    width: 90%;
}

.blog-cat-latest .blog-title:hover {
    color: #01427c;
}

.blogs-ad-slider{
    max-width: 700px;
    width: 100%;
    position: relative;
    margin: 20px auto;
}

.blogs-ad-slider-item{
    width: 100%;
}

.blogad-img{
    position: relative;
}


/* ==================== Cart Page  ==================== */

.cart-good-item {
    border-bottom: 1px solid #210ab53f;
    padding: 5px;
}

.cart-good-d {
    display: flex;
    border-left: 1px solid #210ab525;
}

.cart-good-d .good-img {
    width: 100px;
    margin-left: 20px;
}

.cart-good-d .good-img img {
    width: 100%;
}

.cart-good-d .good-details a {
    text-decoration: none;
}

.cart-good-d .good-details .good-name {
    color: #01427c;
}

.cart-good-d .good-details .good-qty {
    display: flex;
    border-right: 1px solid #210ab525;
    width: 150px;
    padding: 3px 5px;
    position: relative;
}

.cart-good-d .good-details .good-qty .qty {
    font-size: 20px;
    border-radius: 50%;
    margin-left: 10px;
    padding-top: 2px;
    width: 70px;
}

.cart-good-d .good-details .good-qty .qty small {
    font-size: 12px !important;
}

.cart-good-d .good-details .good-qty .qtyinc {
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #516301ab;
    color: #000;
    margin-left: 5px;
    text-align: center;
    position: relative;
}

.cart-good-d .good-details .good-qty .qtydec {
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #ce0f0f85;
    color: #000;
    text-align: center;
    position: relative;
}

.cart-good-d .good-details .good-qty .qtydec::after {
    display: block;
    content: "";
    width: 10px;
    height: 2px;
    background: #000;
    top: 14px;
    right: 10px;
    position: absolute;
}

.cart-good-d .good-details .good-qty .qtyinc::after {
    display: block;
    content: "";
    width: 10px;
    height: 2px;
    background: #000;
    top: 14px;
    right: 10px;
    position: absolute;
}

.cart-good-d .good-details .good-qty .qtyinc::before {
    display: block;
    content: "";
    width: 2px;
    height: 10px;
    background: #000;
    top: 10px;
    right: 14px;
    position: absolute;
}

.cart-total-price {
    margin: 40px auto 20px auto;
    max-width: 300px;
    width: 100%;
    border: 1px solid #01427c;
    text-align: center;
}

.cart-total-price h4 {
    background: #01427c;
    width: 100%;
    color: #c9d8e6;
    padding: 10px;
}

.cart-complete-order {
    margin: 20px auto 20px auto;
    max-width: 300px;
    width: 100%;
    border: 1px solid #8f9906;
    text-align: center;
    padding-top: 10px;
    background: #8f9906;
}

.cart-complete-order a {
    text-decoration: none;
    color: #000;
}

.cart-complete-order a:hover {
    color: #01427c;
}

.cart-emptify {
    margin: 20px auto 20px auto;
    max-width: 300px;
    width: 100%;
    border: 1px solid #d67b7b;
    text-align: center;
    padding-top: 10px;
    background: #d67b7b;
}

.cart-emptify a {
    text-decoration: none;
    color: #585858;
}

.cart-emptify a:hover {
    color: #000;
}

.cart-item-price {
    display: flex;
}

.cart-item-price .price {
    width: 180px;
    border-left: 1px solid #210ab525;
}

.remove-good {
    margin: 10px;
}

.remove-good a {
    text-decoration: none;
    color: #b81a1a;
}

/* ============= CheckOut  ============= */

.checkout-div {
    max-width: 300px;
    width: 100%;
    margin: 20px auto;
    background: #01427c;
    padding: 15px 5px;
}

.checkout-title {
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.checkout-note {
    max-width: 400px;
    width: 100%;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    border: 1px solid #210ab525;
    background: #c9d8e6;
}

/* ============== Jobs ============== */
.jobs-list-title {
    text-align: center;
    padding: 10px;
    color: #01427c;
}

.jobs-a {
    text-decoration: none;
    color: #000;
    position: relative;
}

.Jobs {
    margin: 5px 10px;
    border-radius: 10px;
    box-shadow: 0 0 2px #033f8d69;
    padding: 10px 10px;
    display: flex;
}

.Jobs .image {
    width: 80px;
    margin: 0 10px;
}

.Jobs .image img {
    width: 80px;
}

.job-t-d {
    margin-top: 10px;
}

.Jobs:hover {
    box-shadow: 0 2px 6px #033f8d69;
}

.Jobs .job-title {
    color: #01427c;
    transition: font-size 0.5s;
}

.jobd {
    display: flex;
    flex-wrap: wrap;
}

.jobd .job-details {
    display: flex;
    margin: 0 5px;
}

.jobd .job-details i {
    color: #1d1c2267;
    margin: 0 5px;
}

.jobd .job-details h6 {
    color: #1d1c2267;
}

.job-category {
    position: absolute;
    bottom: 40%;
    left: 40px;
    background: #210ab56e;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 5px;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .job-category {
        position: absolute;
        bottom: 20px !important;
        left: 30px !important;
    }
}

/* Job Show page */

.job-show-title {
    text-align: center;
}

.job-show-title h3 {
    color: #01427c;
}

.details-job {
    display: flex;
    border-bottom: 1px solid #210ab521;
    margin-bottom: 5px;
}

.detail-right {
    margin-right: 10px;
}

/* ============== B2B ============== */

.header-span {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
        "Lucida Sans", Arial, sans-serif !important;
}

/* ============== Advertisements ============== */

.left-ads-div {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 150px;
    height: 200px;
    animation: margin-ad-right 6s;
}

@keyframes margin-ad-right {
    0% {
        right: -200px;
    }

    90% {
        right: -200px;
    }

    100% {
        right: 20px;
    }
}

.left-ads-div i {
    margin-right: 110px;
}

#LEFTAD_Div.display-none {
    right: -200px !important;
}

#BottomAD_Div.display-none {
    bottom: -150px !important;
}

.left-good-item {
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #01427c;
    box-shadow: 0 3px 5px #616161;
}

.left-good-item .left-good-img {
    width: 100%;
    margin: 0 auto;
}

.left-good-item .good-img img {
    width: 100%;
    margin: 0 auto;
}

.left-good-item :hover .good-img img {
    height: auto;
    width: 100%;
}

.left-good-item :hover .good-img {
    max-width: 100%;
}

.left-good-item .left-good-details {
    margin: 10px 5px;
}

.left-good-item .left-good-details a {
    text-decoration: none;
}

.left-good-item .left-good-details .good-name h6 {
    color: #01427c;
    font-size: 14px;
}

.bottom-ads-div {
    position: fixed;
    bottom: -10px;
    height: 80px;
    right: 20px;
    left: 20px;

    animation: bottom-ad-right 8s;
}

@keyframes bottom-ad-right {
    0% {
        bottom: -100px;
    }

    90% {
        bottom: -100px;
    }

    100% {
        bottom: 10px;
    }
}

.bottom-ads-div .close-btn {
    position: absolute;
    left: 20px;
    top: -25px;
    background: #01427c;
    border-radius: 10px;
    color: #fff;
    z-index: 100;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 2px;
    height: 25px;
}

.bottom-ads-div .close-btn i {
    color: #fff;
}

.bottom-good-item {
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    border: 1px solid #01427c;
    box-shadow: 0 3px 5px #616161;
}

.bottom-good-item .bottom-good-details {
    margin: 10px 10px;
}

.bottom-good-item .bottom-good-details a {
    text-decoration: none;
}

.bottom-good-item .bottom-good-details .good-name h6 {
    color: #01427c;
    font-size: 25px;
}

.details-a {
    text-decoration: none;
    color: #01427c;
}

#subscribe_button {
    text-decoration: none;
    position: fixed;
    right: 80px;
    bottom: 17px;
    opacity: 0.5;
    padding: 7px 10px 3px 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #01427c;
}

#subscribe_button:hover {
    opacity: 1;
}

#subscribe_button i {
    font-size: 25px;
}

#unSubscribe_button {
    text-decoration: none;
    position: fixed;
    right: 80px;
    bottom: 17px;
    opacity: 0.5;
    padding: 8px 8px 7px 8px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #01427c;
}

#unSubscribe_button:hover {
    opacity: 1;
}

#unSubscribe_button i {
    font-size: 25px;
}

.ask-confirm {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000d0;
    overflow-y: scroll;
}

.ask-confirm-body {
    width: 340px;
    margin: 100px auto;
    min-height: 400px;
    background: #fff;
}

#askConfirm.display-none {
    display: none !important;
}

/* ================== Main Menu =================== */

.main-nav {
    cursor: pointer;
    display: flex !important;

}

@media screen and(max-with: 400px) {
    .main-nav {
        display: none !important;
    }
}

.main-toggle-btn {
    margin-top: 20px;
    height: 20px;
    width: 25px;
    padding: 0;
}

.main-toggle-btn span {
    display: block;
    height: 2px;
    background: #c9d8e6 !important;
    margin-bottom: 6px;
}

.main-toggle-btn .span2 {
    width: 70%;
    transition: all 0.2s;
}

.main-toggle-btn .span3 {
    width: 40%;
    transition: all 0.2s;
}

.main-nav:hover .main-toggle-btn .span2 {
    width: 100%;
}

.main-nav:hover .main-toggle-btn .span3 {
    width: 100%;
}

#mainMenu {
    display: none;
}

#mainMenu.menu-active {
    display: block !important;
    position: absolute;
    top: 80px;

    z-index: 1000 !important;
}

.main-menubar {
    background: #fff;
    border: 2px solid #c5c5c5;
    max-width: 450px;
    width: 95%;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #242424;
    height: 500px;
    display: flex;
    position: relative;
}

.main-tabs {
    border-left: 1px solid #c5c5c5;
    height: 100%;
    padding: 10px 0;
    overflow-y: scroll;
    width: max-content;
}

.main-tabs::-webkit-scrollbar {
    width: 0em !important;
    float: right !important;
}

.main-tabs::-webkit-scrollbar-track {
    box-shadow: none !important;
}

.main-tabs::-webkit-scrollbar-thumb {
    background-color: #ffff;
    outline: 1px solid #ffff;
    border-radius: 10px !important;
}

.main-tabs::-webkit-scrollbar-thumb:hover {
    background-color: #ffff;
}

.main-tab-a {
    font-size: 17px;
    padding: 10px 5px 10px 20px;
    cursor: pointer;
}

.main-tab-a:hover {
    background-color: #ececec;
}

.main-sabcats {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 170px;
    padding: 10px 50px 10px 10px;
    overflow-y: scroll;
}

.main-sabcats::-webkit-scrollbar {
    width: 0.5em !important;
    float: right !important;
}

.main-sabcats::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #dddddd !important;
}

.main-sabcats::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    outline: 1px solid #cecdcd;
    border-radius: 10px !important;
}

.main-sabcats::-webkit-scrollbar-thumb:hover {
    background-color: #c5c5c5;
}

.main-tab-a:hover+.main-sabcats {
    display: block !important;
}

.main-sabcats:hover {
    display: block !important;
}

.sabcat-a {
    color: gray;
    transition: all 0.5s;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
}

.sabcat-a i {
    margin-left: 20px;
    transition: all 0.5s;
}

.sabcat-a:hover {
    color: #000;
    padding-right: 20px !important;
    background: #ececec;
}

.sabcat-a:hover>i {
    margin-left: 5px !important;
}


.items-center {
    display: flex;
    justify-content: center;
}


.promoted-slider-div {
    max-width: 800px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;

}

.sposered-title {
    background: green;
    padding: 3px;
    margin: 3px 0;
    color: #ffffff;
}

.sposered-title h6 {
    margin-bottom: 0 !important;
}

.promoted-slider-item {
    border: 1px solid #dddd;
    margin: 0 5px;
    border-radius: 10px;
    overflow: hidden;
}

.pp-title {
    color: #01427c;
    font-size: 18px;
}


.views {
    background: #033f8d;
    padding: 2px 10px;
    border-radius: 100px;
    width: fit-content;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    margin-top: -20px;
    color: #fff;
    text-align: center;
}
.total-views {
    background: #033f8d;
    padding: 2px 10px;
    width: fit-content;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -20px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
}


.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 10px 0;
}

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