@import url("css2.css");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
hr {
  border: 0.2px solid #323b4a;
  opacity: 0.2;
}
svg {
  height: 24px;
  width: 24px;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.display {
  display: none;
}
.field,
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff;
  box-shadow: inset 0 0 0 1000px #343b4a;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input {
  transition: border 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
input:focus {
  border: 1px solid #1199fa;
}
input:-webkit-autofill {
  border: 1px solid #1199fa;
}
input:autofill {
  border: 1px solid #1199fa;
}
input:not(:-ms-input-placeholder) {
  border: 1px solid #1199fa;
}
input:not(:placeholder-shown) {
  border: 1px solid #1199fa;
}
input:invalid {
  border: 1px solid #e64b60;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.red {
  color: #e64b60;
}
.redBg {
  background-color: #e64b60;
}
.textBold {
  font-weight: 700;
}
.green {
  color: #20bca4;
}
.greenBg {
  background-color: #20bca4;
}
.textMedium {
  font-weight: 600;
}
.light {
  font-weight: 500;
}
.blue {
  color: #1199fa;
}
.blueBg {
  background-color: #1199fa;
}
.hidden {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 1em;
  max-height: 1em;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clickable {
  box-sizing: border-box;
  color: #1199fa;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  width: -webkit-max-content;
  width: max-content;
}
.infot,
input,
select {
  font-family: Inter;
}
.infot {
  color: #a3a3a3;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.disabled,
input {
  color: #fff;
}
.disabled {
  background-color: gray;
  cursor: not-allowed;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.actionButton {
  background: rgba(35, 163, 251, 0.13);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
}
.actionText {
  color: #1199fa;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  padding: 0.5rem 1rem;
}
.button {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: Inter;
  font-size: 600;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  width: 100%;
}
.submit {
  background-color: #1199fa;
  color: #fff;
}
.close {
  cursor: pointer;
}
.close:hover {
  stroke: #1199fa;
}
.hidden,
.modal {
  opacity: 0;
}
.modal {
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
* {
  font-family: Inter !important;
}
/* 21 - PRICING */
.pricing-two-single {
    padding-top: 116px;
    padding-bottom: 90px
}

.pricing-two .pricing-table{
    margin: 0 10px 20px 0;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    border-image: initial;
    padding: 60px 45px;
}

.pricing-table .pricing-header .pricing-icon {
    position: relative;
    height: 160px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-two .pricing-table .pricing-header .pricing-icon-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.pricing-two .pricing-table .pricing-header .pricing-icon-main {
    width: 100px;
    z-index: 1;
}


.pricing-two .pricing-table .pricing-header .price {
    margin-top: 30px;
    margin-bottom: 0;
}

.pricing-two .pricing-table .pricing-header .small_desc {
    padding-top: 0;
    margin-bottom: 40px;
}

.pricing-two .pricing-table .price-feture {
    margin-bottom: 0
}

.pricing .scroll-circle {
    bottom: 20%
}

.pricing-single-one {
    padding: 116px 0 90px
}

.pricing-table {
    cursor: default;
    border-right: 1px solid #efe7e7;
    padding: 20px 40px;
    margin-bottom: 30px
}

.pricing-table:hover {
    -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
    box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
}

.pricing-table.br-left {
    border-left: 1px solid #efe7e7
}

.pricing-table .pricing-header {
    text-align: center;
    padding-bottom: 55px;
    border-bottom: 1px dashed #efe7e7;
    margin-bottom: 50px
}

.pricing-table .pricing-header .price {
    font-size: 36px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 25px
}

.pricing-table .pricing-header .price-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px
}

.pricing-table .pricing-header p {
    margin: 0
}

.pricing-table .pricing-header .annual_price {
    display: none
}

.pricing-table .pricing-header.change-subs-duration .annual_price {
    display: block
}

.pricing-table .pricing-header.change-subs-duration .monthly_price {
    display: none
}

.pricing-table .price-feture {
    padding: 0;
    list-style: none;
    margin-bottom: 55px
}

.pricing-table .price-feture li {
    padding-left: 33px;
    position: relative;
    margin-bottom: 12px
}

.pricing-table .price-feture li:before {
    font-family: eleganticons;
    position: absolute;
    left: 0;
    top: 0
}

.pricing-table .price-feture li.have:before {
    content: "\4e";
    color: #1acb44
}

.pricing-table .price-feture li.not:before {
    content: "\4d";
    color: #fa7878
}

.pricing-table.color-two .pricing-header .price {
    color: #8070fa
}

.pricing-table.color-three .pricing-header .price {
    color: #22cd1a
}

.pricing-table .sone-btn {
    font-weight: 600;
    padding: 8px 0;
    width: 200px;
    text-align: center
}

.pricing-table.style-two {
    background: #fcf7f7;
    padding: 50px 50px 60px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    border: 0
}

.pricing-table.style-two.price-two {
    background: #f8f7fc
}

.pricing-table.style-two.price-two.featured .trend:before {
    border-right: 90px solid #7052fb
}

.pricing-table.style-two .pricing-header {
    text-align: left;
    border-color: #b4b2bf;
    padding-bottom: 60px
}

.pricing-table.style-two .pricing-header .price-title {
    letter-spacing: 0;
    text-transform: capitalize
}

.pricing-table.style-two:hover {
    background: #fff;
    -webkit-box-shadow: 0 40px 80px 0 rgba(43, 35, 79, .14);
    box-shadow: 0 40px 80px 0 rgba(43, 35, 79, .14)
}

.pricing-table.featured .trend {
    position: absolute;
    top: 0;
    right: 0
}

.pricing-table.featured .trend p {
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 22px;
    margin-bottom: 0;
    z-index: 22;
    font-size: 14px;
    padding-top: 17px;
    padding-bottom: 15px
}

.pricing-table.featured .trend:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 90px solid transparent;
    border-right: 90px solid #fb6638;
    position: absolute;
    top: 0;
    right: 0
}

.tabed-content .tabs-item {
    display: none
}

.pricing-tab {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.pricing-tab .tab-btn {
    cursor: pointer
}

.pricing-tab .monthly_tab_title {
    color: #fb6638
}

.pricing-tab .pricing-tab-switcher {
    width: 300px;
    display: inline-block;
    padding: 5px;
    position: relative;
    margin: 0 18px;
    box-shadow: 0px 3px 13px 0px rgba(0, 11, 40, 0.08);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.pricing-tab .pricing-tab-switcher,
.pricing-tab .pricing-tab-switcher:before {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-tab-switcher span {
    display: inline-block;
    z-index: 5;
    width: 50%;
    padding: 10px;
    font-weight: 600
}

.pricing-tab-switcher span:first-child {
    color: #fff;
}

.pricing-tab-switcher span:last-child {
    color: #000;
}


.pricing-tab.seleceted .pricing-tab-switcher span:first-child {
    color: #000;
}

.pricing-tab.seleceted .pricing-tab-switcher span:last-child {
    color: #fff;
}

.pricing-tab .pricing-tab-switcher:before {
    content: "";
    z-index: 2;
    position: absolute;
    left: 2%;
    top: 5%;
    background: var(--price-switch);
    width: 45%;
    height: 90%;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px 0 rgba(112, 111, 111, 0.3);
    box-shadow: 0 10px 25px 0 rgba(112, 111, 111, 0.3);
}

.pricing-tab .pricing-tab-switcher.active:before {
    left: 53%;
}

.pricing-tab.seleceted .annual_tab_title {
    color: #fb6638
}

.pricing-tab.seleceted .monthly_tab_title {
    color: #797687
}

.pricing-tab span {
    vertical-align: middle
}

.pricing-tab.color-two .pricing-tab-switcher:before {
    background: #7052fb;
    -webkit-box-shadow: 0 14px 24px 0 rgba(90, 70, 176, .4);
    box-shadow: 0 14px 24px 0 rgba(90, 70, 176, .4)
}

.pricing-tab.color-two .monthly_tab_title,
.pricing-tab.color-two.seleceted .annual_tab_title {
    color: #7052fb
}

.pricing-tab.color-two.seleceted .monthly_tab_title {
    color: #797687
}

.pricing-table .small_desc {
    padding-top: 10px;
}

.pricing-table .small_desc a {
    color: #808080
}


.pricing-services {
    background: #fdf8f8;
    padding: 116px 0 90px
}