*,
*::before,
*::after {
    box-sizing: border-box
}

*:focus {
    outline: none;
    box-shadow: none
}

[v-cloak] {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 5s, opacity 5s linear
}

[v-cloak]>* {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 5s, opacity 5s linear
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

:root {
    --bs-white: #ffffff;
    --bs-gray: #4F5964;
    --bs-dark-gray: #646466;
    --bs-light-gray: #f7fafb;
    --bs-link: #2a5da9;
    --bs-primary: #02b1eb;
    --bs-success: #c7d300;
    --bs-dark-success: #71d265;
    --bs-warning: #f39000;
    --bs-yellow: #ffcb26;
    --bs-danger: #e6007e;
    --bs-dark: #171b2b;
    --bs-info: #19191a;
    --bs-secondary: #19191a;
    --bs-blue: #03bbf4;
    --bs-light-primary: #f1faff;
    --bs-light-success: #e8fff3;
    --bs-light-info: #f8f5ff;
    --bs-light-warning: #ed681a1f;
    --bs-light-danger: #fff5f8;
    --bs-light-dark: #eff2f5;
    --bs-font-sans-serif: system-ui, -apple-system, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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: inherit;
    vertical-align: baseline
}

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

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

body {
    position: relative;
    margin: 0;
    zoom: 1;
    font-family: var(--bs-font-sans-serif);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--bs-dark);
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0
}

body.active {
    overflow-x: hidden
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

a {
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: var(--bs-link)
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

b,
strong {
    font-weight: 700
}

select {
    box-sizing: border-box;
    height: 42px;
    padding: 2px 20px 0 3px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'%3E%3Cpath id='Icon_ion-ios-arrow-forward' data-name='Icon ion-ios-arrow-forward' d='M15.438,12.194,11.467,7.657a.943.943,0,0,1,0-1.211.691.691,0,0,1,1.062,0l4.5,5.141a.947.947,0,0,1,.022,1.183l-4.518,5.177a.689.689,0,0,1-1.062,0,.943.943,0,0,1,0-1.211Z' transform='translate(18.196 -11.246) rotate(90)' fill='%23171b2b'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center;
    background-position: calc(100% - 6px) center
}

input[type=checkbox] {
    border-style: solid;
    border-width: 1px;
    margin: 0;
    border-color: #DADADA;
    background: #fff;
    color: #ff1dbc;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    outline: 0;
    padding: 1px !important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    border-radius: .25rem;
    -webkit-appearance: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    box-shadow: none
}

input[type=checkbox]:checked:before {
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    background: #ff1dbc;
    width: 12px;
    height: 12px;
    margin: 2px;
    font-size: 16px;
    color: #ff1dbc
}

.form-group label {
    font-size: 14px;
    display: flex;
    align-items: center
}

.form-group label i {
    margin-left: 3px
}

input[type=radio] {
    border-style: solid;
    border-width: 1px;
    margin: 0;
    border-color: #DADADA;
    background: #fff;
    color: #ff1dbc;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    outline: 0;
    padding: 1px !important;
    text-align: center;
    border-radius: 24px;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    box-shadow: none
}

input[type=radio]:checked:before {
    display: inline-block;
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    width: 12px;
    height: 12px;
    margin: 2px;
    border-radius: 50%;
    font-size: 12px;
    background: #ff1dbc;
    color: #ff1dbc
}

img {
    max-width: 100%;
    height: auto
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: #fff0;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px
}

.owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 6px;
    border-radius: 4px;
    margin: 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--bs-dark)
}

.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: var(--bs-white);
    color: #000;
    border-radius: 12px;
    border: 2px solid #eeeeef;
    width: 42px;
    height: 42px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    overflow: hidden;
    margin: 0 2px
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    line-height: 1;
    height: 39px
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white)
}

.owl-carousel .owl-nav.disabled {
    display: none
}

.fade {
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.modal.fade.show,
.modal.fade.in {
    opacity: 1 !important;
}

.modal.fade:not(.in) {
    opacity: 0;
}

.modal.fade .btn.btn-info {
    color: var(--bs-dark) !important;
    background-color: var(--bs-yellow);
    border-color: var(--bs-yellow)
}

.modal.fade .modal-header {
    flex-direction: row-reverse
}

.modal.fade .close {
    padding: 0;
    margin: 0;
    box-sizing: content-box;
    width: 1em;
    height: 27px;
    color: #000;
    background: #fff0;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    line-height: 12px;
    margin-top: -5px
}

.modal.fade.in .modal-dialog {
    transform: none;
}

.modal-backdrop.fade.in {
    opacity: .5;
}

.heading {
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

.heading .h-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 5px;
    color: var(--bs-dark)
}

.heading .h-desc {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: var(--bs-gray)
}

.heading .btn {
    position: absolute;
    right: 0;
    top: -5px
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 2
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 14px
}

.intl-tel-input .country-list .country {
    font-size: 14px
}

.intl-tel-input.separate-dial-code .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag:hover {
    background-color: #eaeef1 !important;
    border-radius: .25rem 0rem 0rem .25rem !important
}

.text-right {
    text-align: right
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.mb-3 {
    margin-bottom: 30px
}

.mb-1 {
    margin-bottom: 10px
}

.mb-0 {
    margin-bottom: 0
}

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

.mt-1 {
    margin-top: 10px !important
}

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

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

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

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

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

.pb-1 {
    padding-bottom: 10px !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-end {
        justify-content: end !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-end {
        justify-content: end !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .align-items-md-center {
        align-items: center !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-end {
        justify-content: end !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.align-items-center {
    align-items: center
}

.align-items-start {
    align-items: start
}

.align-items-end {
    align-items: end
}

.justify-content-center {
    justify-content: center
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end {
    justify-content: flex-end
}

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

.flex-column {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

.flex-wrap {
    flex-wrap: wrap
}

.text-wrap {
    white-space: normal
}

.text-start {
    text-align: start
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.text-center {
    text-align: center
}

.text-white {
    color: #fff
}

.text-dark {
    color: var(--bs-dark)
}

.text-red,
.text-danger {
    color: var(--bs-danger) !important
}

.text-link {
    color: var(--bs-link) !important
}

.text-success,
a.text-success:hover {
    color: var(--bs-success)
}

.bg-danger {
    background-color: var(--bs-danger)
}

.bg-warning {
    background-color: var(--bs-warning)
}

.bg-primary {
    background-color: var(--bs-primary)
}

.bg-success {
    background-color: var(--bs-success)
}

.bg-dark {
    background-color: var(--bs-dark)
}

.mb-2 {
    margin-bottom: 20px
}

.font-normal {
    font-weight: normal !important
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

h1 {
    font-size: 32px;
    font-weight: 700
}

h2 {
    font-size: 28px;
    font-weight: 700
}

h3 {
    font-size: 22px;
    font-weight: 700
}

h4 {
    font-size: 18px;
    font-weight: 700
}

.form-check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 7px 0;
    min-height: auto;
    line-height: 1
}

.form-check span {
    font-size: 14px;
    line-height: 1;
    margin-left: 5px
}

.form-check-input {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin: 0;
    background-color: #949596;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 0;
    appearance: none;
    color-adjust: exact;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox] {
    border-radius: 4px
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:checked {
    background-color: var(--bs-danger);
    border-color: var(--bs-danger)
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 60% 60%
}

.form-switch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 3px 0
}

.form-switch .form-check-input {
    margin-right: 5px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
    background-position: left center;
    transition: background-position .15s ease-in-out;
    border-radius: 3.25rem;
    width: 40px
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
    background-position: right center
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.list-group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

.list-group:before {
    
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e6e6e6
}

.list-group .list-group-item {
    position: relative;
    display: block;
    padding-left: 18px;
    margin: 8px 0;
    line-height: 24px;
    font-size: 18px;
    color: var(--bs-dark);
    box-sizing: border-box
}

.list-group .list-group-item.active {
    color: var(--bs-danger)
}

.list-group .list-group-item.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 2px;
    background: var(--bs-danger)
}

.list-group .list-group-item:hover {
    color: var(--bs-danger)
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0
}

.col {
    flex: 1 0 0%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .order-lg-first {
        order: -1 !important
    }
    .order-lg-0 {
        order: 0 !important
    }
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
    .order-lg-3 {
        order: 3 !important
    }
    .order-lg-4 {
        order: 4 !important
    }
    .order-lg-5 {
        order: 5 !important
    }
    .order-lg-last {
        order: 6 !important
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.alert {
    padding: 10px !important;
    font-size: 14px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-radius: 6px;
    position: relative
}

.alert .close {
    color: #333 !important;
    line-height: 22px;
    position: absolute;
    right: 10px;
    top: 9px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    font-size: 20px !important;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    float: none;
    font-weight: 400;
    text-shadow: none;
    opacity: 1;
    vertical-align: top
}

.alert .btn {
    margin-left: 5px
}

.alert .btn-yellow i {
    color: var(--bs-dark) !important
}

.alert .btn-link {
    padding: 0px !important;
    height: auto;
    display: contents
}

.alert-success {
    border-left-color: var(--bs-success);
    background-color: #c7d30029;
    border-left: .25rem solid var(--bs-success)
}

.alert-warning {
    border-left-color: var(--bs-warning);
    background-color: #f390002e;
    border-left: .25rem solid var(--bs-warning)
}

.alert-danger {
    border-left-color: var(--bs-danger);
    background-color: #e6007e26;
    border-left: .25rem solid var(--bs-danger)
}

.alert-info {
    border-left-color: var(--bs-blue);
    background-color: #03bbf426;
    border-left: .25rem solid var(--bs-blue)
}

.alert-default {
    border-left-color: #e9ecef;
    background-color: #e9ecef69;
    border-left: .25rem solid #e9ecef
}

.alert-success i {
    color: var(--bs-success)
}

.alert-warning i {
    color: var(--bs-warning)
}

.alert-danger i {
    color: var(--bs-danger)
}

.alert-info i {
    color: var(--bs-blue)
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge-success {
    background-color: var(--bs-success)
}

.badge-warning {
    background-color: var(--bs-warning)
}

.badge-danger {
    background-color: var(--bs-danger)
}

.badge-info {
    background-color: var(--bs-blue)
}

.badge-secondary {
    background-color: var(--bs-gray);
    color: var(--bs-dark)
}

.badge-success i {
    color: var(--bs-success)
}

.badge-warning i {
    color: var(--bs-warning)
}

.badge-danger i {
    color: var(--bs-danger)
}

.badge-info i {
    color: var(--bs-blue)
}

.badge-secondary i {
    color: var(--bs-gray)
}

.badge {
    line-height: 1;
    padding: .35em .65em .25em
}

.badge-outline-success {
    background-color: transparent !important;
    color: var(--bs-success);
    border: 1px solid var(--bs-success)
}

.badge-outline-danger {
    background-color: transparent !important;
    color: var(--bs-danger);
    border: 1px solid var(--bs-danger)
}

.badge-outline-warning {
    background-color: transparent !important;
    color: var(--bs-warning);
    border: 1px solid var(--bs-warning)
}

.badge-outline-dark {
    background-color: transparent !important;
    color: var(--bs-dark);
    border: 1px solid var(--bs-dark)
}

.badge-outline-primary {
    background-color: transparent !important;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary)
}

.badge-outline-secondary {
    background-color: transparent !important;
    color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary)
}

.badge-outline-info {
    background-color: transparent !important;
    color: var(--bs-info);
    border: 1px solid var(--bs-info)
}

.badge-outline-success svg {
    fill: var(--bs-success)
}

.badge-outline-danger svg {
    fill: var(--bs-danger)
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px;
    min-height: 42px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--bs-dark);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-select {
    display: block;
    width: 100%;
    padding: 13px 10px;
    min-height: 42px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--bs-dark);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea.form-control {
    padding: 10px;
    min-height: 90px;
    line-height: 1.5
}

.form-control:focus {
    border-color: var(--bs-primary)
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.help-block {
    color: #c1006a;
    font-size: 12px;
    top: -10px;
    line-height: 14px;
    float: left;
    position: relative
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    padding: 0 25px;
    font-size: 14px;
    border-radius: 6px;
    transition: all .2s ease-in-out
}

.btn:before {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.btn-outline-white {
    color: var(--bs-white);
    border-color: var(--bs-white)
}

.btn-outline-white:hover {
    background-color: var(--bs-white);
    color: var(--bs-dark);
    border-color: var(--bs-white)
}

.btn-outline-light {
    color: var(--bs-dark-gray);
    border-color: var(--bs-light-gray)
}

.btn-outline-light:hover {
    background-color: var(--bs-white);
    color: var(--bs-dark-gray);
    border-color: var(--bs-light-gray)
}

.btn-outline-dark {
    color: var(--bs-dark);
    border-color: var(--bs-dark)
}

.btn-outline-dark:hover {
    background-color: var(--bs-dark);
    color: var(--bs-white);
    border-color: var(--bs-dark)
}

.btn-outline-warning {
    color: var(--bs-warning);
    border-color: var(--bs-warning)
}

.btn-outline-warning:hover {
    background-color: var(--bs-warning);
    color: var(--bs-dark);
    border-color: var(--bs-warning)
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary)
}

.btn-outline-primary:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-color: var(--bs-primary)
}

.btn-outline-success {
    color: var(--bs-success);
    border-color: var(--bs-success)
}

.btn-outline-success:hover {
    background-color: var(--bs-success);
    color: var(--bs-white);
    border-color: var(--bs-success)
}

.btn-warning {
    color: var(--bs-dark);
    background-color: var(--bs-warning);
    border-color: var(--bs-warning)
}

.btn-primary {
    color: var(--bs-white);

}



.btn-link {
    color: var(--bs-link);
    padding: 0
}

.btn-success {
    color: var(--bs-white);
    background-color: var(--bs-success);
    border-color: var(--bs-success)
}

.btn-dark-success {
    color: #fff;
    background-color: var(--bs-dark-success);
    border-color: var(--bs-dark-success)
}

.btn-danger {
    color: var(--bs-white);
    background-color: var(--bs-danger);
    border-color: var(--bs-danger)
}

.btn-danger:hover {
    color: var(--bs-white);
    background-color: #cd047b;
    border-color: #cd047b
}

.btn-light {
    color: var(--bs-dark);
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    color: var(--bs-white);
    background-color: var(--bs-dark);
    border-color: var(--bs-dark)
}

.btn-yellow {
    color: var(--bs-dark) !important;
    background-color: var(--bs-yellow);
    border-color: var(--bs-yellow)
}

.btn-secondary {
    color: var(--bs-dark);
    background-color: var(--bs-gray);
    border-color: var(--bs-gray)
}

.btn-whatsapp {
    background-color: #33aa29;
    border-color: #33aa29;
    color: #fff
}

.btn:focus {
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    pointer-events: none;
    opacity: .65
}

.badge-light-primary {
    color: #006b97;
    background-color: var(--bs-light-primary)
}

.badge-light-success {
    color: #019f02;
    background-color: var(--bs-light-success)
}

.badge-light-warning {
    color: #e96000;
    background-color: var(--bs-light-warning)
}

.badge-light-danger {
    color: #c1006a;
    background-color: var(--bs-light-danger)
}

.badge-light-dark {
    color: var(--bs-dark);
    background-color: var(--bs-light-dark)
}

.btn .fa-spin {
    position: relative;
    margin-left: 3px
}

.tooltip {
    position: absolute;
    z-index: 1050;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: #fff0;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
    padding: .4rem 0
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: .4rem 0
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: #fff0;
    border-style: solid
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-0.5rem - 1px)
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgb(0 0 0 / .25)
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    left: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgb(0 0 0 / .25)
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-0.5rem - 1px)
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgb(0 0 0 / .25)
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgb(0 0 0 / .25)
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgb(0 0 0 / .2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    font-size: 12px;
    line-height: 1.4;
    padding: 10px;
    color: #767676
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #fff0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .modal-title {
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500
}

.modal-header .btn-close-w {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    color: #000;
    background: #fff0 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-header .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: #fff0 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-header .btn-close2 {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .5rem .5rem;
    color: #000;
    background: #fff0 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .7;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5 !important
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal ol,
.modal ul {
    padding-left: 30px;
    margin: 15px 0 15px 0;
    font-size: 15px;
    list-style: square
}

.modal ol li,
.modal ul li {
    padding: 3px 0;
    line-height: 1.3
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media(max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media(max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

.modal .table {
    width: 100%;
    border: 2px solid #eaeef1
}

.modal .table thead th {
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 600;
    background: #f6f8f9;
    text-align: left
}

.modal .table tbody td {
    font-size: 16px;
    height: 46px;
    padding: 0 15px;
    vertical-align: middle;
    border-top: 2px solid #eaeef1
}

.checkbox .form-check-input:checked[type=checkbox] {
    background-image: none !important;
    background-color: #fff !important;
    border-color: #DADADA
}

.dropdown .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    margin: 0;
    padding: 7px 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / .15);
    background-clip: padding-box
}

.dropdown .dropdown-menu.show {
    display: block
}

.dropdown .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: .25rem 1rem .25rem .7rem;
    height: 28px;
    font-size: 13px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff0;
    border: 0
}

.dropdown .dropdown-menu .dropdown-item svg {
    width: 10px;
    height: 10px;
    margin-right: 3px;
    fill: #212529
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #f6f8f9
}

.dropdown .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown .dropdown-menu-end {
    --bs-position: end
}

.dropdown .dropdown-menu-start {
    --bs-position: start
}

.dropdown .dropdown-toggle {
    white-space: nowrap
}



.dropdown .dropdown-toggle.show::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-bottom: .3em solid;
    border-right: .3em solid #fff0;
    border-top: 0;
    border-left: .3em solid #fff0
}

.dropdown .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #0000002d;
    opacity: 1
}

.dropdown .dropdown-menu .dropdown-item .item-new.bg-warning {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #384c6b;
    font-size: 10px;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    border-radius: 50%;
    padding-right: 0;
    color: #fff
}

.dropdown .dropdown-menu .dropdown-item .item-new.bg-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-danger);
    font-size: 10px;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    border-radius: 50%;
    padding-right: 0;
    color: #fff
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / .125)
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-item:first-of-type {
    border-bottom: 0
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

.accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.collapse:not(.show) {
    display: none
}

.global-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(75 75 75 / .8)
}

.hide {
    display: none !important
}

.block-title {
    font-size: 22px;
    margin: 0 0 20px;
    position: relative;
    line-height: 120%
}

.block-title:before {
    content: "";
    background-color: #e3e6ed;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0
}

.block-title>span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 15px
}

@media only screen and (max-width:767px) {
    .heading .h-title br {
        display: none
    }
    .heading .h-desc br {
        display: none
    }
}

.top-bar {
    background: #011b42;
    padding: 5px 0
}

.top-bar a {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding: 5.5px 10px
}

.top-bar a>svg {
    width: 12px;
    height: 12px;
    fill: #fff
}

.top-bar .left-bar a:hover {
    color: #ff0068
}

.top-bar .dropdown-profile {
    display: inline-flex;
    align-items: center
}

.top-bar .dropdown-profile .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px
}

.top-bar .shine {
    padding: 4px 10px !important;
    background-color: #082c60;
    border-radius: 6px !important;
}

.top-bar .dropdown-profile .dropdown-toggle .name {
    font-weight: 600
}

.top-bar .dropdown-profile .dropdown-toggle .thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    margin-right: 6px
}

.top-bar .dropdown-profile .dropdown-toggle .thumb>svg {
    width: 15px;
    height: 15px;
    fill: #011b42
}

.top-bar .dropdown-profile .dropdown-toggle.show {
    display: flex !important
}

.top-bar .dropdown-profile .dropdown-menu {
    margin-top: 5px !important
}

.top-bar .icon {
    display: inline-flex;
    align-items: center
}

.top-bar .icon a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px
}

.top-bar .icon .name {
    font-weight: 600
}

.top-bar .icon .thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    margin-right: 6px
}

.top-bar .icon .thumb>svg {
    width: 15px;
    height: 15px;
    fill: #011b42
}

.top-bar .dropdown-push {
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    margin-left: 5px
}

.top-bar .dropdown-push .dropdown-toggle {
    position: relative;
    padding: 0
}

.top-bar .dropdown-push .dropdown-toggle .thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.top-bar .dropdown-push .dropdown-toggle .thumb>svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    top: 4px;
    position: relative
}

.top-bar .dropdown-push .dropdown-toggle .circle {
    position: absolute;
    right: 10px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #f7931d;
    border: 1px solid #fff
}

.top-bar .dropdown-push .dropdown-toggle::after {
    display: none
}

.top-bar .dropdown-push .dropdown-toggle.show {
    display: inline !important
}

.top-bar .dropdown-push .dropdown-menu {
    margin-top: 7px !important
}

.top-bar .dropdown-lang {
    display: inline-flex;
    align-items: center
}

.top-bar .dropdown-lang .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px
}

.top-bar .dropdown-lang .dropdown-toggle .name {
    font-weight: 600
}

.top-bar .dropdown-lang .dropdown-toggle .thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    margin-right: 6px
}

.top-bar .dropdown-lang .dropdown-toggle .thumb>svg {
    width: 15px;
    height: 15px;
    fill: #011b42
}

.top-bar .dropdown-lang .dropdown-menu {
    margin-top: 9px !important
}

.top-bar .dropdown-cart {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5px
}

.top-bar .dropdown-cart a>small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #384c6b;
    font-size: 11px;
    width: 17px;
    height: 17px;
    margin-left: 3px;
    border-radius: 53px
}

.top-bar .dropdown-currency a {
    position: relative;
    top: -1px;
}

.top-bar .dropdown-currency {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #384c6b;
    border-radius: 5px
}

.top-bar .left-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.top-bar .right-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.top-bar .dropdown-menu {
    margin-top: 4px !important
}

.middle-bar {
    position: relative;
    z-index: 5;
    background-color: #fff;
    width: 100%;
    padding: 10px 0
}

.middle-bar .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.middle-bar .logo a>img {
    max-height: 40px
}

.middle-bar .logo span {
    font-size: 11px;
    line-height: 1.3;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #eeeeef;
    color: var(--bs-gray)
}

.middle-bar .menu {
    flex: 1 1 auto;
    height: 100%
}

.middle-bar .menu>ul {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end
}

.middle-bar .menu>ul>li {
    display: block
}

.middle-bar .menu>ul>li:last-child {
    padding-right: 0
}

.middle-bar .menu>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-dark)
}

.middle-bar .menu>ul>li.active>a {
    background-color: #0d1554;
    color: var(--bs-white)
}

.middle-bar .menu>ul>li:focus>a,
.middle-bar .menu>ul>li:hover>a {
    color: var(--bs-link)
}

.middle-bar .menu>ul>li:hover>a:before {
    content: '';
    display: block;
    right: 0;
    position: absolute;
    width: 100%;
    height: 36px;
    bottom: -16px;
    border-bottom: 2px solid var(--bs-link)
}

.middle-bar .menu>ul>li.mega>a {
    padding-right: 20px;
    white-space: nowrap
}

.middle-bar .menu>ul>li.mega>a>svg {
    fill: #fff
}

.middle-bar .menu>ul>li.mega>a>.discount {
    position: absolute;
    top: -6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px;
    border-radius: 3px;
    font-weight: 500;
    color: var(--bs-danger);
    background-color: var(--bs-light-danger)
}

.middle-bar .menu>ul>li.mega>a:after {
    position: absolute;
    right: 0;
    top: 14px;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234c4d4f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: -1px 3px;
    fill: #fff;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease
}

.middle-bar .menu>ul>li.mega:hover>a:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232b82be'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.middle-bar .menu .dropdown-menu {
    position: absolute;
    left: 0;
    top: 66px;
    background: #fff;
    padding: 30px 0;
    width: 100%;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    box-shadow: 0 20px 35px 0 rgb(15 14 26 / .05);
    border-top: 1px solid #eeeeef;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px)
}

.middle-bar .menu>ul>li:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 13;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%
}

.mega-menu-main .title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #989da0;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #eeeeef;
    width: 100%;
    line-height: 14px
}

.mega-menu-main .links li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--bs-dark);
    cursor: pointer;
    padding: 10px;
    border-radius: .75rem
}

.mega-menu-main .links li a>.discount {
    position: absolute;
    top: 0;
    left: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px;
    border-radius: 3px;
    font-weight: 500
}

.mega-menu-main .links li a>.thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: .75rem;
    background: #f6f7f9;
    color: #a4b5c1;
    margin-right: 10px
}

.mega-menu-main .links li a>.thumb>svg {
    width: 20px;
    height: 20px;
    fill: #9da8b4
}

.mega-menu-main .links li a>.text {
    font-size: 14px;
    text-align: center;
    font-weight: 500
}

.mega-menu-main .links li a>.desc {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: var(--bs-gray)
}

.mega-menu-main .links li:hover>a {
    background-color: #f6f7f9
}

.mega-menu-main .links li:hover>a>.thumb {
    background-color: #9da8b4;
    color: #fff
}

.mega-menu-main .links li:hover>a>.thumb>svg {
    fill: #fff
}

.mega-menu-main .links.links-mega {
    display: flex;
    align-items: stretch;
    justify-content: flex-start
}

.mega-menu-main .links.links-mega li {
    flex: 1 1 calc(33% - 10px);
    margin: 0 5px
}

.mega-menu-main .links.links-mega li a {
    flex-direction: column;
    justify-content: start;
    padding: 20px 10px;
    border: 1px solid #eeeeef;
    height: 100%
}

.mega-menu-main .links.links-mega li a>.thumb {
    width: 48px;
    height: 48px;
    margin-bottom: 10px
}

.mega-menu-main .links.links-mega li a>.thumb>svg {
    width: 26px;
    height: 26px
}

.mega-menu-main .menu-banner {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 14px;
    padding: 0;
    min-height: 120px;
    overflow: hidden
}

.mega-menu-main .menu-banner b {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 20px
}

.mega-menu-main .menu-banner img {
    max-width: 100%;
    height: 100%;
    object-fit: cover
}

.mega-menu-main .right-menu {
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden
}

.mega-menu-main .right-menu .title {
    padding-left: 0
}

.mega-menu-main .right-menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.mega-menu-main .right-menu ul li a>.text {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 0px !important;
    float: left
}

.mega-menu-main .menu-domain-form {
    display: flex;
    flex-direction: column;
    background: #f0f4ff;
    border: 2px solid #dce6fe;
    padding: 23px 20px;
    border-radius: 6px
}

.mega-menu-main .menu-domain-form>b {
    font-size: 15px;
    line-height: 1.4
}

.mega-menu-main .menu-domain-form>form {
    margin: 10px 0
}

.mega-menu-main .menu-domain-form>form>.input-group {
    width: 100%
}

.mega-menu-main .menu-domain-form>form>.input-group .form-control {
    height: 42px;
    border: 1px solid #eeeeef;
    background-color: #fff
}

.mega-menu-main .menu-domain-form>form>.input-group .btn {
    height: 42px
}

.mega-menu-main .menu-domain-form .md-extension {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.mega-menu-main .menu-domain-form .md-extension>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #eeeeef;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 3px;
    color: var(--bs-dark)
}

.mega-menu-main .menu-domain-form .md-extension>a:last-child {
    margin-right: 0
}

.global-overlay {
    left: 0;
    bottom: 0;
    top: unset;
    height: 85%;
    width: 100%;
    z-index: 3;
    position: fixed;
    opacity: 1;
    visibility: visible;
    background: rgb(0 0 0 / .7);
    -webkit-transition: opacity 800ms cubic-bezier(.1, .25, .3, 1);
    transition: opacity 800ms cubic-bezier(.1, .25, .3, 1);
    -webkit-backdrop-filter: blur(.125rem);
    backdrop-filter: blur(.125rem);
    -webkit-backdrop-filter: blur(.125rem)
}

.mobile-menu-outer {
    height: calc(100vh - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 100px;
    z-index: -9;
    width: 100%;
    opacity: 0;
    background-color: #f6f8f9;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    border-top: 1px solid #eeeeef
}

.mobile-menu-outer.topfix {
    height: calc(100vh - 67px) !important;
    top: 67px !important
}

.mobile-menu-outer ul.mobile-menu {
    display: block;
    padding: 0
}

.mobile-menu-outer ul.mobile-menu li {
    list-style-type: none;
    border-bottom: 1px solid #eeeeef;
    color: #fff
}

.mobile-menu-outer ul.mobile-menu li a {
    color: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    padding: 0 15px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    height: 54px
}

.mobile-menu-outer ul.mobile-menu li.has-child>a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    right: 15px;
    top: 20px;
    border-right: 2px solid #bababa;
    border-bottom: 2px solid #bababa;
    -webkit-transform: rotate(316deg)
}

.mobile-menu-outer ul.mobile-menu li.gw-login {
    border-bottom: 0
}

.mobile-menu-outer ul.mobile-menu li.gw-login a {
    border-bottom: 0
}

.mobile-menu-outer ul.mobile-menu li a .input-group .form-control {
    border-right: 0
}

.mobile-menu-outer ul.mobile-menu li a .input-group .btn {
    border-radius: 0 4px 4px 0
}

.mobile-menu-outer.active {
    opacity: 1 !important;
    z-index: 999
}

.mobile-menu-outer ul.mobile-menu li.in-p-0 a {
    padding-left: 0;
    padding-right: 0;
    border-right: 0px !important
}

.mobile-menu-outer ul.mobile-menu li.has-child ul.sub-menu {
    background-color: #F4F5F6;
    height: 100vh;
    position: absolute;
    right: -100%;
    top: 0;
    padding: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999
}

.mobile-menu-outer ul.mobile-menu li.has-child ul.sub-menu li a {
    position: relative
}

.mobile-menu-outer ul.mobile-menu li.has-child ul.sub-menu li a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    right: 15px;
    top: 20px;
    border-right: 2px solid #bababa;
    border-bottom: 2px solid #bababa;
    -webkit-transform: rotate(316deg)
}

.mobile-menu-outer ul.mobile-menu li.has-child ul.sub-menu li.back a {
    padding: 0 5px 0 45px;
    position: relative;
    height: 60px;
    line-height: 60px;
    background: #fff
}

.mobile-menu-outer ul.mobile-menu li.has-child ul.sub-menu li.back a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 15px;
    top: 26px;
    border-right: 2px solid rgb(0 0 0 / .24);
    border-bottom: 2px solid rgb(0 0 0 / .24);
    -webkit-transform: rotate(136deg)
}

.mobile-menu-outer ul.mobile-menu li.has-child ul.sub-menu li.back a:after {
    opacity: 0
}

.mobile-menu-outer ul.mobile-menu li.has-child ul.sub-menu li a .sm-icon {
    width: 32px;
    height: 32px;
    background: #011b42;
    border-radius: 6px;
    margin-right: 10px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal
}

.mobile-menu-outer ul.mobile-menu li.has-child ul.sub-menu li a .sm-icon svg {
    width: 16px;
    height: 16px;
    fill: #fff
}

.mobile-menu-outer ul.mobile-menu li.has-child.active ul.sub-menu {
    right: 0
}

.mobile-menu-click {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 5px
}

.mobile-menu-click svg {
    width: 32px;
    height: 32px
}

@media only screen and (max-width:767px) {
    .middle-bar .col-2 {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }
    .mobile-menu-click {
        display: flex
    }
}

.fixonheader.fixedable {
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 200;
    box-shadow: 0 1px 4px rgb(0 0 0 / .05)
}

#owl-banners .item {
    position: relative;
    overflow: hidden;
    height: 460px
}

#owl-banners .item .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#owl-banners .item .container {
    position: relative;
    z-index: 1
}

#owl-banners .item .text-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 460px;
    padding-bottom: 30px;
    justify-content: center
}

#owl-banners .item .text-holder h1 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 5px
}

#owl-banners .item .text-holder .title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0
}

#owl-banners .item .text-holder .sub-title1 {
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 0;
    color: var(--bs-gray)
}

#owl-banners .item .text-holder .actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px
}

#owl-banners .item .text-holder .actions>* {
    margin-right: 10px
}

#owl-banners .item .text-holder .rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    line-height: 1;
    font-size: 13px;
    margin-top: 15px;
    border-radius: 14px;
    padding: 5px
}

#owl-banners .item .text-holder .rating>* {
    padding: 0 5px
}

#owl-banners .item .text-holder .rating>.google {
    height: 20px;
    width: auto
}

#owl-banners .item .text-holder .rating>.star {
    height: 14px;
    width: auto
}

#owl-banners .item .banner-i {
    font-size: 12px;
    top: 1px;
    position: relative;
    opacity: .8
}

#owl-banners .item .text-holder .list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 15px;
    color: var(--bs-gray)
}

#owl-banners .item .text-holder .list>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 50%;
    padding: 5px 0;
    font-size: 15px
}

#owl-banners .item .text-holder .list>div>svg {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

#owl-banners .item .text-holder .list-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 15px 0 0
}

#owl-banners .item .text-holder .list-2>div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 0 0 calc(25% - 10px);
    margin: 5px;
    color: #fff;
    padding: 10px 6px;
    background: hsl(0 0% 100% / .05);
    border: 1px solid hsl(0 0% 100% / .2);
    height: 58px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.4
}

#owl-banners .item .text-holder .list-2>div>svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

#owl-banners .item .text-holder .list-2>div:first-child {
    margin-left: 0
}

#owl-banners .item .text-holder .list-2>div:last-child {
    margin-right: 0
}

#owl-banners .item .banner-breadcrumb {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 15px 4px;
    background: rgb(255 255 255 / .1);
    border-radius: 12px 12px 0 0
}

#owl-banners .item .banner-breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

#owl-banners .item .banner-breadcrumb ul li {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
    color: #fff
}

#owl-banners .item .banner-breadcrumb ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff
}

#owl-banners .item .banner-breadcrumb ul li a>svg {
    position: relative;
    top: 1px;
    width: 12px;
    height: 12px;
    fill: #fff;
    margin-right: 5px
}

#owl-banners .item .banner-breadcrumb ul li a:after {
    content: "/";
    margin: 0 5px
}

#owl-banners .item .text-holder.light {
    color: #fff
}

#owl-banners .item .text-holder.light .sub-title1 {
    color: #fff
}

#owl-banners .item .text-holder.light .list {
    color: #fff
}

#owl-banners .item .text-holder.light .rating {
    color: var(--bs-dark)
}

#owl-banners .item.shadow:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000bd 23%, #fff0)
}

#owl-banners .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#owl-banners .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease
}

#owl-banners .owl-dots .owl-dot.active span,
#owl-banners .owl-dots .owl-dot:hover span {
    background: var(--bs-dark)
}

#owl-banners .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 8%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

#owl-banners .owl-nav button {
    background: var(--bs-white);
    color: #000;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    overflow: hidden;
    margin: 0 2px
}

#owl-banners .owl-nav button span {
    line-height: 1;
    height: 39px
}

#owl-banners .owl-nav button:hover {
    background: var(--bs-danger);
    color: var(--bs-white)
}

#owl-banners .owl-nav.disabled {
    display: none
}

.section-home-features {
    padding: 60px 0
}

.icon-box-1 {
    display: flex;
    flex-direction: column;
    margin: 20px 0
}

.icon-box-1 .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    margin-bottom: 10px;
    background-color: #fff0;
    color: #fff
}

.icon-box-1 .thumb svg {
    width: 20px;
    height: 20px
}

.icon-box-1 .text h3 {
    font-size: 16px;
    font-weight: 600
}

.icon-box-1 .text p {
    font-size: 14px;
    line-height: 1.4;
    margin: 8px 0 0;
    font-weight: 400;
    color: var(--bs-gray)
}

.icon-box-2 {
    display: flex;
    flex-direction: column;
    margin: 20px 0
}

.icon-box-2 .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    margin-bottom: 15px;
    background: #bbd6e7
}

.icon-box-2 .text h3 {
    font-size: 16px;
    font-weight: 600
}

.icon-box-2 .text p {
    font-size: 14px;
    line-height: 1.4;
    margin: 8px 0 0;
    font-weight: 400;
    color: var(--bs-gray)
}

.icon-box-3 {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    padding: 10px;
    background: #f6f8f9;
    border: 1px solid #eeeeef;
    border-radius: 16px
}

.icon-box-3 .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px
}

.icon-box-3 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 16 / 9
}

.icon-box-3 .text {
    padding: 10px 15px 0
}

.icon-box-3 .text h3 {
    font-size: 18px;
    font-weight: 600
}

.icon-box-3 .text p {
    font-size: 15px;
    line-height: 1.5;
    margin: 4px 0 0;
    font-weight: 400;
    color: var(--bs-gray)
}

.section-home-blog {
    padding: 70px 0 40px 0;
    background-color: #f6f8f9
}

.blog-item {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 320px
}

.blog-item .thumb {
    display: flex;
    width: 100%;
    height: 212px;
    border-radius: 20px;
    overflow: hidden
}

.blog-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-item .detail {
    margin-top: 15px
}

.blog-item .detail .name {
    display: flex;
    font-size: 16px;
    line-height: 1.4;
    color: var(--bs-dark);
    font-weight: 500;
    text-align: center
}

.blog-item .action {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: var(--bs-link);
    margin-top: auto
}

.section-home-reviews {
    padding: 90px 0 50px 0
}

.section-home-reviews .heading {
    margin-bottom: 35px
}

.section-home-reviews .main-bg {
    position: relative;
    margin: 0 -20px
}

.section-home-reviews #owl-reviews:before {
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 35px;
    background: linear-gradient(90deg, #fff 10%, #fff0 45%)
}

.section-home-reviews #owl-reviews:after {
    position: absolute;
    content: "";
    z-index: 2;
    right: 0;
    top: 0;
    height: 100%;
    width: 35px;
    background: linear-gradient(-90deg, #fff 10%, #fff0 45%)
}

#owl-reviews .owl-nav {
    position: absolute;
    top: -95px;
    right: 18px;
    z-index: 1
}

#owl-reviews .owl-nav.disabled {
    display: none
}

#owl-reviews .owl-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px
}

#owl-reviews .owl-stage {
    display: flex;
    align-items: stretch
}

.review-item {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    color: var(--bs-gray);
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #eeeeef;
    box-shadow: 0 21px 18px 0 rgb(15 14 26 / .05);
    width: 100%;
    padding: 40px 30px !important
}

.review-item.quote::before {
    position: absolute;
    content: "";
    z-index: 2;
    left: 16px;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Rectangle_91' data-name='Rectangle 91' d='M30,0H40a0,0,0,0,1,0,0V40a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V30A30,30,0,0,1,30,0Z' transform='translate(255 357)' fill='none' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_5' data-name='Mask Group 5' transform='translate(-255 -357)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M4.1-90.885a22.854,22.854,0,0,1,6.434-15.839q6.434-7.028,8.746-7.028t2.312.524q0,.524-4.323,5.664t-4.323,8.182a7.481,7.481,0,0,0,2.714,5.559q2.714,2.517,2.714,3.776,0,6.294-6.032,6.294a8.825,8.825,0,0,1-5.63-2.1A6.275,6.275,0,0,1,4.1-90.885Zm20.307,0a22.669,22.669,0,0,1,6.534-15.839q6.534-7.028,9.55-7.028,1.608,0,1.608.629-.8,1.049-2.111,2.517t-2.513,2.937q-4.222,4.825-4.222,8.077a7.678,7.678,0,0,0,2.714,5.769q2.714,2.517,2.714,3.776,0,6.294-5.831,6.294a9.226,9.226,0,0,1-5.73-2.1A6.205,6.205,0,0,1,24.4-90.885Z' transform='translate(250.903 470.752)' fill='%23eeeeef'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 40px;
    height: 40px;
    background-repeat: no-repeat
}

.review-item.quote::after {
    position: absolute;
    content: "";
    z-index: 2;
    right: 16px;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Rectangle_92' data-name='Rectangle 92' d='M0,0H40a0,0,0,0,1,0,0V10A30,30,0,0,1,10,40H0a0,0,0,0,1,0,0V0A0,0,0,0,1,0,0Z' fill='none' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_6' data-name='Mask Group 6' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M42.1-106.619A22.854,22.854,0,0,1,35.663-90.78q-6.434,7.028-8.746,7.028T24.6-84.276q0-.524,4.323-5.664t4.323-8.182a7.481,7.481,0,0,0-2.714-5.559q-2.714-2.517-2.714-3.776,0-6.294,6.032-6.294a8.825,8.825,0,0,1,5.63,2.1A6.275,6.275,0,0,1,42.1-106.619Zm-20.307,0A22.669,22.669,0,0,1,15.256-90.78q-6.534,7.028-9.55,7.028-1.608,0-1.608-.629Q4.9-85.43,6.208-86.9t2.513-2.937q4.222-4.825,4.222-8.077a7.678,7.678,0,0,0-2.714-5.769q-2.714-2.517-2.714-3.776,0-6.294,5.831-6.294a9.226,9.226,0,0,1,5.73,2.1A6.205,6.205,0,0,1,21.79-106.619Z' transform='translate(-2.097 123.752)' fill='%23eeeeef'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 40px;
    height: 40px;
    background-repeat: no-repeat
}

.review-item .detail {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    height: 100%;
    justify-content: space-between
}

.review-item .detail .rating-main span {
    font-weight: 700
}

.review-item .detail .rating-main .rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0
}

.review-item .detail .text {
    font-size: 13px;
    line-height: 17px;
    color: var(--bs-gray)
}

.review-item .detail .meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px
}

.review-item .detail .meta .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    border: 1px solid #eeeeef;
    margin-right: 10px;
    overflow: hidden
}

.review-item .detail .meta .avatar>img {
    width: 100%;
    object-fit: cover
}

.review-item .detail .name {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px
}

.review-item .detail .name>span {
    font-size: 12px;
    font-weight: 300
}

.section-home-reviews .total-rate {
    margin-left: 18px;
    margin-right: 18px;
    position: relative;
    top: -25px
}

.section-home-reviews .total-rate .rating .stars {
    height: 30px
}

.section-home-reviews .total-rate .rating span {
    font-weight: 700;
    color: var(--bs-gray);
    font-size: 20px;
    padding-left: 3px
}

.section-home-reviews .total-rate {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.section-home-reviews .total-rate span {
    font-weight: 300;
    font-size: 12px
}

.section-home-support {
    position: relative;
    padding-top: 30px;
    background-color: #f0f4ff;
    overflow-x: clip;
    overflow-y: hidden
}

.section-home-support:before {
    background: radial-gradient(50% 50% at 50% 50%, rgb(11 66 195 / .15) 0, #fff0 100%);
    content: "";
    display: flex;
    height: 906px;
    left: 477px;
    position: absolute;
    z-index: 0;
    top: -229.46px;
    width: 906px
}

.section-home-support .container {
    position: relative;
    z-index: 1
}

.section-home-support .heading {
    margin-bottom: 20px
}

.section-home-support .heading .h-title {
    font-size: 32px;
    margin: 0
}

.section-home-support .heading .h-desc {
    font-size: 18px
}

.section-home-support .image-holder {
    display: flex;
    flex-shrink: 0
}

.section-home-support .image-holder img {
    max-width: 100%;
    height: auto
}

.section-home-support .support-list .col-lg-3 {
    padding: 5px
}

.section-home-support .support-list .live-box {
    width: 100%;
    padding: 25px 5px;
    line-height: 1.3;
    margin: 10px 0;
    background-color: #f0f4ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #12262b;
    border-radius: 14px;
    box-shadow: 0 2px 3px rgb(2 31 63 / .1), 0 2px 0 rgb(2 31 63 / .07);
    transition: all .3s cubic-bezier(.77, .11, .22, .9)
}

.section-home-support .support-list .live-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 2px 3px rgb(2 31 63 / .1), 0 4px 20px rgb(2 31 63 / .07)
}

.section-home-support .support-list .live-box img {
    max-width: 38px;
    margin-bottom: 5px
}

.section-home-support .support-list .live-box svg {
    width: 32px;
    height: 32px;
    margin-bottom: 5px
}

.section-home-support .support-list .live-box b {
    font-size: 14px;
    color: #12262b;
    font-weight: 400
}

.section-home-support .support-list .live-box span {
    font-size: 16px;
    font-weight: 600;
    word-break: break-word
}

.section-home-domain {
    padding: 10px 0;
    border-top: 1px solid #eeeeef;
    border-bottom: 1px solid #eeeeef
}

.section-home-domain .main-bg {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.section-home-domain .main-bg .form {
    flex: 0 0 55%
}

.section-home-domain .main-bg .form .form-control {
    height: 60px;
    padding: 10px 20px;
    font-size: 17px;
    border: 1px solid #eeeeef;
    background-color: #f9f9f9;
    border-right: 0;
    border-radius: 6px 0 0 6px !important
}

.section-home-domain .main-bg .form .btn {
    height: 60px;
    border-radius: 0 6px 6px 0
}

.section-home-domain .main-bg .form .btn>span {
    margin-right: 5px
}

.section-home-domain .main-bg .price {
    flex: 0 0 45%;
    width: 45%;
    padding: 0 5px 0 20px;
    overflow: hidden
}

.section-home-domain .main-bg .price .ext-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 10px;
    line-height: 1;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #eeeeef
}

.section-home-domain .main-bg .price .ext-item img {
    max-height: 18px;
    width: auto;
    margin-right: 5px;
    max-width: 50px
}

.section-home-domain .main-bg .price .ext-item .old-price {
    font-size: 13px;
    text-decoration: line-through;
    color: var(--bs-gray);
    margin-right: 5px
}

.section-home-domain .main-bg .price .ext-item .new-price {
    font-size: 14px;
    font-weight: 600
}

.section-home-domain .main-bg .price .ext-item .owl-price {
    display: flex;
    flex-direction: row
}

.section-home-domain .main-bg .ext-item span.ext-name {
    font-weight: 700;
    color: #000;
    font-size: 16px;
    background-color: rgb(0 0 0 / 8%);
    padding: 5px;
    border-radius: 8px
}

.section-rating {
    background: #fff;
    padding: 5px 0;
    border-bottom: 1px solid #eeeeef;
    box-shadow: 0 20px 35px 0 rgb(15 14 26 / .05)
}

.section-rating .rating-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0
}

.section-rating .rating-main .google {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    color: var(--bs-dark)
}

.section-rating .rating-main .google .logo {
    max-height: 26px !important
}

.section-rating .rating-main .trustpilot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    color: var(--bs-dark)
}

.section-rating .rating-main .trustpilot .logo {
    width: auto;
    max-height: 27px !important
}

.section-rating .rating-main>* {
    line-height: 1;
    text-align: start
}

.section-rating .rating-main .rate-details div * {
    font-size: 12.5px;
    margin-right: 5px
}

.section-rating .rating-main .rate-details {
    margin-left: 15px;
    display: flex
}

.section-rating .rating-main .stars {
    height: 18px !important;
    margin-left: 5px
}

.section-rating .rating-main>.google:after {
    content: '';
    position: relative;
    height: 40px;
    background-color: #eeeeef;
    width: 1px !important;
    margin: 0 25px
}

.section-home-packages {
    padding: 60px 0
}

.section-home-packages .owl-carousel .owl-stage-outer {
    padding: 30px 0 10px
}

.package-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    background-color: #eaeef1;
    border-radius: 16px;
    margin: 10px 0;
    flex: 1 1 auto
}

.package-item .head {
    border: 2px solid #eaeef1;
    border-top: 0;
    background-color: #fff;
    border-radius: 16px;
    z-index: 1
}

.package-item .head .title {
    position: relative;
    text-align: center;
    padding-top: 25px
}

.package-item .head .title h3 {
    font-size: 20px;
    line-height: 1.3
}

.package-item .head .title .desc {
    font-size: 14px;
    color: var(--bs-gray)
}

.package-item .head .price {
    position: relative;
    text-align: center;
    font-size: 15px;
    padding: 22px 15px 10px
}

.package-item .head .price>small {
    display: block;
    font-size: 13px;
    color: var(--bs-gray)
}

.package-item .head .price .special-offer {
    position: absolute;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 4px;
    background: var(--bs-danger);
    box-shadow: 4px 4px 0 rgb(255 44 103 / .1);
    color: #fff;
    z-index: 1;
    padding: 5px 8px 4px 8px;
    width: max-content;
    margin: auto !important;
    left: 0;
    right: 0
}

.package-item .head .price .special-offer:before {
    border: 9px solid #0000;
    border-right-color: rgb(255 44 103 / .1);
    bottom: -9px;
    content: "";
    display: block;
    position: absolute;
    right: 0
}

.package-item .head .price .special-offer>b {
    font-size: 15px;
    font-weight: 700;
    line-height: 16px
}

.package-item .head .price .list {
    line-height: 1;
    margin-top: 15px;
    color: var(--bs-gray)
}

.package-item .head .price .list sub {
    font-size: 18px;
    text-decoration: line-through
}

.package-item .head .price .market {
    font-size: 68px;
    line-height: 1;
    font-weight: 900;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
    z-index: 2;
    position: relative
}

.package-item .head .price .market span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center
}

.package-item .head .price .market sub {
    color: #24374e;
    font-size: 16px;
    font-weight: 500;
    bottom: 0;
    top: 12px;
    left: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.package-item .head .price .market sup {
    display: flex;
    font-size: 28px;
    top: -14px;
    left: -20px;
    width: 48px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.package-item .head .price .market sup>small {
    font-size: 28px;
    font-weight: 600;
    margin-left: 3px
}

.package-item .head .price .price-highlight {
    background-color: #ffeea9;
    color: #24374e;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px
}

.package-item .head .price-renew {
    position: relative;
    z-index: 0;
    color: #595959;
    cursor: help;
    font-size: 12px;
    margin: 4px 0
}

.package-item .head .price-renew i {
    position: relative;
    top: 2px;
    display: inline-block;
    font-size: 16px;
    margin-left: 1px
}

.package-item .head .price-renew .pricing-info {
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    border-radius: 6px;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #eaeef1;
    display: none;
    transition-duration: .5s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.package-item .head .price-renew .pricing-info .table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #eee
}

.package-item .head .price-renew .pricing-info .table thead th {
    background-color: #f2f2f2;
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #eee
}

.package-item .head .price-renew .pricing-info .table tfoot td {
    background-color: #f2f2f2;
    padding: 4px;
    border-bottom: 1px solid #eee;
    font-size: 11px;
    line-height: 1.2
}

.package-item .head .price-renew .pricing-info .table tbody td {
    padding: 4px;
    border-bottom: 1px solid #eee
}

.package-item .head .price-renew:hover .pricing-info {
    display: block;
    transition-duration: .5s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.package-item .head .price-renew span {
    display: flex;
    align-items: center;
    justify-content: center
}

.package-item .head .price-renew span svg {
    width: 14px !important;
    height: 14px !important
}

.package-item .head .order {
    padding: 0 25px 0
}

.package-item .head .order .btn {
    width: 100%;
    height: 48px;
    font-weight: 600;
    font-size: 18px
}

.package-item .head .info {
    padding: 0 25px 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.package-item .head .info>span {
    background-color: #ffeaea;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 4px;
    color: #9e0714
}

.package-item .detail {
    position: relative;
    padding: 1rem
}

.package-item .detail ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    padding: 7px 0;
    text-align: center;
    color: #12262b
}

.package-item .detail ul li>* {
    padding: 0 5px 0 0;
    font-size: inherit !important
}

.package-item .detail ul li img {
    width: 20px;
    padding: 0;
    margin-right: 3px;
    position: relative;
    top: -2px;
    display: inline-block
}

.package-item .detail ul li img.position-fix {
    top: 0
}

.package-item .detail ul li.del {
    text-decoration: line-through;
    opacity: .5
}

.package-item .detail ul li.other {
    border-top: 2px solid #f2f2f2
}

.package-item .detail ul li.other a {
    color: #1062fe;
    font-size: 14px
}

.package-item .detail ul li .btn {
    padding: 0;
    height: auto;
    font-size: 12px !important;
    font-weight: 500
}

.package-item .detail ul li .btn>svg {
    width: 19px;
    height: 16px;
    margin-right: 5px
}

.package-item.featured[data-promo-text]:before,
.package-item.featured[data-promo-text]:before {
    position: absolute;
    top: -31px;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 0 12px;
    border-radius: 16px 16px 0 0;
    color: #252836;
    font-size: 16px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    content: attr(data-promo-text)
}

.package-item.featured[data-promo-text]:before {
    background: #f7941e
}

.package-item .p-more.open {
    display: block
}

.package-item .p-more {
    display: none
}

.package-item .p-more svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px
}

.package-item .p-more svg path {
    stroke: #0529eb
}

.package-info {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--bs-gray);
    padding-left: 10px
}

.package-info svg {
    margin-right: 5px;
    width: 17px;
    height: 17px
}

.package-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.package-action .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #3755fa
}

.package-action .btn svg {
    margin-left: 0;
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.package-change {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--bs-dark);
    text-align: center;
    margin: 40px 0;
    padding: 20px;
    line-height: 1.4;
    border-radius: 16px;
    border: 1px solid #eeeeef;
    overflow: hidden;
    box-shadow: 0 20px 35px 0 rgb(15 14 26 / .05);
    flex-wrap: wrap
}

.package-change>* {
    margin: 0 5px
}

.package-change>svg {
    width: 26px;
    height: 26px;
    margin-right: 10px
}

.package-change>.abbr {
    text-decoration: none;
    border-bottom: 1px dotted;
    cursor: pointer
}

.section-home-products {
    padding: 60px 0
}

.section-home-products .owl-dots {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.section-home-products .owl-dots .owl-dot span {
    width: 28px;
    height: 4px;
    border-radius: 4px;
    margin: 5px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease
}

.section-home-products .owl-dots .owl-dot.active span,
.section-home-products .owl-dots .owl-dot:hover span {
    background: var(--bs-dark)
}

.product-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    background-color: #f0f4ff;
    border: 3px solid #ffffff80;
    height: 200px;
    padding: 30px;
    border-radius: 16px;
    color: var(--bs-dark)
}

.product-item:before {
    background: radial-gradient(50% 50% at 50% 50%, hsl(0 0% 100% / .8) 0, #fff0 90%, #fff0 0);
    border-radius: 9999px;
    height: 655px;
    left: -327px;
    content: '';
    max-width: unset;
    position: absolute;
    top: -328px;
    width: 655px;
    z-index: 0
}

.product-item .thumb {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40%
}

.product-item .thumb>img {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 180px;
    width: auto;
    object-fit: contain
}

.product-item .detail {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    width: 60%;
    padding-right: 20px
}

.product-item .detail .name {
    font-size: 20px;
    font-weight: 600
}

.product-item .detail .desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--bs-gray)
}

.product-item .detail .actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 6px
}

.section-content {
    padding: 10px 0
}

.section-content .image-holder {
    display: flex;
    align-items: center;
    justify-content: center
}

.section-content .image-holder img {
    max-width: 100%;
    height: auto
}

.section-content .text-holder {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.section-content .text-holder .title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px
}

.section-content .text-holder .sub-title1 {
    font-size: 17px;
    font-weight: 400;
    color: var(--bs-gray)
}

.section-content .text-holder .sub-title3 {
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-gray)
}

.section-content .text-holder .sub-title2 {
    margin-top: 10px
}

.section-content .text-holder .sub-title2>a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 17px;
    font-weight: 400;
    color: var(--bs-link)
}

.section-content .text-holder .sub-title2>a>svg {
    margin-left: 5px;
    width: 12px;
    height: 12px
}

.section-content .text-holder .actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px
}

.section-content .text-holder ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.section-content .text-holder ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 17px;
    font-weight: 400;
    color: var(--bs-gray);
    padding: 5px 0
}

.section-content .text-holder ul li>svg {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    flex-shrink: 0
}

.section-chat {
    padding: 20px 0
}

.section-chat .main-bg {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #152032;
    border-radius: 16px;
    overflow: hidden;
    line-height: 1;
    box-shadow: 0 10px 35px 0 rgb(15 14 26 / .05);
    padding: 50px
}

.section-chat .main-bg .bg-img {
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    transition-duration: .5s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.section-chat .main-bg>div {
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff
}

.section-chat .main-bg>div>strong {
    font-weight: 600
}

.section-chat .main-bg>div>.btn {
    height: 52px;
    min-width: 200px
}

.section-chat .main-bg>div>.btn>svg {
    width: 12px;
    height: 12px;
    margin-left: 5px
}

.section-alert {
    padding: 20px 0
}

.section-alert .main-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #eeeeef;
    border-radius: 16px;
    line-height: 1;
    box-shadow: 0 10px 35px 0 rgb(15 14 26 / .05);
    padding: 10px 40px
}

.section-alert .main-bg>span {
    font-size: 18px;
    font-weight: 400;
    margin-right: 20px
}

.section-alert .main-bg>span>strong {
    font-weight: 600
}

.section-alert .main-bg>.btn>svg {
    width: 12px;
    height: 12px;
    margin-left: 5px
}

.section-related {
    padding: 60px 0
}

.related-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #eeeeef;
    box-shadow: 0 20px 35px 0 rgb(15 14 26 / .05)
}

.related-item .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    margin-bottom: 15px;
    background-color: #eeeeef
}

.related-item .thumb>svg {
    width: 28px;
    height: 28px
}

.related-item .detail {
    display: flex;
    flex-direction: column
}

.related-item .detail>.name {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-dark) !important
}

.related-item .detail>.desc {
    font-size: 14px;
    font-weight: 400;
    color: var(--bs-dark) !important;
    margin-top: 5px;
    line-height: 1.4
}

.related-item .actions {
    width: 60%;
    margin-top: 15px
}

.related-item .actions>.btn {
    width: 100%
}

.section-accelerate .heading .h-title {
    display: block;
    font-size: 28px
}

.section-accelerate .heading .h-title small {
    display: block;
    font-size: 20px;
    color: var(--bs-gray)
}

.section-accelerate .main-bg {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #011b42;
    border-radius: 26px;
    overflow: hidden;
    line-height: 1;
    box-shadow: 0 10px 35px 0 rgb(15 14 26 / .05)
}

.section-accelerate .main-bg>div {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff
}

.section-accelerate .main-bg .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 26px;
    margin-bottom: 15px;
    border: 2px solid #bbd6e7;
    color: #bbd6e7
}

.section-accelerate .main-bg .icon>svg {
    width: 60px;
    height: 60px
}

.section-accelerate .main-bg .sub-title1 {
    display: block;
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px
}

.section-accelerate .main-bg .sub-title2 {
    display: block;
    font-size: 16px;
    margin-bottom: 5px
}

.section-accelerate .main-bg .sub-desc {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
    opacity: .8
}

.section-accelerate .main-bg .sub-detail {
    display: flex;
    flex-direction: column;
    min-height: 240px;
    background: hsl(0 0% 100% / .05);
    border: 1px solid hsl(0 0% 100% / .2);
    padding: 30px;
    border-radius: 1.5rem
}

.section-accelerate .main-bg .sub-detail ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 13px;
    line-height: 1.4;
    padding: 4px 0
}

.section-accelerate .main-bg .sub-detail ul li>svg {
    margin-right: 4px
}

.section-accelerate .main-bg .left-panel {
    padding: 50px
}

.section-accelerate .main-bg .right-panel {
    background-color: #17335d;
    padding: 50px
}

.section-apps {
    padding: 50px 0
}

.section-apps .main-bg {
    position: relative;
    padding: 30px 50px 50px;
    background-color: #f0f4ff;
    border-radius: 26px;
    border: 3px solid #ffffff80;
    overflow: hidden
}

.section-apps .main-bg:before {
    background: radial-gradient(50% 50% at 50% 50%, hsl(0 0% 100% / .8) 0, #fff0 90%, #fff0 0);
    border-radius: 9999px;
    height: 655px;
    left: -327px;
    content: '';
    max-width: unset;
    position: absolute;
    top: -328px;
    width: 655px;
    z-index: 0
}

.section-apps .main-bg h3 {
    font-size: 24px;
    margin: 0 0 20px
}

.section-apps .tab-content {
    position: relative;
    z-index: 1
}

.section-apps .nav-tabs {
    justify-content: center;
    border: 0;
    margin-bottom: 30px;
    gap: 5px
}

.section-apps .nav-tabs .nav-link {
    font-size: 14px;
    border-radius: 6px;
    color: var(--bs-gray);
    font-weight: 500;
    border: 0;
    padding: 10px;
    border: 2px solid #dce6fe !important
}

.section-apps .nav-tabs .nav-item.show .nav-link,
.section-apps .nav-tabs .nav-link.active {
    color: var(--bs-dark);
    background-color: #f0f4ff;
    border: 0
}

.apps .app-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    background-color: #fff;
    border: 3px solid #ffffff80;
    padding: 30px;
    border-radius: 10px;
    max-width: 289px;
    min-height: 310px
}

.apps .app-item .thumb {
    width: 64px;
    height: 64px;
    margin-bottom: 10px
}

.apps .app-item .thumb>img {
    width: 100%;
    height: auto
}

.apps .app-item .name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px
}

.apps .app-item .text {
    font-size: 14px;
    line-height: 1.4;
    color: var(--bs-gray)
}

.section-info {
    padding: 60px 0;
    overflow: hidden;
    background: #f6f8f9
}

.section-info .image-holder {
    display: flex;
    align-items: center;
    justify-content: center
}

.section-info .image-holder img {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 490px
}

.section-info .text-holder {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.section-info .text-holder h2 {
    font-size: 28px;
    line-height: 1.4;
    margin: 0 0 10px
}

.section-info .text-holder p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 30px;
    color: var(--bs-gray)
}

.section-info .text-holder .action {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.section-info .text-holder .action>* {
    margin-right: 10px
}

.section-info .text-holder .action>*:last-child {
    margin-right: 0
}

.section-comparisons {
    padding: 30px 0
}

.comparisons {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #eaeef1
}

.comparisons .comparison-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 52px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 700;
    background-color: #f6f8f9;
    color: #5d6d79;
    border-top: 2px solid #eaeef1
}

.comparisons .comparison-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.comparisons .comparison-item .c-panel {
    flex: 0 0 20%;
    flex-direction: column;
    border-right: 2px solid #eaeef1
}

.comparisons .comparison-item .c-columns {
    flex: 0 0 80%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.comparisons .comparison-item .c-columns .c-col {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    border-right: 2px solid #eaeef1
}

.comparisons-triple .comparisons .comparison-item .c-columns .c-col {
    flex: 0 0 33.33%;
    display: flex;
    flex-direction: column;
    border-right: 2px solid #eaeef1
}

.comparisons .comparison-item .c-columns .c-col:last-child {
    border-right: 0
}

.comparison-head {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    height: 165px;
    border-bottom: 2px solid #eaeef1;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.comparison-head>div .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    line-height: 18px
}

.comparison-head>div .price {
    position: relative;
    text-align: left;
    font-size: 15px;
    zoom: 80%
}

.comparison-head>div .price>small {
    display: block;
    font-size: 15px;
    color: #767676
}

.comparison-head>div .price .list {
    display: flex;
    align-items: center;
    justify-content: center
}

.comparison-head>div .price .list sub {
    font-size: 18px;
    color: #767676;
    text-decoration: line-through
}

.comparison-head>div .price .market {
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: flex-start
}

.comparison-head>div .price .market span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center
}

.comparison-head>div .price .market sub {
    color: #242736;
    font-size: 16px;
    font-weight: 500;
    bottom: 0;
    top: 14px;
    left: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.comparison-head>div .price .market sup {
    display: flex;
    font-size: 28px;
    top: -10px;
    left: -20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.comparison-head>div .price .market sup>small {
    font-size: 28px;
    font-weight: 600;
    margin-left: 3px
}

.comparison-head>div .price-highlight {
    background-color: #ffeea9;
    color: #111;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px
}

.comparison-head>div .price-renew {
    color: #767676;
    cursor: help;
    font-size: 12px;
    margin-top: 4px
}

.comparison-head>div .price .price-renew i {
    position: relative;
    top: 2px;
    display: inline-block;
    font-size: 16px;
    margin-left: 1px
}

.comparison-head .order .btn {
    padding: 10px 10px !important;
    height: auto;
    width: 100%;
    max-width: 150px;
    margin-top: 5px
}

.comparison-body {
    display: flex;
    flex-direction: column
}

.comparison-body .underline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 15px;
    font-size: 14px;
    color: var(--bs-dark);
    border-bottom: 2px solid #eaeef1
}

.comparison-body .underline>small {
    font-size: 12px;
    margin: 0 5px
}

.comparison-body .underline>svg {
    width: 15px;
    height: 15px
}

.comparison-body .underline>svg.svg-25 {
    width: 25px;
    height: 25px
}

.comparison-body .underline>svg.svg-35 {
    width: 35px;
    height: 35px
}

.comparison-body .underline>svg.svg-45 {
    width: 45px;
    height: 45px
}

.comparison-body .underline>a i {
    color: var(--bs-dark)
}

.comparison-body .underline:last-child {
    border-bottom: 0
}

.comparison-body .btn-xs {
    padding: 3px 3px;
    height: auto;
    min-height: auto !important;
    font-size: 12px;
    font-weight: 500;
    float: right;
    margin-left: auto !important
}

.comparison-footer {
    height: 100px;
    border-top: 2px solid #eaeef1;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1
}

.comparison-item .c-columns .c-col:nth-child(1) .comparison-head:before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #03bbf4;
    height: 2px
}

.comparison-item .c-columns .c-col:nth-child(2) .comparison-head:before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #ed298c;
    height: 2px
}

.comparison-item .c-columns .c-col:nth-child(3) .comparison-head:before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #f7941e;
    height: 2px
}

.comparison-item .c-columns .c-col:nth-child(4) .comparison-head:before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #bed62f;
    height: 2px
}

.comparison-item .c-panel .comparison-head {
    justify-content: flex-start;
    font-weight: 600;
    padding: 15px
}

.comparison-item .c-panel .comparison-body .underline {
    justify-content: flex-start;
    font-weight: 500;
    line-height: 1.3;
    background-color: #f6f8f9
}

.comparison-item .c-panel .comparison-body .underline:last-child {
    border-bottom: 0
}

.comparisons .comparison-sub {
    position: relative;
    cursor: pointer
}

.comparisons .comparison-sub .comparison-item {
    display: none;
    transition: all 1s
}

.comparisons .comparison-sub.open .comparison-item {
    display: flex;
    border-top: 2px solid #eaeef1;
    transition: all 1s
}

.comparisons .comparison-sub:after {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235d6d79'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 16px;
    right: 15px;
    top: 20px;
    width: 16px;
    height: 16px
}

.comparisons .comparison-sub.open:after {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235d6d79'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 16px;
    right: 15px;
    top: 20px;
    width: 16px;
    height: 16px;
    transform: rotateX(180deg)
}

.package-mobile-action {
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.package-mobile-action .btn {
    background-color: #fff;
    padding: 0 5px;
    margin: 0 1px;
    font-size: 12px;
    border: 2px solid #eaeef1;
    line-height: 1.3
}

.package-mobile-action .btn:nth-child(1) {
    border-top: 2px solid #03bbf4
}

.package-mobile-action .btn:nth-child(2) {
    border-top: 2px solid #ed298c
}

.package-mobile-action .btn:nth-child(3) {
    border-top: 2px solid #f7941e
}

.package-mobile-action .btn:nth-child(4) {
    border-top: 2px solid #bed62f
}

.package-mobile-action .btn.active:nth-child(1) {
    border: 2px solid #03bbf4;
    color: #03bbf4
}

.package-mobile-action .btn.active:nth-child(2) {
    border: 2px solid #ed298c;
    color: #ed298c
}

.package-mobile-action .btn.active:nth-child(3) {
    border: 2px solid #f7941e;
    color: #f7941e
}

.package-mobile-action .btn.active:nth-child(4) {
    border: 2px solid #bed62f;
    color: #bed62f
}

.section-cpanel {
    padding: 50px 0
}

.section-cpanel .main-bg {
    border-radius: 16px;
    border: 1px solid #eeeeef;
    box-shadow: 0 20px 35px 0 rgb(15 14 26 / .05)
}

.section-cpanel .main-bg .text-holder {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 70px
}

.section-cpanel .main-bg .text-holder h3,
.section-cpanel .main-bg .text-holder h2 {
    font-size: 28px;
    margin-bottom: 10px
}

.section-cpanel .main-bg .text-holder p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--bs-gray);
    margin: 0 0 20px
}

.section-cpanel .main-bg .text-holder .action {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.section-cpanel .main-bg .text-holder .action>* {
    margin-right: 20px
}

.section-cpanel .main-bg .text-holder .action>*:last-child {
    margin-right: 0
}

.section-cpanel .main-bg .image-holder {
    position: relative;
    display: flex;
    align-items: center
}

.section-cpanel .main-bg .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 16 / 9
}

.section-cpanel .main-bg .image-holder picture {
    height: 135%;
    display: block;
    margin-top: -60px;
    margin-bottom: -50px;
    position: absolute
}

.section-investment {
    padding: 60px 0
}

.section-investment .main-bg {
    position: relative;
    background-color: #f0f4ff;
    border: 2px solid #dce6fe;
    border-radius: 16px;
    overflow: hidden
}

.section-investment .main-bg:before {
    background: radial-gradient(50% 50% at 50% 50%, hsl(0 0% 100% / .8) 0, #fff0 90%, #fff0 0);
    content: "";
    display: flex;
    height: 350px;
    left: -130px;
    position: absolute;
    top: -130px;
    width: 350px;
    z-index: 0
}

.section-investment .main-bg .text-holder {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 70px
}

.section-investment .main-bg .text-holder .icon-box-1 {
    flex-direction: row
}

.section-investment .main-bg .text-holder .icon-box-1 .thumb {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin-bottom: 0;
    margin-right: 20px
}

.section-investment .main-bg .text-holder .icon-box-1 .text p {
    margin: 0
}

.section-investment .main-bg .video-holder {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 50px 70px 50px 0;
    height: unset;
    justify-content: center
}

.section-investment .nav-tabs {
    justify-content: center;
    border: 0;
    margin-bottom: 30px;
    gap: 5px
}

.section-investment .nav-tabs .nav-link {
    font-size: 14px;
    color: var(--bs-gray);
    border: 2px solid #dce6fe !important;
    font-weight: 500;
    border: 0;
    padding: 10px 20px;
    border-radius: 6px
}

.section-investment .nav-tabs .nav-item.show .nav-link,
.section-investment .nav-tabs .nav-link.active {
    color: var(--bs-dark);
    background-color: #f0f4ff;
    border: 0
}

.section-investment .video-box {
    height: 0;
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.section-investment .video-box iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 0
}

.section-prices {
    padding: 60px 0
}

.price-table {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    border: 2px solid #eaeef1;
    overflow: hidden;
    border-radius: 20px
}

.price-table ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 46px;
    padding: 0 15px;
    color: var(--bs-dark);
    line-height: 1;
    border-bottom: 2px solid #eaeef1
}

.price-table ul li:first-child {
    font-weight: 600;
    background-color: #f6f8f9
}

.price-table ul li:last-child {
    border-bottom: 0
}

.price-table .pt-panel {
    flex: 0 0 25%;
    border-right: 2px solid #eaeef1;
    font-weight: 600
}

.price-table .pt-panel ul li {
    justify-content: flex-start;
    background-color: #f6f8f9
}

.price-table .pt-columns {
    flex: 0 0 75%;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.price-table .pt-columns .pt-col {
    flex: 0 0 20%;
    border-right: 2px solid #eaeef1
}

.price-table .pt-columns .pt-col:last-child {
    border-right: 0
}

.price-table .pt-columns .pt-col ul li {
    text-align: center
}

.price-table .pt-columns .pt-col ul li>small {
    font-size: 11px;
    margin-left: 5px
}

.price-table .pt-columns .pt-col.pt-price ul li {
    font-size: 16px;
    font-weight: 600
}

.price-table .pt-columns .pt-col.pt-price ul li>.item-price {
    font-size: 16px;
    font-weight: 600
}

.section-domain-pricing {
    padding: 60px 0
}

.section-domain-pricing .table {
    width: 100%;
    border: 2px solid #eaeef1
}

.section-domain-pricing .table thead th {
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 600;
    background: #f6f8f9
}

.section-domain-pricing .table thead th small {
    font-weight: 400;
    font-size: 13px
}

.section-domain-pricing .table tbody td {
    font-size: 16px;
    height: 46px;
    padding: 0 15px;
    vertical-align: middle;
    border-top: 2px solid #eaeef1
}

.section-domain-pricing .domain-name {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    color: var(--bs-dark);
    font-size: 18px
}

.section-domain-pricing .domain-name svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    color: var(--bs-gray)
}

.section-domain-pricing .domain-name a {
    color: var(--bs-dark)
}

.section-domain-pricing .domain-name .badge {
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    margin-left: 10px
}

.section-domain-pricing .table tbody td:nth-child(2) {
    text-align: right
}

.section-domain-pricing .table tbody td:nth-child(3) {
    text-align: right
}

.section-domain-pricing .table tbody td:nth-child(4) {
    text-align: right
}

div.dataTables_wrapper div.dataTables_length select {
    width: 70px !important
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 11px;
    color: var(--bs-gray)
}

table.dataTable .text-right {
    text-align: right !important
}

.datatable-tools {
    display: flex;
    flex-direction: row
}

.datatable-tools>div:first-child {
    flex: 5
}

.datatable-tools>div {
    flex: 5;
    display: flex;
    align-items: center;
    justify-content: end
}

.datatable-tools>div:last-child {
    flex: 1
}

.datatable-tools .currency-changer-ul {
    width: 100%
}

.datatable-tools a.currency-changer {
    padding: 8px 5px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    min-height: 42px;
    margin-top: 0px !important;
    top: 0px !important;
    position: relative;
    color: #444754;
    min-width: 70px !important;
    display: block;
    text-align: center
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.pagination .page-item .page-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    min-width: 42px;
    padding: .375rem .75rem;
    font-size: 13px;
    color: var(--bs-dark);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.pagination .page-item:not(:first-child) .page-link {
    margin-left: calc(1px * -1)
}

.section-domain-notify {
    padding: 30px 0
}

.section-domain-notify .main-bg {
    position: relative;
    padding: 60px 20px;
    background-color: #fdede7;
    border-radius: 16px;
    border: 3px solid #ffffff80;
    overflow: hidden
}

.section-domain-notify .main-bg:before {
    background: radial-gradient(50% 50% at 50% 50%, hsl(0 0% 100% / .8) 0, #fff0 90%, #fff0 0);
    border-radius: 9999px;
    height: 655px;
    left: -327px;
    content: '';
    max-width: unset;
    position: absolute;
    top: -328px;
    width: 655px;
    z-index: 0
}

.section-domain-notify .main-bg .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.notifies {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: start;
    justify-content: flex-start
}

.notify-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 15px
}

.notify-item .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    margin-bottom: 15px;
    border: 2px solid #f49470
}

.notify-item .thumb svg {
    fill: #f49470;
    width: 30px;
    height: 30px
}

.notify-item .text {
    padding: 0
}

.notify-item .text h3 {
    font-size: 16px;
    font-weight: 600
}

.notify-item .text p {
    font-size: 14px;
    line-height: 1.5;
    margin: 4px 0 0;
    font-weight: 400;
    color: var(--bs-gray)
}

.section-domain-extensions {
    padding: 30px 0
}

.price-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #171b2b !important;
    background: #fff;
    border: 1px solid #eeeeef;
    height: 131px;
    padding: 15px 10px;
    border-radius: 16px
}

.price-item>.badge {
    line-height: 1;
    padding: 4px 10px;
    margin: 0
}

.price-item>img {
    width: auto !important;
    max-height: 22px;
    margin: 8px 0;
    max-width: 65px
}

.price-item>strong {
    font-size: 14px;
    line-height: 1
}

.price-item>.prices {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    margin-top: 10px
}

.price-item>.prices .dot-old {
    position: relative;
    font-size: 13px;
    color: var(--bs-gray);
    text-decoration: line-through;
    padding-right: 23px
}

.price-item>.prices .dot-old:before {
    position: absolute;
    content: "";
    right: 8px;
    top: 50%;
    width: 8px;
    height: 1px;
    background: #445b78;
    opacity: .5
}

.price-item>.prices .dot-price {
    font-size: 15px;
    font-weight: 600;
    color: var(--bs-dark)
}

.no-logo .price-item {
    justify-content: center
}

.no-logo .price-item>strong {
    text-align: center;
    font-size: 24px !important;
    display: block;
    line-height: 34px
}

.section-faqs {
    padding: 60px 0
}

.section-faqs .nav-tabs {
    justify-content: center;
    border: 0;
    gap: 5px
}

.section-faqs .nav-tabs .nav-link {
    color: var(--bs-gray);
    border-radius: 6px;
    font-weight: 500;
    border: 0;
    padding: 10px 20px;
    border: 2px solid #dce6fe !important
}

.section-faqs .nav-tabs .nav-item.show .nav-link,
.section-faqs .nav-tabs .nav-link.active {
    color: var(--bs-dark);
    background-color: #f0f4ff;
    border: 0
}

.section-faqs .tab-pane {
    padding: 60px 0 60px
}

.custom-faq1 .faq {
    background: var(--bs-white);
    border-top: 1px solid #f1f1f1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-faq1 .faq .title {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-dark);
    text-transform: none;
    cursor: pointer;
    margin: 0;
    padding: 20px 20px 20px 40px
}

.custom-faq1 .faq b,
.custom-faq1 .faq strong {
    font-weight: 500
}

.custom-faq1 .faq .title i {
    position: absolute;
    top: 8px;
    left: 0;
    border: 1px solid var(--bs-dark);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 28px;
    color: var(--bs-dark)
}

.custom-faq1 .faq .collapse__detail>div {
    padding: 0 20px 20px 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: var(--bs-gray)
}

.custom-faq1 .faq .collapse__detail>div .table {
    margin: 20px 0
}

.custom-faq1 .faq .collapse__detail>div .table th {
    white-space: nowrap
}

.custom-faq1 .faq .title[aria-expanded="true"] {
    color: var(--bs-primary)
}

.custom-faq1 .faq .title[aria-expanded="true"] i {
    color: var(--bs-white);
    border-color: var(--bs-primary);
    background: var(--bs-primary)
}

.custom-faq1 .faq .title[aria-expanded="false"]:after {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 16px;
    left: 15px;
    top: 24px;
    width: 16px;
    height: 16px
}

.custom-faq1 .faq .title[aria-expanded="true"]:after {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300b2e3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 16px;
    left: 15px;
    top: 24px;
    width: 16px;
    height: 16px;
    transform: rotateX(180deg)
}

.custom-faq1 .faq .btn {
    padding: 8px 24px;
    height: 36px;
    min-height: 36px;
    font-size: 13px
}

.custom-faq1 .faq:last-child {
    margin-bottom: 0
}

.custom-faq2 .faq-item {
    position: relative;
    background-color: #fff;
    padding: 20px 20px 20px 60px;
    border-radius: 10px;
    border: 1px solid #eeeeef;
    margin-bottom: 30px;
    counter-increment: line-number;
    box-shadow: 0 20px 35px 0 rgb(15 14 26 / .05);
    transition: 300ms
}

.custom-faq2 .faq-item:before {
    position: absolute;
    content: counter(line-number);
    left: -15px;
    top: -15px;
    z-index: 1;
    font-size: 64px;
    letter-spacing: -9.5px;
    line-height: 1;
    opacity: .2;
    font-weight: 800;
    color: var(--bs-dark);
    transition: 300ms
}

.custom-faq2 .faq-item h3 {
    font-size: 18px;
    color: var(--bs-dark)
}

.custom-faq2 .faq-item p {
    font-size: 15px;
    color: var(--bs-gray)
}

.custom-faq2 .faq-item ol,
.custom-faq2 .faq-item ul {
    padding-left: 30px;
    margin: 15px 0 0;
    font-size: 15px;
    color: var(--bs-gray);
    list-style: square
}

.custom-faq2 .faq-item ol li,
.custom-faq2 .faq-item ul li {
    padding: 3px 0;
    line-height: 1.3
}

.custom-faq1 .faq ol,
.custom-faq1 .faq ul {
    padding-left: 30px;
    margin: 15px 0 15px 0;
    font-size: 15px;
    color: var(--bs-gray);
    list-style: square
}

.custom-faq1 .faq ol li,
.custom-faq1 .faq ul li {
    padding: 3px 0;
    line-height: 1.3
}

.trustpilot-google {
    padding: 30px 0
}

.trustpilot-google .content {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
    background-color: #f0f4ff;
    border: 2px solid #dce6fe !important;
    padding: 25px 30px;
    border-radius: 16px;
    color: var(--bs-dark);
    z-index: 1;
    flex-shrink: 0
}

.trustpilot-google .content:before {
    background: radial-gradient(50% 50% at 50% 50%, hsl(0 0% 100%) 0, #fff0 90%, #fff0 0);
    border-radius: 9999px;
    height: 655px;
    left: -327px;
    content: '';
    max-width: unset;
    position: absolute;
    top: -328px;
    width: 655px;
    z-index: -1;
    display: flex;
    align-items: stretch;
    justify-content: center
}

.p-head.trustpilot-google .content {
    justify-content: flex-start !important
}

.trustpilot-google .reviews .trustpilot span,
.trustpilot-google .reviews .google span {
    font-size: 18px
}

.trustpilot-google .reviews hr {
    border: 1px solid #dce6fe !important;
    margin: 0 20px;
    border-width: 0 1px 0 0px !important
}

.trustpilot-google .text {
    width: 40%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: start
}

.trustpilot-google .text h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
}

.trustpilot-google .text h2 span {
    display: block
}

.trustpilot-google .reviews {
    width: 60%;
    float: left;
    display: flex;
    align-items: stretch;
    justify-content: space-around
}

.trustpilot-google .reviews img,
.trustpilot-google .reviews svg {
    max-width: 100%;
    max-height: 76px;
    height: 100%;
    width: auto;
    padding-right: 40px
}

.trustpilot-google .reviews .google,
.trustpilot-google .reviews .trustpilot {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-shrink: 0
}

.trustpilot-google .reviews .google .stars {
    position: relative;
    margin-top: -4px;
    margin-left: 10px
}

.trustpilot-google .reviews .trustpilot span,
.trustpilot-google .reviews .google span {
    font-size: 16px;
    color: #011B42;
    font-weight: 400;
    margin-left: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0
}

.trustpilot-google .reviews .trustpilot span b,
.trustpilot-google .reviews .google span b {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700
}

@media only screen and (max-width:1400px) {
    .trustpilot-google .text h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px
    }
    .trustpilot-google .reviews img,
    .trustpilot-google .reviews svg {
        max-height: 56px;
        padding-right: 20px
    }
}

@media only screen and (max-width:1200px) {
    .trustpilot-google .text h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 26px
    }
    .trustpilot-google .reviews img,
    .trustpilot-google .reviews svg {
        max-height: 56px;
        padding-right: 20px
    }
    .trustpilot-google .text {
        width: 35%
    }
    .trustpilot-google .reviews {
        width: 65%
    }
}

@media only screen and (max-width:991px) {
    .trustpilot-google .text,
    .trustpilot-google .reviews {
        width: 100%
    }
    .trustpilot-google .text h2 {
        font-size: 22px
    }
    .trustpilot-google .text h2 {
        width: 100% !important;
        text-align: center;
        margin-bottom: 20px
    }
    .trustpilot-google .text h2 span {
        display: unset !important
    }
    .trustpilot-google .content {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

@media only screen and (max-width:993px) {
    .trustpilot-google .reviews .google,
    .trustpilot-google .reviews .trustpilot {
        width: 50%
    }
}

@media only screen and (max-width:768px) {
    .trustpilot-google .reviews .google,
    .trustpilot-google .reviews .trustpilot {
        width: 100%
    }
    .trustpilot-google .content {
        padding: 25px 20px
    }
    .trustpilot-google .reviews .google,
    .trustpilot-google .reviews .trustpilot {
        flex-direction: column
    }
    .trustpilot-google .reviews img,
    .trustpilot-google .reviews svg {
        max-height: 56px;
        padding-right: 0;
        margin-bottom: 10px
    }
    .trustpilot-google .reviews .google,
    .trustpilot-google .reviews .trustpilot {
        flex-shrink: unset !important
    }
    .trustpilot-google .reviews .trustpilot span b,
    .trustpilot-google .reviews .google span b {
        font-size: 24px;
        line-height: 24px;
        font-weight: 700
    }
}

.footer {
    position: relative;
    background-color: #1b2032;
    background: #171b2b;
}

.footer:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-image: url(../img/footer-bg.svg);
    background-position: 300px bottom;
    background-repeat: no-repeat
}

.footer .container {
    position: relative;
    z-index: 1
}

.footer-top .footer-text {
    position: relative;
    padding: 60px 0 30px
}

.footer-top .footer-text .foot-title {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 7px;
    color: #c9cbd0
}

.footer-top .footer-text .foot-title a {
    display: block;
    color: #c9cbd0;
    line-height: 1
}

.footer-top .footer-text .foot-link {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-top .footer-text .foot-link.last {
    margin-bottom: 30px
}

.footer-top .footer-text .foot-link li a {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    padding: 3px 0;
    color: #ADAFB8
}

.footer-top .footer-text .foot-link li a:hover {
    color: #ff0068
}

.footer-top .footer-left {
    position: relative;
    padding: 60px 50px 30px 0;
    margin-right: 40px;
    width: calc(100% - 40px);
    height: 100%;
    background-color: #171b2b
}

.footer-top .footer-left .logo img {
    width: 260px;
    max-width: 100%;
    height: auto
}

.footer-top .footer-left .address {
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 30px
}

.footer-top .footer-left .address a {
    display: block;
    font-size: 16px;
    margin-bottom: 5px
}

.footer-top .footer-left .address a.phone {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px
}

.footer-top .footer-left .social {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.footer-top .footer-left .social a {
    padding: 12px;
    background: #1b2132;
    line-height: 1;
    border-radius: 8px;
    margin-right: 4px
}

.footer-top .footer-left .social a:hover {
    background: #ff0068
}

.footer-top .footer-left .social a img {
    width: 20px;
    height: 20px;
    line-height: 20px
}

.footer-top .footer-left .ns {
    font-size: 14px;
    line-height: 1.5;
    color: #ADAFB8;
    padding-top: 20px;
    margin-bottom: 60px;
    border-top: 1px solid #ffffff1c
}

.footer-top .footer-left .ns b {
    display: block;
    font-size: 14px;
    margin-bottom: 5px
}

.footer-top .footer-left .copyright {
    position: absolute;
    bottom: 15px;
    font-size: 12px;
    line-height: 1.4;
    color: #7b8094
}

.footer-bottom {
    padding: 10px 0;
    font-size: 13px;
    color: #ADAFB8;
    border-top: 1px solid #ffffff0d
}

.footer-bottom span {
    display: inline-block;
    margin-right: 15px
}

.footer-bottom span:last-child {
    margin-right: 0
}

.footer-bottom .f-link {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.footer-bottom .f-link a {
    color: #ADAFB8;
    padding: 10px
}

.contract-popup {
    font-size: 14px;
    color: #333;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 450px;
    z-index: 130;
    padding: 20px 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / .2);
    border-radius: 5px;
    background-color: #fff
}

#navigation-outer .panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    color: #171b2b !important;
    background: #fff;
    border: 1px solid #eeeeef;
    box-shadow: 0 20px 35px 0 rgb(15 14 26 / .05);
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden
}

#navigation-outer .panel .panel-heading {
    width: 100%;
    border-bottom: 2px solid #eee;
    margin-bottom: 0;
    background-color: #f6f8f9;
    padding: 10px
}

#navigation-outer .panel .panel-heading h3 {
    font-size: 16px
}

#navigation-outer .panel .list-group,
#navigation-outer .list-group .list-group-item {
    width: 100%
}

#navigation-outer .panel .list-group {
    padding: 0 10px;
    margin-bottom: 5px
}

#navigation-outer .list-group .list-group-item {
    padding-left: 5px;
    font-size: 16px
}

#navigation-outer .list-group .list-group-item i {
    font-size: 14px;
    width: 20px
}

#navigation-outer .list-group:before {
    display: none
}

.sidebar .panel {

}

.sidebar .panel-default {
    border-color: #00000020
}

.sidebar .panel-default>.panel-heading {
    color: #1e1e1e;
    background-color: #00000008;
    border-color: #00000020;
    border-bottom: 1px solid #00000020;
    border: 0;
    padding: 9px 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.sidebar .panel-body {
    padding: 9px 20px
}

.sidebar .panel-title {
    font-size: 14px;
    min-height: 21px;
    line-height: 16px
}

.sidebar .panel-title a {
    color: inherit
}

.sidebar .panel-body ol,
.sidebar .panel-body ul {
    padding-left: 30px;
    margin: 15px 0;
    font-size: 15px;
    color: var(--bs-gray);
    list-style: square
}

.sidebar .panel-body ol li,
.sidebar .panel-body ul li {
    padding: 3px 0;
    line-height: 1.3
}

.sidebar .list-group:before {
    display: none !important
}

.sidebar .panel .list-group .list-group-item {
    margin: unset !important;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px dashed #eee;
    padding: 8px 20px;
    font-size: 14px
}

.sidebar .panel .list-group .list-group-item:last-child {
    border-bottom: 0
}

.sidebar .panel .list-group .list-group-item a {
    transition: ease-in-out;
    -webkit-transition: ease-in-out
}

.sidebar .panel .list-group .list-group-item:hover a {
    color: var(--bs-danger) !important
}

.sidebar .panel-heading a {
    font-size: 14px
}

.breadcrumb-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 5px 4px;
    background: #f6f8f9;
    border-radius: 12px 12px 0 0;
    margin-bottom: 10px;
    border: 1px solid #eeeeef
}

.breadcrumb-box .container {
    padding: 0
}

.breadcrumb-box ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.breadcrumb-box ul li {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
    color: #ADAFB8
}

.breadcrumb-box ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #ADAFB8
}

.breadcrumb-box ul li a>svg {
    position: relative;
    top: -1px;
    width: 12px;
    height: 12px;
    fill: #ADAFB8;
    margin-right: 5px
}

.breadcrumb-box ul li a:after {
    content: "/";
    margin: 0 5px
}

@media only screen and (max-width:1400px) {
    .top-bar a {
        padding: 4px 6px
    }
}

@media only screen and (max-width:1400px) and (min-width:1200px) {
    .section-cpanel .main-bg .image-holder img {
        width: 112%;
        height: 112%
    }
    .section-cpanel .main-bg .image-holder picture {
        height: 135%;
        margin-top: -95px
    }
}

@media only screen and (max-width:1400px) and (min-width:1290px) {
    .footer {
        background: #171b2b;
    }
}

@media only screen and (max-width:1400px) and (min-width:768px) {
    .section-home-domain .main-bg .price .ext-item .old-price {
        margin-right: 0
    }
    .section-home-domain .main-bg .price .ext-item .owl-price {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .align-items-xl-end {
        align-items: end
    }
}

@media only screen and (max-width:1200px) {
    .middle-bar .menu>ul>li>a {
        padding: 8px 11px;
        font-size: 14px;
        white-space: nowrap
    }
    .section-home-support {
        overflow: hidden;
        height: auto;
        padding-bottom: 30px
    }
    .section-home-support .heading .h-title {
        font-size: 26px
    }
    .section-home-support .heading .h-desc {
        font-size: 16px
    }
    .section-home-support .support-list {
        padding: 10px
    }
    .section-home-support .support-list .live-box {
        background-color: #fff;
        margin: 1px 0;
        height: 126px
    }
    .section-home-support .support-list .col-lg-3:nth-child(2) span {
        font-size: 13px
    }
    .section-home-support .image-holder {
        justify-content: center
    }
    .section-home-support .image-holder img {
        max-height: 210px;
        width: auto
    }
    .footer-top .footer-left .social {
        flex-wrap: wrap
    }
    .footer-top .footer-left .social a {
        margin-bottom: 4px
    }
    .footer-top .footer-left {
        padding: 60px 10px 30px 0 !important
    }
    .footer-bottom .f-link a {
        padding: 10px 5px
    }
    .section-cpanel .main-bg .image-holder picture {
        height: 100%;
        display: block;
        margin-top: unset !important;
        margin-bottom: unset !important;
        position: absolute
    }
}

@media only screen and (min-width:993px) {
    .icon-box-3 {
        height: 100%
    }
}

@media only screen and (max-width:991px) {
    .btn-toggle {
        text-align: center;
        width: 100%
    }
    button.btn-toggle span {
        font-size: 18px !important
    }
    button.btn-toggle span:last-child {
        position: relative;
        top: -7px
    }
    #nav_sidebar,
    #client_nav_sidebar {
        transition: opacity .2s ease, transform .2s ease;
        opacity: 0;
        transform: translateY(-20px)
    }
    #nav_sidebar.show,
    #client_nav_sidebar.show {
        opacity: 1;
        transform: translateY(0)
    }
}

@media only screen and (max-width:993px) {
    .top-bar a {
        padding: 4px 6px;
        display: flex;
        align-items: center;
        width: max-content
    }
    .middle-bar .logo span {
        display: none
    }
    .middle-bar .menu>ul>li>a {
        padding: 8px 5px !important
    }
    .middle-bar .menu>ul>li.mega>a {
        padding-right: 0
    }
    .middle-bar .menu>ul>li.mega>a:after {
        display: none !important
    }
    .mega-menu-main .right-menu {
        margin-top: 10px;
        padding: 0 5px
    }
    .menu-domain-form {
        margin-bottom: 25px
    }
    .footer {
        background: #171b2b;
    }
    .footer-bottom .f-link {
        justify-content: center
    }
    .section-accelerate .main-bg .sub-detail .col-lg-5 {
        margin-top: 20px
    }
    .section-investment .main-bg .text-holder {
        padding: 20px 50px
    }
    .section-investment .main-bg .text-holder .icon-box-1 {
        align-items: flex-start;
        text-align: left
    }
    .section-investment .main-bg .video-holder {
        padding: 0
    }
    .notifies {
        flex-direction: column
    }
    .section-domain-notify .main-bg {
        padding-top: 30px
    }
    .notifies .notify-item {
        align-items: center;
        justify-content: center;
        text-align: center
    }
    .section-related {
        padding-bottom: 0
    }
    .related-item {
        margin: 10px 0
    }
    .section-what .text-holder {
        margin-top: 25px
    }
    .section-custom-features .main-bg .icon-box-1 {
        height: unset !important;
        margin-bottom: 20px !important
    }
    .section-home-packages {
        padding: 25px 0
    }
    .section-home-packages .owl-carousel .owl-stage-outer {
        padding: 12px 0
    }
    #owl-packages,
    #owl-other-packages {
        display: flex;
        flex-direction: column-reverse
    }
    #owl-packages .owl-nav,
    #owl-other-packages .owl-nav {
        margin-top: 0px !important
    }
    #owl-packages .owl-dots,
    #owl-other-packages .owl-dots {
        height: 25px
    }
    .package-item.featured[data-promo-text]:before,
    .package-item.featured[data-promo-text]:before {
        padding: 0 0 12px;
        top: -26px
    }
    .section-home-packages .heading {
        margin-bottom: 0
    }
    .section-home-packages .owl-carousel .owl-nav {
        margin-top: 0
    }
    .comparison-head .h-100 {
        width: 100%;
        padding: 0 5px
    }
    .comparison-head .order {
        width: 100%
    }
    .comparison-head .order .btn {
        width: 100%;
        max-width: unset !important
    }
    #owl-banners .item .text-holder,
    #owl-banners .item {
        height: auto !important
    }
    #owl-banners {
        min-height: unset !important;
        height: auto !important
    }
    #owl-banners .item .text-holder {
        height: 100%;
        padding: 46px 15px 66px 15px
    }
    .section-rating .rating-main>.google:after {
        margin: 0px 15px
    }
}

@media only screen and (max-width:767px) {
    .heading {
        text-align: center;
        margin-bottom: 20px
    }
    .heading .h-title {
        font-size: 22px
    }
    .heading .h-desc {
        font-size: 16px
    }
    .heading .btn {
        position: unset
    }
    .top-bar .left-bar {
        display: none
    }
    .top-bar .right-bar {
        justify-content: space-between
    }
    .middle-bar .menu {
        display: none
    }
    .middle-bar .logo span {
        display: block
    }
    #owl-banners .item .text-holder .title {
        font-size: 28px !important;
        line-height: 1.3
    }
    #owl-banners .item .text-holder .sub-title1 {
        font-size: 16px !important;
        margin-top: 0;
        padding: 25px 0
    }
    #owl-banners .item .text-holder .list {
        margin-top: 0
    }
    #owl-banners .item .text-holder .list>div {
        font-size: 13px;
        padding: 3px 0
    }
    #owl-banners .item .banner-breadcrumb {
        overflow-y: scroll
    }
    #owl-banners .item .text-holder .domain-form .sub-menu a {
        line-height: 1.3 !important
    }
    #owl-banners .item .text-holder .list-2>div {
        flex: 0 0 calc(50% - 10px);
        font-size: 15px
    }
    #owl-banners .item .text-holder .list-2>div:nth-child(3) {
        margin-left: 0
    }
    #owl-banners .item .text-holder .actions {
        margin-top: 0px !important
    }
    .section-home-domain {
        overflow: hidden
    }
    .section-home-domain .main-bg {
        flex-direction: column
    }
    .section-home-domain .main-bg .form {
        flex: 0 0 100%;
        width: 100%
    }
    .section-home-domain .main-bg .form .form-control {
        height: 52px;
        padding: 5px 10px;
        font-size: 16px
    }
    .section-home-domain .main-bg .form .btn {
        height: 52px;
        width: 100px;
        line-height: 1.3;
        padding: 0 5px;
        font-size: 13px
    }
    .section-home-domain .main-bg .form .btn>span {
        display: none
    }
    .section-home-domain .main-bg .price {
        flex: unset;
        width: 100%;
        padding: 15px 0 5px;
        overflow: hidden
    }
    .section-home-reviews {
        overflow: hidden
    }
    .section-home-reviews .main-bg {
        padding: 30px 20px 20px
    }
    .review-item {
        flex-direction: column
    }
    .review-item .detail {
        margin-right: 0;
        flex: 0 0 100%
    }
    .review-item .browser {
        margin-top: 30px
    }
    #owl-reviews .owl-nav {
        position: unset;
        margin-top: 25px
    }
    .section-home-reviews .total-rate {
        top: -150px
    }
    .product-item {
        padding: 20px;
        height: auto;
        margin-bottom: 15px !important;
        align-items: stretch !important
    }
    .product-item .detail .name {
        font-size: 16px
    }
    .product-item .detail .desc {
        font-size: 12px
    }
    .product-item .thumb>img {
        position: unset;
        height: auto;
        width: 100%
    }
    .product-item .detail .actions {
        margin-top: 15px
    }
    .package-mobile-action {
        display: flex
    }
    .comparisons .comparison-item .c-panel {
        flex: 0 0 50%
    }
    .comparisons .comparison-item .c-columns {
        flex: 0 0 50%
    }
    .comparisons .comparison-item .c-columns .c-col {
        flex: 0 0 100% !important;
        border-right: 0
    }
    .comparisons .comparison-item .c-columns .c-col:nth-child(2) {
        display: none
    }
    .comparisons .comparison-item .c-columns .c-col:nth-child(3) {
        display: none
    }
    .comparisons .comparison-item .c-columns .c-col:nth-child(4) {
        display: none
    }
    .section-rating .rating-main>.google,
    .section-rating .rating-main>.trustpilot {
        width: 100%
    }
    .section-rating .rating-main>.google:after {
        content: '';
        position: relative;
        height: 1px;
        background-color: #eeeeef;
        width: 100% !important;
        margin: 5px 0
    }
    .section-rating .rating-main {
        flex-direction: column !important
    }
    .package-item {
        margin: 10px 0
    }
    .package-info {
        flex-direction: column;
        line-height: 1.5;
        text-align: center
    }
    .package-info svg {
        width: 20px;
        height: 20px;
        margin-bottom: 4px
    }
    .package-change {
        display: block;
        font-size: 16px;
        line-height: 1.5
    }
    .package-change svg {
        display: block;
        margin: 0 auto 10px
    }
    .package-action .btn {
        padding: 0;
        line-height: 1.5
    }
    .price-table .pt-panel {
        flex: 0 0 50%
    }
    .price-table .pt-panel ul li {
        line-height: 1.3
    }
    .price-table .pt-columns {
        flex: 0 0 50%;
        overflow-y: scroll
    }
    .price-table .pt-columns .pt-col {
        min-width: 202px
    }
    .icon-box-1 {
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 15px 0
    }
    .section-chat .main-bg {
        flex-direction: column;
        padding: 30px;
        text-align: center
    }
    .section-chat .main-bg>div {
        font-size: 18px;
        margin: 10px 0
    }
    .section-apps .main-bg {
        padding: 20px 20px 120px
    }
    .section-accelerate .heading .h-title {
        font-size: 24px
    }
    .section-accelerate .main-bg .left-panel {
        padding: 40px
    }
    .section-accelerate .main-bg .right-panel {
        padding: 40px
    }
    .section-accelerate .main-bg .sub-detail {
        min-height: auto;
        padding: 20px
    }
    .section-alert .main-bg {
        flex-direction: column;
        padding: 20px
    }
    .section-alert .main-bg>span {
        margin-bottom: 15px;
        line-height: 1.5;
        text-align: center
    }
    .section-content {
        padding: 30px 0
    }
    .section-content .text-holder {
        text-align: center
    }
    .section-content .text-holder .title {
        font-size: 24px !important
    }
    .section-content .text-holder p {
        font-size: 16px;
        line-height: 1.5
    }
    .section-content .text-holder .sub-title2>a>svg {
        display: none
    }
    .section-info .text-holder {
        text-align: center
    }
    .section-info .text-holder h2 {
        font-size: 24px !important
    }
    .section-info .text-holder .action>* {
        line-height: 1.3
    }
    .section-info .text-holder .action {
        justify-content: center;
        flex-wrap: wrap
    }
    .section-cpanel .main-bg .text-holder {
        padding: 40px;
        line-height: 1.3;
        text-align: center
    }
    .section-cpanel .main-bg .text-holder h3 {
        font-size: 24px
    }
    .section-cpanel .main-bg .text-holder .action>.btn {
        padding: 0 10px;
        flex: 1 1 auto
    }
    .section-home-blog {
        padding: 60px 0 30px
    }
    .table-responsive {
        overflow-y: scroll;
        padding: 30px 0
    }
    div.dataTables_wrapper div.dataTables_length {
        margin-bottom: 10px
    }
    .section-home-support .image-holder {
        margin-bottom: 20px
    }
    .price-item {
        padding: 15px 7px !important
    }
    .footer {
        background: #1b2032
    }
    .footer-top .footer-left {
        width: 100%;
        margin: 0;
        padding: 30px 0;
        text-align: center;
        background-color: #fff0;
        border-bottom: 1px solid #ffffff1c
    }
    .footer-top .footer-text {
        padding: 30px 0;
        text-align: center
    }
    .footer-top .footer-text .foot-title {
        font-size: 18px;
        height: 32px
    }
    .footer-top .footer-text .foot-link {
        margin-bottom: 30px;
        display: none
    }
    .footer-top .footer-text .foot-link li a {
        font-size: 16px;
        padding: 8px 0
    }
    .footer-top .footer-left .ns {
        margin-bottom: 30px
    }
    .footer-top .footer-left .social {
        justify-content: center
    }
    .footer-top .footer-left .copyright {
        position: unset
    }
    .footer-bottom .col-lg-6:nth-child(1) {
        justify-content: center
    }
    .footer-bottom .col-lg-6:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px
    }
    #navigation-outer .panel {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:576px) {
    .text-sm-center {
        text-align: center
    }
}

@media only screen and (max-width:450px) {
    #owl-banners .item .text-holder .list>div {
        flex: 0 0 100%
    }
}

@media only screen and (max-width:400px) {
    .top-bar .dropdown-profile .dropdown-toggle .name span {
        display: none
    }
    .section-home-domain .main-bg .price .ext-item .old-price {
        margin-right: 0
    }
    .section-home-domain .main-bg .price .ext-item .owl-price {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .btn {
        height: auto;
        min-height: 46px
    }
    .section-rating .rating-main>.google,
    .section-rating .rating-main>.trustpilot {
        flex-direction: column !important
    }
    .price-table .pt-panel ul li {
        line-height: 14px;
        height: 56px
    }
    .price-table ul li {
        height: 56px
    }
    .dataTables_filter label {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .comparison-item .c-panel .comparison-body .underline {
        line-height: 14px
    }
    .comparison-head>div .title {
        text-align: center
    }
    .package-mobile-action .btn {
        padding: 0 0
    }
    .section-home-reviews .total-rate {
        display: none
    }
    #owl-reviews .owl-nav {
        margin-top: -10px
    }
}

@media only screen and (max-width:300px) {
    .middle-bar .logo span {
        display: none
    }
    .mobile-menu-click {
        right: 12px;
        position: relative
    }
    .top-bar .dropdown-push {
        display: none
    }
}