@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html {
    scroll-behavior: smooth;
  }
body {
    font-family: 'Lato', sans-serif !important;
    word-break: break-word;
}

::-webkit-scrollbar-track{
    background-color: #dddddd;
}

::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: #dddddd;
}

::-webkit-scrollbar-thumb{
    background-color: #356AD1;
}
*{
    transition: linear .3s;
}
ul,
li,
ol,
li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a{
    text-decoration: none !important;
}
img{
    max-width: 100%;
}
p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.7);
    margin: 0px;
}
body .border-top {
    border-color: rgb(238 238 238 / 50%) !important;
}
.das-sidebar .das-avtar {
    display: inline-block;
}
.dashboard-area .das-avtar.sidebar-avtar {
    margin: 0px 15px 0px 0px;
}
.das-avtar .img-lg {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 1px solid #eee;
    box-shadow: 0px 0px 15px #eee;
    display: block;
}
button:hover{
    opacity: .8;
}
.btn-main {
    background: #356AD1;
    border: 1px solid #356AD1;
    border-radius: 5px;
    padding: 12px 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
}
.btn-main.white-bg {
    background: #FFFFFF;
    color: #000000;
}
.btn-main:hover {
    background: #000000;
    border-color: #000000;
    color: #FFFFFF;
}
.btn-main.transparent-btn {
    color: #356AD1;
    border-color: #fff;
    background-color: #fff;
}
.btn-main.light-btn{
    color: #000000;
    background: #F2F2F2;
    border-radius: 5px;
    border: 1px solid #F2F2F2;
}
.form-group {
    position: relative;
}
.page-title h2 {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin: 0px auto;
}
.page-title.large-title h2 {
    font-size: 44px;
    margin-bottom: 12px;
}
.page-title p {
    font-weight: 400;
    font-size: 18px;
    color: #828282;
    max-width: 600px;
    margin: 6px 0px 0px;
}
.page-title.large-title.text-center p {
    margin: 6px auto 0px;
    color: #444444;
}
.page-title p > span {
    font-weight: 600;
    color: #e41e26;
}
.page-title .view-more {
    font-weight: 600;
    font-size: 15px;
    text-align: right;
    color: #356AD1;
}
.page-title .view-more > a {
    color: #356AD1;
}
.page-title .view-more > a > i {
    font-size: 12px;
    margin-left: 1px;
}
.page-title.text-left p {
    margin: 0px;
    text-align: left;
}
.page-paddings {
    padding: 80px 0px;
}
.page-paddings.pt-50 {
    padding-top: 50px;
}
.page-background {
    background: rgba(57, 48, 216, 0.05);
    padding: 80px 0px;
}
.theme-title {
    font-weight: 600;
    font-size: 20px;
    color: #2A2A2A;
    margin: 0px;
}
.theme-title a {
    color: #356ad1;
}

.service-description{
    font-weight: 400;
    font-size: 18px;
    color: #828282;
    margin: 0px;
}
.owl-item {
    float: left;
}
.owl-stage-outer {
    overflow-x: hidden;
}
.owl-dots.disabled {
    display: none;
}
.owl-nav button {
    border: 0px;
    color: #356AD1;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 15px;
    padding: 0px;
    background: transparent !important;
}
.owl-nav button:last-child {
    margin-right: 0px;
}
.owl-nav button.disabled {
    color: #BDBDBD;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    width: 25px;
    height: 4px;
    background-color: #BDBDBD;
    border: 0px;
    margin: 0px 4px;
}
.owl-dots .owl-dot.active {
    background-color: #2A2A2A;
}
/* .form-group label {
    font-size: 15px;
    color: #212529;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    line-height: normal;
    height: 24px;
}
.form-group label .red-clr {
    color: red;
    font-size: 20px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
} */
.form-group .form-control {
    font-weight: 500;
    font-size: 15px;
    color: #222;
    background: #FFFFFF;
    border-radius: 5px 5px;
    padding: 15px 15px;
    border: 1px solid #eee;
    outline: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    resize: none;
}
.form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: window;
    background-image: url(../images/arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
}
.form-group .form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: #eee;
}
.form-control:disabled, 
.form-control[readonly] {
    opacity: .8 !important;
    cursor: no-drop;
    color: #888;
}
.pro-like {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #828282;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 6px 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
.pro-like > i {
    margin-right: 2px;
}
.pro-like.active {
    color: #356ad1;
}
body .custom-control-label::before {
    background-color: transparent;
    border: 2px solid #BDBDBD;
    border-radius: 2px;
    height: 19px;
    width: 19px;
}
body .custom-control-label::after {
    height: 19px;
    width: 19px;
}
body .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: transparent !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/checkbox.svg) !important;
}
.custom-control .custom-control-label {
    font-weight: 400;
    font-size: 16px;
    color: #4F4F4F;
    padding-left: 6px;
}
.tab-pane.fade.in {
    opacity: 1;
}

.offer-part {
    background: 0 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    right: -580px;
    position: fixed;
    text-align: left;
    top: 118px;
    width: 580px;
    -webkit-transition: background .5s ease-in-out 0s;
    -ms-transition: background .5s ease-in-out 0s;
    -o-transition: background .5s ease-in-out 0s;
    -moz-transition: background .5s ease-in-out 0s;
    z-index: 999;
}
.fix-offerbanner {
    cursor: pointer;
    float: left;
    margin-left: -44px;
    width: 44px;
    height: 290px;
    background-color: #000000;
    color: #fff;
    letter-spacing: 1px;
}

.coupon-news {
    background-color: #ffffff;
    border-radius: 4px;
    border-bottom: 2px solid rgba(57, 48, 216, 0.05);
}
.offerbanner-content {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 44px;
    padding: 12px;
    height: 290px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fcfcfc;
    display: inline-block;
    margin: 0px;
}
.coupon-news h3 {
    font-size: 17px;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 18px;
    color: #1f3044;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    font-weight: 600;
}
select#SelExample,
.select2-hidden-accessible option {
    display: none;
}
@keyframes blinker {
    0%, 49% {
        color: #ed2939;
    }

    100%, 50% {
        color: #356AD1;
    }
}
/* header */
.h--left .header-logo {
    margin-right: 50px;
}
.header-timer ul {
    text-align: right;
}
.header-timer ul > li {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.header-timer ul li > span {
    font-weight: 600;
}
.header-main.fixed-header {
    position: sticky;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 0px 15px #ccc;
    transition: all 0.5s;
}
.header-main .header-bottom {
    padding: 15px 0px;
}
.header-nav-menu .navbar {
    background: transparent !important;
    padding: 0px;
}
.header-nav-menu .navbar .navbar-collapse .navbar-nav {
    margin: 9px auto;
}
.navbar-collapse .navbar-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    padding: 0px;
    position: relative;
}
.navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: #356ad1;
}
.navbar-collapse .navbar-nav .nav-item.active .nav-link::before,
.navbar-collapse .navbar-nav .nav-item:hover .nav-link::before {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #356AD1;
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.header-btn .form-group .form-control {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #222222;
    background: transparent;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 12px 40px 12px 15px;
}
.header-btn .form-group > i {
    font-size: 15px;
    color: rgb(34 34 34 / 75%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.header-btn .form-group {
    margin-right: 12px;
    margin-bottom: 0px;
}
/* slider */
.slider-area {
    background-color: #356AD1;
    background-image: url(../images/hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0px;
    overflow: hidden;
    position: relative;
}
.slider-box h1 {
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.slider-box h1 svg {
    vertical-align: bottom;
    height: auto;
    width: 115px;
    position: absolute;
    bottom: -55px;
    right: -134px;
/*     animation: pending 1.8s infinite; */
}
@keyframes pending {
    0% {
        transform: rotate(-3deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}
/*.slider-box h1 svg path {
    fill: #ffcb2a;
}*/
.slider-box p b {
    font-weight: 700;
    color: #fff;
}
.slider-box .btn-main {
    background: #fff;
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2); */
    backdrop-filter: blur(6.3px);
    -webkit-backdrop-filter: blur(6.3px);
    border: 1px solid #fff;
    font-size: 18px;
    text-transform: capitalize;
    color: #002a5d;
}
.slider-box p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    max-width: 650px;
    margin: 0px auto 30px;
}
.slide-search .form-group .form-control {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4);
    padding: 16px 15px;
    outline: 0;
    border: 0px;
    border-radius: 10px;
}
.slide-search .form-group .search-btn {
    background: #E41E26;
    border-radius: 10px;
    color: #fff;
    height: 52px;
    width: 52px;
    line-height: 48px;
    font-size: 18px;
    position: absolute;
    border: 0px;
    padding: 0px;
    top: 4px;
    right: 4px;
}
.slider-box .slide-search {
    max-width: 600px;
    margin: 0px auto;
}
.snow-container {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: auto !important;
    pointer-events: none;
    opacity: .05;
}
.snowflake {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    opacity: 0.8;
    pointer-events: none;
}

@keyframes fall {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
        transform: translateY(100vh);
    }
}

@keyframes diagonal-fall {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
        transform: translate(10vw, 100vh);
    }
}

.hero-category .category-item {
    margin: 0px 30px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hero-category .category-item:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.hero-category h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 0;
    transition: .3s ease;
    line-height: 25px
}
.container.hero-category {
    margin-top: 50px
}
.hero-category [class*=col-]:hover h5 {
    color: #ed2939
}
.hero-category img {
    transform-style: preserve-3d;
    transition: all .8s ease-in-out;
    box-shadow: 0 0 9px 0 rgba(31,48,68,.14);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    padding: 1px;
}
.hero-category [class*=col-]:hover img {
    transform: rotateY(180deg)
}

.news-main .coupon-news {
    /* background-color: #f8f8f8; */
    border: 1px solid rgb(53 106 209 / 10%);
    background: rgb(53 106 209 / 5%);
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); */
    border-radius: 10px;
    margin-top: 30px;
    border-radius: 4px;
    padding: 10px 10px 10px 15px;
}
.news-main .coupon-news h3 {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    font-size: 20px;
    margin: 0px;
    color: #1f3044;
    letter-spacing: 1px;
    font-weight: 500;
}
@keyframes blinker {
    0%,49% {
        color: #ed2939
    }

    100%,50% {
        color: #1f3044
    }
}
.news-main .coupon-news strong {
    font-weight: 900;
}
.news-main .coupon-news .btn-main {
    padding: 10px 15px;
    -webkit-animation: NAME-YOUR-ANIMATION 2s infinite;
    -moz-animation: NAME-YOUR-ANIMATION 2s infinite;
    -o-animation: NAME-YOUR-ANIMATION 2s infinite;
    animation: NAME-YOUR-ANIMATION 2s infinite;
    border: 0;
    color: #ffffff;
}

.news-main .coupon-news .btn-primary {
    -webkit-animation: NAME-YOUR-ANIMATION 2s infinite;
    -moz-animation: NAME-YOUR-ANIMATION 2s infinite;
    -o-animation: NAME-YOUR-ANIMATION 2s infinite;
    animation: NAME-YOUR-ANIMATION 2s infinite
}

@keyframes NAME-YOUR-ANIMATION {
    0%,49% {
        background-color: #ed2939
    }

    100%,50% {
        background-color: #1f3044
    }
}


.trending-slider .trending-item {
    position: relative;
    margin-top: 30px;
}
.pro-tag {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #356AD1;
    border-radius: 0px 10px;
    display: block;
    padding: 5px 12px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.trending-slider {
    position: relative;
}
.trending-slider .owl-nav {
    position: absolute;
    top: -30px;
    right: 0px;
}


.softwares-box {
    margin: 0px -10px;
}
.softwares-box .softwares-item {
    float: left;
    width: calc(6% - 10px);
    margin: 20px 10px 5px;
}
.softwares-box .softwares-item:last-child {
    margin-right: 0px;
}
.softwares-item > a {
    background: #FFFFFF;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
    padding: 12px 12px;
    display: inline-block;
}
/* Cart Button */
.extra-login {
    margin: 15px 0px;
    position: relative;
    white-space: nowrap;
}
/* .extra-login::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 14px;
    width: 85%;
    height: 1px;
    background: #e0e0e0;
    content: "";
} */
.extra-login > span {
    padding: 1px 20px;
    position: relative;
    font-size:16px;
    color: rgba(51, 51, 51, 0.7);
    font-weight: 500;
}
.g_id_signin {
    display: flex;
    justify-content: center;
}
.h--btn .btn-main {
    padding: 0px;
    width: auto;
    height: auto;
    border: 1px solid transparent;
    background: transparent;
    color: #2A2A2A;
    font-size: 18px;
    margin-right: 15px;
}
.header-btn .select2-container {
    margin-right: 12px;
    width: auto !important;
    overflow: hidden;
}
.header-btn .select2-container--default .select2-selection--single {
    border: 1px solid #eee;
    height: auto;
    padding: 13px 18px 13px 13px;
    position: relative;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #2a2a2a transparent !important;
}
.header-btn .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #2A2A2A;
    padding: 0px;
    width: 60px;
    white-space: inherit;
    height: 20.5px;
}
.header-btn .select2-container--default .select2-selection--single .select2-selection__rendered[title="MMK - Burmese Kyat"],
.header-btn .select2-container--default .select2-selection--single .select2-selection__rendered[title="MWK - Malawian kwacha"],
.header-btn .select2-container--default .select2-selection--single .select2-selection__rendered[title="ZMW - Zambian kwacha"] {
    width: 64px;
}
.header-btn .select2-container--default .select2-selection--single .select2-selection__rendered > span {
    display: block;
    padding-left: 21px;
}
.header-btn .select2-container--default .select2-selection--single .select2-selection__rendered > span > .img-flag {
    width: auto !important;
    max-width: 21px;
    position: absolute;
    top: 16px;
    left: 7px;
}
.header-btn .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.header-btn .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #2A2A2A transparent transparent transparent;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    position: relative;
    padding-left: 38px;
    padding-left: 38px !important;
    cursor: pointer;
}
.select2-results__option .img-flag {
    width: auto !important;
    max-width: 24px;
    margin-right: 6px;
    position: absolute;
    top: 11px;
    left: 6px;
}
.select2-container--open .select2-dropdown--below {
    border: 1px solid #eee;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    width: 260px !important;
}
.select2-search--dropdown .select2-search__field {
    border: 1px solid #eee !important;
    outline: 0;
    background-color: rgb(238 238 238 / 30%);
}
.select2-results__option:hover,
.select2-results__option.select2-results__option--highlighted {
    background-color: #2369cd;
    color: #ffffff;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 290px !important;
}
.login-btn {
    display: flex;
    align-items: center;
}
.login-btn .btn-main.white.cart-btn {
    border: 1px solid #356AD1;
    height: 48px;
    width: 48px;
    padding: 0px;
    line-height: 46px;
    background-color: transparent;
    margin-right: 12px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-btn .btn-main.white.cart-btn svg {
    width: 30px;
}
.login-btn .btn-main.white.cart-btn svg path {
    fill: #000;
}
.login-btn .btn-main.white.cart-btn .badge {
    background-color: #356ad1;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 0px;
    height: 15px;
    width: 15px;
    font-size: 10px;
    font-weight: 800;
    line-height: 15px;
    border-radius: 100%;
}
.login-btn .dropdown-toggle {
    border: 1px solid transparent !important;
    height: 48px;
    width: 60px;
    padding: 0px;
    background-color: transparent !important;
    margin-right: 0px;
    line-height: normal;
    text-align: left;
    position: relative;
}
.login-btn .dropdown-toggle:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #000000;
    margin: 0px;
    border: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    font-size: 18px;
}
.login-btn .dropdown-toggle img {
    border-radius: inherit !important;
    max-width: 32px;
}
.login-btn .dropdown-menu {
    border: 0px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    right: 0 !important;
    left: inherit !important;
    margin-top: 10px;
}
.login-btn .dropdown-menu .dropdown-item:hover, 
.login-btn .dropdown-menu .dropdown-item:active, 
.login-btn .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #356ad1;
}
.product-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    padding: 16px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.service-product-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.product-card:hover ,
.service-product-card:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.product-card .product-media {
    text-align: center;
    position: relative;
    margin-bottom: 16px;
}
.product-card .product-media a{
    display: block;
    height: 100%;
}
.product-card .product-media a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.product-media .ribbon-content {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
}
.product-media .ribbon-content .ribbon {
    display: inline-block;
    position: absolute;
    padding: 6px 0;
    left: -26px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    background: linear-gradient(to right, #000000 0%, #767676 100%);
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 800;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.service-product-card .product-info {
    padding: 20px 15px 0px;
}
.service-product-card .product-info .prowish {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: -4px;
    color: #828282;
    transition: all .3s ease 0s;
    padding: 0;
    font-size: 22px;
}
.service-product-card .product-price {
    margin-bottom: 0;
    padding-top: 10px;
    padding: 12px 30px 30px;
}
.product-card .product-info .theme-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* height: 52px; */
    margin-bottom: 0;
}
.product-info .theme-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-card .pro--i {
    padding: 24px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pro--i-left .pro-price h2,
.service-product-card .product-price .pro-price > h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0px;
}
.pro--i-left .pro-price h2 span {
    display: block;
    font-size: 16px;
    color: rgb(0 0 0 / 40%);
    text-decoration: line-through;
}
.convert-price h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: normal;
    color: #356ad1;
    margin: 4px 0px 0px;
}
.pro--i-right .pro--rbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    padding: 2px 8px;
    border-radius: 8px;
    border: solid 0.6px #ffcc15;
    background-color: #fffbee;
    margin-bottom: 8px;
}
.pro--i-right .pro-sales {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
}
.pro--i-right .pro-sales > svg {
    vertical-align: text-top;
    margin-right: 4px;
}
.pro--i-right .pro--rbox > span {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}
.service-product-card span {
    font-size: 15px;
    font-weight: 400;
    color: #828282;
    display: block;
}
.pro-review > span > svg {
    height: 20px;
    width: 20px;
}
.list-info.text-center .pro-price > h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0px;
}
.list-info.text-center .pro-price > h2 > span {
    display: block;
    font-size: 16px;
    color: rgb(0 0 0 / 40%);
    text-decoration: line-through;
}

.wdp-ribbon-six {
    background: none !important;
    position: relative;
    box-sizing: border-box;
    position: absolute;
    width: 87px;
    height: 87px;
    top: 0px;
    right: 0px;
    padding: 0px;
    overflow: hidden;
}
.wdp-ribbon-inner-wrap{
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.wdp-ribbon-border {
    width: 0;
    height: 0;
    border-right: 87px solid #F22B1E;
    border-bottom: 87px solid transparent;
    z-index: 12;
    position: relative;
    top: -20px;
}
.wdp-ribbon-text {
    transform: rotate(-315deg);
    font-family: Lato;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.7px;
    text-align: center;
    color: #fff;
    width: 56px;
    top: 12px;
    left: 32px;
}
.product-card .product-info .product-btn {
    gap: 16px;
}
.product-card .product-info .product-btn .btn-main {
    font-size: 16px;
    padding: 13px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    border-radius: 8px;
    background-color: #356AD1;
    border-color: #356AD1;
}
.product-card .product-info .product-btn .btn-main.transparent-btn {
    border: solid 1px rgba(0, 0, 0, 0.3);
    background-color: #f2f2f2;
    color: #000000;
}
.product-card .product-info .product-btn .btn-main > svg {
    vertical-align: text-top;
    margin-right: 8px;
}
.product-card.no-record {
    box-shadow: none;
}
.product-card.no-record p {
    font-size: 18px;
    max-width: 600px;
    margin: 12px auto 20px;
}
.product-card.no-record .product-info {
    padding: 80px 0px 40px;
}
.product-card.no-record .product-info .record-ico {
    margin-bottom: 30px;
}
.product-card.no-record .product-info .record-ico img {
    max-width: 180px;
}
.product-card.no-record .product-info .theme-title {
    font-size: 36px;
    font-weight: 600;
    text-overflow: inherit;
    overflow: inherit;
    height: auto;
    display: block;
    margin: 0px auto;
    line-height: 1.4;
}
.related-product-slider .owl-nav, 
.related-product-slider .owl-dots {
    display: none;
}

.shop-area .product-btn .btn-main {
    padding: 12px 18px;
}
.product-btn .btn-main.transparent-btn {
    background: #F2F2F2;
    color: #4F4F4F;
    border-radius: 5px;
}
.product-btn .btn-main.transparent-btn:hover {
    border-color: #F2F2F2 !important;
}

.unlimited-download {
    background-color: #356AD1;
}
.unlimited-download .page-title h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 400;
}
.unlimited-download .page-title h2 > span {
    font-weight: 700;
}
.un-pro-text span {
    font-weight: 800;
    font-size: 46px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 15px;
    line-height: normal;
}
.unlimited-left ul {
    padding-left: 20px;
    margin: 20px 0px;
}
.unlimited-left ul > li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding-bottom: 5px;
    list-style: disc;
}
.unlimited-left ul > li:last-child {
    padding-bottom: 0px;
}
.unlimited-btn .btn-main {
    background: #FFFFFF;
    color: #333333;
}

.unlimited-right .unlimited-box {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 30px;
    margin-top: 30px;
}
.unlimited-box h2 {
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    margin: 0px;
}
.unlimited-box .theme-description {
    font-weight: 400;
    font-size: 16px;
    color: #828282;
    height: 48px;
    margin: 12px 0px 25px;
}
.unlimited-box h3 {
    font-weight: 400;
    font-size: 18px;
    color: #4F4F4F;
    margin-bottom: 4px;
}
.unlimited-box h3 > span {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    color: #E41E26;
}
.unlimited-box p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin: 0px 0px 15px;
}
.unlimited-box p span {
    font-weight: 700;
    font-size: 20px;
    color: #828282;
}

.bitrix-pro {
    background-color: #356AD1;
    background-image: url(../images/bitrix-pro.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.bitrix-pro-main span {
    font-weight: 800;
    font-size: 46px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 15px;
    line-height: normal;
    margin-bottom: 25px;
}
.bitrix-pro-main p {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    max-width: 1080px;
    margin: 0px auto 35px;
}
.bitrix-pro-main .page-btn .btn-main {
    background-color: #fff;
    border-color: #fff;
    color: #000000;
}

.why-choose .page-title p,
.our-client .page-title p {
    margin: 6px auto 0px;
}
.why-choose-card {
    background: rgba(35, 41, 175, 0.05);
    border-radius: 30px;
    padding: 40px 30px;
    margin-top: 30px;
}
.why-choose-card.problem-solve {
    background-color: rgba(228, 30, 38, 0.05);
}
.why-choose-card.problem-solve .why-choose-ico {
    background-color: #E41E26;
}
.why-choose-card.regular-update {
    background: rgba(0, 39, 118, 0.05);
}
.why-choose-card.regular-update .why-choose-ico {
    background-color: #00CF7F;
}
.why-choose-card .why-choose-ico {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    background: #2329AF;
    margin: 0px auto 20px;
}
.why-choose-card .theme-title {
    font-size: 22px;
    margin-bottom: 6px;
}
.why-choose-card p {
    font-size: 18px;
    text-align: center;
    color: rgba(42, 42, 42, 0.5);
    margin-bottom: 0px;
}

.weekly-newsletter-area {
    background-color: #356AD1;
}
.weekly-newsletter h3 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.weekly-newsletter h2 {
    font-weight: 400;
    font-size: 46px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.weekly-newsletter h2 > span {
    font-weight: 700;
}
.weekly-newsletter .form-group {
    max-width: 760px;
    margin: 0px auto 15px;
    display: flex;
    position: relative;
}
.weekly-newsletter .form-group .btn-main {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 12px 25px;
    border-color: #00A3FF;
    background: #00A3FF;
    border-radius: 0px 5px 5px 0px;
}
.weekly-newsletter .theme-description {
    color: #fff;
}
.weekly-newsletter .theme-description > a {
    color: #00A3FF;
    font-weight: 700;
}
.our-clients .our-client-slider {
    text-align: center
}
.our-client-slider .our-clients-box-img {
    width: 33.33%;
    float: left;
}
.our-client-slider .our-client-box {
    text-align: center;
    display: table-cell;
    height: 172px;
    vertical-align: middle;
    width: 767px;
    padding: 15px 15px;
}


.clients-slider {
    margin: 0px -15px;
}
.clients-items {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    margin: 30px 15px;
}
.clients-items .clients-head {
    padding: 30px 30px;
    border-bottom: 0px;
    border-radius: 0px 0px 10px 10px;
}
.clients-items .clients-head > i {
    color: #356AD1;
    font-size: 50px;
    margin-bottom: 15px;
}
.clients-items .clients-head .theme-title {
    margin-bottom: 6px;
}
.clients__footer__left .clients-title {
    margin-left: 8px;
}
.clients__footer__left .clients-title .theme-description {
    font-size: 12px;
}
.clients-items .clients-footer {
    background: rgba(0, 39, 118, 0.05);
    padding: 20px 30px;
    position: relative;
}
.clients-authore img {
    width: 58px;
    height: 58px;
    border-radius: 100%;
    object-fit: cover;
    border: 4px solid #fff;
}
.clients-items .clients-footer::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #fff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -1px;
    left: 44px;
}
.clients-slider .owl-nav {
    display: none;
}
.clients-slider .owl-dots {
    display: block;
}

.support-area .page-title.large-title {
    margin-bottom: 40px;
}
.customer-support .page-title p {
    max-width: 500px;
}
.support-form .nav-tabs {
    justify-content: center;
    border: 0px;
    margin-bottom: 15px;
}
.support-form .nav-tabs .nav-item {
    margin: 5px 5px;
}
.support-form .nav-tabs .nav-item .nav-link {
    background: #eee;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #828282;
    padding: 10px 30px;
}
.support-form .nav-tabs .nav-item.active .nav-link,
.support-form .nav-tabs .nav-item:hover .nav-link {
    background-color: #356AD1;
    color: #fff;
}
.support-area .support-form {
    max-width: 800px;
    margin: 0px auto;
}
.support-form form {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #eee;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 30px 5px;
    margin: 30px 0px;
}
.customer-support .customer-support-box {
    max-width: 800px;
    margin: 0px auto;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px 5px;
    padding: 30px 30px;
}
.customer-support-box .form-group {
    margin-bottom: 25px;
}
.support-form .form-group {
    margin-bottom: 25px;
}
.support-form .theme-title {
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    margin: 30px 0px 15px;
}

.happy-client {
    background-color: rgba(57, 48, 216, 0.05);
}
.happy-client .happy-client-item {
    margin-top: 30px;
}
.happy-client-item h2 {
    font-weight: 800;
    font-size: 98px;
    color: #000000;
    margin-bottom: 5px;
}
.happy-client-item .theme-description {
    font-weight: 400;
    font-size: 22px;
    color: #4F4F4F;
    margin-bottom: 18px;
}
.happy-client-item .clients-dot {
    display: block;
    height: 10px;
    width: 10px;
    background-color: #2329AF;
    border-radius: 100%;
    outline: 5px solid #fff;
    margin: 0px auto 5px;
}
.happy-client-item .clients-dot.orrange {
    background-color: #F4950C;
}
.happy-client-item .clients-dot.green {
    background-color: #00B861;
}

.faq-area .faq-main {
    max-width: 900px;
    margin: 0px auto;
}
.faq-main .page-title.large-title h2 {
    font-size: 28px;
    margin-bottom: 30px;
}
.faq-box-list {
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 18px 18px;
    margin-top: 20px;
}
.faq-box-list a {
    font-weight: 500;
    font-size: 18px;
    color: #000000 !important;
    display: block;
    position: relative;
    padding-right: 30px;
}
.faq-box-list a > i {
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.faq-box-list a.active > i::before {
    content: "\f068";
}
.faq-box-list .content {
    display: none;
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    margin-top: 15px;
    padding-bottom: 5px;
}
.faq-box-list .content > ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}
.faq-box-list .content > ul > li {
    font-weight: 400;
    font-size: 18px;
    color: #828282;
    margin-bottom: 8px;
    list-style: disc;
}
.faq-box-list .content > ul > li:last-child {
    margin-bottom: 0px;
}
.faq-box-list .content .theme-description {
    font-weight: 400;
    font-size: 18px;
    color: #828282;
}
.faq-box-list .content .theme-description:last-child {
    margin-bottom: 0px;
}
.faq-box-list .content .theme-description > a {
    display: inline-block;
    font-weight: 600;
    padding: 0px;
    color: #356ad1 !important;
}

.product-detail-area {
    padding: 40px 0px;
}
/* bradcrumb */
.s-bradcrumb {
    padding: 50px 0px 30px;
    background: linear-gradient(rgb(53 106 209 / 8%), #fff 95.87%);
}
.bradcrumb-area {
    background: #fafafa;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0px;
}
.bradcrumb-box h1,
.bradcrumb-box h2 {
    font-weight: 700;
    font-size: 26px;
    color: #000000;
    margin-bottom: 0px;
}
.bradcrumb-box p {
    font-weight: 500;
    font-size: 18px;
    color: rgba(51, 51, 51, 0.7);
    max-width: 860px;
    margin: 5px auto 0px;
}
.bradcrumb-box ul > li {
    font-size: 16px;
    position: relative;
    padding-right: 20px;
    color: rgba(51, 51, 51, 0.7);
}
.bradcrumb-box ul > li:last-child {
    padding-right: 0px;
}
.bradcrumb-box ul > li::before {
    content: "/";
    font-size: 16px;
    color: rgba(51, 51, 51, 0.7);
    position: absolute;
    top: 0px;
    right: 6px;
}
.bradcrumb-box ul > li:last-child::before {
    content: none;
}
.bradcrumb-box ul > li > a {
    color: #356ad1;
    font-weight: 600;
}
.bradcrumb-box ul > li > a > i {
    font-size: 15px;
    margin-right: 1px;
}
.s-bradcrumb-text h1 {
    font-weight: 600;
}
.shop-filter p {
    color: #000;
    font-size: 18px;
}
.shop-filter p > span {
    font-weight: 600;
}
.shop-area .shop-filter {
    border-bottom: 1px solid rgb(238 238 238 / 80%);
    padding: 0px 0px 15px;
    border-radius: 5px;
}
.filter-items .page-title {
    border-bottom: 1px solid rgb(238 238 238 / 80%);
    padding: 0px 0px 15px;
    border-radius: 0;
}
.shop-area.page-background .filter-items .page-title {
    border-color: rgb(57 48 216 / 10%);
}
.filter-items .page-title p {
    font-size: 16px;
}
.filter-items .page-title p > span {
    color: rgba(51, 51, 51, 0.7);
}
.shop-area .shop-filter .nav-tabs {
    margin: 0px;
}
.shop-area .shop-filter .nav-tabs .nav-item {
    margin-right: 10px;
}
.shop-area .shop-filter .nav-tabs .nav-item:last-child {
    margin-right: 0px;
}
.shop-area .shop-filter .nav-tabs .nav-item .nav-link {
    width: auto;
    height: auto;
    color: rgb(0 0 0 / 50%);
    line-height: normal;
    margin: 0px;
    font-size: 16px;
    background-color: transparent !important;
    font-weight: 600;
    line-height: 1;
    padding: 12px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.shop-area .shop-filter .nav-tabs .nav-item .nav-link.active, 
.shop-area .shop-filter .nav-tabs .nav-item .nav-link:hover {
    background-color: #356ad1 !important;
    color: #fff;
}
/* bradcrumb */


.become-affliate-area .become-affliate-info {
    padding: 30px 0px;
}
.become-affliate-info .become-affliate-des {
    max-width: 600px;
}
.become-affliate-info .become-affliate-des .theme-description {
    margin-bottom: 15px;
}
.become-affliate-info .become-affliate-des .theme-description b {
    color: #000000;
}
.affiliate-program .affiliate-program-box {
    margin-top: 30px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 40px 30px;
}
.affiliate-program-ico {
    height: 150px;
    width: 150px;
    line-height: 155px;
    background-color: #356AD1;
    border-radius: 100%;
    margin: 0px auto 35px;
    position: relative;
}
.affiliate-program-ico::before {
    content: "";
    height: 160px;
    width: 150px;
    background: rgba(228, 30, 38, 0.1);
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.affiliate-program-box .theme-title {
    margin-bottom: 10px;
}
.referral-link {
    background-color: rgba(228, 30, 38, 0.05);
    background-image: url(../images/referral.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}
.referral-link-box .page-title p {
    color: #000000;
    max-width: 540px;
}
.weekly-newsletter-area.discount-area .weekly-newsletter h2 {
    margin-bottom: 6px;
}
.weekly-newsletter-area.discount-area .weekly-newsletter p {
    color: #fff;
    margin-bottom: 25px;
}
.affiliate-work-main .affiliate-work-item {
    width: 25%;
    float: left;
    text-align: center;
    border: 20px solid #f5f4fd;
    border-radius: 45px 45px;
    outline: 1px solid #7D7D7D;
    margin-top: 30px;
}
.affiliate__work__item {
    background-color: #4B3AD1;
    outline: 2px solid #4B3AD1;
    padding: 30px 30px;
    border-radius: 30px 30px;
    border: 15px solid #f5f4fd;
}
.affiliate-work-item.active-referral-link .affiliate__work__item {
    background-color: #00B861;
    outline-color: #00B861;
}
.affiliate-work-item.share .affiliate__work__item {
    background-color: #FF5500;
    outline-color: #FF5500;
}
.affiliate-work-item.earn-commission .affiliate__work__item {
    background-color: #002426;
    outline-color: #002426;
}
.affiliate__work__item .affiliate-work-ico {
    margin-bottom: 30px;
}
.affiliate__work__item .theme-title {
    margin-bottom: 12px;
    color: #fff;
}
.affiliate__work__item .theme-description {
    color: #fff;
}

.product-detail-box h1 {
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    margin-bottom: 30px;
}
.pro-category ul {
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;gap: 10px 0;
}
.pro-category ul > li {
    font-weight: 600;
    font-size: 18px;
    color: #4F4F4F;
    padding-right: 30px;
}
.pro-category ul > li.text-review {
    font-weight: 500;
    color: #BDBDBD;
}
.pro-category ul > li.text-review .btn-main {
    padding: 6px 12px;
}
.pro-category ul > li.text-blue {
    color: #356AD1;
}
.pro-category ul > li svg.pro-ico {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 4px;
}

.product-tab .nav-tabs {
    border: 0;
    background-color: rgb(238 238 238 / 50%);
    padding: 15px 15px;
    border-radius: 5px 5px 0px 0px;
}
.product-review .show-more {
    padding: 0px 15px 15px;
}
.show-more .show-more-btn {
    font-size: 16px;
    color: #356AD1;
    font-weight: 700;
    DISPLAY: inline-block;
    text-transform: uppercase;
}
.product-review .user-comments-box .review-item:first-child {
    margin-top: 0;
}
.product-review .review-item {
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 20px;
}
.review-head h3 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin: 0px;
}
.review-head h3 span {
    font-weight: 300;
    font-size: 14px;
    color: #828282;
    margin-left: 4px;
}
.review-item p {
    font-weight: 400;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 0px;
}
.review-form {
    border-radius: 5px 5px;
    margin-top: 15px;
    display: none;
    width: 100% !important;
    background-color: rgb(238 238 238 / 50%);
    padding: 15px;
}
.review-form .form-group {
    margin-top: 20px;
}
.rate {
    float: left;
    height: 46px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #356AD1;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
/* User Star */
.review-form .rating { 
  border: none;
  margin:0px;
  margin-bottom: 0px;
  float: left;
}

.review-form .rating > input { display: none; } 

.review-form .rating.star > label {
    color: #D9D9D9;
    margin: 0px;
    background-color: #ffffff;
    border-radius: 0;
    height: 40px;
    float: right;
    width: auto;
    border: 1px solid #ffffff;
}
.review-form .rating.star > label:before { 
    margin-top: 0;
    padding: 0px;
    font-size: 38px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\2605";
    position: relative;
    top: -9px;
}
.review-form .rating > label:before {
    margin-top: 2px;
    padding: 5px 12px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "";
}
.review-form .rating > .half:before { 
  content: "\f089";
  position: absolute;
}
.review-form .rating.star > label{
  background-color: transparent !important;
}
.review-form .rating > label { 
    color: #fff;
    margin: 1px 11px 0px 0px;
    background-color: #78e2fb;
    border-radius: 2px;
    height: 16px;
    float: right;
    width: 16px;
    border: 1px solid #c1c0c0;  
}

/***** CSS Magic to Highlight Stars on Hover *****/

.review-form .rating:not(:checked) > label:hover, /* hover current star */
.review-form .rating:not(:checked) > label:hover ~ label { 
    background-color:#F2C94C !important;
  cursor:pointer;
} /* hover previous stars in list */

.review-form .rating > input:checked + label:hover, /* hover current star when changing rating */
.review-form .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.review-form .rating > input:checked ~ label:hover ~ label { 
    background-color:#F2C94C !important;
  cursor:pointer;
} 
.review-form .rating.star:not(:checked) > label:hover, /* hover current star */
.review-form .rating.star:not(:checked) > label:hover ~ label { 
  color:#F2C94C !important;
  background-color: transparent !important;
  cursor:pointer;
} /* hover previous stars in list */

.review-form .rating.star > input:checked + label:hover, /* hover current star when changing rating.star */
.review-form .rating.star > label:hover ~ input:checked ~ label, /* lighten current selection */
.review-form .rating.star > input:checked ~ label:hover ~ label { 
  color:#F2C94C !important;
  cursor:pointer;
  background-color: transparent !important;
} 
.star_rating{
        width: 500px;
    margin: 0 auto;
    border: 1px solid #ff0000;
    padding: 3px 30px 72px 35px;
    box-shadow: 0 0 15px red;
    margin-top: 2%;
    border-radius: 14px;
}
.star_rating h2 {
  font-size: 27px;
  text-transform: uppercase;
}
.star_rating p {
  font-size: 17px;
  color: #78e2fb;
  clear: both;
  margin-bottom: 3px;
}
.star_rating h4 {
    font-size: 17px;
    color: #78e2fb;
    clear: both;
    margin-bottom: 3px;
    border-top: 2px solid red;
    padding-top: 16px;
    text-align: center;
}
@media screen and (max-width: 500px){
  .star_rating {
    width: 100%;
    padding: 3px 8px 72px 6px;
  }
  .review-form .rating.star {
    margin: 0 auto;
    display: block;
    text-align: center;
    float: none;
  }
  .review-form .rating.star > label {
    margin: 1px;
    width: 19%;
  }
}
/* User Star */
.product-detail-area .pro-sidebar {
    position: sticky;
    top: 120px;
}
.our-blogs-area .pro-sidebar {
    position: sticky;
    top: 120px;
}
.pro-sidebar .sidebar-widget {
    background: #FFFFFF;
    border: 1px solid #E4E5E7;
    border-radius: 10px;
    padding: 20px 20px;
}
.pro-sidebar .pro-header {
    flex-wrap: wrap;
    gap: 6px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sidebar-widget .pro-header h3,
.license-price .sales-count {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin: 0px;
}
.sidebar-widget .pro-header h3 svg,
.license-price .sales-count svg {
    vertical-align: bottom;
}
.sidebar-widget .pro-header h2 {
    font-weight: 800;
    font-size: 22px;
    color: #000000;
    margin: 0px;
}
.accepted-box {
    gap: 8px;
}
.accepted-box > img {
    max-width: 24px;
}
.pro-sidebar .pro-header span {
    font-weight: 400;
    font-size: 16px;
    color: #356AD1;
    display: block;
    margin-top: 5px;
}
.sidebar-widget .pro-cat h3 {
    font-weight: 400;
    font-size: 16px;
    color: #828282;
    margin-bottom: 15px;
}
.sidebar-widget .pro-cat h3 b {
    color: #000000;
}
.package-text h3 {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    margin-bottom: 3px;
}
.package-text ul {
    padding: 0px;
    margin: 0px 0px 20px;
    display: flex;
    flex-wrap: wrap;
}
.package-text ul li {
    font-weight: 500;
    font-size: 15px;
    color: #356AD1;
    padding-left: 22px;
    margin-top: 12px;
    position: relative;
    margin-right: 15px;
}
.package-text ul li:last-child {
    margin-right: 0px;
}
.package-text ul li svg {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 5px;
    left: 0px;
}
.bundled-item {
    max-height: 210px;
    overflow-y: auto;
    margin: 0px -15px;
}
.bundled-item::-webkit-scrollbar {
    width: 2px;
}
.bundled-services {
    border-top: 1px solid #eee;
    padding: 15px 0px;
}
.bundled-services h3 {
    font-size: 18px;
    margin-bottom: 12px;
}
.bundled-item .bundled_product {
    margin-bottom: 8px;
    padding: 0px 15px;
}
.bundled-item .bundled_product:last-child {
    margin-bottom: 0px;
}
.bundled_product .form-check {
    cursor: pointer;
    padding: 0px;
    position: relative;
    padding-left: 22px;
    width: calc(100% - 100px);
}
.bundled_product .form-check .form-check-input {
    width: 20px;
    height: 20px;
    background-color: #eee;
    border: 0px;
    margin: 0px;
    position: absolute;
    top: 4px;
    left: 0px;
}
.bundled_product .form-check .form-check-input:checked[type=checkbox] {
    background-color: #356ad1;
}
.bundled_product .form-check-label {
    line-height: 1.3;
    font-weight: 500;
    padding: 0px 10px;
    font-size: 16px;
    color: #666;
    position: relative;
    width: 92%;
}
.bundled_product .svg-inline--fa {
    max-width: 14px;
    margin-left: 4px;
    cursor: pointer;
}
.bundled_product .svg-inline--fa > path {
    fill: #666666;
}
.bundled_product .price {
    font-size: 16px;
    font-weight: 600;
    color: #356AD1;
    width: 100px;
    text-align: right;
}
.bundled_product .price ins {
    text-decoration: none;
    margin-left: 3px;
}
.bundled_product .price del {
    font-size: 14px;
    color: rgb(33 37 41 / 50%);
}
.sidebar-widget .sidebar-note {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    margin-top: 30px;
}
.sidebar-widget .sidebar-note .theme-description b {
    color: #000000;
}
.product-tag .theme-title {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom: 8px;
}
.product-tag .pro-tag-main a {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    float: left;
    padding: 8px 15px;
    margin: 5px 5px;
}
.sidebar-widget .product-tag,
.sidebar-widget .requirment-hosting,
.sidebar-widget .pro-support {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sidebar-widget .pro-support:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.sidebar-title {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
}

.services-modal .modal-body {
    padding: 20px;
    max-height: 600px;
    overflow-y: auto;
}
.modal-header.service-header {
    background-color: #356AD1;
}
.modal-header.service-header {
    background-color: #356AD1;
    padding: 14px 20px;
}
.modal-header.service-header h5 {
    font-weight: 600;
    color: #fff;
}
.modal-header.service-header .close {
    border: 0px;
    padding: 0px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    opacity: 1;
}
.s-description .service-desc h5 {
    font-size: 22px;
    margin-bottom: 8px;
}
.s-description .service-desc p {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 15px;
}
.s-description .service-desc {
    border: 0px;
    padding: 0px;
}
/* Service sidebar */
.license-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E4E5E7;
    margin: 0px -20px;
    padding: 0px 20px 20px;
}
.license-price label {
    font-size: 18px;
    color: #243238;
    font-weight: 600;
}
.license-price .price {
    font-size: 22px;
    font-weight: 800;
    margin: 0px;
}
.license-price .price del {
    font-size: 16px;
    opacity: .8;
    margin-right: 4px;
    color: #95979D;
    font-weight: 600;
}
.license-price .price ins {
    text-decoration: none;
}
.cart-services-caption {
    position: relative;
    z-index: 1;
    margin: 15px 0px 15px;
}
.cart-services-caption span {
    background: #fff;
    color: #95979D;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-right: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.cart-services-caption::after {
    border-bottom: 1px solid #eeeeee;
    content: "";
    right: 0;
    position: absolute;
    top: 12px;
    width: 100%;
    z-index: -1;
}
.services-price .license-price {
    margin-bottom: 12px;
}
.services-price .license-price:last-child {
    margin-bottom: 0px;
}
.license-price .form-check-input {
    height: 20px;
    width: 20px;
    margin-top: 3px;
    border: 2px solid #cfd8dc;
    margin-right: 10px;
}
.services-price .license-price label {
    font-size: 17px;
    font-weight: 500;
    color: #95979D;
    letter-spacing: 0.5px;
}
.services-price .license-price label > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    position: relative;
    top: -2px;
    cursor: pointer;
}
svg.bi.bi-question-circle {
    fill: #212529;
}
.services-price .license-price .price {
    font-size: 18px;
/*    color: #356ad1;*/
}
.license-price .price input {
    width: 88px;
    padding: 6px 10px;
    background-color: #eee;
    color: #222;
    text-align: center;
}
.cart-services-caption.service-package {
    margin: 20px 0px;
}
.cart-services-caption.service-package span {
    font-size: 18px;
    color: #222;
}
.cart-services-caption.service-package::after {
    content: none;
}
/* Service sidebar */
.requirment-hosting span {
    font-weight: 400;
    font-size: 16px;
    color: #828282;
}
.requirment-hosting span img {
    vertical-align: middle;
    margin-right: 8px;
}
.pro-support-tag span {
    font-weight: 400;
    font-size: 16px;
    color: #828282;
    display: block;
    float: left;
    padding-right: 15px;
}
.pro-support-tag span:last-child {
    padding-right: 0px;
}
.sidebar-btn .btn-main svg {
    vertical-align: text-bottom;
    margin-right: 4px;
}
.sidebar-btn .btn-main {
    margin-bottom: 15px;
}
.sidebar-btn .btn-main:last-child {
    margin-bottom: 0px;
}

.detail-slider {
    position: relative;
    margin-bottom: 25px;
}
.detail-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    background-color: #fff !important;
    border: 2px solid #356AD1;
    line-height: 42px;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.detail-slider:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}
.detail-slider .owl-nav button.owl-prev {
    left: 15px;
}
.detail-slider .owl-nav button.owl-next {
    right: 15px;
}

.product-tab .pro-tab-head {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.product-tab .pro-tab-head > ul > li {
    margin-right: 25px;
    position: relative;
}
.product-tab .pro-tab-head > ul > li:last-child {
    margin-right: 0px;
}
.product-tab .nav.nav-pills li.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    height: 2px;
    background-color: #356ad1;
    z-index: 2;
}
.product-tab .pro-tab-head > ul > li > a {
    font-size: 18px;
    color: rgba(51, 51, 51, 0.7);
}
.product-tab .nav.nav-pills li.active > a {
    color: #000;
    font-weight: 600;
}
.product_detail_text .product-description-box p {
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
}
.product_detail_text .product-description-box p > a {
    font-weight: 600;
    color: #356ad1;
}
.product-description-box ul {
    padding-left: 0px;
    margin-bottom: 15px;
}
.product-description-section.flutter-code h3 {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    margin: 30px 0px 20px;
    position: relative;
}
.product-description-box ul > li {
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
    padding-bottom: 6px;
    position: relative;
    list-style: none;
    padding-left: 30px;
}
.product-description-box ul > li:last-child {
    padding-bottom: 0px;
}
.product-description-box ul > li::before {
    content: "";
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #356AD1;
    font-size: 10px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.product-description-box ul > li::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    left: 4px;
}

.live-btn > a {
    font-weight: 600;
}
.live-btn > a > svg {
    vertical-align: text-top;
}
.product-description-box .text-point {
    list-style: disc !important;
    padding-left: 20px;
    margin-bottom: 20px;
}
.product-description-box .text-point li {
    list-style: disc;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.7);
    padding-bottom: 8px;
}
.product-description-box .text-point li:last-child {
    padding-bottom: 0px;
}
.pro-detail-left .feature-main > div{
    padding: 0;
}
.pro-detail-left .feature-main {
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    margin-top: 30px;
    padding: 0px 15px 30px;
}
.pro-detail-left .feature-main .feature-item{
}
.pro-detail-left .feature-main .feature-item ul > li{
    padding-left: 0;
}

.product_detail_text ul,
.product_detail_text p{
    margin-bottom: 16px;
}
.product_detail_text h2 {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    margin: 0px;
    margin-bottom: 8px;
    position: relative;
}
.feature-main > div {
    width: 50%;
    float: left;
    padding: 0px 15px;
}
.feature-main .feature-item {
    margin-top: 30px;
}
.feature-main .feature-item p {
    padding-left: 40px;
    margin-top: 15px;
}
.feature-item h2 {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    margin: 0px;
    margin-bottom: 8px;
    position: relative;
}
/*.feature-item h2::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}*/
.feature-item h2 svg {
    margin-right: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.feature-item .theme-description {
    padding-left: 38px;
    margin-top: 15px;
}
.feature-item ul {
    margin: 0px;
    padding-left: 26px;
    margin-top: 15px;
}
.feature-item ul > li {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    padding-bottom: 12px;
    list-style: disc;
    text-transform: lowercase;
}
.feature-item ul > li:first-letter {
    text-transform: uppercase;
}
.feature-item ul > li:last-child {
    padding-bottom: 0px;
}
.product_detail_text > h3 {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    margin: 20px 0px;
    position: relative;
}
.product_detail_text > ul > li {
    font-weight: 400;
    font-size: 18px;
    color: rgba(51, 51, 51, 0.7);
    padding-bottom: 12px;
    list-style: disc;
    text-transform: lowercase;
}
.product_detail_text > ul > li:last-child {
    padding-bottom: 0px;
}
.support-text {
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}
.support-text h2 {
    font-weight: 700;
    font-size: 24px;
    margin: 0px;
    margin-bottom: 10px;
    position: relative;
}
.support-text p {
    margin: 0px;
    font-size: 16px;
    padding-left: 38px;
}
.support-text p > a {
    color: #000;
    font-weight: 600;
}

.big-day-box {
    background-image: url(../images/big-day.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 20px;
    background-color: #356AD1;
    border-radius: 20px;
}
.big-day-box .un-pro-text {
    margin-bottom: 25px;
}
.big-day-box p {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.06em;
    color: #ffffff;
    margin: 0px;
}
.sale-count ul {
    margin: 0px;
    display: flex;
    justify-content: center;
}
.sale-count ul li {
    font-weight: 400;
    font-size: 14px;
    color: #efefef;
    float: left;
    padding: 0px 30px;
    margin-top: 25px;
    position: relative;
}
.sale-count ul li::before {
    content: "";
    height: 35px;
    width: 1px;
    background-color: #F2F2F2;
    position: absolute;
    top: 22px;
    right: 0px;
}
.sale-count ul li:last-child::before {
    content: none;
}
.sale-count ul li span {
    font-weight: 800;
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: normal;
}

.shop-sidebar {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 30px;
    position: sticky;
    top: 110px;
}
.shop-sidebar .shop-widget {
    border-bottom: 1px solid #E0E0E0;
    padding: 30px 30px;
}
.shop-sidebar .shop-widget:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}
.shop-category ul,
.tag-items ul {
    padding: 0px;
    margin: 0px;
}
.shop-sidebar .shop-widget.overflow-y h2 {
    padding: 0px 30px 0px;
}
.shop-widget .tag-items {
    max-height: 238px;
    overflow-y: auto;
    padding: 5px 0px 0px;
}
.form-check-input:focus {
    box-shadow: none !important;
}
.shop-widget h2 {
    font-weight: 700;
    font-size: 18px;
    color: #4F4F4F;
    margin-bottom: 15px;
}
.shop-category ul > li {
    font-weight: 700;
    font-size: 15px;
    color: #4F4F4F;
    padding-bottom: 10px;
}
.shop-category ul > li:last-child {
    padding-bottom: 0px;
}
.shop-category ul > li > a {
    color: #4F4F4F;
}
.shop-category ul > li .form-check {
    float: left;
    padding-left: 0px;
}
.shop-category ul > li > span {
    font-weight: 400;
    font-size: 16px;
    color: #BDBDBD;
    float: right;
}
.shop-category ul > li > ul {
    margin-top: 10px;
    padding-left: 15px;
}
.shop-category ul > li > ul > li, .shop-category ul > li > ul > li > a {
    font-weight: 400;
    color: #4F4F4F;
}
.tag-items ul li > span {
    font-weight: 400;
    font-size: 16px;
    color: #BDBDBD;
}
.tag-items ul > li {
    padding-bottom: 10px;
}
.tag-items ul > li:last-child {
    padding-bottom: 0px;
}
.shop-widget .tag-items .custom-checkbox {
    position: relative;
    padding-left: 20px;
}
.shop-widget .tag-items .custom-checkbox input {
    position: absolute;
    top: 0px;
    left: 0px;
}
.price-box .form-group {
    margin-top: 15px;
    margin-bottom: 0px;
}
.price-box span {
    display: block;
    margin-top: 44px;
    padding: 0px 15px;
}

.shop-area, 
.product-detail-area {
    padding: 60px 0px;
}
.shop-area .search-tag > span {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    padding: 6px 6px;
    margin: 2px 2px;
    cursor: pointer;
}
.shop-area .search-tag > span svg {
    vertical-align: bottom;
}
.shop-area .shop-main,
.shop-area .sidebar-main {
    position: sticky;
    top: 115px;
}
.shop-main .shop-panel-top {
    border-bottom: 1px solid #E0E0E0;
    padding: 0px 0px 15px;
}
.shop-main .service-more {
    margin-top: 30px;
}
.service-more .page-title {
    padding-top: 30px;
}
.shop-area .nav-tabs {
    border: 0px;
    gap: 10px;
}
.shop-area .nav-tabs .nav-item {
    margin: 0px;
}

.shop-area.complete-script .pro-width {
    display: none;
}
.shop-area.complete-script .col-xl-9 {
    width: 100%;
}

.shop-area .nav-tabs .nav-item .nav-link {
    height: 40px;
    line-height: 35px;
    padding: 0px;
    text-align: center;
    background: #FFFFFF;
    border: 0;
    border-radius: 2px;
    margin: 0px 6px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}
.shop-area .nav-tabs .nav-item .nav-link.active{
    color: #356ad1;
}
.shop-area .nav-tabs .nav-item.active .nav-link {
    border-color: #356ad1;
    background-color: #356ad1;
    color: #fff;
}
.shop-area .nav-tabs .nav-item a{
    width: 40px;
    border: 1px solid rgb(189 189 189 / 50%);margin: 0 !important;
}
.shop-area .nav-tabs .nav-item .nav-link > svg > path {
    fill: #0D0D0D;
}
.shop-area .nav-tabs .nav-item.active .nav-link > svg > path {
    fill: #ffffff;
}

.shop-area .filters ul {
    margin: 0px;
    padding: 0px;
}
.shop-area .filters ul > li {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    float: left;
    position: relative;
    margin-right: 40px;
    cursor: default;
}
.shop-area .filters ul > li.active {
    color: #356ad1;
}
.shop-area .filters ul > li.is-checked {
    color: #356ad1;
}
.shop-area .filters ul > li:last-child {
    margin-right: 0px;
}
.shop-area .filters ul > li::before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #356AD1;
    position: absolute;
    bottom: -10px;
    left: 0px;
    display: none;
}
.shop-area .filters ul > li.is-checked::before {
    display: block;
}
.filter-arrow span {
    display: block;
    /* cursor: pointer; */
    color: #888;
}
.filter-arrow span:first-child {
    margin-top: -5px;
}
.filter-arrow span.active {
    color: #356AD1;
}
.filter-arrow .down-arw {
    position: absolute;
    bottom: -3px;
    right: 0px;
}
.pagination-box .pagination {
    justify-content: center;
    margin-top: 30px;
    display: block;
    text-align: center;
}
.pagination-box .pagination .page-item {
    margin: 5px 5px;
    display: inline-block;
}
.pagination-box .pagination .page-item .page-link {
    background: #FFFFFF;
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    padding: 0px;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #212B36;
    line-height: 38px;
}
.pagination-box .pagination .page-item .page-link.active,
.pagination-box .pagination .page-item .page-link:hover {
    color: #356ad1;
    border-color: #356ad1;
}
.pagination-box .pagination .page-item.disabled {
    opacity: .5;
    cursor: no-drop;
}

.product-list-main .product-list {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 30px 30px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.product-list-main .product-list .list-left .list-media {
    display: inline-block;
}
.product-list .list-media img {
    width: 250px;max-height: 180px;
}
.product-list-main .product-list::before {
    content: "";
    height: 80%;
    width: 1px;
    background-color: #E0E0E0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 290px;
}
.product-list-main .product-list .list-info.text-center {
    width: 250px;
}
.product-list-main .product-list .pro--i-right {
    margin-bottom: 14px;
}
.product-list .media-info {
    width: 100%;
    margin-left: 25px;
}
.product-list .media-info .theme-title,
.product-list .media-info .theme-description {
    margin-bottom: 10px;
}
.product-list .media-info .theme-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.product-list .media-info ul {
    padding-left: 20px;
    margin: 0px;
}
.product-list .media-info ul li {
    list-style: disc;
}
.product-list .media-info ul li.showMore {
    font-weight: 700;
    list-style: none;
    cursor: pointer;
    color: #356ad1;
}
.media-info .items .item {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-left: 15px;
    padding-bottom: 8px;
    position: relative;
}
.media-info .items .item::before {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #000000;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
}
.media-info .items .item:last-child {
    padding-bottom: 0px;
}
 a.showMore {
     display: block;
     font-size: 12px;
     font-weight: 700;
     text-transform: uppercase;
     margin-top: 20px;
     color: #0077c8;
     text-decoration: none;
}
 a.showMore::after {
     content: '+ VIEW MORE';
}
 a.showMore.showLess::after {
     content: '- VIEW LESS';
}
.list-info .pro-review,
.product-list .convert-price {
    margin-bottom: 14px;
}
.list-info .pro-cart {
    margin-bottom: 20px;
}
.list-btn .btn-main {
    padding: 12px 30px;
    line-height: normal;
}
.list-btn .cart-btn {
    height: 44px;
    width: 44px;
    line-height: 40px;
    padding: 0px;
    background: #F2F2F2;
    border-radius: 5px;
    border: 1px solid #F2F2F2;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.about-info .theme-description {
    margin-bottom: 15px;
}
.about-info .theme-description:last-child {
    margin-bottom: 0px;
}
.how-it-works .page-title {
    margin-bottom: 80px;
}
.work-info .work-detail {
    padding-left: 110px;
    margin-bottom: 50px;
}
.work-info .work-detail:last-child {
    margin-bottom: 0px;
}
.work-detail .work-ico {
    height: 80px;
    width: 80px;
    background-color: #356ad1;
    color: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 100%;
    font-size: 32px;
    text-align: center;
    line-height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.work-detail .work-ico.ico1 {
    background-color: #fb5c3b;   
}
.work-detail .work-ico.ico2 {
    background-color: #01d277;   
}
.work-detail .theme-title {
    font-size: 26px;
    margin-bottom: 12px;
}
.work-info .work-detail p {
    margin: 0px;
    font-size: 18px;
    color: #828282;
    line-height: 1.6;
}
.work-media img {
    max-width: 650px;
}
.join-marketplace {
    background-color: #356AD1;
    padding: 50px 0px;
    background-image: url(../images/bitrix-pro.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.join-marketplace .page-title h2 {
    color: #fff;
}
.join-marketplace .page-title p {
    color: rgb(255 255 255 / 80%);
}
.join-text .btn-main {
    background-color: #fff;
    color: #356ad1;
}
.count-area.page-background {
    padding: 40px 0px;
}
.count-area .container {
    max-width: 1140px;
}
.count-main .count-card {
    padding-left: 85px;
}
.count-main .count-ico {
    font-size: 28px;
    position: absolute;
    top: 2px;
    left: 0px;
    background-color: #ffffff;
    border-radius: 5px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
}
.count-card h2 {
    position: relative;
    font-size: 28px;
    margin-bottom: 4px;
    font-weight: 600;
}
.count-card p {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}

.counter-area {
    background-color: #356AD1;
    padding: 50px 0px;
}
.counter-area .counter-box {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 30px 30px;
}
.counter-box .counter-ico {
    height: 100px;
    width: 100px;
    line-height: 96px;
    background-color: #2329AF;
    border-radius: 100%;
    text-align: center;
}
.counter-area .counter-box.years-business .counter-ico {
    background-color: #E41E26;
}
.counter-area .counter-box.lovely-customer .counter-ico {
    background-color: #00CF7F;
}
.counter-box .counter-ico svg {
    height: 60px;
    width: 60px;
}
.counter-box h2 {
    font-weight: 800;
    font-size: 48px;
    color: #2329AF;
    margin-bottom: 0px;
    padding: 0px 30px;
}
.counter-area .counter-box.years-business h2 {
    color: #E41E26;
}
.counter-area .counter-box.lovely-customer h2 {
    color: #00CF7F;
}
.das-sidebar{
    height: 640px;
    position: sticky;
    top: 100px;
}

.nav-sidebar {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius:4px;
    height: 100%;
}
.nav-sidebar ul {
    padding: 0px;
    margin-bottom: 30px;
}
.nav-sidebar ul > li {
    padding-bottom: 15px;
}
.nav-sidebar ul > li:last-child {
    padding-bottom: 0px;
}
.nav-sidebar ul > li > a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #262626;
    padding: 0px;
    position: relative;
    border-left: 5px solid transparent;
    padding-left: 10px;
}
.nav-sidebar ul > li.active > a,
.nav-sidebar ul > li:hover > a {
    color: #356ad1;
    border-color: #356ad1;
}

.das-sidebar .card {
    border: 1px solid #eee;
    box-shadow: 0px 0px 15px #eee;
    border-radius: 5px 5px;
    margin-bottom: 20px;
}
.das-sidebar .card .card-body {
    padding: 15px 15px;
}
.dashboard-area {
    padding: 40px 0px;
}
.dashboard-area .das-avtar {
    height: 72px;
    width: 72px;
    margin: 0px auto 30px;
}
.das-avtar .-label {
    margin: 0px !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    background-color: #356ad1;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    bottom: -4px;
    right: -4px;
    cursor: pointer;
}

.trx-table-main .da-trx {
    max-height:596px;
}
.table-responsive {
    border: 1px solid #eee;
    border-radius: 5px 5px;
}
.table-responsive table thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #F5F5F5;
}
.table-responsive table {
    width: 100%;
}
.table-responsive table thead tr > th {
    font-size: 16px;
    color: #000;
    padding: 15px 15px;
}
.table-responsive table tbody > tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-responsive table tbody > tr:last-child {
    border-bottom: 0px;
}
.table-responsive table tbody > tr > td {
    font-size: 16px;
    color: #000;
    padding: 15px 15px;
}
.table-responsive table tbody > tr > td > a {
    color: #000000;
}
.table-responsive table thead tr > th.purchase-pro {
    width: 240px;
}
.table-responsive table tbody > tr > td.no-data {
    padding: 120px 15px;
    font-size: 32px;
    font-weight: 600;
}
.text-blue {
    color: #356AD1;
    font-weight: 700;
}
.text-orrange {
    color: #F29C79;
    font-weight: 600;
}
.view-btn {
    height: 40px;
    width: 40px;
    background-color: rgb(53 106 209 / 10%);
    color: #356ad1;
    display: block;
    border-radius: 5px 5px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    margin-left: auto;
}
.trx-table-main .view-btn {
    border: 0px;
    margin-right: 8px;
}
.trx-table-main .view-btn:last-child {
    margin-right: 0px;
}
.download-area .download-product {
    margin: 20px -20px -20px;
}
.download-product ul {
    margin: 0px;
    max-height: 510px;
    overflow-y: auto;
    padding: 0px 20px 0px;
}
.download-product ul li {
    margin-top: 20px;
    border: 1px solid #eee !important;
}
.download-product ul li:first-child {
    margin-top: 0px;
}
.download-product .btn.shadow-none {
    border: 0px;
}
.badge-soft-success {
    background-color: rgba(64,193,133,.15);
}
.download-product ul li .text-small span {
    font-weight: 400;
    font-size: 15px;
    color: #828282;
    display: inline-block;
}
.download-product ul li .img-sm {
    max-height: 52px;
}
.btn-group.card-option .btn {
    padding-right: 0px;
}
.btn-group.card-option .btn > i {
    font-size: 18px;
}
.download-area .theme-title {
    font-size: 17px;
    margin-bottom: 2px !important;
}
.download-area .theme-title .badge {
    color: #222;
    margin-left: 6px;
}
.setting-area .card {
    border: 1px solid #eee;
}
.setting-area .card .page-title {
    padding: 20px 20px;
    border-bottom: 1px solid #eee;
}
.download-product .no-record {
    padding: 120px 15px;
}
.no-record h2 {
    font-size: 32px;
    font-weight: 600;
}


.status-publish-box .status-publish-item {
    margin-bottom: 30px;
}
.status-publish-box .status-publish-item:last-child {
    margin-bottom: 0px;
}
.status-publish-item h2 {
    font-size: 34px;
    font-weight: 600;
    margin: 35px 0px;
}
.status-publish-item .status-publish-list {
    margin: 15px 0px;
    padding-left: 18px;
}
.status-publish-list li {
    font-size: 16px;
    padding-bottom: 12px;
    list-style: disc;
}
.status-publish-list li:last-child {
    padding-bottom: 0px;
}
.status-publish-box .status-publish-item .theme-description {
    font-size: 16px;
    margin-bottom: 15px;
}
.status-publish-box .status-publish-item .theme-title {
    margin-bottom: 20px;
}
.status-publish-list li .theme-description {
    margin-top: 8px;
    margin-bottom: 0px !important;
}
.status-publish-list li a {
    font-weight: 600;
    color: #356ad1;
}

/* Add to cart */
.table-text.d-block {
    font-size: 13px;
    font-weight: 500;
    color: #828282;
}
.ec-page-content {
    padding: 40px 0px;
    background-color: rgba(57, 48, 216, 0.05);
}
.ec-cart-pro-name .cart-des span {
    font-size: 12px;
    color: #828282;
    margin-top: 1px;
}
.cart_page .shop-all-btn {
  margin-bottom: 0;
}
.cart_page .ec-sidebar-wrap {
  border: 1px solid #ededed;
}
.cart_page .ec-sidebar-wrap h3, .cart_page .ec-sidebar-wrap .h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 21px;
}
.cart_page .ec-sidebar-wrap .ec-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}
.cart_page .ec-sidebar-wrap .ec-ship-title {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #ededed;
  color: #444444;
  padding-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart_page .ec-sidebar-wrap .ec-ship-title::after {
  content: "\f107";
  position: relative;
  font-family: "EcIcons";
  font-size: 18px;
  color: #777777;
  font-weight: 400;
}
.ec-cart-content .table-content table {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
}
.ec-cart-content .table-content table thead > tr > th {
    border-top: medium none;
    font-size: 17px;
    font-weight: 700;
    padding: 20px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 1px;
    background: rgb(53 106 209);
    color: #fff;
}
.ec-cart-content .table-content table tbody > tr {
  border-bottom: 1px solid #ebebeb;
}
.ec-cart-content .table-content table tbody > tr td {
  color: #444444;
  font-size: 16px;
  padding: 20px;
  text-align: left;
}
.ec-cart-content .table-content table tbody > tr td .ec-cart-pro-img {
  width: 61px;aspect-ratio: 1/1;
}
.ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus {
  border: 1px solid #ededed;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #444444;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 600;
  line-height: 38px;
}
.ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ec_cart_qtybtn {
  color: #444444;
  float: left;
  font-size: 20px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ec_qtybtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 0;
  color: #444444;
  height: 19px;
  position: relative;
}
.ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ec_qtybtn:before {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #444444;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  font-family: "EcIcons";
  overflow: hidden;
}
.ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .dec.ec_qtybtn:before {
  padding-bottom: 4px;
  content: "\f107";
}
.ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .inc.ec_qtybtn:before {
  padding-top: 4px;
  content: "\f106";
}
.ec-cart-inner .cart-table-content {
    max-height: 518px;
    overflow-y: auto;
}
.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-name {
  width: 50%;
}
.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-name a {
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444444;
}
.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-subtotal {
    font-weight: 800;
    font-size: 16px;
}
.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-price {
    font-weight: 600;
    font-size: 16px;
}
.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-qty .qty-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}
.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-remove {
    width: 90px;
    text-align: center;
}
.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-remove a {
    font-size: 18px;
    margin: 0 auto;
    color: #d10505;
}
.ec-cart-content .ec-cart-update-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 0;
}
.ec-cart-form p {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.ec-cart-form input {
  background-color: transparent;
  border: 1px solid #ededed;
  color: #444444;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.ec-cart-form select {
  padding: 0 15px;
}
.ec-cart-form .ec-cart-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ededed;
  font-size: 14px;
  padding: 0;
  margin-bottom: 28px;
}
.ec-cart-form .ec-cart-select-inner::after {
  content: "\f107";
  position: absolute;
  font-family: "EcIcons";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777777;
}
.ec-cart-summary-bottom .ec-cart-summary > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.ec-cart-summary-bottom .ec-cart-summary .text-left {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.ec-cart-summary-bottom .ec-cart-summary .text-right {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.ec-cart-summary-bottom .ec-cart-summary .text-right a {
  color: #eb2629;
  font-weight: 500;
}
.ec-cart-summary-bottom .ec-cart-summary .ec-cart-summary-total {
  border-top: 1px solid #ededed;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}
.ec-cart-summary-bottom .ec-cart-summary .ec-cart-summary-total .text-left {
    font-size: 20px;
    font-weight: 600;
}
.ec-cart-summary-bottom .ec-cart-summary .ec-cart-summary-total .text-right {
    font-size: 20px;
    font-weight: 600;
}

.ec-cart-summary-bottom .ec-cart-summary .ec-cart-coupan-content {
  display: none;
  margin-bottom: 0;
}

.ec-cart-coupan-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ededed;
  padding: 5px;
}
.ec-cart-coupan-form .ec-coupan {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  height: 35px;
  color: #777777;
  font-size: 14px;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.5px;
}
.ec-cart-coupan-form .button {
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
}
.ec-page-content .ec-sidebar-wrap {
    background-color: #ffffff;
    border: 1px solid #eee;
    padding: 30px 30px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
td.color-blue {
    color: #356ad1 !important;
    font-weight: 800;
}
.ec-sb-title .ec-sidebar-title {
    border-bottom: 1px solid #eee;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.ec-sb-title .ec-sidebar-title p {
    font-weight: 400;
    font-size: 17px;
    color: #828282;
    margin: 6px 0px 0px;
    max-width: 300px;
    line-height: 1.4;
}
.ec-cart-content .ec-cart-update-bottom .btn-main.transparent-btn {
    background: #F2F2F2;
    color: #4F4F4F;
    border-radius: 5px;
}
.ec-cart-inner .cart-footer {
    border-top: 0px;
    padding: 15px 0px;
}
.cart-footer .btn-main.transparent-btn {
    color: #444444;
    background: transparent;
    border-color: #444444;
    border-radius: 5px;
}
.empty-box {
    background-color: #fff;
    max-width: 680px;
    border-radius: 10px;
    margin: 0px auto;
    padding: 60px 15px;
}
.empty-box .page-title h2 {
    font-size: 30px;
    margin-bottom: 8px;
}
.empty-box .page-title p {
    max-width: 400px;
    margin: 0px auto;
}
/* Add to cart */

.coming-soon-area .d-table {
    margin: 0px auto;
    height: 100vh;
}
.coming-soon-area .d-table .d-table-cell {
    vertical-align: middle;
}
.coming-soon-bg {
    background-image: url(../images/coming-soon-bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.coming-soon-area {
    position: relative;
    z-index: 1;
    padding: 20px 0px;
}
.coming-soon-area:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000219;
    opacity:.9;
    z-index:-1
}
.coming-soon-area .coming-soon-content{
    max-width:700px;
    border-radius:5px;
    overflow:hidden;
    text-align:center;
    padding:40px 60px;
    margin-left:auto;
    margin-right:auto;
    z-index:1;
    position:relative;
    box-shadow:0 0 20px 3px rgba(0,0,0,.05);
    background-color:#fff
}
.coming-soon-area .coming-soon-content .logo{
    display:inline-block
}
.coming-soon-area .coming-soon-content h2 {
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 700;
}
.coming-soon-area .coming-soon-content #timer{
    margin-top:40px
}
.coming-soon-area .coming-soon-content #timer div{
    background-color:#000219;
    color:#fff;
    width:100px;
    height:105px;
    border-radius:5px;
    font-size:40px;
    font-weight:800;
    margin-left:10px;
    margin-right:10px
}
.coming-soon-area .coming-soon-content #timer div span{
    display:block;
    margin-top:-2px;
    font-size:17px;
    font-weight:600
}
.coming-soon-area .coming-soon-content form{
    position:relative;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px
}
.coming-soon-area .coming-soon-content form .form-group{
    margin-bottom:25px;
    width:100%;
    position:relative
}
.coming-soon-area .coming-soon-content form .form-group .label-title{
    margin-bottom:0;
    position:absolute;
    display:block;
    left:0;
    top:0;
    pointer-events:none;
    width:100%;
    height:100%;
    color:#000219
}
.coming-soon-area .coming-soon-content form .form-group .label-title i{
    position:absolute;
    left:0;
    transition:all .5s ease;
    top:11px;
    font-size:22px
}
.coming-soon-area .coming-soon-content form .form-group .label-title:before{
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:0;
    height:2px;
    transition:all .5s ease;
    background:#e21f36
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter{
    border-radius:0;
    border:none;
    border-bottom:1px solid #eee;
    padding:0 0 0 32px;
    color:#000219;
    height:45px;
    display:block;
    width:100%;
    transition:all .5s ease;
    font-size:16px;
    font-weight:400;
    background-color:transparent
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-moz-placeholder{
    color:#4b5280;
    -moz-transition:all ease .5s;
    transition:all .5s ease
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder{
    color:#4b5280;
    -ms-transition:all ease .5s;
    transition:all .5s ease
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder{
    color:#4b5280;
    transition:all .5s ease
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus{
    border-color:#e21f36;
    outline:0!important
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-moz-placeholder{
    color:transparent
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder{
    color:transparent
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder{
    color:transparent
}
.coming-soon-area .coming-soon-content form .default-btn{
    border-radius:0;
    position:relative
}
.coming-soon-area .coming-soon-content form .default-btn:before{
    border-radius:0
}
.coming-soon-area .coming-soon-content form .validation-danger{
    margin-top:15px;
    color:red
}
.coming-soon-area .coming-soon-content form .validation-success{
    margin-top:15px
}
.coming-soon-area .coming-soon-content form p{
    margin-bottom:0;
    margin-top:20px
}
.coming-soon-area .online-treatment-shape-1{
    position:absolute;
    top:0;
    right:0
}
.coming-soon-area .online-treatment-shape-2{
    position:absolute;
    bottom:0;
    left:0
}


.payment-status .d-table,
.download-status .d-table {
    width: 100%;
    height: 100vh;
}
.payment-status .d-table .d-table-cell,
.download-status .d-table .d-table-cell {
    vertical-align: middle;
}
.payment-info .logo,
.download-info .logo {
    margin-bottom: 20px;
}
.payment-info h1,
.download-info h1 {
    font-weight: 800;
    font-size: 50px;
    color: #000000;
    margin-bottom: 30px;
    max-width: 500px;
}
.payment-info p,
.download-info p {
    font-weight: 400;
    font-size: 18px;
    color: #828282;
    max-width: 600px;
    margin-bottom: 15px;
}
.payment-info p > a,
.download-info p > a {
    color: #356ad1;
    font-weight: 600;
}
.payment-info .payment-btn,
.download-info .download-btn {
    margin-top: 35px;
}


.table-responsive table tbody > tr > td.cart-remove {
    font-size: 22px;
    color: #dd0000;
}
.cart-media img {
    max-width: 70px;
    max-height: 70px;
}
.cart-box .sub-total {
    width: 400px;
    margin-left: auto;
}
.cart-box .sub-total table {
    margin-top: -1px;
    border: 1px solid #eee;
}
.sub-total table tr:nth-child(2n) {
    background-color: rgb(53 106 209 / 4%);
}
.sub-total table tr th,
.sub-total table tr td {
    font-size: 16px;
    color: #000;
    padding: 15px 15px;
}


.affiliate-area .affiliate-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.affiliate-card .affiliate-data {
    width: 50%;
    float: left;
    padding: 30px 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.affiliate-item .affiliate-info {
    width: calc(100% - 100px);
    padding-left: 15px;
}
.affiliate-item .affiliate-ico {
    width: 100px;
    height: 100px;
    line-height: 96px;
    background: rgba(57, 48, 216, 0.1);
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.affiliate-item .affiliate-ico .step-label {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #356AD1;
    border-radius: 30px;
    line-height: 18px;
    padding: 4px 12px;
    position: absolute;
    top: -12px;
    left: -15px;
}
.affiliate-info h3 {
    font-weight: 700;
    font-size: 22px;
    color: #111111;
    margin-bottom: 2px;
}
.affiliate-info p {
    font-size: 15px;
    color: #111111;
    margin: 0;
}
.share-referral {
    border: 2px dashed rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px 20px;
}
.share-referral h4 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-bottom: 2px;
}
.share-referral p {
    margin-bottom: 8px;
    font-size: 14px;
}
.share-referral .form-group .form-control {
    background: rgba(57, 48, 216, 0.1);
    border: 1px solid #eeeeee;
    color: #356AD1;
    font-weight: 600;
}
.affiliate-card .affiliate-data.affiliate-right {
    padding: 0px;
    border: 0;
}
.affiliate-data.affiliate-right .affiliate-item {
    padding: 46.5px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.affiliate-data.affiliate-right .affiliate-item:last-child {
    border-bottom: 0px;
}
.affiliate-right .form-group .form-control {
    font-weight: 700;
    font-size: 16px;
    color: #3930D8;
    background: rgba(235, 234, 251, 0.49);
    border: 1px solid #356AD1;
    border-radius: 5px;
}
.affiliate-right .form-group .btn-main {
    width: 184px;
    margin-left: 8px;
}

.affiliate-tabs .nav-tabs {
    border: 0;
    margin-bottom: 15px;
}
.affiliate-tabs .nav-tabs .nav-item {
    margin-right: 15px;
}
.affiliate-tabs .nav-tabs .nav-item:last-child {
    margin-right: 0px;
}
.affiliate-tabs .nav-tabs .nav-item .nav-link {
    padding: 0px;
    border: 0px;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    opacity: 0.3;
}
.affiliate-tabs .nav-tabs .nav-item .nav-link.active {
    opacity: 1;
    margin: 0px;
}
.referral-table .table-responsive {
    max-height: 385px;
}


.error-area {
  height: 100vh;
  display: flex;
  align-items: center;
}

.error-page-left-img .top-image {
  animation: top-image-bounce 3s infinite ease-in-out;
  margin-bottom: 40px;
}
.error-page-left-img .top-image span {
  font-size: 66px;
  font-weight: 700;
  color: #356AD1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -20px;
}
@keyframes top-image-bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/* Tolkus */
.lets-tolkus {
    padding: 60px 0px;
    border-top: 1px solid rgb(238 238 238 / 86%);
}
.lets-tolkus .page-title p {
    max-width: 750px;
}
.talk-ul {
    max-width: 1150px;
    margin: 0px auto;
    padding: 0px;
}
.talk-ul li {
    display: inline-block;
    padding: 0 30px 0;
    text-align: center;
    position: relative;
    width: calc(100% / 3 - 10px);
    margin-top: 40px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.talk-ul li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.talk-ul li>a {
    text-decoration: none
}
.talk-ul li .ani_bg {
    background-color: #fff!important;
    color: #fff
}
.talk-ul li .ani_bg-2 {
    background-color: #0063c140!important
}
.talk-ul li.call-us .ani_bg .ani_bg-2 {
    background-color: rgba(203,26,197,.25)!important
}
.talk-ul li.mail-us .ani_bg .ani_bg-2 {
    background-color: rgba(12,174,193,.25)!important
}
.talk-ul li .ani_bg {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #fff;
    line-height: 60px;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
    padding-top: 16px
}
.ani_bg img {
    width: 30px
}
.talk-icon {
    width: 30px;
    height: 30px;
    background-position: center;
    margin: auto
}
.call-talk {
    background: url('../images/all-icon.png') no-repeat;
    background-position: -426px -17px
}
.mail-talk {
    background: url('../images/all-icon.png') no-repeat;
    background-position: -474px -17px
}
.skype-talk {
    background: url('../images/all-icon.png') no-repeat;
    background-position: -521px -17px
}
.talk-ul li .ani_bg-2 {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: auto;
    line-height: 115px;
    transition: .5s;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}
.call-us:hover .anlimited-ani {
    display: none!important
}
.anlimited-ani {
    animation: wobble1 2s infinite linear
}
.talk-ul li:hover .ani_bg-2 {
    animation: wobble1 2s infinite linear
}
@keyframes wobble1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
.talk-label {
    font-size: 18px;
    color: #222;
    font-weight: 400;
    margin-bottom: 6px;
}
.talk-resource {
    font-size: 22px;
    font-weight: 600;
    color: #0063c1;
    margin: 0;
}
.link ul li a {
    font-size: 14px
}
/* Tolkus */



/* footer {
    background-color: #356AD1;
}
.footer-top {
    padding: 20px 0px 40px;
    background-image: url(../images/footer-map.png);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-top h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.footer-top h3::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: rgb(255 255 255 / 20%);
    position: absolute;
    bottom: 0px;
}
.footer-top p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0px;
}
.footer-top p.mt-2 {
    font-size: 14px;
}
.footer-top ul > li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    padding-bottom: 10px;
    position: relative;
}
.footer-top ul > li:last-child {
    padding-bottom: 0px;
}
.footer-top ul > li > a {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
}
.footer-top ul.list-unstyled > li > a {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding-left: 22px;
}
.footer-top ul.list-unstyled > li > a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -1px;
    left: 0px;
}

.footer-conatct li {
    padding-left: 35px;
}
.footer-conatct li i {
    background: rgb(255 255 255 / 15%);
    color: #fff !important;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.ind-number {
    margin-top: 12px;
}
.ind-number p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 4px;
}
.ind-number ul {
    margin: 6px 0 0;
    padding: 0px;
}
.ind-number ul > li {
    font-size: 16px;
    list-style: none;
    padding: 0 0 10px;
    color: #fff;
}
.ind-number ul > li:last-child {
    padding-bottom: 0;
}
.ind-number ul > li a {
    color: #fff;
}
.footer-top .footer-links {
    margin-top: 15px;
}
.footer-icon-box {
    float: left;
    margin-right: 8px;
}
.footer-icon-box:last-child {
    margin-right: 0px;
}
.footer-icon-box a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #0063c1;
    background: #fff;
    line-height: 31px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}
.footer-icon-box a i {
    line-height: 30px;
}
.footer-icon-box .u01b__icon-home {
    height: 16px;
    width: 16px;
    line-height: 30px;
    display: block;
    margin: 7px auto;
}
.footer-top .form-group .form-control {
    padding-right: 45px;
    background-color: #ffffff40;
    border: 0px;
    color: #fff;
}
.footer-top .form-group .form-control::placeholder {
    color: rgb(255 255 255 / 80%);
}
.footer-top .form-group > button {
    padding: 0px;
    border: 0px;
    background-color: transparent;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 18px;
}
.payment img {
    max-height: 65px;
}
footer .copyright {
    border-top: 2px solid rgb(255 255 255 / 15%);
    padding: 15px 0px;
}
.copyright-text p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}
.copyright-text p > a,
.footer-top p > a {
    font-weight: 600;
    color: #ffffff;
}
.footer-link a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    line-height: 1;
    padding-right: 10px;
    margin: 4px 10px 4px 0px;
    float: left;
}
.footer-link a:hover {
    color: #ffffff;
}
.footer-link a:last-child {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
} */

.footer-main {
    background-color: #181820;
}
.footer-main .footer-top {
    padding: 40px 0px 30px;
    margin-top: 50px;
}
.footer-main .footer-item {
    margin-top: 30px;
}
.footer-main .footer-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--bs-light);
    margin-bottom: 20px;
}
.footer-main .footer-item ul {
    margin: 0px;
}
.footer-main .footer-item ul li {
    margin-bottom: 8px;
}
.footer-main .footer-item ul li:last-child {
    margin-bottom: 0px;
}
.footer-main .footer-item ul li > a {
    display: flex;align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: var(--bs-white);
    text-decoration: none;
}
.footer-main .footer-item ul li > a svg {
    margin-right: 6px;
}
.footer-main .footer-item h3 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: var(--bs-white);
    margin-bottom: 26px;
}
.footer-main .footer-item .footer-intro ul {
    padding-left: 0px;
}
.footer-main .footer-item .footer-intro ul li > a {
    color: var(--bs-background);
}
.footer-main .footer-item .footer-intro ul li {
    list-style: none;
    color: var(--bs-background);
    opacity: 0.5;
}
.footer-main .footer-item .footer-intro ul li:hover, 
.footer-main .footer-item .footer-intro ul li > a:hover {
    opacity: 1;
    text-decoration: none !important;
}
.footer-copyright {
    border-top: 1px solid #2e2e36;
    padding: 15px 0px;
}
.copyright-text p {
    font-weight: 500;
    font-size: 15px;
    color: var(--bs-white);
    margin: 0px;
}
.footer-copyright .copyright-right {
    text-align: right;
}


.customize-work {
    background-color: #181820;
    border: 2px solid #2e2e36;
    padding: 30px;
    border-radius: 15px;
    margin-top: -90px;
    margin-bottom: 30px;
}
.customize-work i {
    font-size: 40px;
}
.customize-work .btn-main {
    background: #356AD1;
    border: 1px solid #356AD1;
    border-radius: 5px;
    padding: 12px 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-top .footer-links {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.footer-icon-box {
    float: left;
}
.footer-icon-box a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #ffffff;
    background: #343434;
    line-height: 31px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}
.footer-icon-box a i {
    line-height: 30px;
}
.footer-icon-box .u01b__icon-home {
    height: 16px;
    width: 16px;
    line-height: 30px;
    display: block;
    margin: 7px auto;
}



/** Login 14 start **/
.login-area {
    background-image:url(../images/login-bg.jpg);
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
    position: relative;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    text-align: center;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

/* .login-area .cube {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #D7D4E4;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 12s ease-in forwards infinite;
}

.login-area .cube:nth-child(2n) {
    border-color: #FFF ;
}

.login-area .cube:nth-child(2) {
    animation-delay: 2s;
    left: 25vw;
    top: 40vh;
}

.login-area .cube:nth-child(3) {
    animation-delay: 4s;
    left: 75vw;
    top: 50vh;
}

.login-area .cube:nth-child(4) {
    animation-delay: 6s;
    left: 90vw;
    top: 10vh;
}

.login-area .cube:nth-child(5) {
    animation-delay: 8s;
    left: 10vw;
    top: 85vh;
}

.login-area .cube:nth-child(6) {
    animation-delay: 10s;
    left: 50vw;
    top: 10vh;
}

/* Animate Background*/
@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/* @keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }
    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}  */
.login-area .form-section {
    max-width: 600px;
    margin: 0 auto;
}

.login-area .form-section .details{
    max-width: 500px;
    margin: 0px auto;
    background:#ffffff94;
    border-radius: 10px;
    box-shadow: 0 0 30px 2px rgb(204 204 204 / 50%);
    padding: 30px;
}


.login-area .form-section p{
    color: #6B6B6B;
    margin-bottom: 0;
    font-size: 16px;
}

.login-area .form-section p a{
    color: #000;
}

.login-area .form-section ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-area .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-area .logo img{
    margin-bottom: 30px;
}

.login-area .form-section .thembo{
    margin-left: 4px;
}

.login-area .form-section h3 {
    margin: 0 0 25px;
    font-size: 28px;
    font-weight: 600;
    color: #040404;
}

.login-area .form-section .form-group {
    margin-bottom: 15px;
}

/* .login-area .form-section .form-control {
    font-size: 16px;
    outline: none;
    color: #535353;
    font-weight: 500;
    border-radius: 0;
    padding: 12px 0;
    border: none;
    border-bottom: solid 2px #bdbdbd;
} */

.login-area .form-section .checkbox .terms{
    margin-left: 3px;
}

.login-area .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-area .form-section .terms{
    margin-left: 3px;
}

.login-area .nav-pills li{
    display: inline-block;
}

.login-area .form-section .form-check{
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
}

.login-area .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
    position: relative;
    top: -3px;
}

.login-area .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border: 2px solid #afabab;
}

.form-check.active {
    color: blue;
}

.form-check-input:focus {
    outline: 0;
    box-shadow: none;
}

.login-area .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd!important;
}

.login-area .form-section a {
    text-decoration: none;
}

.login-area .btn-theme {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    border: none;
    overflow: hidden;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    border-radius: 3px;
}

.login-area .btn-theme:hover {
    color: #fff;
}

.login-area .btn-theme:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.login-area .btn-theme:before {
    position: absolute;
    content: '';
    left: 96%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.login-area .btn-theme span {
    position: relative;
    z-index: 1;
}

.login-area .btn-lg{
    padding: 0 50px;
    line-height: 50px;
}

.login-area .btn{
    box-shadow: none!important;
}

.login-area .btn-md{
    padding: 0 45px;
    line-height: 50px;
}

.login-area .btn-primary {
    background: #0d6efd;
}

.login-area .btn-primary:before {
    background: #d31ef3;
}

.login-area .form-section a.forgot-password {
    font-size: 16px;
    color: #535353;
}

.login-area .social-list{
    float: left;
}

.login-area .social-list span {
    margin-right: 5px;
    font-size: 15px;
    color: #535353;
}

.login-area .social-list a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: rgb(255, 255, 255);
    margin: 0 2px 2px 0;
    border-radius: 5%;
}

/** Social media **/
.login-area .facebook-bg{
    background: #4867aa;
}

.login-area .facebook-bg:hover {
    background: #3b589e;
}

.login-area .twitter-bg {
    background: #33CCFF;
}

.login-area .twitter-bg:hover {
    background: #2abdef;
}

.login-area .google-bg {
    background: #db4437;
}

.login-area .google-bg:hover {
    background: #cc4437;
}

.login-area .linkedin-bg {
    background: #2392e0;
}

.login-area .linkedin-bg:hover {
    background: #1c82ca;
    color: #fff;
}

.notification-alert {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.notification-alert .alert {
    max-width: 360px;
}
.notification-alert .alert:last-child {
    margin-bottom: 0px;
}
.notification-alert .alert h5 {
    font-weight: 700;
    margin-bottom: 6px;
}

/* Modal Confirm */

.modal-backdrop.show {
    opacity: .9 !important;
}
.modal-confirm {        
    color: #636363;
    width: 400px;margin: 5px auto;
}
.modal-confirm .modal-content {
    padding: 30px 30px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}
.modal-confirm .modal-header {
    border-bottom: none;   
    position: relative;
    padding: 0px;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0px 0px;
    font-weight: 600;
    color: #000000;
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}
.modal-confirm .modal-body {
    font-weight: 400;
    font-size: 18px;
    color: #828282;
    padding: 0px;
    max-width: 400px;
    margin: 8px auto 0px;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;     
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 0px 0px;
}
.modal-confirm .modal-footer a {
    color: #999;
}       
.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
    color: #f15e5e;
    line-height: 76px;
    font-size: 46px;
    display: inline-block;
}
.modal-confirm .btn, .modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}
.modal-confirm .btn-secondary {
    background: #c1c1c1;
    border-color: #c1c1c1;
}
.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
    background: #a8a8a8;
    border-color: #a8a8a8;
}
.modal-confirm .btn-danger {
    background: #f15e5e;
    border-color: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
    background: #ee3535;
    border-color: #ee3535;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

/* Modal Confirm */

@media (max-width: 768px) {
    .login-area .form-section .details{
        padding: 60px 30px;
    }
}
/** Login 14 end **/

@media only screen and (max-width:767px){
    .coming-soon-area{
        height:100%;
        padding:15px 15px
    }
    .coming-soon-area .coming-soon-content{
        padding:30px 20px
    }
    .coming-soon-area .coming-soon-content h2{
        margin-top:25px;
        font-size:28px
    }
    .coming-soon-area .coming-soon-content #timer{
        margin-top:10px
    }
    .coming-soon-area .coming-soon-content #timer div{
        width:95px;
        height:100px;
        font-size:35px;
        margin-top:20px
    }
    .coming-soon-area .coming-soon-content #timer div span{
        font-size:14px
    }
    .coming-soon-area .coming-soon-content form{
        max-width:100%;
        margin-top:40px
    }
}
@media (min-width: 1200px){
    body .container {
        max-width: 1650px;
    }
    body .container.sm-container {
        max-width: 1430px;
    }
    .container.das-container {
        max-width: 1298px;
    }
    .ec-page-content .container {
        max-width: 1500px;
    }
    footer .container {
        max-width: 1200px;
    }
}

/* Loader */
.loader {
    position: fixed;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    background: #fff;
}
.loader .spinner-border {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}    
.loader-inner span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: var(--primary-clr);
    margin: 5px;
}
    
.loader-inner span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
}
    
.loader-inner span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
}
    
.loader-inner span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
}
.service-bradcrumb-area {
    padding: 55px 0px 40px;
    background-color: #fff;
    color: #000;
}

.service-bradcrumb-area .bradcrumb-box a {
    display: block;
    margin-bottom: 18px;
}

.service-bradcrumb-area .bradcrumb-box span {
    display: block;
    margin-bottom: 34px;
}

.service-bradcrumb-area .bradcrumb-box h1 {
    font-size: 56px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.service-bradcrumb-area .bradcrumb-box p {
    font-size: 16px;
    font-weight: 400;
    color: #5B616E;
    margin: 0px auto;
}

.services {
    padding: 30px 0 60px;
}
.service-product-card .btn-main {
    height: 42px;
    width: 42px;
    padding: 0px;
    text-align: center;
    line-height: normal;
    font-size: 18px;
    margin-right: 15px;
    background-color: #356ad1;
    border-color: #356ad1;
}
.service-product-card .btn-main svg {
    max-width: 26px;
    fill: #fff;
    margin-top: -2px;
}
.pro-cart .product-review {
    padding: 0px;
}
.service-product-card .btn-main.success-btn {
    background-color: #35D16A;
    border-color: #35D16A;
}
.product-info .services-ico {
    position: absolute;
    top: 5px;
    left: 0px;
}
.product-info .services-ico > i {
    height: 42px;
    width: 42px;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
/*    background-color: rgb(238 238 238 / 60%);*/
    font-size: 26px;
    color: #222;
}
.service-product-card .product-info .pro-top {
    padding-left: 55px;
}
.service-product-card .product-info .theme-title {
    margin: 0px 0px 4px;
    padding-right: 56px;
}
.service-product-card .product-info .theme-title > a {
    color: #2A2A2A;
}
.product-info .pro-top .product-review {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    padding: 0px;
}
.product-info .pro-top .product-review > .pro-review {
    display: flex;
    align-items: center;
}
.service-product-card .pro-review span {
    color: #2A2A2A;
    margin-left: 2px;
}
.service-product-card .product-price {
    border-top: 1px solid rgb(223 227 232 / 30%);
    margin-top: 18px;
    padding: 12px 15px;
    gap: 15px;
}
.service-product-card .product-price .services-sale {
    font-size: 18px;
    font-weight: 500;
    color: rgb(79 79 79 / 60%);
}
.service-product-card .review-count span {
    font-size: 14px;
    font-weight: 700;
    color: #4F4F4F;
    margin-left: 6px;
}

.service-product-card .pro-like:hover {
    background-color: #356AD1;
    color: #fff;
}
.services-area {
    background-color: rgb(53 106 209 / 8%);
    padding: 15px 0px;
}
.service-main {
    justify-content: space-around;
}
.service-card {
    text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.service-img {
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFF;
    border-radius: 5px;
    background: #47567B;
    box-shadow: 0px -7px 13px 0px rgba(0, 0, 0, 0.10);
    margin-right: 15px;
}

.service-img.web-design {
    background: #7742E9;
}

.service-img.website-optimization {
    background: #16A88E;
}

.service-img.graphic-design {
    background: #E95939;
}

.service-img.marketing {
    background: #356AD1;
}

.service-img.content-writing {
    background: #F0AC46;
}

.service-card p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    color: #000;
    margin-bottom: 0;
}

.service-pagination .pagination {
    justify-content: center;
    gap: 10px;
    margin: 0;
}

.service-pagination .page-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    padding: 15px 0px 14px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    color: #212B36;
    background: #FFF;
}

.service-pagination .page-link:hover,
.service-pagination .page-link.active {
    background-color: #fff;
    color: #4200FF;
    border-color: #4200FF;
}

.developer-title span {
    font-size: 20px;
    font-weight: 600;
    color: #356AD1;
}

.service-detail-box>h2 {
    font-weight: 700;
    font-size: 44px;
    color: #000000;
    margin-bottom: 15px;
}
.service-detail-tab ul {
    padding-left: 15px;
}
.services-modal .modal-dialog {
    max-width: 850px;
}
.services-modal .service-detail-tab ul {
    padding-left: 20px;
}
.service-detail-tab ul li {
    list-style: disc;
    color: #62646A;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 8px;
}
.service-detail-tab ul li:last-child {
    margin-bottom: 0px;
}
.project-rolling {
    background: #FFFFFF;
    border: 1px solid #E4E5E7;
    border-radius: 10px;
    padding: 18px 18px;
    margin: 20px 0px;
}
.project-rolling a {
    font-weight: 500;
    font-size: 20px;
    color: #000000 !important;
    display: block;
    cursor: auto;
}
.project-rolling .content {
    border-top: 1px solid #E4E5E7;
    padding-top: 20px;
    margin-top: 15px;
    padding-bottom: 5px;
}
.project-rolling .content h5 {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin: 0px;
    margin-bottom: 4px;
}
.project-rolling .content ul {
    margin-bottom: 15px;
}
.project-rolling .content ul:last-child {
    margin-bottom: 0px;
}
.sale-number {
    font-size: 30px;
    color: #356AD1;
}
.service-detail-tab .product-media {
    margin-bottom: 50px;
}

.service-detail-tab h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 30px;
}

.service-detail-tab p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #5B616E;
    margin-bottom: 30px;
}

.service-detail-tab h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 2;
    color: #000;
    margin-bottom: 40px;
}

.service-detail-tab h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
}

.product-tab .nav.nav-pills li{
padding: 0;
}
.product-review .show-more {
    padding: 0px 15px 15px;
}

.show-more .show-more-btn {
    font-size: 16px;
    color: #356AD1;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}
.order-received-wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-received-content {
    height: 100%;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.brand-img {
    margin-bottom: 30px;
}

.order-received-content h1 {
    font-size: 56px;
    color: #000;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: 1.12px;
    margin-bottom: 20px;
}

.order-received-content p {
    color: #5B616E;
    margin-bottom: 30px;
}


/* blog css */
.blog-area .promo-block {
    margin-bottom: 0px;
}
.blog-area {
    padding: 40px 0px;
    background-color: rgba(253, 242, 243, 0.50);
}
.news-blog-content .meta {
    font-size: 16px;
    margin-bottom: 12px;
}
.news-blog-content .meta > span {
    margin-right: 15px;
}
.news-blog-content .meta > span:last-child {
    margin-right: 0px;
}
.news-blog-content .meta > span > i {
    color: #356ad1;
    margin-right: 2px;
}
.resent-news-area {
    border-top: 1px solid #eee;
    padding: 30px 0px;
}
.recent-news-box {
    display: table;
    width: 100%;
    margin-top: 30px;
}
.recent-news-box > div {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.recent-news-box .recent-news-images {
    width: 20%;
}
.recent-news-box .recent-news-content {
    padding-left: 15px;
}
.news-blog-content .theme-title {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-blog-content .theme-title > a {
    color: #2A2A2A;
}
.news-blog-content .theme-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 58px;
    margin-bottom: 12px;
}
.full-image {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.full-image .news-blog-images {
    border-bottom: 1px solid #eee;
    background-color: #f8f8f8;
}
.full-image .news-blog-images .news-date {
    min-width: 110px;
    width: 110px;
    align-items: center;
    background: #468dd1;
    padding: 15px 10px 15px;
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-right-radius: 4px;
}
.full-image .news-blog-images .news-date h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}
.full-image .news-blog-images .news-date h3 span {
    display: block;
    font-size: 26px;
    margin-bottom: 6px;
}
.full-image .news-blog-content {
    padding: 30px 30px;
}
.news-blog-item .hentry {
    margin: 0px;
    padding: 0px;
    border: 0;
    border-radius: 8px;
}
.news-blog-area {
    padding: 20px 0px 50px 0px;
}
.news-blog-item {
    margin-top: 30px;
}
.news-blog-images img {
    border-radius: 6px 6px 0px 0px;
    transition: all 0.5s;
}
.news-blog-box:hover .news-blog-images img{
    opacity: .8;
}
.news-tag a {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px;
    margin: 4px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    z-index: 1;
    color: #444;
    background-color: #eee;
    line-height: normal;
    margin-right: 5px;
    display: inline-block;
    text-decoration: none;
}
.news-title {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0 0 8px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 49px;
}
.news-tag {
    height: 36px;
    overflow: hidden;
    margin: 0px -4px 20px;
}
.news-title a {
    color: #444 !important;
    font-size: 22px;
    text-decoration: none;
}
.news-title a:hover {
    color: #0063c1 !important;
}
.news-content, 
.news-blog-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 0px;
    margin: 0;
    font-weight: 400;
}
.full-image .news-blog-content .PostExcerpt {
    height: 128px;
}
.news-blog-content .PostExcerpt > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news-meta ul {
    margin: 0px;
}
.news-meta ul li {
    font-size: 15px;
}
.news-meta ul li img {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #222;
    box-shadow: 0px 0px 6px #eee;
    margin-right: 5px;
    position: relative;
    top: 12px;
}
.news-meta ul li a > span {
    font-weight: 600;
}
.news-meta ul li .meta-time {
    display: block;
    font-size: 14px;
    margin-left: 60px;
    margin-top: -12px;
    color: #666;
}
.news-category {
    margin-top: 10px;
}
.news-category span {
    float: left;
    font-size: 15px;
    color: #444;
}
.news-category ul {
    margin: 0px;
}
.news-category ul li {
    font-size: 15px;
    color: #0063c1;
}
.news-category ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #0063c1;
    margin: 0px 4px;
}
.our-blogs-area .promo-block {
    margin-bottom: 0px;
}
.blog-button {
    margin-top: 20px;
    text-align: left;
}
.blog-button .blog-buttons {
    background-color: #4e8fcc;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0px;
    padding: 10px 30px;
}
.blog-button .blog-buttons > i {
    margin-left: 2px;
}
.widget-area .widget {
    margin-top: 30px;
    box-shadow: 0px 0px 15px #eee;
    border-radius: 8px 8px;
    padding: 20px 30px;
}
.widget .blog-news-title {
    background-color: rgba(230, 247, 249, 0.50);
    padding: 15px 15px;
    margin: -15px -15px 15px;
}
.widget-area .widget .blog-news-title h3 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    color: #222;
    margin: 0;
}
.widget-area .widget .feature-box-main .feature-box,
.widget .widget-tag {
    background: transparent;
    padding: 0;
    margin: 0px;
}
.widget .widget-tag {
    margin-top: -6px;
}
.widget-area .widget .feature-box-main .feature-box li {
    padding: 0px;
    font-weight: inherit;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
.widget-area .widget .feature-box-main .feature-box li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.widget-area .widget .feature-box-main .feature-box li .post-item .post-img {
    width: 60px;
    float: left;
}
.widget-area .widget .feature-box-main .feature-box li .post-item .post-info {
    padding-left: 78px;
}
.widget-area .widget .feature-box-main .feature-box li .post-item .post-info h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #444;
    margin: 0px 0px 6px;
}
.widget-area .widget .feature-box-main .feature-box li .post-item .post-info h3 > a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.widget-area .widget .feature-box-main .feature-box li .post-item .post-info p {
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-tag .widget-tag li {
    display: inline-block;
    margin-right: 3px;
    margin-top: 6px;
    padding: 0px;
    border: 0px;
}
.widget-tag .widget-tag li > a {
    font-size: 14px;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 6px;
    color: #666;
    box-shadow: none !important;
    text-decoration: none;
    font-weight: 500;
    background-color: rgba(230, 247, 249, 0.50);
    text-transform: uppercase;
}
.widget-tag .widget-tag li:nth-child(2) > a{
    background-color: #f6f9eb;
}
.widget-tag .widget-tag li:nth-child(3) > a{
    background-color: #fdf2f3;
}
.widget-tag .widget-tag li:nth-child(4) > a{
    background-color: #edecfe;
}
.widget-tag .widget-tag li:nth-child(5) > a{
    background-color: #fae8f9;
}
.widget-tag .widget-tag li:nth-child(6) > a{
    background-color: #ede4ef;
}
.widget-tag .widget-tag li:nth-child(7) > a{
    background-color: #e6f7f9;
}
.widget-tag .widget-tag li:nth-child(8) > a{
    background-color: #fdf2f3;
}
.blog-listen-article {
    background-color: #eee;
    padding: 10px 15px;
    border: 1px solid #eee;
}
.blog-listen-article .blog-listen-box audio {
    height: 40px;
    display: block;
}
.blog-listen-article .blog-listen-right {
    float: right;
}
.blog-listen-article .blog-listen-right > span {
    float: left;
    font-size: 15px;
    font-weight: 500;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 10px;
    text-transform: uppercase;
}
.blog-listen-article .blog-listen-right .blog-listen-box {
    float: left;
}
.blog-listen-box .blog-listen-download .listen-download-btn {
    background-color: #4e8fcc;
    border: 1px solid #4e8fcc;
    color: #fff;
    font-size: 15px;
    height: 42px;
    width: 42px;
}
.blog-listen-article .blog-listen-right .blog-listen-box .blog-listen-audio .blog-listen-audio-text {
    background-color: #4e8fcc;
    padding: 1px 15px;
    border-left: 1px solid #fff;
}
.blog-listen-article .blog-listen-right .blog-listen-box .blog-listen-audio .blog-listen-audio-text > i {
    font-size: 13px;
    vertical-align: middle;
    margin: 11px 4px 12px 0px;
    color: #fff;
    cursor: pointer;
}
.blog-listen-article .blog-listen-right .blog-listen-box .blog-listen-audio .blog-listen-audio-text span {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin: 9px 0px;
    line-height: normal;
}
.blog-listen-box .blog-listen-download .listen-download-btn > i {
    font-size: 15px;
}
.blog-listen-article .blog-listen-right .blog-listen-box > div {
    float: left;
}
.blog-detail-content {
    position: relative;
    padding-left: 65px;
}
.blog-detail-content table{
    width: 100% !important;
} 
.blog-detail-content table tbody tr td{
padding:8px;
font-weight: 500;
border-bottom: 1px solid #eee;
} .blog-detail-content table tbody tr:last-child td{
    border-bottom: none;
    } 
.blog-detail-content table tbody tr td p{
   font-size: 16px !important;
    } 
.blog-detail-content > .share-list-box {
    position: absolute;
    top: 10px;
    left: 0px;
}
.blog-detail-content>.share-list-box ul {
    padding: 0px;
}
.share-list-box > ul{
    margin: 0px;
}
.share-list-box > ul > li {
    margin-bottom: 10px;
}
.share-list-box > ul > li:last-child{
    margin-bottom: 0px;
}
.share-list-box > ul > li > a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
    transition: box-shadow .15s linear;
    will-change: box-shadow;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
}
.share-list-box > ul > li > .facebook {
    background-color: #4267b2;
}
.share-list-box > ul > li > .twitter {
    background-color: #08a0e9;
}
.share-list-box > ul > li > .linkedin {
    background-color: #0077b5;
}
.share-list-box > ul > li > .telegram {
    background-color: #31abdd;
}
.share-list-box > ul > li > .whatsapp {
    background-color: #25d366;
}
.share-list-box > ul > li > .reddit {
    background-color: #ff4500;
}
.share-list-box > ul > li > .copy {
    background-color: #666666;
}
.share-list-box > ul > li > a > i {
    font-size: 18px;
}
.blog-post{
    max-width: 1080px;
    margin: 0 auto;
   
}
.blog-post .blog-post-images {
    margin-bottom: 30px;
    text-align: center;
    max-width: 1080px;
    aspect-ratio: 1.70 /1;
    background-color: #002a5d;
}
.blog-post .blog-post-images img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.blog-post h1 {
    font-weight: 600;
    margin: 0px 0px 10px;
}
.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6,
.blog-post h1 > span,
.blog-post h2 > span,
.blog-post h3 > span,
.blog-post h4 > span,
.blog-post h5 > span,
.blog-post h6 > span {
    font-size: revert;
}
.blog-post p {
    font-size: 19px;
    margin: 0px 0px 4px;
}
.blog-post-content {
    margin-top: 15px;
}
.blog-post-content h2 {
    margin-bottom: 20px;
}
.blog-post-content p {
    margin-bottom: 15px;
}
.blog-post-content blockquote {
    margin: 0px;
    border-left: 3px solid #4e8fcc;
    border-radius: 6px;
    padding: 15px 0px 15px 15px;
    border-right: 0px;
    margin-top: 22px;
    margin-bottom: 25px;
    background-color: #e6f7f9;
}
.blog-post-content blockquote p {
    color: #222;
    font-weight: 500;
    line-height: 1.5;
}
.blog-post-content blockquote p strong {
    color: #4e8fcc;
    font-size: 19px;
}
.blog-post-content h3 {
    text-transform: capitalize;
    font-weight: 600;
    margin: 0px 0px 8px;
    color: #222;
}
.recent-post-area .promo-block {
    margin-bottom: 0px;
}
.blog-comment {
    margin-top: 30px;
}
.comments .comment-list {
    margin: 0px;
}
.comments .comment-list li:first-child {
    margin-top: 0px;
}
.comment-list li {
    position: relative;
    float: left;
    margin-top: 20px;
    padding: 20px 0 0 75px;
    border-top: 1px solid #eeeeee;
}
.comments.comments-multiple .comment-list li {
    float: none;
}
.comment-body .reply_box {
    width: 100% !important;
}
.comments.comments-multiple .comments-form .commnets-form-inner {
    margin: 0px;
}
.comment-list li .comment {
    margin-bottom: 15px;
}
.comment-author img {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    left: 0;
}
.comment-author-name {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #363636;
    text-decoration: none !important;
}
.comment-meta {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
}
.comment-body {
    margin-top: 10px;
}
.comment-body p {
    margin: 0;
    font-size: 19px;
    color: #666;
    line-height: 1.8;
}
.comment-reply {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #444;
    text-decoration: none !important;
}
.blog-news-title h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0px 0px 12px;
}
.comments-area {
    padding: 30px 0px 50px;
}
.comments-area .comments-title {
    border-bottom: 1px solid #eee;
}
.comments-form .commnets-form-inner {
    padding: 5px 15px 30px;
    width: 80%;
    margin: 0px auto;
    border: 1px solid #eee;
    box-shadow: 0px 0px 15px #eee;
    background-color: #fff;
}
.comments-area .comments-title h2 {
    margin: 0px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 15px;
}
.comments-area .comments-form .commnets-form-inner .comment-box {
    margin-top: 20px;
}
.comments-area .comments-form .commnets-form-inner label {
    font-size: 18px;
    font-weight: 300;
    color: #444;
}
.comments-area .comments-form .commnets-form-inner .comments-input {
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    color: #323e49;
    font-size: 15px;
    padding: 14px 10px 14px 25px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 0px 15px #eee;
    margin: 0;
}
/* blog css */
.promo-block{display:table;margin:auto;margin-bottom: 25px;text-align:center;}
.promo-text {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    color: #000000;
}
.promo-text-light{text-align:center;font-size:25px;font-weight:300;padding-left:31px;padding-right:30px;display:inline-block;border-bottom:1px solid #f7f7f7;padding-bottom:15px;-webkit-backface-visibility:hidden;}
.center-line{width:5px;margin:auto;height:1px;background:#0063c1;margin-top:10px;position:relative;width:50px;}
.promo-text-footer{font-size:19px;font-weight:300;color:#fff;padding-bottom:15px;}
.promo-paragraph {
    padding: 0;
    text-align: center;
    margin-top: 0px;
    color: #666666;
    font-weight: 400;
    position: relative;
    font-size: 18px;
}
.blog-post-content p > a {
    color: #356ad1;
}


.faq-area .row {
    justify-content: center;
}
.faq-area .accordion-item {
    margin-top: 30px;
    border-radius: 20px;
    background: #ffffff;
    border: 0px;
    padding: 25px;
    cursor: pointer;
}
.faq-area .accordion-item h2 {
    margin: 0px;
    color: #181820;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    position: relative;
    padding-right: 25px;
}
.accordion-item .accordion-info {
    margin-top: 25px;
    cursor: text;
    display: none;
}
.accordion-info p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: #666;
}
.faq-area .accordion-item h2::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-image: none!important;
    position: absolute;
    top: 0;
    right: 0;
}
.faq-area .accordion-item h2.active::before {
    content: "\f106";
}


/* Cookie CSS */
.cookie-policy {
    border-radius: 20px;
    bottom: 32px;
    left: 0;
    margin: auto;
    max-width: 1170px;
    position: fixed;
    right: 0;
    text-align: left;
    z-index: 999;
    box-shadow: 0 0 50px rgb(0 0 0 / 10%);
    background-color: #fff;
}
.cookie-policy::before {
    content: "";
    background: #2d394b;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}
.cookie-policy-more {
    padding: 32px;
}
.cookie-wrapper .nav .nav-item {
    flex-grow: 1;
}
.cookie-policy .btn-main {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 24px;
    color: #FFFFFF;
    background: #3E7EE9;
    border: 1px solid transparent;
    white-space: nowrap;
}
.cookie-policy .border-btn {
    border-color: #000;
    background-color: transparent;
    color: #000;
}
.cookie-policy-link {
    color: #248ef8;
}
.cookie-policy .text-black {
    color: #000;
}
.cookie-policy .nav-tabs .nav-item {
    margin-right: 30px;
}
.cookie-policy .nav-tabs .nav-item:last-child {
    margin-right: 0px;
}
.cookie-policy .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #A5A5A5;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    padding: 12px 0px;
}
.cookie-policy .nav-tabs .nav-item.show .nav-link,
.cookie-policy .nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom-color: #000;
    color: #000;
}
.cookie-policy .tab-content p {
    font-size: 16px;
    color: #000;
    margin: 0;
}
.cookie-policy .tab-content p a {
    border-bottom: 1px solid #000;
    color: #000;
    text-decoration: none;
}
.cookie-policy .tab-content {
    margin-top: 20px;
}
.cookie-policy-check-wrapper {
    padding: 20px 40px;
    background-color: #f5f5f5;
}
.cookie-policy-check-wrapper .form-check {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.cookie-policy-check-wrapper .form-check .form-check-input {
    margin: 0;
    outline: 0;
    box-shadow: none;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.cookie-policy-check-wrapper input[type=checkbox]:focus,
.cookie-policy-check-wrapper input[type=file]:focus,
.cookie-policy-check-wrapper input[type=radio]:focus {
    outline: 0;
}
.cookie-policy-check-wrapper .form-check-label {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #000;
    text-transform: capitalize;
}
.cookie-policy .cookie-policy-actions {
    padding: 32px;
    background-color: #fff;
}
.cookie-policy #cookie-collapse {
    background-color: #fff;
}
.cookie-policy-actions p {
    font-size: 16px;
    color: #000;
    margin: 0;
}
@media (max-width: 1200px) {
    .cookie-policy {
        margin: 10px;
    }
}
@media (max-width: 991px) {

    .cookie-policy-actions,
    .cookie-policy-more,
    .cookie-policy-check-wrapper {
        padding: 20px;
    }
    .cookie-policy .nav-tabs .nav-link {
        padding: 10px 18px;
    }
    .cookie-policy-more h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .cookie-policy-actions p {
        text-align: center;
    }
    .cookie-policy-check-wrapper .form-check .form-check-input {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 575px) {
    .cookie-policy .tab-content p,
    .cookie-policy-actions p {
        font-size: 14px;
    }
    .cookie-policy-actions,
    .cookie-policy-more,
    .cookie-policy-check-wrapper {
        padding: 16px;
    }
    .cookie-policy .nav-tabs .nav-link {
        padding: 8px 12px;
        font-size: 14px;
    }
    .cookie-policy-more h2 {
        font-size: 20px;
    }
    .cookie-policy-check-wrapper .form-check-label {
        font-size: 14px;
    }
    .cookie-policy {
        bottom: 10px;
    }
}
/* Cookie CSS */



@media screen and (max-width: 991px) {
    .service-bradcrumb-area .bradcrumb-box h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .service-bradcrumb-area .bradcrumb-box span {
        margin-bottom: 20px;
    }
    .services-area {
        padding-bottom: 30px;
    }
    .services {
        padding: 30px 0 40px;
    }
}
@media screen and (max-width: 767px) {
    .service-bradcrumb-area .bradcrumb-box h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .service-bradcrumb-area {
        padding: 40px 0px;
    }

    .services {
        padding-bottom: 40px;
    }
    .developer-title span {
        font-size: 18px;
    }
    .service-detail-tab .product-media {
        margin-bottom: 30px;
    }
    .service-detail-tab h5 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .service-detail-tab p {
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .service-detail-tab h3 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .service-detail-tab .description-title {
        font-size: 20px;
        line-height: 1.5;
    }
}    
        @media (max-width: 1400px) {
            .order-received-content h1 {
                font-size: 46px;
                line-height: 70px;
            }

        }

        @media (max-width: 1200px) {
            .order-received-wrapper {
                height: auto;
            }

            .order-received-wrapper {
                height: auto;
                width: 100%;
                padding-block: 60px;
            }
        }

        @media (max-width: 992px) {
            .order-received-content h1 {
                font-size: 36px;
                line-height: 50px;
            }
        }

        @media (max-width: 576px) {
            .order-received-wrapper {
                padding-block: 40px;
            }

            .brand-img {
                margin-bottom: 20px;
            }

            .order-received-content h1 {
                font-size: 30px;
                line-height: 45px;
                margin-bottom: 10px;
            }

            .order-received-content p {
                margin-bottom: 20px;
            }
        }    .order-received-wrapper {
            height: 100vh;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .order-received-content {
            height: 100%;
            vertical-align: middle;
            display: flex;
            flex-direction: column;
            align-items: baseline;
            justify-content: center;
        }

        .brand-img {
            margin-bottom: 30px;
        }

        .order-received-content h1 {
            font-size: 56px;
            color: #000;
            font-weight: 500;
            line-height: 80px;
            letter-spacing: 1.12px;
            margin-bottom: 20px;
        }

        .order-received-content p {
            color: #5B616E;
            margin-bottom: 30px;
        }

        @media (max-width: 1400px) {
            .order-received-content h1 {
                font-size: 46px;
                line-height: 70px;
            }

        }

        @media (max-width: 1200px) {
            .order-received-wrapper {
                height: auto;
            }

            .order-received-wrapper {
                height: auto;
                width: 100%;
                padding-block: 60px;
            }
        }

        @media (max-width: 992px) {
            .order-received-content h1 {
                font-size: 36px;
                line-height: 50px;
            }
        }

        @media (max-width: 576px) {
            .order-received-wrapper {
                padding-block: 40px;
            }

            .brand-img {
                margin-bottom: 20px;
            }

            .order-received-content h1 {
                font-size: 30px;
                line-height: 45px;
                margin-bottom: 10px;
            }

            .order-received-content p {
                margin-bottom: 20px;
            }
        }

@media screen and (max-width: 575px) {
    .service-pagination .page-link {
        width: 30px;
        height: 30px;
        padding: 8px 0px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    .service-bradcrumb-area .bradcrumb-box h1 {
        font-size: 36px;
    }
    .services-area {
        padding-bottom: 20px;
    }
    .services {
        padding-bottom:80px;
    }
}   
@-moz-keyframes bounce {
    0%, 75%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20px);
    }
}
    
@-webkit-keyframes bounce {
    0%, 75%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20px);
    }
}
    
@-o-keyframes bounce {
    0%, 75%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20px);
    }
}
    
@keyframes bounce {
    0%, 75%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20px);
    }
}

/* Toast Message */
.toast-error {
    background: #DC3545;
}
.toast-success {
    background: #28a745;
}
    
#toast-container>div {
    opacity: 1 !important;
    border-radius: 8px !important;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2) !important;
    margin: 0 !important;
}
    
.toast-close-button {
    bottom: 0 !important;
    margin: auto !important;
    opacity: 1 !important;
    top: 0 !important;
    right: 0 !important;
}
    
#toast-container>div:hover {
    box-shadow: 10px 10px 15px 0 rgb(0 0 0 / 25%) !important;
    border-color: #FFF !important;
}

label {
    display: inline-block;
    cursor: pointer;
}

.product-description-box ul {
    list-style: square !important;
}
.footer-item ul > li > a:hover {
    text-decoration: underline !important;
}
.weekly-newsletter .theme-description > a {
    color: #000;
}

.owl-dots {
    display: none;
}
.password_reset_btn {
    background: #356AD1;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #FFFFFF !important;
    padding: 10px 26px;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    outline: 0 !important;
}

.refund-policy-span {
    color: black;
    font-weight: 900;
}

.shop-sidebar .shop-widget .shop-category {
    max-height: 380px;
    overflow-y: auto;
    margin: 0px -15px;
    padding: 0px 15px;
}
@media (max-width:767px) {
    .login-area .form-section .details {
        padding: 50px 20px;
    }
    .login-area .logo img {
        margin-bottom: 20px;
        max-width: 180px;
    }.login-area .form-section h3 {
        margin: 0 0 20px;
        font-size: 22px;
    }.login-area .form-section .form-group {
        margin-bottom: 20px;
    }.login-area .form-section .form-group {
        margin-bottom: 10px;
    }
}
@media (max-width:400px) {
    .modal-confirm {
        width: 300px;
    }.modal-confirm .modal-content {
        padding: 20px;
    }
}
.form-group .form-control {
    font-weight: 400;
    font-size: 14px;
    color: #6B6B6B;
    padding: 18px 15px;
    background: #FAFAFA;
    border: 1px solid rgba(107, 107, 107, 0.1);
    border-radius: 10px;
    outline: 0;
    box-shadow: none;
}

.form-control i {
    color: rgb(0 0 0 / 50%);
    font-size: 18px;
}

.form-control input {
    border: none;
    outline: none;
    font-weight: 600;
    background-color: transparent;
}
.form-control textarea {
    border: none;
    outline: none;
    font-weight: 600;
}

.float-label {
    font-size: 16px;
    font-weight: 400 !important;
    color: rgb(0 0 0 / 50%) !important;
    position: absolute;
    left: 44px;
    top: 16px;
    pointer-events: none;
    transition: ease-in .2s;
}

.form-control:focus-within .float-label {
    top: 4px;
    font-size: 11px;
    color: #000 !important;
}

input:not(:placeholder-shown)+.float-label {
    top: 4px;
    font-size: 11px;
}

::placeholder{
    font-weight: 400 !important;
    color: rgb(0 0 0 / 50%) !important;
}

