/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.main {
    display: block;
    clear: both;
    overflow:hidden;
}

thead {
    font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

input,
select,
button,
textarea {
    font-size: 16px;
}

    *:focus,
    select:focus,
    .custom-select:focus,
    button:focus,
    textarea:focus,
    textarea.form-control:focus,
    input.form-control:focus,
    input[type=text]:focus,
    input[type=password]:focus,
    input[type=email]:focus,
    input[type=number]:focus,
    [type=text].form-control:focus,
    [type=password].form-control:focus,
    [type=email].form-control:focus,
    [type=tel].form-control:focus,
    [contenteditable].form-control:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    input:focus::-moz-placeholder {
        opacity: 0;
        -moz-transition: 0.4s;
        transition: 0.4s;
    }

li.hr span {
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    margin: 20px 0;
    display: block;
}
.sec_rel {
    position:relative;
}
.sec_abs {
    position: absolute;
}
/*--- Common Classes---------------------*/
::-moz-placeholder {
    color: #B8CDEB;
    opacity: 0.5;
}

::placeholder {
    color: #B8CDEB;
    opacity: 0.5;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
    color: #B8CDEB;
    opacity: 0.5;
}

.fix {
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.clear {
    clear: both;
}

.section {
    /*  float: left;
  width: 100%;*/
}

.f-right {
    float: right;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.linkcolor {
    color: #0EAEE5 !important;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

#MainProfile {
    display: inline-block;
    margin-right: 5px;
    height: 24px !important;
    width: 24px !important;
    border-radius: 50% !important;
}
.ProfileDropdown {
    display: none;
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    padding: 10px 10px 0px 10px;
    margin-bottom: 30px;
    min-width: 160px;
    z-index: 1;
}

.ProfileDropdown a {
    color: #7F92B0;
    font-size: 14px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .ProfileDropdown a:hover {
        background-color: #ddd;
    }

#ProfileWrapper:hover .ProfileDropdown {
    display: block;
}
.position-relative {
    position: relative;
}

.height-100vh {
    height: 100vh !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    outline: none !important;
    box-shadow: none;
}

.text-center {
    text-align: center !important;
}
.linear-colored-font {
    font-family: "Open Sans Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: linear-gradient(82.19deg, #0EA5EA 5.2%, #0BD1D1 100.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
h1.fntMainTitle {
    line-height: 50px;
    font-size: 30px;
    font-weight: 700;
}
h2.fntMainText {
    font-weight: 400;
    line-height: 40px;
    font-size: 24px;
}
/*====================================================*/
/*====================================================*/
/*=========== Preloader ============*/
.loaderbi {
    width: 130px;
    height: 170px;
    position: relative;
    right: 60px;
}

    .loaderbi::before, .loaderbi::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: 30px;
        left: 15px;
        z-index: 1;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 20px solid #131C31;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .loaderbi::after {
        border-right: 15px solid transparent;
        border-bottom: 20px solid #000;
    }

    .loaderbi .getting-there {
        width: 120%;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: -7%;
        font-family: "Lato";
        font-size: 12px;
        letter-spacing: 2px;
        color: white;
    }

    .loaderbi .binary {
        width: 100%;
        height: 140px;
        display: block;
        color: #0EAEE5;
        position: absolute;
        top: 0;
        left: 15px;
        z-index: 2;
        overflow: hidden;
    }

        .loaderbi .binary::before, .loaderbi .binary::after {
            font-family: "Lato";
            font-size: 24px;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

        .loaderbi .binary:nth-child(1)::before {
            content: "0";
            -webkit-animation: a 1.1s linear infinite;
            animation: a 1.1s linear infinite;
        }

        .loaderbi .binary:nth-child(1)::after {
            content: "0";
            -webkit-animation: b 1.3s linear infinite;
            animation: b 1.3s linear infinite;
        }

        .loaderbi .binary:nth-child(2)::before {
            content: "1";
            -webkit-animation: c 0.9s linear infinite;
            animation: c 0.9s linear infinite;
        }

        .loaderbi .binary:nth-child(2)::after {
            content: "1";
            -webkit-animation: d 0.7s linear infinite;
            animation: d 0.7s linear infinite;
        }

    .loaderbi.JS_on::before, .loaderbi.JS_on::after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

@-webkit-keyframes a {
    0% {
        -webkit-transform: translate(30px, 0) rotate(30deg);
        transform: translate(30px, 0) rotate(30deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(30px, 150px) rotate(-50deg);
        transform: translate(30px, 150px) rotate(-50deg);
        opacity: 1;
    }
}

@keyframes a {
    0% {
        -webkit-transform: translate(30px, 0) rotate(30deg);
        transform: translate(30px, 0) rotate(30deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(30px, 150px) rotate(-50deg);
        transform: translate(30px, 150px) rotate(-50deg);
        opacity: 1;
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translate(50px, 0) rotate(-40deg);
        transform: translate(50px, 0) rotate(-40deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(40px, 150px) rotate(80deg);
        transform: translate(40px, 150px) rotate(80deg);
        opacity: 1;
    }
}

@keyframes b {
    0% {
        -webkit-transform: translate(50px, 0) rotate(-40deg);
        transform: translate(50px, 0) rotate(-40deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(40px, 150px) rotate(80deg);
        transform: translate(40px, 150px) rotate(80deg);
        opacity: 1;
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: translate(70px, 0) rotate(10deg);
        transform: translate(70px, 0) rotate(10deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(60px, 150px) rotate(70deg);
        transform: translate(60px, 150px) rotate(70deg);
        opacity: 1;
    }
}

@keyframes c {
    0% {
        -webkit-transform: translate(70px, 0) rotate(10deg);
        transform: translate(70px, 0) rotate(10deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(60px, 150px) rotate(70deg);
        transform: translate(60px, 150px) rotate(70deg);
        opacity: 1;
    }
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: translate(30px, 0) rotate(-50deg);
        transform: translate(30px, 0) rotate(-50deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(45px, 150px) rotate(30deg);
        transform: translate(45px, 150px) rotate(30deg);
        opacity: 1;
    }
}

@keyframes d {
    0% {
        -webkit-transform: translate(30px, 0) rotate(-50deg);
        transform: translate(30px, 0) rotate(-50deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(45px, 150px) rotate(30deg);
        transform: translate(45px, 150px) rotate(30deg);
        opacity: 1;
    }
}

.ctn-preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
    background-color: #0F172A;
}

    .ctn-preloader .animation-preloader {
        z-index: 1000;
    }

        .ctn-preloader .animation-preloader .spinner {
            animation: spinner 1s infinite linear;
            border-radius: 50%;
            border: 3px solid rgba(0, 0, 0, 0.2);
            border-top-color: #000000;
            height: 9em;
            margin: 0 auto 3.5em auto;
            width: 9em;
        }

        .ctn-preloader .animation-preloader .txt-loading {
            font: bold 3em "Open Sans Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-align: center;
            user-select: none;
        }

            .ctn-preloader .animation-preloader .txt-loading .letters-loading {
                color: rgba(0, 0, 0, 0.2);
                position: relative;
            }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
                    animation: letters-loading 4s infinite;
                    color: #0EAEE5;
                    content: attr(data-text-preloader);
                    left: 0;
                    opacity: 0;
                    font-family: "Open Sans Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
                    position: absolute;
                    top: -3px;
                    transform: rotateY(-90deg);
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
                    animation-delay: 0.2s;
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
                    animation-delay: 0.4s;
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
                    animation-delay: 0.6s;
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
                    animation-delay: 0.8s;
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
                    animation-delay: 1s;
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
                    animation-delay: 1.2s;
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
                    animation-delay: 1.4s;
                }

    .ctn-preloader.dark .animation-preloader .spinner {
        border-color: rgba(255, 255, 255, 0.2);
        border-top-color: #fff;
    }

    .ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
        color: rgba(255, 255, 255, 0.2);
    }

        .ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
            color: #fff;
        }

    .ctn-preloader p {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 8px;
        color: #0EAEE5;
    }

    .ctn-preloader .loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        z-index: 1;
        pointer-events: none;
    }

        .ctn-preloader .loader .row {
            height: 100%;
        }

        .ctn-preloader .loader .loader-section {
            padding: 0px;
        }

            .ctn-preloader .loader .loader-section .bg {
                background-color: #0F172A;
                height: 100%;
                left: 0;
                width: 100%;
                transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
            }

        .ctn-preloader .loader.dark_bg .loader-section .bg {
            background: #111339;
        }

    .ctn-preloader.loaded .animation-preloader {
        opacity: 0;
        transition: 0.3s ease-out;
    }

    .ctn-preloader.loaded .loader-section .bg {
        width: 0;
        transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    }

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Open Sans Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em "Open Sans Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}


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

.border-radius-5 {
    border-radius: 5px;
}

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

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-20 {
    border-radius: 20px;
}

.hover-up {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

    .hover-up:hover {
        transform: translateY(-2px);
        transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    }

.hover-shadow {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

    .hover-shadow:hover {
        box-shadow: rgba(11, 209, 209, 0.2) 0px 3px 20px;
    }

.card-hover-border {
    border: 1px solid #222F43;
}

    .card-hover-border:hover {
        background: linear-gradient(#131C31, #131C31) padding-box, linear-gradient(to right, rgb(14, 165, 234), rgb(11, 209, 209)) border-box;
        border-radius: 15px;
        border: 1px solid transparent;
    }

a {
    text-decoration: none;
    color: #000000;
}

/*a:hover {
  color: #000000;
}*/

*:hover {
    transition-duration: 0.2s;
}

.img-responsive {
    max-width: 100%;
}



.text-head-2 {
    font-size: 42px;
    line-height: 44px;
    font-weight: bold;
}

.text-heading-4 {
    color: #ffffff;
    font-size: 28px;
    line-height: 32px;
}

.text-base {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.text-3xl {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
}

.text-2xl {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.text-xl {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.text-lg {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.text-md {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400;
}

.text-sm {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400;
}

.text-sm-bold {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700;
}

.text-xs {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 16px !important;
}

h1 {
    font-weight: 800;
    font-size: 45px;
    line-height: 87px;
    color: #000000;
}

h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 61px;
    color: #000000;
}

h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 44px;
    color: #000000;
}

h4, .heading-4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.color-gray-50 {
    color: #E6F0FF;
}

.color-gray-100 {
    color: #D8E6FB;
}

.color-gray-200 {
    color: #C9DAF5;
}

.color-gray-300 {
    color: #B8CDEB;
}

.color-gray-400 {
    color: #A7BDDD;
}

.color-gray-500 {
    color: #94A9C9;
}

.color-gray-600 {
    color: #7F92B0;
}

.color-gray-700 {
    color: #66768F;
}

.color-gray-800 {
    color: #222F43;
}

.color-gray-850 {
    color: #131C31 !important;
}

.color-gray-900 {
    color: #0F172A !important;
}

.color-gray-950 {
    color: #0B1222 !important;
}

.bg-gray-50 {
    background-color: #E6F0FF;
}

.bg-gray-100 {
    background-color: #D8E6FB;
}

.bg-gray-200 {
    background-color: #C9DAF5;
}

.bg-gray-300 {
    background-color: #B8CDEB;
}

.bg-gray-400 {
    background-color: #A7BDDD;
}

.bg-gray-500 {
    background-color: #94A9C9;
}

.bg-gray-600 {
    background-color: #7F92B0;
}

.bg-gray-700 {
    background-color: #66768F;
}

.bg-gray-800 {
    background-color: #222F43;
}

.bg-gray-850 {
    background-color: #131C31;
}

.bg-gray-900 {
    background-color: #0F172A;
}

.bg-gray-950 {
    background-color: #0B1222;
}

.color-white {
    color: #b9e0f2 !important;
}

.border-gray-800 {
    border-color: #222F43 !important;
}

.border-gray-850 {
    border-color: #131C31 !important;
}

.border-gray-500 {
    border-color: #94A9C9 !important;
}

.color-linear {
    background: linear-gradient(230deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200%;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent;
}

.color-white {
    color: #b9e0f2;
}

.content-detail p strong {
   color: #0CC7D6;
}

.form-control {
    border-radius: 8px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    color: #7F92B0;
    -webkit-appearance: auto;
}

    .form-control:focus {
        border-color: #66768F !important;
        background-color: #131C31;
        color: #7F92B0;
    }

.theme-day .color-white {
    color: #7F92B0 !important;
}

.theme-day .color-gray-50 {
    color: #344161;
}

.theme-day .color-gray-100 {
    color: #4A576A;
}

.theme-day .color-gray-200 {
    color: #66768F;
}

.theme-day .color-gray-300 {
    color: #7F92B0;
}

.theme-day .color-gray-400 {
    color: #94A9C9;
}

.theme-day .color-gray-500 {
    color: #2E548C !important;
}

.theme-day .color-gray-600 {
    color: #7E9CC7;
}

.theme-day .color-gray-700 {
    color: #4E658A;
}

.theme-day .color-gray-800 {
    color: #C8D5E8;
}

.theme-day .color-gray-850 {
    color: #E8EDF5;
}

.theme-day .color-gray-900 {
    color: #F9FBFF;
}

.theme-day .color-gray-950 {
    color: #F9FBFF;
}

.theme-day .bg-gray-50 {
    background-color: #344161;
}

.theme-day .bg-gray-100 {
    background-color: #4A576A;
}

.theme-day .bg-gray-200 {
    background-color: #66768F;
}

.theme-day .bg-gray-300 {
    background-color: #7F92B0;
}

.theme-day .bg-gray-400 {
    background-color: #94A9C9;
}

.theme-day .bg-gray-500 {
    background-color: #2E548C;
}

.theme-day .bg-gray-600 {
    background-color: #7E9CC7;
}

.theme-day .bg-gray-700 {
    background-color: #4E658A;
}

.theme-day .bg-gray-800 {
    background-color: #C8D5E8 !important;
}

.theme-day .bg-gray-850 {
    background-color: #E8EDF5 !important;
}

.theme-day .bg-gray-900 {
    background-color: #F9FBFF !important;
}

.theme-day .bg-gray-950 {
    background-color: #F9FBFF !important;
}

.theme-day .btn.btn-tags {
    color: #0B1222;
}

.theme-day .form-control {
    color: #0F172A !important;
}

    .theme-day .form-control:focus {
        border-color: #C8D5E8;
        background-color: #E8EDF5;
    }

.theme-day .btn.btn-border-linear {
    color: #66768F;
}

.timeread {
    background: url(../imgs/page/homepage1/clock.svg) no-repeat left center;
    display: inline-block;
    padding: 0px 0px 0px 23px;
}
#footer-Klogo {
    width: 90px
}
#footer-KVlogo {
    width: 100px;
}

.Home-Gallery-Platform {
    position: absolute;
    top: 20px;
    left: 25px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #222F43;
    background-color: #0F172A;
    font-size: 12px;
}

.Home-Gallery-Count {
    position: absolute;
    top: 20px;
    right: 25px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #222F43;
    background-color: #0F172A;
    font-size: 12px;
}

.kamedia-line-wrapper {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

.kamedia-line-txt {
    display: inline-block;
}

.kamedia-line-img {
    display: inline-block;
    margin: 0px 10px;
    height: 50px;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.kamedia-footer-line-img {
    display: inline-block;
    margin: 0px 10px;
    height: 35px;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.pagination li {
    margin-right: 8px;
}

    .pagination li:first-child a {
        /*  border-top-left-radius: 50% !important;
        border-bottom-left-radius: 50% !important;*/
        border-radius: 50% !important;
    }

    .pagination li:last-child a {
        /*  border-top-right-radius: 50% !important;
        border-bottom-right-radius: 50% !important;*/
        border-radius: 50% !important;
    }

    .pagination li a, .pagination li span {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        color: #ffffff;
        font-size: 15px;
        line-height: 19px;
        font-weight: bold;
        line-height: 40px;
        background-color: #222F43;
        border: 0px;
        padding: 0px;
        text-align: center;
        margin: 0px 5px !important;
    }

.page-item-No-Border {
    border-radius: 0% !important;
    background: none !important;
}

.pagination li a i {
    vertical-align: middle;
    padding: 13px;
}

.pagination li a:hover {
    background-image: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200%;
}
/*.page-link.page-number {
    color: #ffffff;
    font-size: 15px;
    line-height: 19px;
    background-color: #222F43;
}*/


#work-portfolio.gallery {
    display: block;
    column-width: 370px;
    column-gap: 24px;
}

#work-portfolio .portfolio_item {
    display: inline-block;
    width: 100%;
    margin: 0 0 24px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
}

.portfolio_img {
    width: 100%;
    height: var(--frame-h, 300px);
    overflow: hidden;
    padding: 5px;
}

    .portfolio_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        border-radius: 15px;
    }

.frame-250 {
    --frame-h: 250px;
}

.frame-300 {
    --frame-h: 300px;
}

.frame-450 {
    --frame-h: 450px;
}

#EmailBlogForm {
    position: relative;
    background-color: #222F43;
    border-radius: 8px;
    padding: 10px 10px 10px 20px;
    border-radius: 8px;
    border: 1px solid #0EA5EA;
    margin: 5px 0px 25px 0px;
}

#EmailBoxField {
    width: 100%;
    background-color: transparent;
    border: 0px;
    padding-left: 15px;
}

#lnkEmailSendIcon {
    position: absolute;
    color: #0EAEE5;
    font-weight: 700;
    display: inline-block;
    top: 13px;
    left: 8px;
    font-size: 20px;
}

.theme-day .pagination li a {
    background-color: #C8D5E8;
}

.bdrd-8 {
    border-radius: 8px;
}

/*.post-type {
    background: url(../imgs/template/icons/post-type.svg) no-repeat center;
    height: 42px;
    width: 42px;
    position: absolute;
    top: 15px;
    right: 15px;
}

    .post-type.post-audio {
        background: url(../imgs/template/icons/post-audio.svg) no-repeat center;
    }

    .post-type.post-image {
        background: url(../imgs/template/icons/post-image.svg) no-repeat center;
    }*/

.border-bottom {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}

.item-cats {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    margin-bottom: 24px;
}

    .item-cats .cat-left {
        /*display: flex;*/
        width: 100%;
        position: relative;
        min-width: 100px;
        text-align: left;
    }

    .item-cats .cat-right {
        position: relative;
        min-width: 125px;
        text-align: right;
    }

    .item-cats .cat-left .image-cat {
        min-width: 32px;
        margin-right: 7px;
    }

        .item-cats .cat-left .image-cat img {
            height: 32px;
            width: 32px;
            border-radius: 50%;
            vertical-align: middle;
        }

    .item-cats .cat-left .info-cat {
        width: 100%;
        font-size: 16px;
    }

        .item-cats .cat-left .info-cat a:hover {
            color: #0EA5EA;
        }


.support {
    background: url(../imgs/page/contact/headset.svg) no-repeat left center;
    padding: 10px 30px 10px 50px;
}

.location {
    background: url(../imgs/page/contact/marker.svg) no-repeat left center;
    padding: 10px 30px 10px 50px;
}

.plane {
    background: url(../imgs/page/contact/paper-plane.svg) no-repeat left center;
    padding: 10px 30px 10px 50px;
}

.form-group {
    margin-bottom: 24px;
}
    .form-group label {
        padding: 0px;
        color: #7F92B0;
        font-size: 18px;
        margin-bottom: 12px;
    }

.img-bdrd-16 {
    border-radius: 15px;
    width: 100%;
}

.bdrd16 {
    border-radius: 16px !important;
}

.typewrite {
    margin-left: 15px;
}

.hover-neon {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    border: 1px solid #222F43;
    background-color: #131C31;
}

    .hover-neon:hover {
        background: linear-gradient(#131C31, #131C31) padding-box, linear-gradient(to right, rgb(14, 165, 234), rgb(11, 209, 209)) border-box;
        border-radius: 15px;
        border: 1px solid transparent;
        box-shadow: rgba(11, 209, 209, 0.2) 0px 3px 20px;
        transform: translateY(-2px);
        transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    }

.hover-neon-2 {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    border-radius: 50px;
}

    .hover-neon-2:hover {
        box-shadow: rgba(11, 209, 209, 0.3) 0px 3px 20px;
    }

.page-link {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

    .page-link:hover {
        color: #ffffff;
        background-color: #0EA5EA;
        border-color: #0EA5EA;
        transform: translateY(-1px);
        transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    }

.Home-Prompt-img {
    margin:0px 0px 20px 0px;
}

.Home-img-rounded {
    border-radius: 15px;
}
.Home-Agent-img {
    width: 100%;
    position: relative;
    border-radius: 50%;
    border: 1px solid #222F43;
}

a,
button,
img,
input,
span,
h4 {
    transition: all 0.3s ease 0s;
}

@keyframes slideleft {
    10% {
        opacity: 0;
        transform: scale(0);
        right: 0;
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    90% {
        opacity: 0;
        transform: scale(0);
        right: 100%;
    }
}

[data-loader=spinner] {
    width: 35px;
    height: 35px;
    display: inline-block;
    animation: spinner 1.2s infinite ease-in-out;
    background: url(../imgs/template/favicon.svg);
    box-shadow: 0 0 10px #fff;
}

@keyframes spinner {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
    }

    50% {
        transform: perspective(120px) rotateX(-180deg) rotateY(0);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
    }

    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

@keyframes jump {
    0% {
        transform: translate3d(0, 20%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.jump {
    transform-origin: 0;
    animation: jump 0.5s linear alternate infinite;
}

@keyframes wiggle {
    0%, 100% {
        transform: scale(1.2) rotate(7deg);
    }

    50% {
        transform: scale(0.8) rotate(-7deg);
    }
}
/*animation*/
@keyframes slide-down {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0%);
    }
}

@keyframes slide-up {
    from {
        transform: translateY(0%);
    }

    to {
        transform: translateY(-100%);
    }
}

.rotateme {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate3d {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

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

@keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}
/* End Shape rotate */
@keyframes moveBounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes moveLeftBounce {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes rotateMe {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes moveScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
/*TYPOGRAPHY*/
body {
    direction: rtl;
    color: #94A9C9;
    background-color: #0F172A;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    padding: 0px;
    overflow-x: hidden;
    z-index: 0;
}

.theme-day body {
    background-color: #F9FBFF;
}

.font-heading,
.display-1,
.display-2,
.heading-lg,
.heading-sm-1 {
    color: #0EA5EA;
    font-weight: 700;
    line-height: 1.2;
}

.page-content {
    line-height: 1.25;
}

    .page-content p {
        margin-bottom: 10px;
    }

    .page-content h5 {
        margin-bottom: 15px;
    }

a.text-brand-3 {
    color: #0EA5EA;
}

    a.text-brand-3:hover {
        color: #000000;
    }

.font-xs {
    font-size: 12px;
}

.btn {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border: 0;
}

    .btn:hover {
        color: #1CC2E7 !important;
    }

    .btn.btn-linear {
        background: rgb(14, 165, 234);
        background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200%;
        color: #ffffff;
        transition: 0.5s;
    }

    .btn.btn-linear-red {
        background: rgb(14, 165, 234);
        background: linear-gradient(90deg, #dc3545, #ed6572 51%, #dc3545) var(--x, 0)/200%;
        color: #ffffff;
        transition: 0.5s;
    }

        .btn.btn-linear:hover, .btn.btn-linear-red:hover {
            --x: 100%;
            color: #ffffff !important;
            transition: 0.5s;
        }

        .btn.btn-linear i {
            vertical-align: middle;
            display: inline-block;
        }

    .btn.btn-linear-small {
        background: rgb(14, 165, 234);
        background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200%;
        color: #ffffff;
        padding: 6px 24px;
        border-radius: 50px;
    }

        .btn.btn-linear-small:hover {
            color: #66768F !important;
        }

        .btn.btn-linear-small i {
            vertical-align: middle;
            display: inline-block;
        }

    .btn.btn-search {
        height: 42px;
        width: 42px;
        background: url(../imgs/template/icons/icon-search.svg) no-repeat center;
    }

    .btn.btn-load-more {
        border-radius: 80px;
        padding: 18px 30px;
    }

        .btn.btn-load-more i {
            display: inline-block;
            vertical-align: middle;
        }

    .btn.btn-tag {
        border-radius: 50px;
        padding: 6px 15px;
        font-size: 13px;
        line-height: 16px;
        color: #ffffff;
    }

        .btn.btn-tag:hover {
            background-color: #0EA5EA !important;
            color: #ffffff !important;
        }

    .btn.btn-small {
        font-weight: 400;
        border-radius: 15px;
        padding: 3px 15px;
    }

    .btn.btn-radius-8 {
        border-radius: 8px;
    }

    .btn.btn-border-linear {
        border: 2px solid #0EA5EA;
        border-radius: 50px;
        color: #ffffff;
        padding: 5px 15px;
        font-size: 14px;
        line-height: 20px;
    }

        .btn.btn-border-linear:hover {
            color: #ffffff !important;
            background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200% !important;
            border: 2px solid transparent;
        }

    .btn.btn-link-more {
        color: #66768F;
        text-decoration: underline;
        font-size: 14px;
        line-height: 20px;
    }

    .btn.btn-tags {
        border-width: 1px;
        border-style: solid;
        border-radius: 8px;
        padding: 12px 20px;
        color: #ffffff;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
    }

    .btn.btn-filter {
        margin: 5px;
        padding: 12px 18px;
    }

        .btn.btn-filter.active {
            color: #ffffff !important;
            background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200% !important;
            border: 2px solid transparent;
        }

.btn-tooltip {
    position: relative;
}

    .btn-tooltip:after {
        bottom: 0;
        right: 34px;
        position: absolute;
        white-space: nowrap;
        border-radius: 5px;
        font-size: 11px;
        padding: 7px 10px;
        color: #1CC2E7;
        background-color: #D5DFE4;
        content: attr(aria-label);
        line-height: 1.3;
        box-shadow: 0;
        transition: 0;
        opacity: 0;
        visibility: hidden;
        transform: 0;
        transition-duration: 0.2s;
    }

    .btn-tooltip:before {
        content: "";
        position: absolute;
        left: -8px;
        bottom: 0;
        transition-delay: 0.1s;
        border: 7px solid transparent;
        border-left-color: transparent;
        border-left-color: #D5DFE4;
        z-index: 9;
        margin-bottom: 0;
        transition: 0;
        opacity: 0;
        visibility: hidden;
        transition-duration: 0.2s;
    }

    .btn-tooltip:hover:after {
        opacity: 1;
        visibility: visible;
        transform: 0;
        transition-duration: 0.2s;
    }

    .btn-tooltip:hover:before {
        opacity: 1;
        visibility: visible;
        transform: translateY(-8px);
        transition-duration: 0.2s;
    }

.cb-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .cb-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 2px solid #C9DAF5;
    border-radius: 4px;
}

.cb-container input:checked ~ .checkmark {
    border: 2px solid #1CC2E7;
}

.cb-container .text-small {
    color: #94A9C9;
}

.cb-container input:checked ~ .text-small {
    color: #0F172A;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb-container input:checked ~ .checkmark:after {
    display: block;
}

.cb-container input:checked ~ .text-lbl {
    color: #0F172A;
}

.cb-container .checkmark:after {
    left: -1px;
    top: -1px;
    width: 16px;
    height: 16px;
    background: #1CC2E7 url(../imgs/page/shop/tick.svg) no-repeat center;
}

.cb-container-2 {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 4px;
    cursor: pointer;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .cb-container-2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px solid #0F172A;
    border-radius: 0px;
}

.cb-container-2 input:checked ~ .checkmark {
    border: 1px solid #0F172A;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb-container-2 input:checked ~ .checkmark:after {
    display: block;
}

.cb-container-2 input:checked ~ .text-lbl {
    color: #0F172A;
}

.cb-container-2 .checkmark:after {
    left: 0px;
    top: 1px;
    width: 16px;
    height: 16px;
    background: url(../imgs/page/product/checked.svg) no-repeat center;
}

/*COMPONENTS -> FORM*/
.form-control::-webkit-date-and-time-value {
    color: #66768F;
    font-size: 14px;
    line-height: 18px;
}

.input-name, .input-email {
    direction: rtl;
    border: 0px;
    padding: 12px 12px 12px 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: transparent;
    width: 100%;
    color: #ffffff;
}

input {
    color: #7F92B0;
}

.box-swiper {
    position: relative;
    width: 100%;
}

    .box-swiper .swiper-container {
        position: relative;
        height: 100%;
    }

        .box-swiper .swiper-container .item-logo {
            border: 1px solid #94A9C9;
            padding: 39px 0px 36px 0px;
            display: inline-block;
            width: 100%;
            text-align: center;
            border-radius: 12px;
            box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.04);
        }

            .box-swiper .swiper-container .item-logo img {
                max-width: 100%;
            }

            .box-swiper .swiper-container .item-logo:hover {
                border: 1px solid #222F43;
                box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
            }

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
}

.swiper-button-next {
    background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}

    .swiper-button-next:hover {
        background: url(../imgs/slider/swiper/next-active.svg) no-repeat 0px 0px;
    }

.swiper-button-prev {
    background: url(../imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}

    .swiper-button-prev:hover {
        background: url(../imgs/slider/swiper/prev-active.svg) no-repeat 0px 0px;
    }

.swiper-button-next,
.swiper-button-prev {
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
}

.swiper-button-next {
    right: -50px;
}

.swiper-button-prev {
    left: -50px;
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
    }

.swiper-pagination {
    text-align: center;
    width: 100%;
}

.swiper-pagination-bullet {
    margin: 10px;
}

/*Style of the location of the div that wraps the custom pager*/
.swiper-pagination-custom {
    bottom: 40px;
    padding-left: 70px;
}

.swiper-pagination-customs {
    background: url(../imgs/slider/swiper/dot.svg) no-repeat 0px 0px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    margin-right: 4px;
}

    /*Customize the style representation when pager is activated*/
    .swiper-pagination-customs-active,
    .swiper-pagination-customs:hover {
        background: url(../imgs/slider/swiper/dot-active.svg) no-repeat 0px 0px;
        width: 12px;
        height: 12px;
        margin-bottom: -1px;
        margin-left: 3px;
        margin-right: 3px;
    }

.box-button-slider {
    position: absolute;
    top: 10px;
    right: 0px;
}

.box-buttons-slider {
    min-height: 40px;
    margin-bottom: 15px;
}

.swiper-button-prev-style-1,
.swiper-button-next-style-1 {
    height: 32px;
    width: 32px;
    top: 50%;
    transition: all 0.2s;
}

.swiper-button-next-style-1 {
    left: 40px;
    transition: all 0.2s;
}

    .swiper-button-next-style-1:hover {
        background: url(../imgs/slider/swiper/next-active.svg) no-repeat 0px 0px;
        transition: all 0.2s;
    }

.swiper-button-prev-style-1 {
    left: 0px;
    transition: all 0.2s;
}

    .swiper-button-prev-style-1:hover {
        background: url(../imgs/slider/swiper/prev-active.svg) no-repeat 0px 0px;
        transition: all 0.2s;
    }

.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: -60px;
}

    .swiper-buttons .swiper-button-prev-style-3 {
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
        margin-left: -40px;
    }

    .swiper-buttons .swiper-button-next-style-3 {
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
        position: relative;
        display: block;
        margin-right: -40px;
    }

.swiper-group-2 .swiper-pagination {
    text-align: center;
}

    .swiper-group-2 .swiper-pagination .swiper-pagination-bullet {
        background-color: #B8CDEB;
    }

    .swiper-group-2 .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #1CC2E7;
    }

.card-style-1 {
    position: relative;
    width: 100%;
}

    .card-style-1:hover h6 {
        color: #1CC2E7 !important;
    }

    .card-style-1:hover .card-image img {
        transform: scale(1.1);
    }

    .card-style-1 .card-image {
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

        .card-style-1 .card-image img {
            width: 100%;
            border-radius: 8px;
        }

        .card-style-1 .card-image .link-post:hover h4 {
            color: #1CC2E7 !important;
        }

        .card-style-1 .card-image .card-info {
            position: absolute;
            bottom: 0px;
            height: 100%;
            width: 100%;
            border-radius: 8px;
            background: url(../imgs/page/homepage1/bg-trans.png) repeat-x left bottom;
        }

            .card-style-1 .card-image .card-info.card-bg-2 {
                background: url(../imgs/page/homepage3/bg-trans.png) repeat-x left bottom;
            }

            .card-style-1 .card-image .card-info .info-bottom {
                position: absolute;
                bottom: 0px;
                left: 0px;
                padding: 15px;
            }

            .card-style-1 .card-image .card-info .box-author img {
                width: 32px !important;
                height: 32px !important;
                border-radius: 50%;
            }

            .card-style-1 .card-image .card-info .box-author .author-info {
                display: flex;
                align-items: center;
            }

                .card-style-1 .card-image .card-info .box-author .author-info h6 {
                    line-height: 20px !important;
                }

.blog-shares a {
    margin:0px 10px;
}
.blog-article-content {
    font-size: 1.25rem;
    line-height: 1.66667em;
    margin-bottom: 1rem;
    font-weight: 400;
    font-family: "Open Sans Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
    .blog-article-content a {
        color: #0EA5EA !important;
        text-decoration:underline;
    }

    .card-blog-info {
        padding: 0px 15px 20px 15px;
    }

.card-blog-abs-info {
    padding: 0px 15px 20px 15px;
    position: absolute;
    bottom: 15px;
    width: 99%;
    background-color: rgba(19, 28, 48, 0.7);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.card-blog-1 {
    padding: 5px;
    position: relative;
    width: 100%;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
    border: 1px solid #222F43;
    background-color: #131C31;
}

    .card-blog-1 .card-image {
        position: relative;
    }

        .card-blog-1 .card-image img {
            border-radius: 15px;
            width: 100%;
        }

    .card-blog-1 .card-info a:hover {
        color: #0EA5EA !important;
    }

        .card-blog-1 .card-info a:hover h4, .card-blog-1 .card-info a:hover h5 {
            color: #0EA5EA !important;
        }

    .card-blog-1:hover h4.color-white {
        color: #1CC2E7 !important;
    }

.card-blog-2 {
    padding: 0px;
}

    .card-blog-2 .card-image img {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .card-blog-2 .card-info {
        padding: 0px 20px 20px 20px;
    }

.card-style-2 {
    border-width: 1px;
    border-style: solid;
    padding: 19px;
    position: relative;
    display: flex;
    border-radius: 15px;
    align-items: center;
    margin-bottom: 30px;
}

    .card-style-2 .card-image {
        width: 32px;
        height: 32px;
        margin-right: 8px;
        min-width: 32px;
    }

        .card-style-2 .card-image img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
        }

    .card-style-2 .card-info a:hover {
        color: #1CC2E7;
    }

    .card-style-2 .card-info {
        text-align: center;
        width: 100%;
    }

.card-list-posts {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
}

    .card-list-posts:hover h5.color-white {
        color: #1CC2E7 !important;
    }

    .card-list-posts .card-image {
        width: 270px;
        min-width: 270px;
        margin-right: 20px;
    }

        .card-list-posts .card-image img {
            width: 100%;
            border-radius: 15px;
        }

    .card-list-posts .card-info {
        width: 100%;
    }

        .card-list-posts .card-info a:hover h3, .card-list-posts .card-info a:hover h4, .card-list-posts .card-info a:hover h5 {
            color: #1CC2E7 !important;
        }

        .card-list-posts .card-info .col-7 a:hover {
            color: #0EA5EA !important;
        }

    .card-list-posts.card-list-posts-small .card-image {
        max-width: 170px;
        min-width: 170px;
    }

.card-pricing {
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    padding: 25px;
    position: relative;
    background-position: bottom right;
}

    .card-pricing:hover {
        border-color: #66768F !important;
        background: url(../imgs/page/about/shadow-1.svg) no-repeat bottom right;
    }

    .card-pricing .lbl-danger {
        border-radius: 15px;
        padding: 5px 15px;
        background-color: #FF756C;
        position: absolute;
        top: 30px;
        right: 20px;
    }

    .card-pricing .lbl-success {
        border-radius: 15px;
        padding: 5px 15px;
        background-color: #6CFFC1;
        position: absolute;
        top: 30px;
        right: 20px;
    }

    .card-pricing .card-pricing-top {
        padding-bottom: 30px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin-bottom: 30px;
    }

.card-testimonials {
    position: relative;
    background: url(../imgs/page/about/quote.svg) no-repeat bottom right 15px;
    padding: 30px 24px 50px 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.loader {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    animation-fill-mode: both;
    animation: load7 1.8s infinite ease-in-out;
    color: #0EA5EA;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}

    .loader:before {
        border-radius: 50%;
        width: 2em;
        height: 2em;
        animation-fill-mode: both;
        animation: load7 1.8s infinite ease-in-out;
        content: "";
        position: absolute;
        top: 0;
        left: -3.5em;
        animation-delay: -0.32s;
    }

    .loader:after {
        border-radius: 50%;
        width: 2em;
        height: 2em;
        animation-fill-mode: both;
        animation: load7 1.8s infinite ease-in-out;
        content: "";
        position: absolute;
        top: 0;
        left: 3.5em;
    }

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

    .swiper-pagination .swiper-pagination-customs {
        background: #0EA5EA;
        border-radius: 50%;
    }

        .swiper-pagination .swiper-pagination-customs:hover {
            background: #1CC2E7;
        }

    .swiper-pagination .swiper-pagination-customs-active {
        background: #1CC2E7;
    }

    .swiper-pagination.swiper-pagination-2 {
        top: auto;
        height: auto;
        z-index: 123;
        line-height: 30px;
        text-align: center;
    }

.box-newsletter {
    padding: 90px 0px;
    background: #0F172A url(../imgs/template/bg-newsletter.svg) no-repeat right 10px bottom 10px;
}

    .box-newsletter .box-form-newsletter {
        position: relative;
    }

        .box-newsletter .box-form-newsletter .input-newsletter {
            width: 100%;
            background-color: #ffffff;
            border-radius: 4px;
            border: 0px;
            height: 50px;
            padding: 5px 20px;
        }

        .box-newsletter .box-form-newsletter .btn-brand-2 {
            position: absolute;
            top: 0px;
            right: 0px;
            height: 50px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

/*page loading*/
/*.preloader {
    background-color: #0F172A;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    transition: 0.6s;
    margin: 0 auto;
}

    .preloader img {
        max-width: 250px;
        animation-name: spin;
        animation-duration: 1000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0%, 49.999%, 100% {
        transform: none;
    }

    50%, 99.999% {
        transform: rotate(90deg);
    }
}

@keyframes shift-left {
    0%, 100% {
        transform: translateX(0%);
    }

    50% {
        transform: scale(0.65) translateX(-75%);
    }
}

@keyframes shift-right {
    0%, 100% {
        transform: translateX(0%);
    }

    50% {
        transform: scale(0.65) translateX(75%);
    }
}

.preloader-dots {
    --uib-size: 40px;
    --uib-speed: .9s;
    --uib-color: #0EA5EA;
    position: relative;
    height: calc(var(--uib-size) / 2);
    width: var(--uib-size);
    filter: url("#uib-jelly-ooze");
    animation: rotate calc(var(--uib-speed) * 2) linear infinite;
}

    .preloader-dots::before {
        content: "";
        position: absolute;
        top: 0%;
        left: 25%;
        width: 50%;
        height: 100%;
        background: var(--uib-color);
        border-radius: 100%;
        animation: shift-left var(--uib-speed) ease infinite;
    }

    .preloader-dots::after {
        content: "";
        position: absolute;
        top: 0%;
        left: 25%;
        width: 50%;
        height: 100%;
        background: var(--uib-color);
        border-radius: 100%;
        animation: shift-right var(--uib-speed) ease infinite;
    }*/

/*select 2 style*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0EA5EA;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0EA5EA transparent transparent transparent;
    border-width: 5px 5px 0 5px;
}

.select2-search--dropdown {
    padding: 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #C9DAF5;
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 8px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #D5DFE4;
    color: #0EA5EA;
}

.modal-header .btn-close {
    margin: -0.5rem 0rem -0.5rem auto;
}

.head-sidebar {
    position: relative;
}

.headerText {
    background: linear-gradient(82.19deg, #0EA5EA 5.2%, #0BD1D1 100.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.head-sidebar .line-bottom {
    padding-bottom: 10px;
    margin-bottom: 40px;
    background: linear-gradient(82.19deg, #0EA5EA 5.2%, #0BD1D1 100.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

    .head-sidebar .line-bottom::before {
        height: 2px;
        width: 100%;
        content: "";
        background-color: #0EA5EA;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

.box-sidebar {
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    padding: 25px 25px 0px 25px;
    margin-bottom: 30px;
}

.box-sidebar-toggle {
    display: inline-block;
    font-size: 18px;
    padding-top: 5px;
    position: absolute;
    color: #0db0e4;
    top: 1px;
    left: 3px;
}

.list-guides .item-post {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 20px;
}
    .list-guides .item-post .image-post {
        min-width: 80px;
        max-width: 64px;
        margin-left: 15px;
        margin-top: 5px;
    }

.list-posts .item-post {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .list-posts .item-post .image-post {
        min-width: 64px;
        max-width: 64px;
        margin-right: 15px;
    }

        .list-posts .item-post .image-post img {
            height: 64px;
            width: 64px;
            border-radius: 50%;
        }

    .list-posts .item-post .info-post {
        position: relative;
/*        border-bottom-width: 1px;
        border-bottom-style: solid;*/
    }

        .list-posts .item-post .info-post a:hover h6 {
            color: #0EA5EA !important;
        }

        .list-posts .item-post .info-post ul {
            padding-left: 25px;
            margin-bottom: 20px;
            margin-top: 15px;
        }

            .list-posts .item-post .info-post ul li {
                list-style: disc;
            }

    .list-posts .item-post:last-child {
        margin-bottom: 0px;
    }

        .list-posts .item-post:last-child .info-post {
            border-bottom-width: 0px;
        }

.box-author-small {
    display: flex;
    align-items: center;
}

    .box-author-small img {
        display: inline-block;
        margin-right: 15px;
        height: 32px;
        width: 32px;
        border-radius: 50%;
    }

    .box-author-small .author-info {
        width: 100%;
    }

.box-author-big-center {
    display: flex;
    align-items: center;
}

.box-author-big-center img {
    display: block;
    margin: auto;
    height: 96px;
    width: 96px;
    border-radius: 50%;
}


.list-comments {
    position: relative;
}

    .list-comments .item-comment {
        border-bottom-width: 1px;
        border-style: solid;
        padding-bottom: 23px;
        margin-bottom: 23px;
    }

        .list-comments .item-comment:last-child {
            border-bottom: 0px;
            margin-bottom: 0px;
        }

.banner-hero {
    padding: 24px 0px 20px 0px;
    position: relative;
}

@keyframes hero-thumb-animation {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes hero-thumb-animation-2 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes hero-thumb-sm-animation {
    0% {
        transform: translateY(-20px) translateX(50px);
    }

    100% {
        transform: translateY(-20px) translateX(0px);
    }
}

@keyframes hero-thumb-sm-2-animation {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0px);
    }
}

.shape-1 {
    animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-1-2 {
    animation: hero-thumb-animation-2 2s linear infinite alternate;
}

.shape-2 {
    animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
    animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.header {
    padding: 10px 0px;
    margin-top: 15px;
    float: left;
    width: 100%;
    z-index: 10;
}

.header.fix {
    position: fixed;
}

.header.relative {
    position: relative;
}

    .header .main-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        width: 100%;
        padding: 5px 0px;
    }

        .header .main-header .header-logo {
            /*width: 100%;*/
        }

            .header .main-header .header-logo a {
                display: block;
            }

                .header .main-header .header-logo a img {
                    /*min-height: 37px;*/
                }

        .header .main-header .header-nav {
            display: inline-block;
            width: 100%;
            text-align: center;
        }

        .header .main-header .header-search {
            width: 35%;
        }

            .header .main-header .header-search .box-header-search {
                border-radius: 8px;
                border: 1px solid #D5DFE4;
                padding: 5px;
            }

                .header .main-header .header-search .box-header-search .form-search {
                    display: flex;
                }

                .header .main-header .header-search .box-header-search .box-keysearch {
                    width: 100%;
                }

                    .header .main-header .header-search .box-header-search .box-keysearch input {
                        border: 0px !important;
                    }

                .header .main-header .header-search .box-header-search .box-category {
                    position: relative;
                    margin-right: 15px;
                    min-width: 120px;
                }

                    .header .main-header .header-search .box-header-search .box-category::before {
                        content: "";
                        height: 14px;
                        width: 1px;
                        background-color: #EBF0F3;
                        position: absolute;
                        top: 8px;
                        right: -14px;
                    }

                    .header .main-header .header-search .box-header-search .box-category select {
                        height: 100%;
                        width: 100%;
                        border: 0px;
                        padding: 0px 20px 0px 5px;
                        border-radius: 8px;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        background-image: url(../imgs/template/arrow-down.svg);
                        background-position: right center;
                        background-repeat: no-repeat;
                    }

        .header .main-header .header-shop {
            width: 35%;
            text-align: right;
        }

            .header .main-header .header-shop .icon-list {
                display: inline-block;
                padding: 0px 15px 0px 30px;
                background-repeat: no-repeat;
                background-position: 0px -1px;
                position: relative;
                font-size: 16px;
                color: #0EA5EA;
                line-height: 24px;
                cursor: pointer;
            }

                .header .main-header .header-shop .icon-list:hover {
                    color: #000000;
                }

                .header .main-header .header-shop .icon-list:last-child {
                    padding-right: 0px;
                }

                .header .main-header .header-shop .icon-list img {
                    float: left;
                    margin: 3px 6px 0px 0px;
                }

            .header .main-header .header-shop .icon-account {
                background-image: url(../imgs/template/account.svg);
            }

            .header .main-header .header-shop .icon-wishlist {
                background-image: url(../imgs/template/wishlist.svg);
                background-position: 0px 2px;
                padding-left: 35px;
            }

            .header .main-header .header-shop .icon-cart {
                background-image: url(../imgs/template/cart.svg);
                background-position: 0px 2px;
                padding-left: 35px;
            }

            .header .main-header .header-shop .icon-compare {
                background-image: url(../imgs/template/compare.svg);
                background-position: 0px 2px;
            }

            .header .main-header .header-shop .number-item {
                background-color: #1CC2E7;
                border-radius: 50%;
                position: absolute;
                top: -8px;
                left: 14px;
                width: 20px;
                height: 20px;
                color: #ffffff;
                text-align: center;
                line-height: 20px;
                display: inline-block;
            }

        .header .main-header .header-right {
            max-width: 225px;
            width: 100%;
        }

            .header .main-header .header-right .block-signin {
                text-align: right;
            }

    .header .nav-main-menu {
        width: auto;
        padding: 0px;
        float: none;
        text-align: center;
    }

    .header .burger-icon {
        display: none;
    }

    .header .main-menu {
        display: inline-block;
        padding-top: 3px;
    }

        .header .main-menu li {
            float: right;
            position: relative;
            text-align: left;
        }
            /*.header .main-menu li.has-children > a::after {
  content: "\f151";
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  font-size: 14px;
  opacity: 1;
  margin-left: 0px;
  position: relative;
  top: 2px;
}*/
            .header .main-menu li.hr {
                padding: 0px 22px;
            }

                .header .main-menu li.hr span {
                    background-color: #D8E6FB;
                    height: 1px;
                    width: 100%;
                    display: block;
                    margin: 5px 0;
                }

            .header .main-menu li a {
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 18px;
                display: block;
                padding: 13px 17px;
                text-decoration: none;
                position: relative;
                color: #b9e0f2; /*#94A9C9;*/
            }

                .header .main-menu li a:hover, .header .main-menu li a.active {
                    color: #1CC2E7;
                }

                    .header .main-menu li a:hover i, .header .main-menu li a.active i {
/*                        opacity: 1;*/
                        transition: 0.2s;
                    }

                .header .main-menu li a i {
                    font-size: 12px;
                    margin-right: 8px;
                    margin-top:3px;
                    /*opacity: 0.38;*/
                    transition: 0.2s;
                    color: #b9e0f2;
                }

            .header .main-menu li ul {
                opacity: 0;
                visibility: hidden;
                transition-duration: 0.2s;
                position: absolute;
                top: calc(100% + 9px);
                left: 0px;
                z-index: 999999;
                min-width: 180px;
                border-radius: 0 0 4px 4px;
                padding: 8px 0px 8px 0;
                background: #131C31;
                /* Gray/800 [night] */
                border: 1px solid #222F43;
                box-shadow: 0px 23.1405px 69.4215px rgba(0, 0, 0, 0.12);
                border-radius: 8px;
            }

                .header .main-menu li ul li {
                    width: 100%;
                }

                    .header .main-menu li ul li a {
                        font-size: 14px;
                        color: #94A9C9;
                        font-size: 13px;
                        line-height: 16px;
                        position: relative;
                        padding: 10px 22px 10px 38px;
                        background: url(../imgs/template/icons/icon-menu.svg) no-repeat left 20px center;
                        transition: 0.2s;
                    }

                        .header .main-menu li ul li a:hover {
                            transition: 0.2s;
                            background: url(../imgs/template/icons/icon-menu-hover.svg) no-repeat left 20px center;
                        }

                        .header .main-menu li ul li a.closer {
                            padding: 8px 22px 8px 22px;
                        }

                    .header .main-menu li ul li ul {
                        top: 0px;
                        left: 100%;
                    }

            .header .main-menu li:hover > ul {
                opacity: 1;
                visibility: visible;
            }

                .header .main-menu li:hover > ul li {
                    width: 100%;
                }

    .header .text-link-bd-btom {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #0F172A;
        display: inline-block;
        position: relative;
        padding-left: 13px;
    }

        .header .text-link-bd-btom:hover {
            color: #0F172A;
        }

        .header .text-link-bd-btom::before {
            content: "";
            background: #0F172A;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -3px;
            animation: shadow-pulse 1s infinite;
        }

    .header .block-signin .btn-shadow {
        box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
    }

    .header.stick {
        padding: 10px 0px;
        margin-top: 0;
    }

.switch-button {
    display: inline-block;
    padding: 0px 15px 0px 5px;
}

    .switch-button .form-switch {
        padding-left: 0px;
        display: inline-block;
        vertical-align: middle;
    }

        .switch-button .form-switch .form-check-input {
            width: 40px;
            height: 22px;
            margin-left: 0px;
            background-image: url(../imgs/template/icons/mode.svg);
            background-position: left 2px center;
            background-color: #7F92B0;
            border-color: #7F92B0;
            background-size: 18px;
        }

    .switch-button .form-check-input:checked {
        background-color: #222F43;
        border-color: #222F43;
    }

    .switch-button .form-switch .form-check-input:checked {
        background-position: right 2px center;
        background-image: url(../imgs/template/icons/mode.svg);
    }

.sticky-bar.stick {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
    left: 0;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #222F43;
}

.user-account {
    display: flex;
    align-items: center;
}

    .user-account img {
        max-width: 50px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .user-account .user-name {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 14px;
    }

.perfect-scroll {
    height: 100vh;
    width: 100%;
    position: relative;
}

.body-overlay-1 {
    background: transparent;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    cursor: crosshair;
    z-index: 1002;
}

.mobile-menu-active .body-overlay-1 {
    opacity: 1;
    visibility: visible;
}

.header-top {
    background-color: #0F172A;
    color: #ffffff;
    padding: 15px 0px;
    margin-top: 30px;
}

    .header-top span {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }

    .header-top a {
        color: #0F172A;
    }

    .header-top .line-right {
        position: relative;
        display: inline-block;
        padding-right: 35px;
    }

        .header-top .line-right::before {
            content: "";
            position: absolute;
            top: 5px;
            right: 15px;
            width: 1px;
            height: 18px;
            border-right: 1px dashed #0F172A;
        }

    .header-top.header-top-green {
        background-color: #0F172A;
    }

        .header-top.header-top-green a {
            color: #D8E6FB;
        }

        .header-top.header-top-green .line-right::before {
            border-right: 1px dashed #D8E6FB;
        }


.header-container .main-header .header-left .header-nav {
    width: 35%;
}

.header-container .main-header .header-left .header-shop {
    width: 45%;
}

.header-bottom {
    border-top: 1px solid #D5DFE4;
    padding: 10px 0px 10px 0px;
}

    .header-bottom .dropdown-toggle::after {
        display: none;
    }

    .header-bottom .container {
        display: flex;
    }

    .header-bottom .dropdown {
        padding: 0px;
    }

    .header-bottom .header-nav {
        width: 100%;
        padding-left: 20px;
    }

        .header-bottom .header-nav .main-menu {
            padding-top: 0px;
        }

            .header-bottom .header-nav .main-menu li a {
                padding: 9px 15px 5px 15px;
            }

            .header-bottom .header-nav .main-menu li.has-children > a::after {
                content: "";
                background: url(../imgs/page/homepage4/angle-down.svg) no-repeat 0px 0px;
                height: 10px;
                width: 11px;
                position: absolute;
                top: 50%;
                right: 0px;
                margin-top: -4px;
            }

    .header-bottom .discount {
        display: inline-block;
        padding: 9px 0px 9px 42px;
        background-image: url(../imgs/page/homepage4/discount.svg);
        background-position: left center;
        background-repeat: no-repeat;
        min-width: 160px;
        max-height: 53px;
    }

    .header-bottom .dropdown-right {
        background-image: url(../imgs/page/homepage4/arrow-down.svg);
        background-position: right center;
        background-repeat: no-repeat;
        padding: 0px 20px 0px 0px;
        display: block;
        margin-left: 0px;
    }

    .header-bottom .dropdown-menu {
        width: 100%;
        padding: 3px 0px;
    }

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

.dropdown-menu {
    border: 1px solid #D5DFE4;
    border-radius: 4px;
}

.menu-topbar-right .dropdown-menu {
    border: 1px solid #D5DFE4;
    border-radius: 0 0 4px 4px;
}

    .menu-topbar-right .dropdown-menu[data-bs-popper] {
        margin-top: 10px;
    }

.dropdown-item {
    font-size: 14px;
    color: #0EA5EA;
}

    .dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
        color: #0EA5EA;
        text-decoration: none;
        background-color: #D5DFE4;
    }

.dropdown-language .dropdown-item img {
    margin-right: 5px;
}

.box-dropdown-cart {
    position: relative;
}

.dropdown-cart {
    display: none;
    visibility: hidden;
    position: absolute;
    right: -70px;
    top: calc(100% + 22px);
    z-index: 99;
    width: 320px;
    background-color: #fff;
    padding: 22px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 0 0 4px 4px;
    border: 1px solid #D5DFE4;
}

    .dropdown-cart.dropdown-open {
        display: block;
        visibility: visible;
    }

.dropdown-account {
    width: 200px;
    left: 0;
    display: none;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 22px);
    z-index: 99;
    width: 220px;
    background-color: #fff;
    padding: 22px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 0 0 4px 4px;
    border: 1px solid #D5DFE4;
}

    .dropdown-account.dropdown-open {
        display: block;
        visibility: visible;
    }

    .dropdown-account ul li {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 20px;
    }

        .dropdown-account ul li:last-child {
            margin: 0;
        }

        .dropdown-account ul li a {
            color: #0EA5EA;
        }

            .dropdown-account ul li a:hover {
                color: #000000;
            }

.box-breadcrumbs {
    display: inline-block;
}

    .box-breadcrumbs .breadcrumb {
        margin-bottom: 0px;
    }

        .box-breadcrumbs .breadcrumb li {
            position: relative;
            padding: 0px 30px 0px 0px;
        }

            .box-breadcrumbs .breadcrumb li::before {
                content: "";
                position: absolute;
                top: 9px;
                right: 10px;
                height: 15px;
                width: 15px;
                background: url(../imgs/template/icons/right-arrow.svg) no-repeat top right;
            }

            .box-breadcrumbs .breadcrumb li:last-child {
                padding-right: 0px;
            }

                .box-breadcrumbs .breadcrumb li:last-child::before {
                    display: none;
                }

            .box-breadcrumbs .breadcrumb li a {
                display: inline-block;
                color: #667085;
                font-size: 14px;
                line-height: 19px;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                .box-breadcrumbs .breadcrumb li a:hover {
                    color: #0EA5EA;
                }

                .box-breadcrumbs .breadcrumb li a.home {
                    background: url(../imgs/template/icons/home.svg) no-repeat left center;
                    padding-left: 30px;
                }

            .box-breadcrumbs .breadcrumb li span {
                display: inline-block;
                padding: 5px 0;
            }

.form-search {
    position: absolute;
    top: 100%;
    right: 98px;
    width: 100%;
    max-width: 350px;
    z-index: 1234;
    background-color: #0B1222;
    padding: 5px 5px;
    display: none;
    border-radius: 8px;
    border: 1px solid #222F43;
}

    .form-search .form-control {
        height: 46px;
        background-color: #0F172A;
        border-color: #222F43;
        font-size: 14px;
        line-height: 1;
        padding: 10px 15px 10px 20px;
    }

    .form-search .btn-search-2 {
        position: absolute;
        top: 22px;
        right: 28px;
        width: 40px;
        height: 40px;
        background: url(../imgs/template/icons/icon-search.svg) no-repeat center;
        border: 0px;
    }

.popular-keywords a:hover {
    color: #ffffff;
}

.mobile-header-wrapper-style {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100vh;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    z-index: 9;
}

    .mobile-header-wrapper-style.sidebar-visible {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }

    .mobile-header-wrapper-style .mobile-header-wrapper-inner {
        padding: 0px 0px 30px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo {
            position: relative;
            border-bottom: 1px solid #D5DFE4;
            padding-bottom: 15px;
        }

        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 0;
            background-color: #ffffff;
            align-items: center;
            align-self: center;
            border-bottom: 0;
            margin-bottom: 15px;
        }

            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
                display: block;
            }

                .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
                    width: 100px;
                }

        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
            padding: 30px 30px 30px;
        }

            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu {
                max-width: 300px;
            }

                .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
                    display: block;
                    position: relative;
                    padding: 13px 0;
                }

                    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
                        border-bottom: none;
                    }

                    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
                        right: 0;
                        position: absolute;
                        cursor: pointer;
                        z-index: 9;
                        text-align: center;
                        font-size: 12px;
                        display: block;
                        width: 30px;
                        height: 30px;
                        line-height: 38px;
                        top: 5px;
                        color: #E6F0FF;
                    }

                        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
                            font-size: 18px;
                            font-weight: 300;
                            opacity: 0.5;
                        }

                    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand {
                        background: #222F43;
                    }

                        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand i::before {
                            content: "\f113";
                        }

                    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
                        font-size: 16px;
                        line-height: 1;
                        text-transform: capitalize;
                        font-weight: 500;
                        position: relative;
                        display: inline-block;
                        color: #E6F0FF;
                        transition-duration: 0.2s;
                    }

                        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
                            margin-right: 5px;
                        }

                    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
                        padding: 10px 0 0 10px;
                    }

                        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
                            padding: 10px 0;
                            border-bottom: none;
                        }

                            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
                                top: 0px;
                            }

                            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
                                padding-left: 13px;
                                transition-duration: 0.2s;
                            }

                            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
                                font-size: 14px;
                                display: block;
                                font-weight: 500;
                                color: #E6F0FF;
                                padding-left: 10px;
                                position: relative;
                                transition-duration: 0.2s;
                            }

                            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
                                margin-top: 0;
                            }

                            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
                                padding-bottom: 0;
                            }

                            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.hr {
                                padding: 0 0 0 10px;
                            }

                                .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.hr span {
                                    background-color: #D8E6FB;
                                    height: 1px;
                                    width: 100%;
                                    display: block;
                                    margin: 5px 0;
                                }

                    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
                        color: #94A9C9;
                        padding-left: 3px;
                        transition-duration: 0.2s;
                    }

            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
                padding: 5px 15px;
            }

            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
                padding: 20px;
                border-radius: 5px;
                border: 1px solid #0F172A;
                margin: 17px 0 30px 0;
            }

                .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
                    position: relative;
                    margin-bottom: 13px;
                }

                    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
                        margin-bottom: 0;
                    }

                    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
                        font-size: 14px;
                        display: block;
                        font-weight: 500;
                        color: #0F172A;
                    }

                        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
                            color: #0F172A;
                        }

                        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
                            font-size: 14px;
                            color: #0F172A;
                            margin-right: 8px;
                        }

                    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
                        margin-top: 5px;
                        display: none;
                        background-color: transparent;
                        box-shadow: none;
                        padding: 10px 0 0 0;
                        width: 100%;
                        z-index: 11;
                    }

                        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
                            padding-bottom: 10px;
                        }

                            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
                                padding-bottom: 0px;
                            }

                            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
                                font-size: 16px;
                                color: rgba(255, 255, 255, 0.7);
                                font-weight: 400;
                            }

                                .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
                                    color: #0F172A;
                                }

                    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
                        color: #0F172A;
                    }

            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            }

            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
                font-size: 13px;
                color: #E6F0FF;
            }

                .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright a {
                    color: #E6F0FF;
                }

.burger-icon {
    position: absolute;
    width: 24px;
    height: 20px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: 15px;
    right: 0px;
    z-index: 99999999;
}

    .burger-icon > span {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
    }

        .burger-icon > span.burger-icon-top {
            top: 2px;
        }

        .burger-icon > span.burger-icon-bottom {
            bottom: 2px;
        }

        .burger-icon > span.burger-icon-mid {
            top: 9px;
        }

    .burger-icon.burger-close {
        position: fixed;
        top: 32px;
        right: 30px;
    }

        .burger-icon.burger-close > span.burger-icon-top {
            display: none;
            opacity: 0;
        }

        .burger-icon.burger-close > span.burger-icon-mid {
            top: 8px;
            transform: rotate(45deg);
        }

        .burger-icon.burger-close > span.burger-icon-bottom {
            bottom: 10px;
            transform: rotate(-45deg);
        }

    .burger-icon > span::before,
    .burger-icon > span::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #333;
    }

    .burger-icon.burger-icon-white > span::before,
    .burger-icon.burger-icon-white > span::after {
        background-color: #94A9C9;
    }

.mobile-search form {
    background-color: #ffffff;
    border-radius: 8px;
    height: 44px;
    padding: 0px 15px 0px 44px;
    position: relative;
}

    .mobile-search form input {
        border: 0;
        background-color: transparent;
        width: 100%;
        padding: 12px 10px;
    }

    .mobile-search form i {
        position: absolute;
        left: 18px;
        top: 14px;
        font-size: 18px;
        color: #222F43;
    }

.mobile-social-icon h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

.mobile-social-icon a {
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    transition-duration: 0.5s;
    height: 30px;
    width: 30px;
    display: inline-flex;
    background: #efeaff;
    border-radius: 30px;
    line-height: 1;
    align-content: center;
    justify-content: center;
}

    .mobile-social-icon a img {
        max-width: 18px;
    }

        .mobile-social-icon a img:hover {
            opacity: 0.8;
        }

    .mobile-social-icon a:hover {
        transform: translateY(-2px);
        transition-duration: 0.5s;
        margin-top: -2px;
    }

    .mobile-social-icon a:last-child {
        margin-right: 0;
    }

.mobile-account {
    margin: 20px 0 25px 0;
    padding: 30px 0 20px 0;
    border-top: thin solid #D8E6FB;
    border-bottom: thin solid #D8E6FB;
}

    .mobile-account ul.mobile-menu {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .mobile-account h6 {
        font-weight: 600;
        font-size: 18px;
    }

    .mobile-account ul li {
        padding: 8px 0;
    }

        .mobile-account ul li a {
            font-size: 14px;
            line-height: 1;
            text-transform: capitalize;
            font-weight: 400;
            position: relative;
            display: inline-block;
            color: #E6F0FF;
            transition-duration: 0.2s;
        }

        .mobile-account ul li:hover a {
            padding-left: 3px;
            transition-duration: 0.2s;
            color: #94A9C9;
        }

.topbar {
    padding: 10px 70px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #D5DFE4;
    z-index: 9999999;
    position: relative;
    background: #ffffff;
}

    .topbar .container-topbar {
        display: flex;
    }

        .topbar .container-topbar .menu-topbar-left,
        .topbar .container-topbar .menu-topbar-right,
        .topbar .container-topbar .info-topbar {
            width: 33.3%;
        }

        .topbar .container-topbar .menu-topbar-right {
            text-align: right;
        }

.top-gray-1000 {
    background-color: #0F172A;
}

    .top-gray-1000 .nav-small li a {
        color: #ffffff;
    }

    .top-gray-1000 .color-brand-3 {
        color: #ffffff !important;
    }

    .top-gray-1000 .dropdown-right {
        background-image: url(../imgs/page/homepage4/arrow-down.svg);
    }

.dropdown-right {
    background-image: url(../imgs/template/arrow-down.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 15px 0px 0px;
    display: inline-block;
    margin-left: 10px;
}

.nav-small li {
    position: relative;
    display: inline-block;
}

    .nav-small li a {
        display: block;
        padding: 0px 30px 0px 0px;
        color: #0EA5EA;
    }

        .nav-small li a:hover {
            color: #1CC2E7;
        }

        .nav-small li a::before {
            content: "";
            position: absolute;
            top: 5px;
            right: 15px;
            width: 1px;
            height: 13px;
            background-color: #D5DFE4;
        }

    .nav-small li:last-child a::before {
        display: none;
    }

.sidebar-left {
    position: absolute;
    top: 0px;
    background-color: #ffffff;
    left: 0px;
    width: 50px;
    height: 100%;
    border-right: 1px solid #D5DFE4;
    z-index: 999999;
    padding-top: 0px;
    padding-bottom: 25px;
}

    .sidebar-left.stick .btn.btn-open {
        height: 68px;
        background: #fff url(../imgs/template/open.svg) no-repeat center center;
    }

    .sidebar-left .menu-icons {
        padding: 142px 0px 0px 0px;
    }

        .sidebar-left .menu-icons li a {
            display: block;
            height: 50px;
            text-align: center;
            line-height: 50px;
        }

            .sidebar-left .menu-icons li a img {
                vertical-align: middle;
            }

.menu-texts {
    position: absolute;
    top: 112px;
    left: 0px;
    background-color: #ffffff;
    min-width: 320px;
    border-right: 1px solid #D5DFE4;
    border-bottom: 1px solid #D5DFE4;
}

    .menu-texts li a {
        display: block;
        padding: 0px 20px 0px 0px;
        line-height: 50px;
        font-size: 16px;
        font-weight: bold;
        color: #0EA5EA;
        text-decoration: none;
    }

        .menu-texts li a:hover, .menu-texts li a.active {
            color: #000000;
        }

            .menu-texts li a:hover .img-link, .menu-texts li a.active .img-link {
                position: relative;
            }

                .menu-texts li a:hover .img-link::before, .menu-texts li a.active .img-link::before {
                    content: "";
                    height: 100%;
                    width: 2px;
                    background-color: #0EA5EA;
                    position: absolute;
                    top: 0px;
                    right: 0px;
                }

        .menu-texts li a img {
            vertical-align: middle;
        }

        .menu-texts li a .img-link {
            height: 50px;
            width: 50px;
            display: inline-block;
            border-right: 1px solid #D5DFE4;
            text-align: center;
            margin-right: 15px;
        }

    .menu-texts li .sub-menu {
        display: none;
    }

    .menu-texts li:hover .sub-menu, .menu-texts li.submenu-open .sub-menu {
        display: block;
        position: absolute;
        top: 0px;
        left: 100%;
        min-width: 250px;
        height: auto;
        background-color: #ffffff;
        border-left: 1px solid #D5DFE4;
        border-right: 1px solid #D5DFE4;
        border-bottom: 1px solid #D5DFE4;
        padding-top: 8px;
        padding-bottom: 10px;
    }

        .menu-texts li:hover .sub-menu li a, .menu-texts li.submenu-open .sub-menu li a {
            font-weight: 400;
            color: #7F92B0;
            padding-left: 25px;
            line-height: 38px;
        }

            .menu-texts li:hover .sub-menu li a:hover, .menu-texts li.submenu-open .sub-menu li a:hover {
                color: #000000;
            }

    .menu-texts > li.has-children > a {
        padding-right: 30px;
        background: url(../imgs/template/icons/arrow-gray.svg) no-repeat right 20px center;
    }

        .menu-texts > li.has-children > a:hover, .menu-texts > li.has-children > a.active {
            color: #000000;
            background: url(../imgs/template/icons/arrow-gray-hover.svg) no-repeat right 20px center;
        }

    .menu-texts.menu-close {
        min-width: auto;
        border: 0;
    }

        .menu-texts.menu-close li.has-children a {
            padding: 0px;
            background-image: none;
        }

        .menu-texts.menu-close li a {
            padding: 0px;
        }

            .menu-texts.menu-close li a .text-link {
                display: none;
            }

            .menu-texts.menu-close li a .img-link {
                margin-right: 0px;
            }

.select2-container {
    max-width: unset;
    min-width: 130px;
}

.FooterStyles {
    padding: 5px;
    font-size: 18px;
}

.footer .icon-socials {
    display: inline-block;
    padding-left: 28px;
    height: 32px;
    width: auto;
    transition-duration: 0.2s;
}

    .footer .icon-socials:hover {
        transform: translateY(-3px);
        transition-duration: 0.2s;
        color: rgb(14, 165, 234) !important;
    }

    .footer .icon-socials.icon-twitter {
        background: url(../imgs/template/icons/tw.svg) no-repeat 0px 0px;
        transition-duration: 0.2s;
    }

        .footer .icon-socials.icon-twitter:hover {
            background: url(../imgs/template/icons/tw-hover.svg) no-repeat 0px 0px;
            transition-duration: 0.2s;
        }

    .footer .icon-socials.icon-insta {
        background: url(../imgs/template/icons/insta.svg) no-repeat 0px 0px;
        transition-duration: 0.2s;
    }

        .footer .icon-socials.icon-insta:hover {
            background: url(../imgs/template/icons/insta-hover.svg) no-repeat 0px 0px;
            transition-duration: 0.2s;
        }

    .footer .icon-socials.icon-linked {
        background: url(../imgs/template/icons/linked.svg) no-repeat 0px 0px;
        transition-duration: 0.2s;
    }

        .footer .icon-socials.icon-linked:hover {
            background: url(../imgs/template/icons/linked-hover.svg) no-repeat 0px 0px;
            transition-duration: 0.2s;
        }

.footer .menu-footer {
    display: inline-block;
}

    .footer .menu-footer li {
        list-style: none;
        margin-bottom: 12px;
    }

        .footer .menu-footer li a {
            font-size: 16px;
            line-height: 24px;
            text-decoration: none;
            display: block;
            padding: 0px 0px 0px 0px;
            transition-duration: 0.2s;
        }

            .footer .menu-footer li a:hover {
                color: #0EA5EA !important;
                transition-duration: 0.2s;
                padding-left: 3px;
            }

.footer .theme-day .menu-footer li a {
    color: #2E548C;
}

    .footer .theme-day .menu-footer li a:hover {
        color: #0EA5EA;
    }

.footer .footer-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 30px 0px 0px 0px;
    font-size: 14px;
}

    .footer .footer-bottom a {
        text-decoration: none;
    }

#scrollUp {
    width: 54px;
    height: 54px;
    color: #ffffff;
    right: 30px;
    bottom: 30px;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    z-index: 999 !important;
    border: 0;
    background: url(../imgs/template/bg-top.png) no-repeat;
    transition-duration: 0.2s;
}

    #scrollUp i {
        display: block;
        line-height: 59px !important;
        font-size: 20px;
        color: #fff;
    }

    #scrollUp:hover {
        transform: translateY(-3px);
        transition-duration: 0.2s;
    }

.menu-bottom li {
    display: inline-block;
}

    .menu-bottom li a {
        display: block;
        padding: 0px 15px;
    }

    .menu-bottom li:last-child a {
        padding-right: 0px;
    }

.footer-1 {
    margin: 50px 0px 24px 0px;
    padding: 50px 128px 30px 128px;
    border-radius: 48px;
    border-width: 1px;
    border-style: solid;
}

.progressCounter {
    z-index: 8;
    cursor: pointer;
}

    .progressCounter span.progressScroll-text {
        font-size: 20px;
        color: #fff;
    }

.copyright {
    color: #1CC2E7;
}

    .copyright:hover {
        color: #0EA5EA;
    }

.section-padding-30 {
    padding: 30px 0;
}

.section-padding-50 {
    padding: 50px 0;
}

.section-padding-60 {
    padding: 60px 0;
}

.section-padding {
    padding: 25px 0;
}

.banner {
    padding-top: 50px;
}

.banner-img {
    position: relative;
    text-align: center;
}

    .banner-img::before {
        content: "";
        position: absolute;
        bottom: 75px;
        left: 5px;
        height: 500px;
        width: 500px;
        background: url(/Site_Assets/MyPersonal/img/shadow-2.svg) no-repeat center;
        background-size: contain;
        z-index: 1;
    }

    .banner-img img {
        z-index: 3;
        position: relative;
        display: block;
        margin: auto;
    }

    .banner-img .pattern-1 {
        position: absolute;
        top: 33%;
        left: 0%;
    }

        .banner-img .pattern-1 img {
            animation: animationFramesOne 20s linear infinite alternate;
        }

    .banner-img .pattern-2 {
        position: absolute;
        top: 18%;
        right: 15%;
        animation: hero-thumb-animation 2s linear infinite alternate;
    }

        .banner-img .pattern-2 img {
            animation: rotateMe 10s linear infinite alternate;
        }

    .banner-img .pattern-3 {
        position: absolute;
        bottom: 4%;
        left: 9%;
        animation: hero-thumb-animation 2s linear infinite alternate;
    }

    .banner-img .pattern-4 {
        position: absolute;
        bottom: 37%;
        right: 4%;
        animation: wiggle 2s linear infinite alternate;
    }

.box-subscriber {
    position: relative;
}

    .box-subscriber .inner-subscriber {
        border-radius: 8px;
        /*display: flex;*/
        padding: 10px 10px 10px 20px;
        /*background: linear-gradient(#222F43, #222F43) padding-box, linear-gradient(to right, rgb(14, 165, 234), rgb(11, 209, 209)) border-box;*/
        border-radius: 8px;
        border: 1px solid #0EA5EA;
        margin-top: 5px;
    }

        .box-subscriber .inner-subscriber:hover {
            box-shadow: rgba(11, 209, 209, 0.2) 0px 3px 20px;
        }

        .box-subscriber .inner-subscriber form {
            width: 100%;
        }

        .box-subscriber .inner-subscriber .input-sybscriber {
            width: 100%;
            background-color: transparent;
            border: 0px;
        }

    .box-subscriber .SearchBox {
        width: 100%;
        background-color: transparent;
        border: 0px;
    }

/*========================
Promp Generator Page
========================*/
.box-subscriber .PromptBox {
    width: 100%;
    background-color: transparent;
    border: 0px;
    min-height: 50px;
    word-break: break-word;
}

.PromptBox span {
    font-size: 16px;
    cursor: pointer;
    display:inline-block;
    position:relative;
    line-height:30px;
}

.PromptBox .PrompBoxItem:hover {
    font-size: 16px;
    margin: 0px 2px;
    color: #0BD1D1;
    padding: 5px 10px;
    border: 1px solid #0EA5EA;
    cursor:text;
}

.PromptBox .PrompBoxItem.inedit {
    color: #94A9C9 !important;
    padding: 5px 10px;
    border: 1px solid #222F43 !important;
    background-color: #0F172A !important;
}

.PrompBoxItem a.ItemRemove {
    color: #cd5f88;
    font-size: 14px;
    top: -7px;
    right: -8px;
    cursor:pointer;
    position: absolute;
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
}

ItemConfirmEdit

.thePrompt {
    font-size: 16px;
    font-weight: 400;
}
.SelectedOverlay.Off {
    display: none;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

    .SelectedOverlay.Off i {
        display: none;
        visibility: hidden;
        width: 1px;
        height: 1px;
    }

.SelectedOverlay.On {
    /*background-color: #000;*/
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

    .SelectedOverlay.On i {
        font-size: 50px;
        margin: auto;
        display: block;
        width: 30px;
        margin-top: 10px;
        color: #13e379;
    }

#PromptPlatform {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #222F43;
    background-color: #0F172A;
    font-size:12px;
}

.PromptTextBox {
    padding: 8px 5px 5px 5px;
    position: relative;
    width: 100%;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border: 1px solid #222F43;
    background-color: #131C31;
}

.CallToActionBox {
    padding: 10px 30px;
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 250px;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border: 1px solid #222F43;
    background: url(/Site_Assets/GenAI/img/shadow-1.svg) no-repeat bottom right;
}

.CallToActionBox-Center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.PrompPreviewBox {
    display: flex;
    padding: 8px 5px 5px 5px;
    position: relative;
    width: 100%;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border: 1px solid #222F43;
    background-color: #131C31;
    min-height: 115px;
}

.PrompPreviewBox-grip {
    position: absolute;
    background-color: #fff;
    top: -6px;
    right: -12px;
    padding: 4px 8px;
    border: 1px solid #222F43;
    background-color: #131C31;
    border-radius: 5px;
    cursor: grab;
}

.PrompPreviewBox-image {
    /*margin-left: 15px;*/
    margin:0px;
}

.PrompPreviewBox-info {
    font-size: 16px;
    color: #b9e0f2;
}

.PrompPreviewBox-text {
    padding: 0px 15px 0px 15px;
}

.PrompPreviewBox-info.Short {
    width: 85%;
    /*padding:0px 5px 0px 15px;*/
}

.PrompPreviewBox-info-title textarea {
    border: 0px;
    resize: none;
    overflow: auto;
    background-color: #131C31;
    width: 100%;
    font-size: 16px;
    color: #b9e0f2;
    height:45px;
}

.PrompPreviewBox-info-title {
    line-height: 24px;
    width: 100%;
    font-weight: 600;
}

.PrompBox_Empy {
    display:block;
    width:100%;
    text-align:center;
    margin:auto;
    font-size:18px;
}

.PrompBoxItem {
    margin-right:5px;
}

.PrompPreviewBox-trash {
    display: inline-block;
    float: left;
    color: #cd5f88;
    margin-top: 5px;
}

.PrompPreviewBox-minus {
    display: inline-block;
    float: left;
    color: #cd5f88;
    margin-left: 10px;
    margin-top:5px;
}

.PrompPreviewBox-plus {
    display: inline-block;
    float: left;
    color: #5fcd67;
}

.PrompPreviewBox-imgs {
    display: inline-block;
    float: left;
    color: #b9e0f2;
    margin: 5px 10px 0px 10px;
}

.PrompPreviewBoxScale {
    border: 1px solid #222F43;
    background-color: #0F172A;
    width: 80px;
    text-align:right;
    direction:ltr;
}

.PrompPreviewBoxScale-small {
    width: 60px;
}

.PrompPreviewBox img {
    border-radius: 15px;
    width: 250px;
    margin: 15px;
    max-height: 250px;
}

.PromptBoxSlider {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    background: #94A9C9;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 10px;
}

.PromptBoxSliderWrapper {
    display: inline-block;
    width: 80%;
    position: absolute;
    bottom: 12px;
}
.PromptBoxSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0EA5EA;
    cursor: pointer;
}

.PromptBoxSlider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #0EA5EA;
    cursor: pointer;
}
.PrompPreviewBoxGrpSelector {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    margin-bottom: 24px;
}

    .PrompPreviewBoxGrpSelector.off {
        border-color: #222F43
    }

    .PrompPreviewBoxGrpSelector.on {
        background-color: #222F43;
        border: 1px solid #0EA5EA;
    }

    .PrompPreviewBoxGrpSelector .cat-right {
        position: relative;
        min-width: 125px;
        text-align: right;
    }

    .PrompPreviewBoxGrpSelector .cat-left {
        width: 100%;
        position: relative;
        min-width: 100px;
        text-align: left;
    }

    .PrompPreviewBoxGrpSelector.off .btn {
        background-color: #222F43;
    }

    .PrompPreviewBoxGrpSelector.On .btn {
        background-color: #0F172A;
    }


.PrompParameterText {
    display: inline-block;
    border-radius: 5px;
    background-color: #222F43;
    padding: 5px 10px;
    margin-left:10px;
}

.PrompParamCommand {
    width: 100%;
    padding: 0px 10px;
}

.box-subscriber .inner-subscriber .btn-arrow-right {
    min-width: 80px;
}

    .box-subscriber .inner-subscriber .btn-arrow-right i {
        display: inline-block;
        vertical-align: middle;
    }

.box-topics {
    border-radius: 8px;
    padding: 24px;
    border-width: 1px;
    border-style: solid;
}

.box-author {
    display: flex;
    align-items: center;
}

.box-author.abs {
    display: flex;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
}

    .box-author img {
        display: inline-block;
        margin-left: 10px;
        margin-right: 5px;
        height: 32px !important;
        width: 32px !important;
        border-radius: 50% !important;
    }

    .box-author-small img {
        display: inline-block;
        margin-left: 10px;
        margin-right: 5px;
        height: 24px !important;
        width: 24px !important;
        border-radius: 50% !important;
    }

.box-author.medium img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    height: 48px !important;
    width: 48px !important;
    border-radius: 50% !important;
}

    .box-author .author-info {
        width: 100%;
    }

.readmore {
    position: relative;
    padding-top: 13px;
    padding-left: 10px;
}

    .readmore * {
        z-index: 2;
        position: relative;
    }

    .readmore span {
        color: #0EAEE5;
    }

    .readmore::before {
        content: "";
        position: absolute;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        top: 7px;
        background-color: #222F43;
        z-index: 1;
        right: -13px;
    }

.cover-home1 {
    position: relative;
}

    .cover-home1 .container {
        position: relative;
        z-index: 2;
    }

    .cover-home1::after {
        height: 800px;
        width: 500px;
        content: "";
        z-index: 1;
        background: url(/Site_Assets/GenAI/img/shadow-1.svg) no-repeat right top;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .cover-home1::before {
        height: 1500px;
        width: 500px;
        content: "";
        z-index: 1;
        background: url(/Site_Assets/GenAI/img/shadow-3.svg) no-repeat right bottom;
        position: absolute;
        right: 0px;
        top: 700px;
    }


/*.cover-home3::after {
    height: 800px;
    width: 500px;
    content: "";
    z-index: 1;
    background: url(/Site_Assets/GenAI/img/shadow-4.svg) no-repeat right top;
    position: absolute;
    left: 0px;
    top: 2000px;
}*/

.cover-home3::before {
    height: 70%; /*1500px;*/
    width: 500px;
    content: "";
    background: url(/Site_Assets/GenAI/img/shadow-3.svg) no-repeat right bottom;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index:-1;
}

.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .pagination li {
        margin-right: 3px;
        display: inline-block;
    }

.list-tags-col-5, .list-tags-col-4 {
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
    justify-content: center;
}

    .list-tags-col-5 li {
        flex: 0 0 auto;
        width: 20%;
        padding: 0px 10px;
        /*  min-width: 150px;
  max-width: 180px;*/
    }

    .list-tags-col-4 li {
        flex: 0 0 auto;
        width: 25%;
        padding: 0px 10px;
        /*  min-width: 150px;
  max-width: 180px;*/
    }

.box-topics.box-topics-2 {
    padding: 0px 50px;
    position: relative;
    border: 0px;
    background-color: transparent;
}

.banner-home2 {
    padding-top: 80px;
}

.banner-1 {
    position: absolute;
    top: 48px;
    right: -180px;
    z-index: 4;
}

.banner-2 {
    position: absolute;
    top: 81px;
    right: 31px;
    z-index: 3;
}

.banner-3 {
    position: absolute;
    top: 303px;
    left: -215px;
    z-index: 3;
}

.banner-in-img img {
    border-radius: 15px;
    max-width: 300px !important;
}

.banner-img.no-bg::before {
    display: none;
}

.banner-img.no-bg::after {
    display: none;
}

.banner-agent {
    padding: 25px 0px 0px 0px;
    position: relative;
}

    .banner-agent .container {
        z-index: 2;
        position: relative;
    }

    .banner-agent::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 0px;
        right: 0px;
        background: url(/Site_Assets/GenAI/img/shadow-1.svg) no-repeat bottom right;
        z-index: 1;
    }


.banner-home3 {
    padding: 25px 0px 50px 0px;
    position: relative;
}

    .banner-home3 .container {
        z-index: 2;
        position: relative;
    }

    .banner-home3::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 0px;
        right: 0px;
        background: url(/Site_Assets/GenAI/img/shadow-1.svg) no-repeat bottom right;
        z-index: 1;
    }

.banner-home4 {
    padding-bottom: 85px;
}

.box-socials {
    display: inline-block;
    margin-top: 0px;
}

    .box-socials a {
        display: inline-block;
        height: 50px;
        border-radius: 50%;
        margin-right: 10px;
        transition: all 0.2s;
    }

        .box-socials a span {
            display: inline-block;
            height: 50px;
            width: 50px;
            border-radius: 50%;
        }

/*        .box-socials a:hover {
            background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200%;
            transition: all 0.2s;
        }*/

.footer .box-socials a {
    border-radius: 0px;
}

.footer .box-socials i {
    margin:0px 5px 0px 0px;
}

.box-banner-4 {
    display: flex;
    width: 100%;
    align-items: center;
}

    .box-banner-4 .banner-image {
        max-width: 211px;
        min-width: 211px;
        margin-right: 35px;
    }

        .box-banner-4 .banner-image img {
            border-radius: 50%;
            width: 100%;
            box-shadow: rgba(11, 209, 209, 0.2) 0px 3px 20px;
            border: 1px solid #0EA5EA;
        }

            .box-banner-4 .banner-image img:hover {
                box-shadow: rgba(11, 209, 209, 0.3) 0px 3px 20px;
            }

    .box-banner-4 .banner-info {
        width: 100%;
    }

    .box-banner-4 .box-socials a {
        height: 32px;
        width: 32px;
    }

        .box-banner-4 .box-socials a span {
            height: 32px;
            width: 32px;
        }

            .box-banner-4 .box-socials a span.fb {
                background-size: auto 14px;
            }

            .box-banner-4 .box-socials a span.inst {
                background-size: auto 14px;
            }

            .box-banner-4 .box-socials a span.snap {
                background-size: auto 14px;
            }

            .box-banner-4 .box-socials a span.tw {
                background-size: auto 14px;
            }

        .box-banner-4 .box-socials a:hover {
            background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200%;
        }

.calendar-icon {
    background: url(../imgs/template/icons/calendar.svg) no-repeat left center;
    display: inline-block;
    padding-left: 23px;
    padding-top: 2px;
}

.link-brand-1 {
    color: #0EA5EA;
}

    .link-brand-1:hover {
        color: #0EA5EA;
    }

.list-logos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .list-logos .item-logo {
        width: 20%;
    }

.box-banner-4 {
    display: flex;
    width: 100%;
}

.box-map {
    overflow: hidden;
    width: 100%;
    border-radius: 15px;
    display: inline-block;
}

iframe.google-map {
    width: 100%;
    height: 450px;
    border-radius: 15px;
}

.form-login {
    display: inline-block;
    max-width: 405px;
    width: 100%;
    border-radius: 15px;
    margin: auto;
    border-width: 1px;
    border-style: solid;
    padding: 30px;
}

    .form-login .btn {
        width: 100%;
        height: 48px;
    }

.box-form-login {
    text-align: center;
    position: relative;
}

    .box-form-login::before {
        content: "";
        height: 312px;
        width: 329px;
        position: absolute;
        bottom: -50px;
        right: 0px;
        background: url(../imgs/page/login/security.svg) no-repeat bottom right;
    }

.box-line {
    position: relative;
    margin: 30px auto;
    max-width: 375px;
}

    .box-line::before {
        content: "";
        width: 90%;
        height: 1px;
        background-color: #222F43;
        position: absolute;
        top: 10px;
        left: 0px;
        right: 0px;
        z-index: 1;
        margin: auto;
    }

    .box-line span {
        display: inline-block;
        position: relative;
        top: -4px;
        z-index: 2;
        padding: 5px 10px;
    }

.box-login-gmail {
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    max-width: 405px;
    width: 100%;
    padding: 8px;
}

.btn-login-gmail {
    background: url(../imgs/page/login/gmail.svg) no-repeat left center;
    padding: 0px 0px 0px 30px;
}

.viewpass {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 30px;
    background-image: url(../imgs/page/login/view.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 50px;
    cursor: pointer;
}

.box-404 {
    max-width: 900px;
    margin: auto;
}

    .box-404 .image-404 {
        max-width: 384px;
        margin-right: 40px;
    }

    .box-404 .info-404 {
        width: 100%;
    }

.shadow-page-404 .container {
    position: relative;
    z-index: 2;
}

.shadow-page-404::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0px;
    background: url(../imgs/page/404/shadow-1.svg) no-repeat bottom 100% right 0px;
    z-index: -1;
}

.footer {
    position: relative;
    z-index: 2;
}

.box-features {
    padding: 70px 100px 20px 100px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    position: relative;
    z-index: 2;
}

.item-icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
}

    .item-icon.icon-motion {
        background: url(../imgs/page/about/motion.svg) no-repeat center;
    }

    .item-icon.icon-ui {
        background: url(../imgs/page/about/ui.svg) no-repeat center;
    }

    .item-icon.icon-branding {
        background: url(../imgs/page/about/branding.svg) no-repeat center;
    }

    .item-icon.icon-product {
        background: url(../imgs/page/about/product.svg) no-repeat center;
    }

    .item-icon.icon-key {
        background: url(../imgs/page/about/key.svg) no-repeat center;
    }

    .item-icon.icon-social {
        background: url(../imgs/page/about/social.svg) no-repeat center;
    }

.list-checked {
    padding: 0px 0px 0px 20px;
}

    .list-checked li {
        display: inline-block;
        padding: 3px 0px 3px 25px;
        margin: 0px 0px 15px 0px;
        background: url(../imgs/page/about/checked.svg) no-repeat left center;
    }

.accordion-button {
    border: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

.accordion-collapse {
    border-width: 0 0px;
    padding-right: 70px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button::after {
    background-image: url(../imgs/page/about/open.svg);
    height: 54px;
    width: 54px;
    background-size: auto;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../imgs/page/about/close.svg);
    height: 54px;
    width: 54px;
    background-size: auto;
}

.accordion-item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .accordion-item:last-child {
        border-bottom: 0px;
    }

.accordion-body {
    padding: 20px 0px 40px 0px;
}

.icon-media {
    display: inline-block;
    padding: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 17.5px;
    margin: 0px 10px;
    width: 20px;
}

    .icon-media.icon-fb {
        background-image: url(../imgs/page/single/fb.svg);
    }

    .icon-media.icon-tw {
        background-image: url(../imgs/page/single/tw.svg);
    }

    .icon-media.icon-printest {
        background-image: url(../imgs/page/single/pi.svg);
    }

.box-share {
    width: 100%;
    align-items: center;
    height: 40px;
/*    border-right-width: 1px;
    border-right-style: solid;*/
    padding-right: 40px;
    text-align: right;
}


    .box-share a {
        margin:0px 10px;
    }

    .box-quote {
        padding: 120px 100px 70px 100px;
        background-image: url(../imgs/page/single/left-quote.svg);
        background-repeat: no-repeat;
        background-position: top 50px center;
        border-radius: 15px;
        text-align: center;
        margin: 50px 0px;
    }

.content-detail {
    padding-bottom: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 30px;
    z-index:3;
    position:relative;
}

    .content-detail table {
        width: 100%;
    }

        .content-detail table, .content-detail table tr, .content-detail table td {
            border: 1px solid #94A9C9;
        }

            .content-detail table tr, .content-detail table td {
                padding: 30px 20px 20px 20px;
            }

    .content-detail p {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #94A9C9;
    }

    .content-detail p a {
        color:#fff !important;
        text-decoration:underline;
    }

.box-tags {
    padding: 20px 0px;
}

    .box-tags .btn {
        margin-bottom: 10px;
    }

.box-comments {
    margin-top: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.list-comments-single {
    padding: 40px 0px 0px 0px;
}

    .list-comments-single .item-comment {
        display: flex;
        width: 100%;
        margin-bottom: 40px;
    }

.comment-left {
    max-width: 270px;
    width: 100%;
    padding-right: 20px;
}

.item-comment-sub {
    padding-left: 40px;
}

    .item-comment-sub .comment-left {
        max-width: 230px;
    }

.comment-right {
    width: 100%;
}

.text-comment {
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    border-radius: 15px;
}

.cb-agree {
    float: left;
    margin: 4px 5px 0px 0px;
}

.btn-number-arts {
    position: absolute;
    top: 0px;
    left: 110%;
    min-width: 130px;
}


/*amit*/

.sec_color_b {
   background-color: #131C31;
}

.f_widget h3 {
    font-size: 20px;
    font-weight: 600;
    color: #94A9C9;
}

.f_widget.about-widget .f_list li a {
    font-weight: 800;
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}

    .f_widget.about-widget .f_list li a {
        font: 300 16px/20px "Open Sans Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #94A9C9;
        position: relative;
        transition: color 0.2s linear;
        display: inline-block;
    }

        .f_widget.about-widget .f_list li a:hover {
            font-weight: 800;
        }

.seo_subscribe_area {
    z-index: 90;
    padding: 0px 0px 0px 0px;
    background: url(/Site_Assets/GenAI/img/FotterGenAi.png);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: #131C31;
}

.Footerkamedia {
    color: #94A9C9;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 26px;
}

.link-text {
    font-weight: 400;
    line-height: 40px;
    font-size: 24px;
    text-decoration: underline;
    color: #b9e0f2;
}

.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #94A9C9;
    display: inline-block;
    background: #131C31;
    text-align: center;
    transition: all 0.2s linear;
    border: 1px solid #222F43;
    padding: 15px 0px 0px 20px;
}

    .f_social_icon a + a {
        margin-left: 0;
        margin-right: 10px;
    }

    .f_social_icon a i {
        position: absolute;
        width: 20px;
        height: 20px;
    }

.f-logo {
    display: inline-block
}

.page-content p {
    margin-bottom: 15px;
}

.NewsItemText a {
    color: #0EA5EA !important;
    text-decoration: underline;
}
.slider_area {
    background: #0F172A;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.slider_area .bottom_shoape {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 0;
    width: 100%;
}

/* Home Page */
.svg-main-advantages-cloud {
    display: block;
    min-width: 2196px;
    width: 2196px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -1098px;
}
.new_service .col-lg-4:first-child .separator {
    display: none;
}

.new_service .number {
    width: 33px;
    height: 33px;
    text-align: center;
    font-size: 16px;
    color: #A7A9AC;
    border: 1px solid #A7A9AC;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 32px;
    background: #b9e0f2;
    transition: all 0.2s linear;
    z-index: 1;
    position: relative;
    font-size: 20px;
    padding: 5px 0px 0px 2px;
}

.new_service .separator {
    position: relative;
    top: -17px;
    width: 100%;
    background: #A7A9AC;
    height: 1px;
    right: -56%;
    z-index: 0;
}

    .new_service .separator:before {
        content: "";
        position: absolute;
        top: 0px;
        width: 0;
        background: #2F90D6;
        height: 1px;
        left: 0;
        z-index: 0;
        transition: width 0.3s linear;
    }

.new_service .new_service_content {
    margin-top: 50px;
    border-radius: 5px;
    transition: all 0.2s linear;
    background: #fff;
    box-shadow: 0px 30px 40px 0px rgba(167, 169, 172, 0.1);
    padding: 20px 15px;
    line-height: 35px;
    height: 100%;
    position: relative;
    border: 1px solid #A7A9AC;
}

.new_service_content > .fntParagrph {
    min-height: 140px;
}

.new_service .saas_features_item {
    padding: 0px;
    cursor: pointer;
    display: block;
}

    .new_service .saas_features_item:hover .green {
        background: #26D799;
        box-shadow: 0px 10px 30px 0px rgba(2, 144, 117, 0.5);
        color: #fff;
        border: 1px solid #029075 !important;
    }

    .new_service .saas_features_item:hover .purple {
        background: #b372bd;
        box-shadow: 0px 10px 30px 0px rgba(139,96,237, 0.5);
        color: #fff;
        border: 1px solid #8b60ed !important;
    }

    .new_service .saas_features_item:hover .red {
        background: #F74859;
        box-shadow: 0px 10px 30px 0px rgba(189,32,45, 0.5);
        color: #fff;
        border: 1px solid #BD202D !important;
    }

    .new_service .saas_features_item:hover .yellow {
        background: #FFCC5F;
        box-shadow: 0px 10px 30px 0px rgba(235,144,6, 0.5);
        color: #fff;
        border: 1px solid #EB9006 !important;
    }

    .new_service .saas_features_item:hover .blue {
        background: #359EDB;
        box-shadow: 0px 10px 30px 0px rgba(27,101,146, 0.5);
        color: #fff;
        border: 1px solid #1B6592 !important;
    }

    .new_service .saas_features_item:hover .app {
        background: #6186C4;
        box-shadow: 0px 10px 30px 0px rgba(97,134,196, 0.5);
        color: #fff;
        border: 1px solid #3f4451 !important;
    }

    .new_service .saas_features_item:hover .genai {
        background: #95DCFF;
        box-shadow: 0px 10px 30px 0px rgba(149,220,255, 0.5);
        color: #fff;
        border: 1px solid #95DCFF !important;
    }

    .new_service .saas_features_item:hover .separator:before {
        width: 100%;
    }

    .new_service .saas_features_item:hover .new_service_content {
        background-color: #131C31;
        box-shadow: 0px 50px 80px 0px #131C31;
    }

img.service-icon {
    height: 100px;
}

.new_service .new_service_content {
    background: none;
    box-shadow: none;
    border: none;
}

.new_service_btn {
    display: block;
    margin: auto;
    width: 160px;
    padding: 10px 5px;
    text-align: center;
}

#HomeProductTranSvg {
    width: 1920px;
}
/* Video Page */
.video-card {
    min-height: 300px;
}
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    font-size: 40px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 18px 20px 18px 27px;
    border-radius: 50%;
    transition: opacity 0.3s ease;
}

.video-duration {
    position: absolute;
    background-color: #0F172A;
    font-size: 14px;
    color: #94A9C9;
    bottom: 10px;
    left: 5px;
    display: inline-block;
    padding: 1px 12px;
    border: 1px solid #222F43;
    border-radius: 5px;
}

.video-date {
    position: absolute;
    background-color: #0F172A;
    font-size: 14px;
    color: #94A9C9;
    bottom: 10px;
    right: 5px;
    display: inline-block;
    padding: 1px 12px;
    border: 1px solid #222F43;
    border-radius: 5px;
}

.video-name {
    min-height: 40px;
    font-size: 16px;
    margin: 10px 0px 5px 0px;
}

.video-lnk-more-details {
    color: #0EAEE5;
    font-size: 14px;
    margin: 3px 0px;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 11px;
}

.video-details {
    font-size: 14px;
    margin: 0px 0px 40px 0px;
    white-space: pre-line;
    display: none;
}


@media (min-width: 1200px) {
    .gallery-left {
        width: 47%;
    }

    .gallery-right {
        width: 53%;
    }
}

@media (min-width: 1400px) {
    .header-container .container {
        max-width: 1360px;
    }
}

@media (max-width: 1550px) {
    .banner-hero.banner-2 .block-2 {
        right: -10px;
    }

    .header .main-header .header-left .header-shop .icon-list {
        padding: 0px 18px 0px 18px;
        width: 25px;
        height: 25px;
    }

    .header-shop a span {
        display: none;
    }

    .header .main-header .header-left .header-shop {
        width: 16%;
    }
}

@media (max-width: 1399.98px) {
    .block-samsung {
        padding: 25px 100px 25px 35px;
        background-size: auto 170px;
    }

    .block-drone {
        padding: 25px 120px 25px 35px;
        background-size: auto 130px;
    }

    .block-iphone {
        background-size: auto 110px;
    }

    .image-gallery .font-33 {
        font-size: 20px;
        line-height: 27px;
    }

    .image-gallery .font-32 {
        font-size: 25px;
        line-height: 32px;
    }

    .bg-metaverse {
        background-size: auto 75%;
    }

    .list-col-5 li {
        padding: 0px 4px;
    }

    .item-list .font-lg-bold {
        font-size: 16px;
        line-height: 24px;
    }

    .card-grid-style-4 .card-grid-inner .info-right {
        width: 60%;
    }

    .card-grid-style-4 .card-grid-inner .image-box {
        width: 40%;
    }

    .banner-homepage3 {
        padding-left: 65px;
    }

    .display-list .card-grid-style-3 .card-grid-inner .image-box {
        min-width: 210px;
        max-width: 210px;
    }

    .box-info-vendor .vendor-contact {
        position: relative;
        top: -40px;
        width: 100%;
    }

    .box-info-vendor {
        flex-wrap: wrap;
    }

        .box-info-vendor .info-vendor {
            width: 70%;
        }

    .border-vendor {
        margin-top: -40px !important;
    }
}

@media (max-width: 1199.98px) {
    .header .main-header .header-right {
        max-width: 285px;
        padding-right: 35px;
    }

    .burger-icon {
        display: inline-block;
    }

    .topbar .container-topbar .menu-topbar-right {
        text-align: center;
        width: 100%;
    }

    .list-products-5 .card-grid-style-3 {
        width: 33.333%;
    }

    .list-products-5.list-products-3 .card-grid-style-3 {
        width: 33.333%;
    }

    .header .main-header .header-left .header-shop {
        width: 35%;
        padding-right: 35px;
        min-width: 189px;
    }

    .header .main-header .header-left .header-nav {
        width: 0%;
    }

    .header .main-header .header-left .header-search {
        width: 65%;
    }

    .header .burger-icon {
        display: block;
    }

    .box-count.box-count-square .deals-countdown {
        padding: 4px 0px;
    }

    .block-iphone {
        background-size: auto 150px;
    }

    .list-9-col li {
        width: 16.66%;
    }

    .top-deals .box-top-deals .top-deals-right,
    .top-deals .box-top-deals .top-deals-left {
        width: 100%;
    }

    .top-deals .card-grid-inner .image-box {
        height: auto;
        line-height: 100%;
    }

    .bg-headphone {
        padding-bottom: 30px;
    }

    .font-xl {
        font-size: 20px;
        line-height: 26px;
    }

    .font-33 {
        font-size: 25px;
    }

    .font-32 {
        font-size: 24px;
    }

    .box-wishlist {
        max-width: 100%;
    }

    .btn.btn-arrow-2 {
        background-position: top 3px right 0px;
        padding: 0px 20px 0px 0px;
        font-size: 14px;
        line-height: 16px;
        background-size: 14px;
    }

    .info-blog .btn.btn-arrow-2 {
        padding: 0px 18px 0px 0px;
        font-size: 12px !important;
        line-height: 16px !important;
        background-size: 12px;
    }

    .gallery-image .image-left {
        min-width: 99px;
        max-width: 99px;
        padding-right: 10px;
    }

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

    .list-services li {
        width: 100%;
    }

    .footer-1 {
        padding: 89px 30px 50px 30px;
    }

    .header .main-header .header-nav {
        width: 0%;
    }

    .box-form-login::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .footer .width-20 {
        width: 50%;
    }

    .footer .width-16 {
        width: 50%;
    }

    .list-products-5 .card-grid-style-3 {
        width: 50%;
    }

    .topbar {
        display: none;
    }

    .header .main-header .header-left .header-shop {
        padding-top: 5px;
    }

    .btn.btn-open {
        background-position: center 15px;
        height: 50px;
        position: absolute;
        background-color: transparent;
    }

    .sidebar-left {
        height: auto;
        min-height: 54px;
        top: 0px;
        border: 0;
        background-color: transparent;
    }

        .sidebar-left .menu-texts {
            border-top: 0;
        }

            .sidebar-left .menu-texts li a .img-link {
                border: 0;
            }

            .sidebar-left .menu-texts li.submenu-open .sub-menu {
                border-top: 1px solid #D5DFE4;
            }

    .banner-hero.banner-1 .banner-big {
        margin-bottom: 25px;
    }

    .list-products-5.list-products-3 .card-grid-style-3 {
        width: 50%;
    }

    .list-col-5 li {
        width: 50%;
        height: 110px;
        margin-bottom: 15px;
    }

    .bg-metaverse {
        padding: 20px 15px 0px 15px;
    }

    .bg-controller {
        background-position: center left 10px;
        background-size: auto 65%;
    }

    .banner-img-left {
        padding: 20px 20px 0px 170px;
        height: 225px;
    }

    .footer .width-25 {
        width: 100%;
    }

    .footer .width-23 {
        width: 50%;
    }

    .menu-texts {
        top: 53px;
    }

    .box-all-hurry {
        bottom: -10px;
        text-align: center;
    }

    .banner-ads::before {
        width: 200px;
    }

    .banner-ads::after {
        width: 150px;
    }

    .bg-headphone {
        background-size: auto 95%;
    }

    .menu-texts {
        display: none;
    }

    .dropdown .menu-texts {
        display: block;
    }

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

    .gallery-image {
        margin-bottom: 40px;
    }

    .single-product-3 {
        margin-bottom: 20px;
    }

    .content-wishlist .item-wishlist {
        flex-wrap: wrap;
    }

    .item-wishlist .wishlist-cb {
        width: 8%;
    }

    .item-wishlist .wishlist-product {
        width: 92%;
    }

    .item-wishlist .wishlist-price {
        width: 20%;
        margin-top: 15px;
    }

    .item-wishlist .wishlist-status {
        width: 27%;
        margin-top: 15px;
    }

    .item-wishlist .wishlist-action {
        width: 35%;
        margin-top: 15px;
    }

    .item-wishlist .wishlist-remove {
        width: 18%;
        margin-top: 15px;
    }

    .head-wishlist .item-wishlist .wishlist-price,
    .head-wishlist .item-wishlist .wishlist-status,
    .head-wishlist .item-wishlist .wishlist-action,
    .head-wishlist .item-wishlist .wishlist-remove {
        display: none;
    }

    .product-wishlist .product-info {
        padding-right: 0px;
    }

    .box-bought-together {
        flex-wrap: wrap;
    }

        .box-bought-together .box-product-bought .product-bought {
            min-width: auto;
            max-width: none;
            margin-bottom: 30px;
            padding: 10px 0px;
        }

        .box-bought-together .price-bought {
            padding-left: 0px;
        }

    .box-banner-vendor {
        flex-wrap: wrap;
    }

        .box-banner-vendor .vendor-left {
            width: 100%;
        }

        .box-banner-vendor .vendor-right {
            width: 100%;
            max-width: 100%;
        }

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

    .list-orders .item-orders {
        flex-wrap: wrap;
    }

        .list-orders .item-orders .info-orders {
            width: 75%;
            padding-right: 0px;
        }

        .list-orders .item-orders .image-orders {
            min-width: auto;
            max-width: none;
            width: 25%;
        }

        .list-orders .item-orders .quantity-orders {
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .list-orders .item-orders .price-orders {
            margin-top: 20px;
            margin-bottom: 10px;
        }

    .box-orders .head-orders {
        display: inline-block;
    }

        .box-orders .head-orders .head-right {
            width: 100%;
            text-align: center;
            padding-top: 20px;
        }

    .list-orders .item-orders .quantity-orders {
        width: 50%;
    }

    .list-orders .item-orders .price-orders {
        width: 50%;
        text-align: right;
        min-width: auto;
        max-width: none;
    }

    .nav-tabs-account {
        text-align: left;
    }

    .list-services {
        margin-bottom: 30px;
    }

        .list-services li {
            width: 50%;
        }

    .footer-bottom .box-socials {
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .footer .width-20 {
        width: 100%;
    }

    .footer .width-16 {
        width: 100%;
    }

    .footer .width-23 {
        width: 100%;
    }

    .burger-icon {
        top: 17px;
    }

    .sticky-bar.stick .burger-icon {
        top: 17px;
    }

    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
        max-width: 140px;
    }

    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
        padding: 30px;
    }

    .nav.nav-right {
        margin-top: 30px;
    }

    .list-products-5.list-products-3 .hurry-up {
        width: 100%;
    }

        .list-products-5.list-products-3 .hurry-up .card-grid-inner {
            height: auto;
        }

    .image-gallery {
        margin-bottom: 0px;
    }

        .image-gallery .image-big {
            width: 100%;
            margin-bottom: 25px;
        }

        .image-gallery .image-small {
            width: 100%;
            margin-bottom: 25px;
        }

    h1 {
        font-size: 44px;
        line-height: 63px;
    }

    h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .box-newsletter {
        padding-bottom: 110px;
    }

    .box-promotions {
        height: auto;
        max-height: 515px;
    }

    .banner-hero.banner-1 .banner-big.banner-big-3 {
        background-position: center top;
    }

    .font-68 {
        font-size: 40px;
        line-height: 42px;
    }

    .list-9-col li {
        width: 25%;
    }

    .card-grid-style-2 .image-box {
        min-width: 110px;
        max-width: 110px;
        padding-right: 10px;
    }

    .nav-tabs li a h4 {
        font-size: 20px;
    }

    .border-1-right {
        margin-right: 15px;
    }

        .border-1-right::before {
            display: none;
        }

    .dropdown .sidebar-left .menu-texts {
        display: block;
    }

        .dropdown .sidebar-left .menu-texts.menu-close {
            min-width: 320px;
        }

    .box-info-vendor .avarta .btn-buy {
        padding-left: 5px;
        padding-right: 5px;
        width: auto;
        font-size: 10px !important;
        line-height: 14px !important;
    }

    .box-info-vendor .avarta {
        max-width: 115px;
        padding: 15px 5px 10px 5px;
        top: -40px;
        width: 35%;
    }

    .box-info-vendor .info-vendor {
        width: 65%;
    }

    .box-info-vendor .info-vendor {
        padding: 0px 0px 0px 20px;
    }

        .box-info-vendor .info-vendor h4 {
            font-size: 16px;
            line-height: 20px;
        }

        .box-info-vendor .info-vendor .mr-20 {
            margin-right: 0px;
        }

    .box-info-vendor {
        padding: 5px 5px;
    }

        .box-info-vendor .vendor-contact {
            top: -20px;
        }

    .location,
    .phone {
        font-size: 14px;
        line-height: 22px;
    }

    .form-tracking .box-button {
        min-width: 120px;
        max-width: 120px;
    }

    .form-tracking .btn-buy {
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-orders .head-orders .head-left {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .box-orders .head-orders .head-left h5 {
            width: 100%;
            margin-right: 0px !important;
            margin-bottom: 15px;
        }

    .list-notifications .item-notification .button-notification {
        min-width: 110px;
        max-width: 110px;
        text-align: center;
    }

        .list-notifications .item-notification .button-notification .btn-buy {
            padding: 7px 10px;
        }

    .list-notifications .item-notification .info-notification {
        padding-left: 10px;
        padding-right: 10px;
    }

        .list-notifications .item-notification .info-notification h5 {
            font-size: 14px;
            line-height: 18px;
        }

        .list-notifications .item-notification .info-notification .font-md {
            font-size: 12px;
            line-height: 14px;
        }

    .box-account-template {
        padding-top: 35px;
    }

    .nav-tabs-account li a {
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-list-posts .card-image {
        width: 160px;
        min-width: 160px;
    }

    .footer-1 {
        padding: 89px 20px 50px 20px;
    }

    .box-quote {
        padding-left: 20px;
        padding-right: 20px;
    }

    .list-comments-single .item-comment {
        flex-wrap: wrap;
    }

    .comment-left {
        width: 100%;
    }

    .box-share {
        height: 50px;
    }

    .CallToActionBox {
        max-height: 100%;
    }
}

@media (max-width: 575.98px) {
    .header {
        padding: 0px 0;
    }

        .header.stick {
            padding: 0px 0;
        }

    .header-container {
        padding: 5px 0 0px 0;
    }

        .header-container.stick {
            padding: 5px 0 0px 0px;
        }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next-style-2,
    .swiper-button-prev-style-2 {
        display: block;
    }

    .header .main-header .header-left .header-shop {
        min-width: 189px;
    }

    .header .main-header .header-left .header-search {
        display: none;
    }

    .header .container {
        max-width: 100%;
    }

    .header .main-header .header-left .header-logo {
        max-width: 100%;
    }

    .header .main-header .header-left .header-shop {
        width: 55%;
    }

    .list-products-5.list-products-3 .card-grid-style-3 {
        width: 100%;
    }

    h1 {
        font-size: 34px;
        line-height: 53px;
    }

    h2 {
        font-size: 25px;
        line-height: 35px;
    }

    h4 {
        font-size: 24px;
        line-height: 30px;
    }
    h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
    }
    .sidebar-left {
        top: -2px;
    }

    .box-newsletter {
        padding-bottom: 150px;
    }

    .banner-hero.banner-1 .banner-big.banner-big-2 {
        padding: 100px 40px 55px 40px;
    }

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

    .product-wishlist .product-image {
        min-width: 90px;
        max-width: 90px;
        padding: 1px;
        margin-right: 10px;
    }

    .product-wishlist .product-info h5 {
        font-size: 15px;
        line-height: 20px;
    }

    .listCheckout .product-wishlist .product-info h5 {
        font-size: 12px;
        line-height: 16px;
    }

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

    .list-services li {
        width: 100%;
    }

    .box-images-logo img {
        max-height: 16px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .banner-img::after {
        display: none;
    }

    .cover-home1::before, .cover-home1::after {
        display: none;
    }

    .header .main-header .header-right {
        padding-right: 25px;
    }

    .swiper-button-prev-style-1, .swiper-button-next-style-1 {
        display: block;
    }
}

@media (max-width: 499.98px) {
    .kamedia-footer-line-img {
        display: inline-block;
        margin: 0px 10px;
        height: 50px;
        vertical-align: middle;
        vertical-align: -webkit-baseline-middle;
    }

    .pagination li a, .pagination li span {
        margin:0px !important;
    }
        .pagination li a i {
            vertical-align: middle;
            padding: 10px;
        }
    .header .main-header .header-logo {
        margin: auto;
    }
    .cover-home3::after {
        display: none;
        visibility: hidden;
    }

    #footer-Klogo {
        width: 110px;
        margin-top:5px;
        
    }

    #footer-KVlogo {
        width: 120px;
        margin-top: 5px;
    }


.cover-home3::before {
    display: none;
    visibility: hidden;
}
    .kamedia-line-wrapper {
        text-align:center;
    }
    .banner-home3 {
        padding-bottom: 10px;
    }
    .banner-home3 .banner-img {
        margin-top: 80px;
    }
    .list-tags-col-4 li {
        flex: 0 0 auto;
        width: 50%;
        padding: 0px 10px;
    }

    .box-banner-4 {
        display: block;
    }

        .box-banner-4 .banner-image {
            margin-bottom: 30px;
        }

    .box-features {
        padding: 40px 10px 20px 10px;
    }

    .form-search {
        right: 0;
    }

    .list-col-5 li {
        width: 100%;
        height: auto;
    }

    .banner-2 {
        padding: 20px 15px;
    }

    .font-33 {
        font-size: 20px;
        line-height: 23px;
    }

    .font-18 {
        font-size: 16px;
        line-height: 20px;
    }

    .bg-phone {
        background-color: #DDD3FA;
        padding: 30px 30px 30px 30px;
    }

    .nav-tabs li {
        padding: 0px 0px 0px 0px;
    }

    .nav-tabs-product li {
        padding: 5px 0px 5px 0px;
        width: 100%;
        border: 1px solid #e7e7e7;
        margin-bottom: 10px;
    }

    .nav-tabs li a {
        padding: 0px 5px;
        font-size: 12px;
        line-height: 20px;
    }

    h3 {
        font-size: 22px;
        line-height: 31px;
    }

    .font-base {
        font-size: 14px;
        line-height: 18px;
    }

    .box-count.box-count-square .deals-countdown .countdown-section {
        margin: 0px 4px;
    }

        .box-count.box-count-square .deals-countdown .countdown-section::before {
            right: -6px;
        }

    .box-count .deals-countdown {
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-grid-style-2 .image-box {
        min-width: 95px;
        max-width: 95px;
        padding-right: 10px;
    }

    .list-brands {
        padding: 10px 5px;
    }

    h1 {
        font-size: 29px;
        line-height: 45px;
    }

    h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-hero.banner-1 .banner-big {
        padding: 60px 20px 25px 20px;
        background-position: center bottom;
    }

    .box-newsletter {
        padding-bottom: 190px;
    }

    .block-drone,
    .block-samsung {
        padding-right: 35px;
    }

    .header-bottom .dropdown-right {
        width: 0%;
        overflow: hidden;
        padding: 0px;
    }

    .btn.btn-category {
        padding: 10px 20px 10px 35px;
        min-width: 33px;
        width: 33px;
    }

    .banner-ads::before {
        width: 150px;
    }

    .banner-ads::after {
        width: 100px;
    }

    .font-46 {
        font-size: 35px;
        line-height: 49px;
    }

    .banner-hero.banner-1 .banner-small {
        padding: 10px;
    }

    .list-9-col li {
        width: 33.33%;
    }

    .dropdown .sidebar-left {
        min-width: 58px;
        border-style: solid;
        border-width: 1px;
        padding: 5px;
        width: 58px;
    }

        .dropdown .sidebar-left .menu-texts {
            display: block;
        }

            .dropdown .sidebar-left .menu-texts.menu-close {
                min-width: auto;
            }

                .dropdown .sidebar-left .menu-texts.menu-close li a .text-link {
                    display: none;
                }

                .dropdown .sidebar-left .menu-texts.menu-close li .sub-menu {
                    bottom: -6px;
                    top: -6px;
                }

    .list-products-5 .card-grid-style-3 {
        width: 100%;
    }

    .box-bought-together .box-product-bought .product-bought {
        padding: 5px;
        margin-right: 30px;
    }

        .box-bought-together .box-product-bought .product-bought::before {
            left: -39px;
        }

    .gallery-image .image-left {
        min-width: 69px;
        max-width: 69px;
        width: 25%;
        padding-right: 10px;
    }

    .slider-nav-thumbnails {
        width: 75px;
    }

    .galleries {
        padding-left: 90px;
    }

    .list-orders .item-orders .image-orders {
        min-width: auto;
        max-width: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .list-orders .item-orders .info-orders {
        width: 100%;
        padding-left: 0px;
    }

        .list-orders .item-orders .info-orders h5 {
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
        }

    .list-orders .item-orders .quantity-orders {
        margin-top: 10px;
    }

    .list-orders .item-orders .price-orders {
        margin-top: 10px;
    }

    .list-notifications .item-notification {
        flex-wrap: wrap;
    }

        .list-notifications .item-notification .image-notification {
            min-width: auto;
            max-width: none;
            width: 100%;
            margin-bottom: 15px;
            text-align: center;
        }

        .list-notifications .item-notification .info-notification {
            padding-left: 0px;
            padding-right: 0px;
            margin-bottom: 15px;
        }

    .nav-tabs-account li a {
        font-size: 14px;
        line-height: 20px;
    }

    .card-list-posts {
        flex-wrap: wrap;
    }

    .banner-img::before {
        display: none;
    }

    .card-list-posts .card-image {
        width: 100%;
        min-width: 100%;
        margin-bottom: 30px;
    }

    .box-quantity {
        flex-wrap: wrap;
    }

    .button-buy {
        margin-top: 20px;
        width: 100%;
    }

    .item-wishlist .wishlist-price {
        width: 50%;
    }

    .item-wishlist .wishlist-status {
        width: 50%;
    }

    .item-wishlist .wishlist-action {
        width: 50%;
    }

    .item-wishlist .wishlist-remove {
        width: 50%;
    }

    .listCheckout .item-wishlist .wishlist-status {
        width: 20%;
    }

    .listCheckout .item-wishlist .wishlist-price {
        width: 30%;
    }

    .listCheckout .product-wishlist .product-image {
        min-width: 60px;
        max-width: 60px;
    }

    .listCheckout .item-wishlist {
        padding: 7px;
    }

    .box-border {
        padding: 10px;
    }

    .slider-nav-thumbnails {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
    }

    .galleries {
        padding-left: 0px;
    }

    .slider-nav-thumbnails .slick-slide {
        padding: 0px 5px;
    }

        .slider-nav-thumbnails .slick-slide .item-thumb {
            margin-top: 15px;
        }

        .slider-nav-thumbnails .slick-slide .item-thumb {
            height: auto;
            line-height: 100%;
            padding: 5px;
        }

    .product-image-slider.slick-slider .slick-track figure {
        height: auto;
        padding: 20px 0px;
    }

    .box-orders .head-orders .head-left .font-md {
        margin-bottom: 10px;
        margin-right: 0px !important;
        display: inline-block;
        width: 100%;
    }

    .nav-tabs-account li {
        width: 100%;
        border: 1px solid #D8E6FB;
        margin-bottom: 10px;
        text-align: center;
    }

        .nav-tabs-account li a {
            padding: 10px 15px;
            font-size: 14px;
            line-height: 20px;
        }

        .nav-tabs-account li a {
            padding: 10px 10px;
            font-size: 14px;
            line-height: 20px;
        }

    .pagination li a {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }

    .list-posts .item-post .image-post {
        margin-right: 10px;
        min-width: 54px;
        max-width: 54px;
    }

        .list-posts .item-post .image-post img {
            height: 54px;
            width: 54px;
        }

    .PrompPreviewBox img {
        border-radius: 15px;
        width: 90px;
        margin: 0px 0px 0px 5px;
        max-height: 100px;
    }

}

@media (max-width: 349.98px) {
    .list-9-col li {
        width: 50%;
    }

    .box-quantity {
        flex-wrap: wrap;
    }

    .box-bought-together .box-product-bought {
        flex-wrap: wrap;
    }

        .box-bought-together .box-product-bought .product-bought {
            width: 100%;
            margin-right: 0px;
            margin-bottom: 50px;
        }

            .box-bought-together .box-product-bought .product-bought::before {
                content: "";
                top: -50px;
                left: 0px;
                right: 0px;
                margin: auto;
                margin-top: 0px;
            }

    .btn.arrow-next {
        background-position: right 12px center;
        padding-right: 35px;
    }

    .arrow-back-1 {
        padding: 7px 0px 9px 15px;
        background-size: 12px;
    }

    .readmore {
        padding-left: 15px;
    }

    .box-author img {
        margin-right: 10px;
        height: 32px;
        width: 32px !important;
    }
}

@media (min-width: 1400px) {
    .container.wide {
        max-width: 1544px;
    }
}


@media screen and (max-width: 1025px) {
    .icon-list span:first-child {
        display: none;
    }
}


/*# sourceMappingURL=style.css.map */
