/*---------------------------------------------Css Reset------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-style: normal;
    color: #1D1E20;
    height: 100%;
    scroll-behavior: smooth;
    font-family: 'DM Sans', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
}

.text-cont-wrapper.buttons-of-vps {
	display: flex;
}
.text-cont-wrapper.buttons-of-vps .d-flex {
	margin-right: 20px;
	padding: 6px 15px;
	border: 1px solid #DAD9DA;
	border-radius: 6px;
	cursor:pointer;
}
.buttons-of-vps p {
	font-weight: 500;
	color: #816AC7;
}
.buttons-of-vps .blue-btn{
color: #673DE6;
}


small
{
    font-size: 12px;
    color: red;
}

.disable
{
    background: gainsboro !important;
}

.body-bg {
    background-color:#f4f4f485;
}

.f-body, .link, .link-text, .pt-description, .subtitle {
    font-weight: 600;
    line-height: 1.4;
}

body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

::-webkit-input-placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

/* Firefox */
::-ms-input-placeholder {
    color: #555;
    opacity: 1;
}

::placeholder {
    color: #4E505A;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #555;
}

table {
    border-collapse: collapse;
}

ul,
li {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

form {
    position: relative;
}

.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

hr {
    margin: 0;
    padding: 0;
    border-color: #000;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
    position: relative;
}

a,
button {
    position: relative;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: 0;
    text-decoration: none;
}

input,
textarea,
button {
    border: 0;
}

.form-control {
    border-radius: 0;
}

/*----------------------------Flexbox css-------------------------*/
.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: distribute !important;
    justify-content: space-between !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap;
}


/*popup*/

.pop-form-wrapper .popup-inputs {
	max-width: 32%;
	margin: 0 0 20px !important;
}

.popup-after-login.hide
{
    display:none;
}
.popup-after-login {
    width: 100%;
    height: 100%;
    z-index: 2000;
    background:rgba(0, 0, 0, 0.45);
    position: fixed;
    top: 0;
}

.buttons-of-popup .close-popup {
	background-color: transparent;
	color: #111;
}

.buttons-of-popup .submit-btn {
    background-color: #673DE6;
    color: #fff;
}


.popup-wrapper {
    margin: 0 auto;
    background: #FFFFFF;
    min-width: 550px;
    padding: 40px;
    border-radius: 5px;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.buttons-of-popup {
    justify-content: end;
}
.buttons-of-popup .button-wrapper {
    margin-left: 20px;
}
.popup-inputs.d-flex.align-items-center {
    border-radius: 4px;
    border: 1px solid #DAD9DA;
    background-color: #FFFFFF;
    width: 100%;
    padding: 15px 15px;
    margin: 15px 0 15px 0px;
}

.popup-inputs.paymentMethods.align-items-center {
    border-radius: 4px;
    border: 1px solid #DAD9DA;
    background-color: #FFFFFF;
    width: 100%;
    padding: 15px 15px;
    margin: 15px 0 15px 0px;
    display:block;
}


.popup-inputs .search-icon {
    height: 20px;
}

/*popup*/


/*---------------------------------------------Css Reset------------------------------------------*/
/* Layout settings */
.d-none-super {
    display: none !important;
}

.d-none {
    display: none;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid {
    max-width: 100%;
}

.mx-auto {
    margin: 0 auto;
}

.w-100 {
    width: 100%;
}

/* colours settings */
.theme-light-text {
    color: #868c96;
}

.link-white {
    color: #fff;
}

.logo-wrapper .content {
    align-items: center;
}

.text-center {
    text-align: center;
}

.mb-24 {
    margin-bottom: 24px;
}

/* ---------------------------------Header main Menu Style ------------------------------------*/
.top-page-banner {
    background-color: #2f1c6a;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.subtitle {
    font-size: 18px;
}

.subtitle.link-white a {
    text-decoration: underline;
}

.placeholderflg {
    max-width: 32px;
    height: 32px;
    margin-right: 5px;
}

.d-flex.header-content-wrapper {
    padding: 13px 40px;
    width: 100vw;
    align-items: center;
}

.language-selector-text {
    font-size: 17px;
    align-items: center;
    font-weight: 600;
}

.language-selector-text .slect-lang-flag {
    max-width: 32px;
    margin-right: 5px;
}

.home-link img {
    vertical-align: middle;
    filter: invert(100%);
}

.language-selector-text .slect-lang-flag {
    max-width: 32px;
}

.main-menu-wrapper li a {
    align-items: center;
    font-size: 17px;
}

.main-menu-wrapper li a {
    align-items: center;
    font-size: 16px;
    margin-right: 32px;
    line-height: 24px;
    font-weight: 400;
}

.main-menu-wrapper {
    padding: 1rem 40px;
}

.cart-icon {
    margin-right: 10px;
}

.lock-icon {
    margin-right: 10px;
    height: 26px;
}

.buton-login a {
    margin: 0 20px 0 10px !important;
    padding: .5rem 20px;
    border-radius: 100px;
    border: 1px solid #fff;
}

.main-menu-wrapper ul {
    align-items: center;
}

.cart-link a {
    margin: 0 !important;
}

.header-svg {
    fill: #fff;
}

.dropdown-icon {
    padding-top: 6px;
}

/* ---------------------------------Header main Menu stickey Style onscroll ------------------------------------*/
/*.header-section.menu-scroll .d-flex.header-content-wrapper {*/
/*    position: fixed;*/
/*    z-index: 200;*/
/*    top: 0;*/
/*    background-color: #fff;*/
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);*/
/*}*/

/*.header-section.menu-scroll .home-link img {*/
/*    filter: invert(0%);*/
/*}*/

/*.header-section.menu-scroll .d-flex.dropdown-toggle*/
/*{*/
/*    color:black;*/
/*}*/

/*.header-section.menu-scroll .main-menu-wrapper .link-white {*/
/*    color: #1d1e20;*/
/*}*/

/*.header-section.menu-scroll .language-selector-text.link-white {*/
/*    color: #1d1e20;*/
/*}*/

/*.header-section.menu-scroll .d-flex.header-content-wrapper {*/
/*    padding: 20px 40px;*/
/*}*/

/* ---------------------------------Header main Menu Style onclick-open ------------------------------------*/
.h-menu-dropdown-item-wrapper {
    overflow-y: auto;
    max-height: calc(100vh - 80px);
}

.transition-3 {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.cursor-pointer {
    cursor: pointer;
}

.h-menu-dropdown-holder::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 17px;
    height: 17px;
    -webkit-transform: translate(-50%, 0) rotate(-315deg);
    transform: translate(-50%, 0) rotate(-315deg);
    border-radius: 3px;
    background-color: #fff;
    z-index: -1;
}

.h-menu-dropdown-holder {
    background-color: #fff;
    width: 400px;
    top: 40px;
    left: 50%;
    -webkit-box-shadow: 0 4px 9px 0 rgba(67, 65, 79, .1);
    box-shadow: 0 4px 9px 0 rgba(67, 65, 79, .1);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.h-menu-dropdown-holder__item:not(:first-child) {
    margin-top: 20px;
}

.svg-menu-icon {
    width: 34px;
    height: 30px;
    transform: rotate(90deg);
    fill: #5025D1;
}

/* ---------------------------------Header main Menu Style ------------------------------------*/
.header-section {
    background-color: #262439;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1050;
}

.logo-wrapper .home-link {
    width: 148px;
}

.header-content-wrapper .inner-cols {
    width: 100%;
    max-width: 50%;
}

.main-menu-wrapper .d-flex.dropdown-toggle {
    color: #C2C2C9;
}

.main-menu-wrapper .d-flex.dropdown-toggle:hover {
    color: #fff;
}

.main-menu-wrapper .d-flex.link-white.dropdown-toggle {
    color: #fff;
}

.language-selector {
    margin-right: 24px;
    max-width: 32px;
    height: 20px;
}

.tools-icons {
    max-width: 32px;
    width: 100%;
    height: 32px;
    margin-right: 24px;
    cursor: pointer;
}

.top-tools-bar {
    justify-content: right;
}

.tools-icons .tools-iconsvg {
    fill: #C2C2C9;
}

.tools-icons .tools-iconsvg:hover {
    fill: #fff;
}

.language-selector::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    outline: 1px solid hsla(0, 0%, 100%, .7);
    border-radius: 3px;
}

.language-selector:hover::after {
    background: hsla(0, 0%, 100%, .3);
    outline: 1px solid #fff;
}

/* ------------Left Side bar content Style ---------*/
.left-side-bar {
	position: relative;
	top: 70px;
	min-height: 100vh;
	max-width: 280px;
	background: #FFFFFF;
	border-right: 1px solid #DAD9DA;
	transition: all .5s;
	overflow-y: auto;
	width: 100%;
	margin-right: 2%;
}

.left-side-bar-content {
    position: fixed;
    padding: 32px 32px 32px 0;
}

.sidemenu-item-link-icon .tools-iconsvg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.content-of-collape .text-cont-wrapper h3 {
    font-size: 16px;
    font-weight: 500;
}

.left-side-bar-content .content-item {
    color: #727586;
    padding:12px 32px;
    max-width: 247px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    min-width: 247px;
    font-weight: 500;
}

.left-side-bar-content .content-item:hover {
    color: #727586;
}

.left-side-bar-content .content-item.current-side-active {
    background-color:#F9F9F9E6;
    border-radius: 0 24px 24px 0;
}

/* ------------Right profile bar content Style ---------*/
.profile-info-bar-content {
    transition: all .5s ease, z-index 0s;
}

.profile-info-bar {
    position: fixed;
    z-index: 1051;
    background: #FFFFFF;
    transition: all .5s;
    border-radius: .25rem;
    width: 282px;
    right: 32px;
    border: none;
    left: auto;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    -webkit-filter: drop-shadow(0 0 32px rgba(29, 30, 32, .18));
    filter: drop-shadow(0 0 32px rgba(29, 30, 32, .18));
    box-shadow: 0 1px 4px rgba(0, 0, 0, .26);
    top: 70px;
}

.profile-info-bar .blue-bg-theme {
    background-color: #673DE6;
    color: #fff;
    padding: 16px 20px;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    cursor: pointer;
}

.profile-info-bar .section-heading {
    line-height: 32px;
    padding-right: 14px;
    margin-right: 14px;
    margin-bottom: unset;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: .5rem;
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.profile-info-bar .blue-bg-theme p {
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.profile-info-bar .profile-menu-links {
    padding: 8px 18px 8px 18px;
}

.profile-info-bar .profile-menu-links a {
  color: black;
}

.profile-info-bar .profile-menu-links li {
    padding: 12px 0;
}

.profile-info-bar .sidemenu-item-link-icon .tools-iconsvg {
    vertical-align: middle;
    min-width: 24px;
    width: 24px;
    margin-right: 8px;
    height: auto;
}

.sidemenu-item-link-icon
{
    padding: 5px 8px 0 0;
}

.sidemenu-item-link-icon img
{
    width: 20px;
}

.profile-info-bar .content-item p {
    font-size: 14px;
}

.close-button-popup {
    justify-content: end;
}

.close-menu-link {
    cursor: pointer;
}

/* ---------------------------------WHATSnew bar content Style ------------------------------------*/
.right-side-bar-content {
    position: fixed;
    transition: all .5s ease, z-index 0s;
}

.right-side-bar {
    padding: 32px;
    position: absolute;
    z-index: 1051;
    top: 0;
    min-height: 100%;
    width: 100%;
    max-width: 400px;
    background: #FFFFFF;
    border-right: 1px solid #DAD9DA;
    transition: all .5s;
    overflow-y: auto;
    right: 0;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}

/* ---------------------------------main body content Style ------------------------------------*/
.d-flex.sidebar .body-content {
    max-width: 100%;
    width: 100%;
    margin-right: 20px;
}

.d-flex .body-content {
    top: 70px;
    padding-top: 32px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.d-flex .left-side-bar {
    display: none;
}

.d-flex.sidebar .left-side-bar {
    display: block;
}

.section-heading {
    line-height: 32px;
    font-weight: 500;
    font-size: 20px;
    padding-right: 14px;
    margin-right: 14px;
    margin-bottom: unset;
}

.secttion-p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.colapseable-content-img {
    margin-right: 1rem;
}

.heaing-of-trigger h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.colapseable-content .button-of-after-login {
    background-color: #673DE6;
    color: #fff;
}

/* ---------------------------------main body button style ------------------------------------*/


/*colaspe css function*/
.colapseable-content .trigger-of-collapse {
    border-bottom: 1px solid transparent;
}

.colapseable-content.opened .trigger-of-collapse {
    border-bottom: 1px solid #DAD9DA;
}

/*colaspe css function*/
.colapseable-content {
    margin-bottom: 24px;
    border-radius: 8px;
    border: 1px solid #DAD9DA;
    background-color: #fff;
}

.non-colapseable-content {
    margin-bottom: 24px;
    border-radius: 8px;
    border: 1px solid #DAD9DA;
    background-color: #fff;
}

.non-colapseable-content .button-of-after-login {
    background-color: #673DE6;
    color: #fff;
}

.colapseable-content .trigger-of-collapse {
    padding: 16px 24px;
    height: auto;
    display: -webkit-box;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.cheveron-of.trigger {
    height: 24px;
    width: 24px;
}

.colapseable-content .cheveron-of.trigger svg {
    width: 24px;
    height: 24px;
    fill: #673DE6;
    vertical-align: middle;
    transition: all .5s;
}

.colapseable-content.opened .cheveron-of.trigger svg {
    transform: rotate(-180deg);
    transition: all .5s;
}

.content-of-collape {
    padding: 12px 0;
    border-bottom: 1px solid #DAD9DA;
}

.content-of-collape:last-child {
    border-bottom: 1px solid transparent;
}


.text-cont-wrapper a {
    font-size: 13px;
    cursor: pointer;
    color: #673DE6;
}

/*.text-cont-wrapper p {*/
/*    font-size: 13px;*/
/*    margin: 0;*/
/*    color: #b7b7b7;*/
/*}*/

.text-cont-wrapper p 
{
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  color: #727586;
}


/* ---------------------------------main body button style ------------------------------------*/
/*.button-of-after-login {*/
/*    font-size: 14px !important;*/
/*    padding: 8px 24px;*/
/*    line-height: 24px;*/
/*    word-break: keep-all;*/
/*    white-space: nowrap;*/
/*    position: relative;*/
/*    font-weight: 500;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*    border: 1px solid rgba(0, 0, 0, 0);*/
/*    user-select: none;*/
/*    border-radius: 3px;*/
/*    align-self: center;*/
/*}*/

/*  copyright Style */









/*billing page*/

.transparent-bg-content .section-heading {
    border-right: 1px solid #DAD9DA;
}

.transparent-bg-content .icon-svg-heading {
    fill: #727686;
    max-width: 24px;
    height: 20px;
}

.text-grey-icon {
    color: #727686;
    font-size: 14px;
}

.content3-col {
    border: 1px solid #DAD9DA;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 16px 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    max-width: 32%;
    width: 100%;
}

.content-of-collape .text-cont-wrapper h3 {
    font-size: 16px;
}

.d-flex.three-col-section .text-box .colapseable-content-img {
    padding: 20px;
    height: auto;
    width: 100%;
    margin: 0;
    max-width: 64px;
    object-fit: contain;
    object-position: center;
    background: #28B090;
    border-radius: 50%;
    fill: #fff;
}

.content3-col .content-of-collape {
    border-bottom: 0;
}

.link-of-3col-box {
    border-top: 1px solid #DAD9DA;
}

.link-of-3col-box a {
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.paymnet-methode-wrapper .content-of-collape {
    padding: 16px 0;
}

.paymnet-methode-wrapper {
    border-bottom: 1px solid #DAD9DA;
}

.payment-card-number .text-box .card-button {
  margin: 0 10px;
  padding: 4px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  color: #ACACAC;
  font-size: 13px;
}

.payment-card-number .content-of-collape {
    padding: 16px 24px;
}

.pt-10 {
    padding-top: 10px;
}


/*billing page end*/



/*static table*/

.box-non-colapseable {
    margin-bottom: 24px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    background-color: #fff;
}

.box-non-colapseable .button-of-after-login {
    background-color: #673DE6;
    color: #fff;
}

.colapseable-content .trigger-of-collapse {
    padding: 16px 24px;
    height: auto;
    display: -webkit-box;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.cheveron-of.trigger {
    height: 24px;
    width: 24px;
}

.colapseable-content .cheveron-of.trigger svg {
    width: 24px;
    height: 24px;
    fill: #673DE6;
    vertical-align: middle;
    transition: all .5s;
}

.colapseable-content.opened .cheveron-of.trigger svg {
    transform: rotate(-180deg);
    transition: all .5s;
}

.row {
    padding: 12px 0;
    border-bottom: 1px solid #F0F0F0;
}

.row:last-child {
    border-bottom: 1px solid transparent;
}




/* ---------------------------------main body button style ------------------------------------*/
.button-of-after-login {
    font-size: 14px !important;
    padding: 8px 24px;
    line-height: 24px;
    word-break: keep-all;
    white-space: nowrap;
    position: relative;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0);
    user-select: none;
    border-radius: 4px;
    align-self: center;
}

/*  copyright Style */


/*billing page*/

.transparent-bg-content .section-heading {
    border-right: 1px solid #DAD9DA;
}

.transparent-bg-content .icon-svg-heading {
    fill: #727686;
    max-width: 24px;
    height: 20px;
}


.content3-col {
    border: 1px solid #DAD9DA;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 16px 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    max-width: 32%;
    width: 100%;
}

.row .text-cont-wrapper h3 {
    font-size: 18px;
}

.d-flex.three-col-section .text-box .colapseable-content-img {
    padding: 20px;
    height: auto;
    width: 100%;
    margin: 0;
    max-width: 64px;
    object-fit: contain;
    object-position: center;
    background: #28B090;
    border-radius: 50%;
    fill: #fff;
}

.content3-col .row {
    border-bottom: 0;
}

.link-of-3col-box {
    border-top: 1px solid #DAD9DA;
}

.link-of-3col-box a {
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.paymnet-methode-wrapper .row {
    padding: 16px 0;
}

.paymnet-methode-wrapper {
    border-bottom: 1px solid #DAD9DA;
}

.box-non-colapseable .text-box .card-button {
    /*margin: 0 8px;*/
    padding: 2px 8px;
    background: #f4f4f4;
    border-radius: 3px;
    color: #ACACAC;
    font-size: 12px;
}

.text-cont-wrapper .d-flex {
    align-items: center;
}

.row {
    padding: 16px 24px;
    display: flex;

}

.pt-10 {
    padding-top: 10px;
}

/*static table*/

