html {
    --tp-color-red: #de3f3f;
    --tp-color-orange: #ff4900;;
    --tp-color-blue: #326cec;
    --tp-color-purple: #781adc;
    --tp-color-green: #169b47;
    --tp-color-yellow: #bc8c27;
    --tp-color-green2: #169b47;
    --tp-color-green3: #007e67;
    --tp-color-gold: #FFD700;
    --tp-color-pink: #fc25ff;
    --tp-color-red-2: #ff0000;
    --tp-color-cyan: #aa56ff;
}
body.side_menu {
	padding-left:250px;	
	background: #f0f0f0;
	transition:all 0.3s;
	overflow-x:hidden;
}
body.side_menu .header_site {
    margin-bottom: 20px;	
	background: #fff;
    box-shadow: 0 2px 6px -2px rgb(0 0 0 / 16%), 0 2px 6px 0 rgb(0 0 0 / 12%);
    height: 64px;
    width: 100%;

}
body.side_menu .form-control {
    background-color: #f3edff;
    border-color: #e4d9fa;
    color: #877b9f;
    min-height: 48px;
    border-radius: 8px;
    border-bottom-width: 2px;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: none;
    outline: none;
	align-items: center;
    display: flex;
}
body.side_menu .btn-big-secondary {
    font-weight: 700;
    font-style: normal;
    padding: 11px 16px;
    color: #ffffff;
    background: #877b9f;
    border-color: #51436c;
    box-shadow: none;
    border-style: solid;
    border-radius: 8px;
    border-bottom-width: 2px;
}
body.side_menu .input-group-append .btn {
    z-index: inherit;
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.side_menu .panel-description {
    padding: 12px 16px 16px 12px;
    border-color: #e4d9fa;
    background: #f3edff;
    border-radius: 8px;
    border-bottom-width: 2px;
    border-style: solid;
    box-shadow: none;
	font-size: 0.9rem;
}
body .nav.nav-pills.tab {
	justify-content: space-around;
    flex-flow: wrap;	
}
body .tab .nav-item .nav-link {
    font-weight: 600;
    font-style: normal;
    padding: 6px 12px;
    color: #5a0ae0;
    border-color: transparent;
    border-radius: 8px;
    border-style: solid;
    border-bottom-width: 2px;
    box-shadow: 0 0 5px #ddd;
    background: #fff;
    width: 135px;
    text-align: center;
    position: relative;
    font-size: 15px;
	margin-bottom: 10px;
}
body .tab .nav-item .nav-link:before {
    width: 12px;
    height: 12px;
    background: #fff;
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -6px;
    border-radius: 50%;
    border: 3.5px solid #273fdf;
}
body .tab .nav-item:nth-child(2) .nav-link:before {
	border-color: #ff7518;
}
body .tab .nav-item:nth-child(3) .nav-link:before {
	border-color: #9954bb;
}
body .tab .nav-item:nth-child(4) .nav-link:before {
	border-color: #3fb618;
}
body .tab .nav-item:nth-child(5) .nav-link:before {
	border-color: #1967be;
}
body .tab .nav-item:nth-child(6) .nav-link:before {
	border-color: #00acee;
}
body .tab .nav-item:nth-child(7) .nav-link:before {
	border-color: #ff0101;
}
body .tab .nav-item .active,body .tab .nav-item .nav-link:hover {
    color: #ffffff;
    background: #6216fb;
    border-color: #36049a;
    box-shadow: none;
}
.btn-big-primary {
    font-weight: 700;
    padding: 7px 15px;
    color: #ffffff;
    background-color: #6216fb;
    border-color: #36049a;
    border-style: solid;
    border-radius: 8px;
    border-bottom-width: 2px;
	font-size: 16px;
}
.btn-big-primary:hover {
    color: #ffffff;
    background-color: #59348F;
    border-color: #59348F;
    text-decoration: none;
}
.header_site .nav-pills .nav-link {
	font-size:18px;	
}
.head_list_menu li a.nav-link {
	background: #f8f5f5;	
}
.input-group-prepend, .input-group-append {
    display: flex;
}
#fields .form-group {
	margin-bottom:20px;	
}
.style-text-primary {
    color: #3a0f9e;
}
.sticky_top {
	position: -webkit-sticky;
    position: sticky !important;
	top: 0;	
}
.table .nowrap {
    white-space: nowrap;
}
.table thead tr th {
    padding: 8px 7px;
    border-top: none;
    border-left: none;
    border-right: none;
    vertical-align: middle;
    height: 60px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    color: #343a40;
    background: #eceff1;
}
.table thead tr th:first-child {
    padding-left: 16px;
	border-radius: 8px 0 0 0;
}
.table thead tr th:last-child {
    padding-right: 16px;
    border-radius: 0 8px 0 0;
}
thead, tbody, tfoot, tr, td, th {
	font-size: 14px;	
	vertical-align: middle;
}
.style-bg-primary-alpha-20 {
    background: rgb(98 22 251);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.header_site header .nav li a:hover,.header_site header .nav li a.active,.header_site header .nav li a:active,.frm_login_indx a:hover,.ord_box .ord_con_box a:hover {
	color: #ff7268;	
}
.hidden {
    display: none !important;
}
.bg_2 {
	background:#F7F9FF !important;
}
.bg_3 {
	background: rgb(47,5,123);
	background: linear-gradient(90deg, rgba(47,5,123,1) 0%, rgba(55,14,134,1) 25%, rgba(72,33,156,1) 50%, rgba(88,52,178,1) 75%, rgba(101,66,194,1) 100%);	
}
.btn-new {
	background: linear-gradient(90deg, rgb(255, 114, 104) 0%, rgb(255, 176, 108) 100%);
	color:#fff;
	box-shadow: rgb(24 24 24 / 20%) 19px 13px 32px 0px;
	border-radius: 30px;
	line-height: 35px;
	padding-left:31px;
	padding-right:31px;
}
.no_log .header_site {
	background: transparent;
    position: relative;
    z-index: 9999;	
	box-shadow: 0 0 20px #dddddd78;
}
.no_log.index_page .header_site {
	box-shadow:none;		
}
.header_site.sticky_top {
	background: #fff;
    box-shadow: 0 0 20px #dddddd78 !important;	
	background: linear-gradient(90deg, rgba(98, 22, 251, 1) 0.0%,rgba(142, 45, 226, 1) 100.0%);
}
.l-navbar {
	position: fixed;
    top: 0;
    width: 250px;
    height: 100vh;
    transition: .5s;
    z-index: 9999;
    left: 0;
    background: linear-gradient(45deg, #3a0f9e , #3a0f9e);
	overflow-y: auto;
}
.logo_side {
	height: 64px;
    background: #fff;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 64px;
    font-size: 1.4rem;
    font-weight: bold;	
}
.nev_side ul.list_menu {
	list-style: none;
    padding: 1rem;
}
.nev_side ul.list_menu li {
	margin-bottom:6px;	
}
.nev_side ul.list_menu li a {
	display: block;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s;
    color: #f1f1f1;
    padding: 0 20px;
	line-height: 42px;
	font-size: 15px;
}
.nev_side ul.list_menu li a i {
	margin-right:4px;	
}
.nev_side ul.list_menu li a.active,.nev_side ul.list_menu li a:hover {
    background: #09090978;
}
.price_top {
	color: #ffffff;
    border-radius: 5px;
    height: 100%;
    align-items: center;
    display: flex;
    padding: 0 5px;
    font-size: 20px;	
}
.p_card {
	padding: 24px;
    border-color: #000000;
    background: #ffffff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 0.15rem;
    border-width: 1px;
    border-style: none;
	overflow-x: auto;
}
.p_card img {
	max-width:100%;
	height:auto;	
}
.pc_b img {
    margin: 0 auto;
    border-radius: 5px;
    display: flex;
}
.pc_b p:nth-child(2) img {
    max-height: 500px;
}
body.no_log .p_card {
	background:#f1f1f1;	
}
.ord_box {
	display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 2px 4px 0px rgb(74 0 224 / 8%);
    padding: 8px 10px;	
	height: 100%;
}
body.dark-mode .sketch-button:hover {
	position: relative;	
}
body.dark-mode .sketch-button {
    position: unset;
}
.ord_box:hover {
	background: #3a0f9e;
	cursor:pointer;
	color:#fff;
}
.ord_box .ord_icon_box {
	background: #edeff1;
    color: #3a0f9e;
    margin-right: 15px;
    font-size: 40px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 8px;	
}
.ord_box .ord_con_box h3 {
	font-size:1.3rem;
}
.ord_box:hover .ord_con_box h3,.ord_box:hover .ord_con_box .link-dark {
	color:#fff;	
}
.usr_balance p {
	border-radius: 5px;
    font-weight: 600;
    padding: 0.2rem 1rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    background: #6216fb;
	cursor:pointer;
	margin: 0;
    line-height: 1.5;
    height: 100%;
}
.btn_lang,#user_drop_m {
	background: #f8f5f5;
	color:#212529;	
}
.btn_lang:hover,#user_drop_m:hover {
	color: #ff7268;
}
.usr_detail {
	text-align: center;
    color: #fff;
    margin-top: 25px;	
}
.usr_detail img {
	filter: drop-shadow(0 0.2rem 0.85rem rgba(0, 0, 0, 0.3));	
}
.usr_detail h3 {
	font-weight: bold;
    margin-top: 10px;	
	color: #f1f1f1;
	font-size: 1.4rem;
}
.usr_balance #currencies-list.show {
    flex-flow: row wrap;
    width: 215px;
}
.usr_balance #currencies-list.show {
	display: flex;
}
.usr_balance #currencies-list.dropdown-menu li {
	width: 50%;
}
.a_s_m {
	cursor:pointer;	
}
.acc-status-wrap .top-txt {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
.acc-status-wrap .acc-status-iiner {
    box-shadow: 0 0 18px 8px #f1f1f1;
}
.acc-status-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
}
.acc-status-head p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.acc-status-mid {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
    background-color: #fa7432;
    border-width: 2px 0;
    border-style: solid;
    border-color: #fff;
}
.acc-status-mid-left i {
    background-color: #36cc18;
    border-radius: 100%;
    color: #fff;
    font-size: 35px;
}
.acc-status-mid-right {
    padding-left: 15px;
    flex: 0 0 75%;
    max-width: 75%;
    text-align: left;
}
.acc-status-mid-right p {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.acc-p-bar {
    width: 100%;
    height: 12px;
    border: 1px solid #fff;
}
.acc-p-bar-inner {
    background-color: #36cc18;
    width: 35%;
    display: block;
    height: 100%;
    border-right: 1px solid #fff;
}
.acc-status-body {
    padding: 25px 5px;
}
.acc-status-body p {
    margin-bottom: 3px;
    position: relative;
    padding-left: 5px;
}
.acc-status-body p.no {
    text-decoration: line-through;
    opacity: .6;
}
.social-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.buttons-row .social-button {
    padding: 10px !important;
    margin: 0 !important;
    font-size: 14px !important;
	    font-weight: bold;
}
.social-button {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 2px 4px 0px rgb(74 0 224 / 8%);
    color: #3a0f9e !important;
    padding: 15px 15px 15px 25px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
    margin: 15px;
	transition:all 0.3s;
	border: 1px solid #3a0f9e;
	justify-content:center;
}
.social-button:hover {
	background: #3a0f9e;
	color:#fff !important;
}
.social-button i {
    font-size: 20px;
}
.integration-fixed {
	position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99999999999;	
}
.social_fix {
	display: flex;
    flex-direction: column;	
}
.social_fix a {
	width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 25px;
    box-shadow: 0 0 20px #0000002e;
    transition: all 0.3s ease;	
}
.social_fix a:hover {
	transform: scale(1.1);
}
.social_fix a.whatsapp-button {
	background-color: #25d366;
	margin-bottom:15px;
}
.social_fix a.telegram-button {
	background-color: #3390ec;	
}
.m_socail_left {
	display: flex;
    flex-direction: column;
    transition: all 0.3s;	
}
.call_menu {
	background: #00d8a6;
    background: radial-gradient(circle, #00d8a6 0%, #029170 100%);
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;	
	cursor:pointer;
}
.call_menu i.fa-phone {
	transform: rotate(90deg);
    font-size: 25px;	
}
.call_menu:hover .m_socail_left {
	opacity: 1;
    transform: scaleY(1);
}
/* dark-mode */
body.dark-mode {
	background: #222032 !important;
    color: #ffffff;
	transition:all 0.3s;
}
body.side_menu.dark-mode .header_site {
	background-color: #1b1425d1 !important;
    box-shadow: 0 1px 19px rgb(0 0 0 / 10%);	
}
body.dark-mode .usr_balance p {
	background: #6216fb;
    color: #fff !important;
}
body.dark-mode .btn_lang,body.dark-mode #user_drop_m {
	background:none;
	color: #fff;	
}
body.dark-mode .head_list_menu li a.nav-link {
	background:none;
	color: #dee2e6;	
}
body.dark-mode .head_list_menu li a.nav-link:hover {
	color:rgb(255 177 130) !important;	
}
body.dark-mode .ord_box {
	box-shadow: 0 0.75rem 1rem rgb(0 0 0 / 4%);
    background-color: #17132329 !important;
    border: 1px solid rgb(255 255 255 / 4%)!important;
}
body.dark-mode .ord_box .ord_icon_box {
	background: #6216fb;
    color: #fff;
}
body.dark-mode .bg_2 {
	background:transparent !important;	
}
body.dark-mode .accordion-item {
	box-shadow: 0 0.75rem 1rem rgb(0 0 0 / 4%) !important;
    background-color: #17132329 !important;
    border: 1px solid rgb(255 255 255 / 4%)!important;	
}
body.dark-mode .accordion-button:not(.collapsed) {
	box-shadow: 0 0.75rem 1rem rgb(0 0 0 / 4%) !important;
    background-color: #171323a1 !important;
    border: 1px solid rgb(255 255 255 / 4%)!important;
    color: #fff !important;
    font-weight: bold !important;	
}
body.dark-mode .accordion-button {
	background: #0000009e;
    color: #fff;	
}
body.dark-mode .style-text-primary,body.dark-mode p,body.dark-mode .link-dark ,body.dark-mode .table {
	color: #fff !important;	
}
body.dark-mode .nev_side ul.list_menu li a.active,body.dark-mode .nev_side ul.list_menu li a:hover {
	color: #fff;
    box-shadow: 0 12px 48px rgb(0 0 0 / 8%);
    background-color: rgba(255,255,255,.05) !important;
}
body.dark-mode .p_card {
	box-shadow: 0 0.75rem 1rem rgb(0 0 0 / 4%);
    background-color: #17132329 !important;
    border: 1px solid rgb(255 255 255 / 4%)!important;
}
body.dark-mode .l-navbar {
	background: #1b1425d1;
    backdrop-filter: blur(20px);
    box-shadow: 0px 0px 16px 11px rgb(62 73 84 / 4%);	
}
body.dark-mode .logo_side {
	color: #fff !important;
    background: #1b1425d1 !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 1px 19px rgb(0 0 0 / 10%) !important;	
}
body.dark-mode .nev_side ul.list_menu li a {	
	color: #adadad;
}
body.dark-mode .social-button {
	background: #3e4954;
    box-shadow: 0 12px 48px rgb(0 0 0 / 8%);
    background-color: rgba(255,255,255,.05) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.1);	
}
body.side_menu.dark-mode .form-control,body.side_menu.dark-mode .panel-description {
	color: #ffffff;
    border: 1px solid rgba(255,255,255,.1);
    background: #ffffff0a;	
}
body.side_menu.dark-mode select.form-control option {
    color: #111;
}
body.side_menu.dark-mode .btn-big-primary {
	background: #6216fb;
	color: #fff;
	box-shadow: none;
    border: none;
}
body.dark-mode .table thead tr th {
	background: #ffffff0a;
    border: none;
    color: #fff;
}
body.side_menu.dark-mode .btn-big-secondary {
	background: #6216fb;
    color: #fff !important;	
}
body.dark-mode .tab .nav-item .nav-link {
	box-shadow: none;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.1);
    background: #ffffff0a;
}
body.dark-mode .tab .nav-item .active, body.dark-mode .tab .nav-item .nav-link:hover {
    background: linear-gradient( 180deg , rgb(255 222 136) 0%, rgb(255 177 130) 100%);
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 1px, rgb(255 255 255 / 25%) 0px 1px 1px inset, rgb(212 39 31 / 26%) 0px -4px 15px inset;
    color: rgb(56 12 12 / 90%)!important;
}
body.dark-mode .bg-gradient-started {
	position: fixed !important;
    z-index: -1;
    background-color: #222032;
    top: 0;
    left: 0;	
}
body.dark-mode .bg-gradient-started:before {
	content: "";
    background-image: url(https://storage.perfectcdn.com/sabd8c/szjejp222xjmrair.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    position: fixed;
    opacity: 0.1;
    width: 100vw;
    height: 100%;	
}
body.dark-mode .bg-gradient-started .bg-noise {
	position: fixed;
    background-image: url(https://storage.perfectcdn.com/sabd8c/4dtzqws1mq1qmwpj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    mix-blend-mode: darken;	
}
body.left_side {
	padding-left: 260px;	
}
body.left_side_dk {
	padding-left: 0;		
}
body.left_side .l-navbar {
	left: 0;	
}
body.left_side_dk .l-navbar {
	left: -250px;	
}
#bg_left_menu {
	position: fixed;
    width: 100%;
    height: 100%;
    background: #00000087;
    z-index: 999;
    top: 0;	
}
body.dark-mode .modal-content {
	background-color: #1b1425d1 !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 1px 19px rgb(255 255 255 / 16%);
}
.modal {
	z-index:99999;	
}
.modal-backdrop {
	z-index:9999;	
}
body.dark-mode .acc-status-wrap .acc-status-iiner {
	box-shadow: 0 0 18px 8px #000000;	
}
.table > :not(caption) > * > * {
	border:none;	
	background: #fff;
}
body.dark-mode .table > :not(caption) > * > * {
	box-shadow: 0 0.75rem 1rem rgb(0 0 0 / 4%);
    background-color: #17132329 !important;	
	color: #fff;
}
.table thead tr th {
	background: #877b9f;
    color: #fff;	
}
#btn_side {
	background: url(https://storage.perfectcdn.com/sabd8c/ncgghgrnwey24fgj.png);
    height: 100px;
    width: 30px;
    position: fixed;
    z-index: 99999;
    top: 50px;
    left: 221px;
    border: none;
    cursor: pointer;
	transition:all 0.5s;	
	background-size: 30px 100px;
}
body.dark-mode #btn_side {
	background: url(https://storage.perfectcdn.com/sabd8c/9n23co0b8rgny2qw.png);
	background-size: 30px 100px;	
}
body.left_side_dk #btn_side {
	transform: rotate(180deg);
	left:0	
}
.hny {
	position: absolute;
    right: 57%;
	font-size: 17px;
    font-weight: bold;
}
.select2-results__option .badge,body.side_menu .form-control .badge {
	color:#333;	
}
body.dark-mode .select2-results__option .badge, body.side_menu.dark-mode .form-control .badge {
	color:#fff;	
}
.messages-wrapper {
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
	background: #fafafa;
    border-radius: 5px;
	margin-bottom: 25px;
}
.message-container {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.message-container.message-end {
    margin-left: auto;
}
.message-container.message-start {
    margin-right: auto;
}
.message-wrapper {
    display: inline-flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
}
.message-head {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.message-head .date {
    margin-left: auto;
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    color: #8b98b8;
}
.message-box {
    background: linear-gradient(90.54deg, #0139ff 0%, #2a62ff 100%);
    border-radius: 0px 15px 15px 15px;
    padding: 18px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    display: inline-block;
    margin-right: auto;
}
.message-container.message-end .message-box {
    margin-right: initial;
    margin-left: auto;
    background: #171f40;
    border-radius: 15px 15px 0 15px;
}
.message-container.message-start .message-box {
    margin-left: initial;
    margin-right: auto;
    background: #171f40;
    border-radius: 15px 0 15px 15px;
}
.alert-success {
	background-color: #a1e9c8 !important;
    border-color: #93d7b8 !important;	
}
.b_post * {
	max-width: 100% !important;
}
body.dark-mode .select2-results__option a {
	color: #fff;	
}
body.dark-mode .select2-container--default .select2-results__option[aria-selected=true],body.dark-mode .select2-results__option a:hover {
    background-color: #1e1e1e;
}
body.dark-mode .dropdown-menu {
	background: #333;
    color: #fff;	
}
.alert {
	word-wrap: break-word;	
}
.info-box {
    display: flex;
    align-items: center;
}
.info-icon {
    margin-right: 10px;
    background-color: hsl(0deg 0% 100% / 18%);
    border-radius: 10px;
	width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
}
.info-text {
    color: #fff;
}
.info-text h5 {
    font-size: 18px;
}
.info-text p {
    font-size: 14px;
    margin-bottom: 0;
}
body.side_menu.dark-mode footer.bg_3 {
	background: #1b1425d1 !important;	
}
.blog-item {
    display: block;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
	box-shadow: 0 0 23px #dddddd57;
}
.pc_b {
	box-shadow: 0 0 23px #dddddd57;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.blog-item .blog-thumb {
    position: relative;
    padding-top: 60%;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.blog-item .blog-thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-item .blog-title {
    padding-top: 30px;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
}
.blog-item .blog-title a {
	text-decoration:none;
    color: #212529;
}
.blog-item .blog-avatar {
    width: 34px;
    height: 34px;
    background-image: url(https://storage.perfectcdn.com/sabd8c/ypcb48lubomatplh.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.blog-item .blog-author {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #9fa2b0;
}
.logo_img_s {
	filter: drop-shadow(1px 2px 2px #000);	
}
.add_fund_head {
	background: #6216fb;
    font-weight: bold;
    font-size: 18px;	
}
body.no_log .well,body.side_menu .well {
	padding: 24px;
    background: #f1f1f1;
    box-shadow: 0 0 20px #dddddd78;
    border-radius: 0.15rem;
	font-family: var(--bs-font-sans-serif) !important;
	font-size: 1.2rem !important;
	margin: 2rem 0;
}
body.side_menu.dark-mode .well {
	box-shadow: 0 0.75rem 1rem rgb(0 0 0 / 4%) !important;
    background-color: #17132329 !important;
    border: 1px solid rgb(255 255 255 / 4%)!important;	
}
body.no_log .well .p1,body.side_menu .well .p1,body.no_log .well .p1 span,body.side_menu .well .p1 span,body.no_log .well .p2 span,body.side_menu .well .p2 span,body.no_log .well .p1 font,body.side_menu .well .p1 font,body.no_log .well .p2 span font,body.side_menu .well .p2 span font,body.no_log .well .p2,body.side_menu .well .p2 {
	font-size: 1.2rem !important;	
	font-family: var(--bs-font-sans-serif) !important;
}
body.no_log .well h1,body.side_menu .well h1,body.no_log .well h1 span,body.side_menu .well h1 span {
	font-size: 1.7rem !important;	
	font-family: var(--bs-font-sans-serif) !important;	
}
body.no_log .well h2,body.side_menu .well h2,body.no_log .well h2 font,body.side_menu .well h2 font,body.no_log .well h2 font span,body.side_menu .well h2 font span,body.no_log .well h2 span,body.side_menu .well h2 span {
	font-size: 1.55rem !important;	
	font-family: var(--bs-font-sans-serif) !important;
}
body.no_log .well h3,body.side_menu .well h3,body.no_log .well h3 font,body.side_menu .well h3 font,body.no_log .well h3 font span,body.side_menu .well h3 font span,body.no_log .well h3 span,body.side_menu .well h3 span {
	font-size: 1.35rem !important;
	font-family: var(--bs-font-sans-serif) !important;
}
body.side_menu.dark-mode .faq .accordion-item .accordion-button.collapsed {
	color: #ffffff;
    border: 1px solid rgba(255,255,255,.1);
    background: #ffffff0a;
    box-shadow: none;	
}
.faq_inpage {
	background: #ecf4ff !important;	
}
body.side_menu.dark-mode .alert {
	background: #3e4954;
    box-shadow: 0 12px 48px rgb(0 0 0 / 8%);
    background-color: rgba(255,255,255,.05) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.1) !important;	
}
.pod_indx {
	width:80%;	
}
.nav-pills .nav-link {
	color: #6216fb;
    border: 1px solid #6216fb;	
}
button#srch_by_id_tab {
	position:relative;
	padding-right:30px;	
}
.side_menu.dark-mode .nav-pills .nav-link {
	color: #fff;
    border-color: rgba(255,255,255,.1);
	background-color: rgba(255,255,255,.05);
}
.side_menu.dark-mode .nav-pills .nav-link.active {
	color: #fff;
    background-color: #6216fb;	
}
.side_menu.dark-mode button#srch_by_id_tab.active {
	border-color:#6216fb;
}
button#srch_by_id_tab img {
	position:absolute;
	right:-15px;
	top:-15px;	
}
a.call_action_tel {
	text-decoration: none;
    background: linear-gradient(90deg, rgba(98, 22, 251, 1) 0.0%,rgba(142, 45, 226, 1) 100.0%);
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: bold;
	margin-top: 40px;
    display: inline-block;
	margin-bottom: 20px;
}
a.call_action_tel:hover {
	background: transparent;
    color: rgba(98, 22, 251, 1);
    box-shadow: 0 0 0px 2px rgba(98, 22, 251, 1) inset;	
}
tr td.width-40 {
	max-width: 250px; 
    overflow-wrap: break-word;
}
#service-table .fab.fa-instagram,.select2-selection__text .fab.fa-instagram {
  background: linear-gradient(200deg, #fe44ff, #ff3f3f, #ffff37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 17px;
    padding: 2.4px;
    border-radius: 5px;
    color: #FFF;
    font-weight: lighter;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #ff57dbb8;
}

#service-table .fab.fa-facebook-square,.select2-selection__text .fab.fa-facebook-square {
    background: #207eff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #207eff59;
}

#service-table .fab.fa-youtube,.select2-selection__text .fab.fa-youtube {
    background: #ff0042;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #ff085785;
} 

#service-table .fa.fa-thumbs-up,.select2-selection__text .fa.fa-thumbs-up {
       background: linear-gradient(200deg, #d1a747, #ffbc00, #ffa200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 17px;
    padding: 2.4px;
    border-radius: 5px;
    color: #FFF;
    font-weight: lighter;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #ffbc0094;
}
#service-table .far.fa-star,.select2-selection__text .far.fa-star {
    background: #ffe700;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
	    text-shadow: 1px 1px 7px #ffc10fb0;
}

#service-table .fab.fa-twitch,.select2-selection__text .fab.fa-twitch {
    background: #ab87ff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 20px;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #fb00ff85;
}

#service-table .fab.fa-twitter,.select2-selection__text .fab.fa-twitter {
    background: #1da1f2;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #1e98f58a;
}

#service-table .fab.fa-telegram,.select2-selection__text .fab.fa-telegram,.select2-selection__text .fab.fa-telegram-plane {
	background: #20b3ff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #20b3ff57;
}

#service-table .fa.fa-music,.select2-selection__text .fa.fa-music {
background: linear-gradient(200deg, #d147c0, red, #ff00a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 17px;
    padding: 2.4px;
    border-radius: 5px;
    color: #FFF;

    margin-right: 10px;
	text-shadow: 1px 1px 7px #ff209c57;
}

#service-table .fab.fa-tiktok,.select2-selection__text .fab.fa-tiktok {
background: linear-gradient(200deg, #d147c0, red, #ff00a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 17px;
    padding: 2.4px;
    border-radius: 5px;
    color: #FFF;

    margin-right: 10px;
	text-shadow: 1px 1px 7px #ff209c57;
}

#service-table .fab.fa-spotify,.select2-selection__text .fab.fa-spotify {
    background: linear-gradient(200deg, #47d191, #00ff66, #00ff87);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 17px;
    padding: 2.4px;
    border-radius: 5px;
    color: #FFF;
    font-weight: lighter;
    text-shadow: 1px 1px 7px #00ff1f85;
}

#service-table .fab.fa-vk,.select2-selection__text .fab.fa-vk {
    background: linear-gradient(200deg, #478bd1, #478bd1, #0097ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 17px;
    padding: 2.4px;
    border-radius: 5px;
    color: #FFF;
    font-weight: lighter;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #5d7ad7;
}


#service-table .fab.fa-google-plus,.select2-selection__text .fab.fa-google-plus {
background: #ff204f;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
	    text-shadow: 1px 1px 7px #ff001885;
}

#service-table .fab.fa-soundcloud,.select2-selection__text .fab.fa-soundcloud {
background: #ff9200;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #ff8d0085;
}

#service-table .fab.fa-reddit,.select2-selection__text .fab.fa-reddit {
    background: #ff5e00;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 20px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #ff4b0085;
}

#service-table .fab.fa-blogger,.select2-selection__text .fab.fa-blogger {
  background: #ff9e00;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 19px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #ff990085;
}

#service-table .fab.fa-yoast,.select2-selection__text .fab.fa-yoast {
background: #ff002a;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 19px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #ff000085;
}


#service-table .fab.fa-pinterest-p,.select2-selection__text .fab.fa-pinterest-p {
background: #c3245c;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #ff008285;
}

#service-table .fab.fa-amazon,.select2-selection__text .fab.fa-amazon {
background: #f2b41d;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 19px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #ffa50085;
}


#service-table .fab.fa-tumblr-square,.select2-selection__text .fab.fa-tumblr-square {
background: #ff0065;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #ff008285;
}


#service-table .fab.fa-yahoo,.select2-selection__text .fab.fa-yahoo {
    background: #8a00ff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
	text-shadow: 1px 1px 7px #f66bff94;
}


#service-table .fab.fa-linkedin,.select2-selection__text .fab.fa-linkedin {
     background: #00bfff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}
.select2-results__option:hover {
	background-color: #ddd;	
}
@media (max-width:992px){
	.l-navbar {
		left: -10000px;	
	}
	body.side_menu {
		padding-left: 0;	
	}	
}
@media (max-width:768px){
	.header_site .nav-pills .nav-link {
		padding: 0.5rem;	
	}
	.usr_balance p,.header_site .btn {
		padding: 0.2rem 0.5rem;	
		font-size: 0.8rem;
	}
	body.side_menu .header_site {
		height:auto;	
	}
	body .ord_box {
		margin-bottom:20px;	
	}
	.no_log .header_site {
		background: #fff;
		box-shadow: 0 0 20px #dddddd78;	
	}
	.index_page .header_site .nav li a.nav-link {
		color: #212529 !important;
	}
	.index_page .header_site .logo_txt {
		color: #111 !important;	
}

	.ord_box {
		margin-bottom:15px;	
	}
	body.side_menu .tab .nav-item .nav-link,body.side_menu .tab .nav-item {
		width:100%;	
	}
	.sketch-button .lines {
		display:none;	
	}
}
@media (max-width: 767px) {
.carousel-inner .carousel-item >div {
	display: none
}
.carousel-inner .carousel-item >div:first-child {
	display: block
}
}
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
	display: flex
}

@media (min-width: 768px) {
.carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
	transform: translateX(25%)
}
.carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev {
	transform: translateX(-25%)
}
}
.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
	transform: translateX(0)
}
.carousel-control-prev, .carousel-control-next {
	width:auto;	
}
.indx_gc .g-recaptcha {
	position: absolute;
    top: -100%;
    max-width: 100%;	
}
.bxt_head {
	border-radius: 10px;
    border: 2px solid #6217fa;
    padding: 50px 25px;
    text-align: center;	
}
.bxt_head i {
	font-size: 4rem;
    color: #6217fa;	
}
.bxt_head h3 {
	padding: 20px 0;	
}
.chp_desc p {
    margin-bottom: 0.6rem;
}
body.dark-mode .p_card_add .panel-body font,body.dark-mode .p_card_add .panel-body a,body.dark-mode .p_card_add .panel-body h4,body.dark-mode .p_card_add .panel-body span {
	color:#fff !important;
	background:transparent !important;
}
.sketch-button {
	position:relative;	
}
.sketch-button .lines {
    position: absolute;
    inset: 0;
    mix-blend-mode: hard-light;
    pointer-events: none;
    z-index: 1;
	width: 98%;
    height: 98%;
    top: 1%;
    right: 1%;
    left: auto;
}
body.dark-mode .sketch-button .lines {
	width:100%;
	height:100%;
	right:0;
	top:0;
}
.sketch-button .lines>div svg {
    display: block;
    position: absolute;
    inset: 0;
    overflow: visible;
    fill: none;
    stroke-width: 2;
    stroke: #d2bdff;
    width: 100%;
    height: 100%;
    stroke-dasharray: 2 10;
    stroke-dashoffset: 14;
    opacity: 0;
}

.sketch-button .lines>div svg:nth-child(1) {
    stroke: #f8fcff;
}

.sketch-button .lines>div {
    position: absolute;
    inset: 0;
}
.sketch-button:hover svg {
    -webkit-animation: stroke 1s linear;
    animation: stroke 1s linear;
}

.sketch-button .lines>div:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sketch-button .lines>div svg:nth-child(2) {
    stroke-width: 6px;
    -webkit-filter: blur(20px);
    filter: blur(20px)
}

.sketch-button .lines>div svg:nth-child(3) {
    stroke-width: 5px;
    -webkit-filter: blur(6px);
    filter: blur(6px)
}

.sketch-button .lines>div svg:nth-child(4) {
    stroke-width: 10px;
    -webkit-filter: blur(56px);
    filter: blur(56px)
}
body.side_menu .pills_btn {
	background-color: #6216fb;	
}
.cl_desc {
	color: #fff;
    background-color: #6216fb;
    border: 1px solid #6216fb;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;	
}
.overflow-x {
 	overflow-x: auto; 
}
.serv_id_up {
	background: #3a0f9e;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;	
}
span.updtstatus {
    padding: 10px;
    background: #ffffff20;
    display: block;
    border-radius: 30px;
    font-size: 13px;
    text-align: center;
    color: #000;
    border: 2px solid #3a0f9e;
    font-weight: 600;
}
span.updtstatus.Rate.decreased {
    background: linear-gradient(90deg, rgba(102,255,196,1) 0%, rgba(117,255,194,1) 0%, rgba(2,169,115,1) 100%) !important;
}
span.updtstatus.Service.disabled {
    background: linear-gradient(90deg, rgba(102,255,196,1) 0%, rgba(255,115,152,1) 0%, rgba(255,3,3,1) 100%) !important;
}
span.updtstatus.Rate.increased {
    background: linear-gradient(90deg, rgba(102,255,196,1) 0%, rgba(71,199,255,1) 0%, rgba(1,105,226,1) 100%) !important;
}
span.updtstatus.Service.enabled {
    background: linear-gradient(90deg, rgba(102,255,196,1) 0%, rgba(255,216,118,1) 0%, rgba(235,195,99,1) 34%, rgba(226,186,92,1) 49%, rgba(213,162,41,1) 67%, rgba(171,123,12,1) 88%, rgba(143,106,20,1) 98%) !important;
}
.tit_pay h2 {
    font-size: 1.6rem;
}
.tit_pay p {
    font-size: 15px;
}
.btn_free {
    padding: 10px 15px;
    display: block;
    font-weight: 600;
    background: #3a0f9e;
    color: #fff;
}

h3.tit_free {
    font-weight: 600;
}

.btn_free:hover {
    background: #1d0752;
    color: #fff;
}
.bg_light_free {
    background: #fff;
    border-radius: 10px;
    padding: 2rem 0;
    box-shadow: 0 0 18px #ddd;
}
@-webkit-keyframes stroke {
    30%,55% {
        opacity: 1
    }

    100% {
        stroke-dashoffset: 4;
        opacity: 0
    }
}

@keyframes stroke {
    30%,55% {
        opacity: 1
    }

    100% {
        stroke-dashoffset: 4;
        opacity: 0
    }
}
/* new theme */
body {
    background: #F7F7F8;
    font-family: Montserrat;
}
.h_site ul.nav li a.nav-link {
    color: #5C595F;
    font-size: 15px;
    font-weight: 600;
}
.h_site ul.nav li a.nav-link:hover {
    color: #6d1cf5;
}
.btn-primary {
    background: #6D1CF5;
    box-shadow: 0px 20px 40px 0px rgba(109, 28, 245, 0.18);
    border: none;
    border-radius: 12px;
    padding: 11px 32px;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    line-height: normal;
}

.btn-primary:hover {
    background: #411193;
}

.h_site button.btn {
    font-weight: 700;
    font-size: 15px;
    color: #5C595F;
}
.h_site button.btn.btn-secondary {
    color: #fff;
}
.hero .col-lg-6>h1 {
    color: #411193;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
    display: block;
}

.hero h2 {
    font-weight: 800;
    line-height: normal;
    font-size: 28px;
    color: #2C0B62;
    margin-bottom: 20px;
}

.hero h2>span {
    color: #6D1CF5;
}

.hero p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #3E3C41;
}

.hero .btn {
    padding: 15px 20px;
}

.hero {
    position: relative;
    padding-top: 50px;
    margin-bottom: 60px;
}

.hero .video_hero {
    height: 100%;
}

.hero .video_hero video, .hero .video_hero iframe {
    width: 100%;
    border-radius: 30px;
    max-height: 100%;
    height: 100%;
}

.bg_under_head {
    border-radius: 30px;
    background: #fff;
    padding: 38px 72px;
    box-shadow: 0 0 26px #dddddd52;
}

.bx_under_head {
    display: flex;
}

.bx_under_head img {
    margin-right: 27px;
}

.bx_under_head>div>p {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.bx_under_head>div>span {
    color: #411193;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.under_head {
    margin-bottom: 100px;
}

.bx_sec h2 {
    color: #2C0B62;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.bx_sec p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #3E3C41;
}

.mb-100 {
    margin-bottom: 100px;
}

.tit_sec h2 {color: #2C0B62;font-size: 32px;font-weight: 700;line-height: normal;}

.tit_sec {
    margin-bottom: 40px;
}

ul.bx_srv_smmstone {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

ul.bx_srv_smmstone li a {
    background: #f0eff1;
    text-decoration: none;
    padding: 8px 28px;
    display: block;
    border-radius: 0 12px 12px 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #000000;
    transition: all 0.3s;
}

ul.bx_srv_smmstone li a:hover {
    box-shadow: 0 0 0 2px #fff inset, 0 0 15px #4141412e;
}

.bx_why_smmstone {
    border-radius: 20px;
    background: #fff;
    padding: 24px;
}

.bx_why_smmstone h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #2C0B62;
}

.bx_why_smmstone p {
    color: #5C595F;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.demo_smmstone {
    padding-bottom: 85px;
}

.cheap_smmstone {
    background-color: #F0EFF1;
    padding: 56px 0;
    background-image: url(https://storage.perfectcdn.com/sabd8c/5fol3jcizca04kky.webp);
    background-repeat: no-repeat;
    position: relative;
    margin: 90px 0;
}

.cheap_smmstone:before {
    content: '';
    position: absolute;
    left: 30%;
    width: 108px;
    height: 103px;
    background: url(https://storage.perfectcdn.com/d916rp/knx9jhribujqprkf.png) no-repeat;
    background-size: 100%;
    top: 3px;
}

.cheap_smmstone:after {
    content: '';
    position: absolute;
    left: 5%;
    width: 108px;
    height: 103px;
    background: url(https://storage.perfectcdn.com/d916rp/nmtmstqp675d9xfb.png) no-repeat;
    background-size: 100%;
    bottom: 100px;
}

.demo_smmstone h3 {
    color: #3E3C41;
    margin-bottom: 28px;
}
.demo_smmstone img {
    margin-bottom: 28px;
}
.demo_smmstone .btn {
    padding: 11px 41px;
}

.testimonials_smmstone {
    background: #fff;
    padding: 50px 0;
    background-image: url(https://storage.perfectcdn.com/d916rp/4dys8n0e8ekc48x3.png);
    background-repeat: no-repeat;
}

.h_test h2 {
    color: #2C0B62;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

.h_test p {
    color: #5C595F;
    margin: 0;
    font-weight: 500;
    line-height: 32px;
}

.h_test>div {
    display: flex;
    align-items: center;
}

.h_test>div>img {
    margin-right: 8px;
}

.h_test {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.btn_slide_comm {background: #F7F7F8;color: #6D1CF5;font-size: 14px;font-style: normal;font-weight: 700;padding: 8.5px 30px;}

.bx_test {
    border-radius: 20px;
    background: #F7F7F8;
    padding: 12px;
}

.bx_test .h_bx_test {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bx_test .h_bx_test>span {
    color: #79777D;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.bx_test .h_bx_test>div {
    display: flex;
    align-items: center;
}

.bx_test .h_bx_test>div>img {
    margin-right: 12px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
}

.bx_test .h_bx_test>div>p {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #411193;
    margin: 0;
}

.bx_test>p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #5C595F;
    margin-top: 12px;
}


.py-100 {
    padding: 60px 0;
}

.bx_pay {background: #FFF;box-shadow: 0px 23px 63px 0px rgba(141, 140, 143, 0.05);border-radius: 20px;text-align: center;padding: 21px 0;margin-bottom: 71px;}

.bx_pay>p {
    color: #21084A;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.bx_pay>div {
    margin-bottom: 16px;
    box-shadow: 0px 10px 30px 0px rgba(117, 117, 117, 0.10);
    padding: 15px;
    display: inline-flex;
    background: #fff;
    border-radius: 54px;
    margin-top: -55px;
}

.bx_fth_smmstone {
    background: #fff;
    box-shadow: 0px 23px 63px 0px rgba(141, 140, 143, 0.05);
    border-radius: 20px;
    padding: 20px;
}

.bx_fth_smmstone>h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #411193;
}

.bx_fth_smmstone>p {
    color: #79777D;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.social_free_smmstone {
    background: #ffffff;
    padding: 64px 0;
    margin-bottom: 100px;
    background-image: url(../images/line_3.png);
    background-repeat: no-repeat;
    border-top: 4px solid #6D1CF5;
    border-bottom: 4px solid #6D1CF5;
}

.free_tabs_smmstone {
    justify-content: space-between;
    margin-bottom: 40px;
}

.free_tabs_smmstone li button.active,.free_tabs_smmstone li button:hover {
    box-shadow: 0px 30px 60px 0px rgb(109 29 245 / 24%), 0px -4px 0px 0px #6d1cf4 inset;
    background: #ffffff !important;
    color: #4D4B50 !important;
}

.free_tabs_smmstone li button {
    color: #4D4B50;
    display: flex;
    flex-direction: column;
    padding: 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    align-items: center;
    min-width: 138px;
    height: 136px;
}

.free_tabs_smmstone li button img {
    margin-bottom: 8px;
}

.social_free_smmstone .tab-content {
    background: #E8E8EA;
    border-radius: 20px;
    padding: 20px;
}

.bx_body_tab {
    box-shadow: 0px 10px 17px 0px rgba(25, 21, 31, 0.03);
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s;
}
.bx_body_tab:hover {
    background: #8a49f7;
    color: #fff;
}
.bx_body_tab h3 {
    color: #2C0B62;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 0;
}
.bx_body_tab h3 a {
    color: #2C0B62; 
    text-decoration: none;
}
.bx_body_tab:hover a {
    color: #fff;
}
.bx_body_tab p {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    color: #5C595F;
}
.faq_smmstone:before {
    content: '';
    position: absolute;
    width: 121px;
    height: 97px;
    background: url(https://storage.perfectcdn.com/d916rp/an2b011azhrywrkm.png) no-repeat;
    left: 5%;
    top: 5%;
}

.faq_smmstone:after {
    content: '';
    position: absolute;
    width: 121px;
    height: 97px;
    background: url(https://storage.perfectcdn.com/d916rp/kuzqd8rzpiqf0q0y.png) no-repeat;
    right: 5%;
    bottom: 5%;
}
#faq_smmstone .accordion-item {
    margin-bottom: 24px;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 23px 63px 0px rgba(141, 140, 143, 0.05);
}

#faq_smmstone .accordion-item .accordion-button {
    color: #3E3C41;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    border-radius: 20px 20px 0 0;
}

#faq_smmstone .accordion-button:not(.collapsed) {
    color: #411193;
    background: none;
    box-shadow: none;
    margin: 0;
    padding-bottom: 0;
    border: 1.5px solid #6D1CF5;
    border-bottom: 0;
}

#faq_smmstone .accordion-item .accordion-collapse {
    border-radius: 0 0 20px 20px;
    border: 1.5px solid #6D1CF5;
    border-top: 0;
}

#faq_smmstone .accordion-item .accordion-body p {
    color: #79777D;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.faq_smmstone {
    padding-bottom: 100px;
    position: relative;
}

.foot_smmstone {
    background: #fff;
    padding: 35px 0;
}

.bx_foot>img {
    margin-bottom: 20px;
}

.bx_foot>p {
    color: #5C595F;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}
.bx_foot p i.fa {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    border-radius: 4px;
    margin-right: 4px;
    color: #000;
}

.bx_foot>p>span {
    font-weight: 700;
}
ul.social_foot {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

ul.social_foot li:first-child a {
    background: #6D1CF5;
}
ul.social_foot li:nth-child(2) a {
    background: #1C9BF5;
}
ul.social_foot li:last-child a {
    background: #f00;
}

ul.social_foot li a {
    width: 40px;
    border-radius: 10px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 37px;
}

.bx_foot h4 {
    color: #2C0B62;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.bx_foot ul:not(.social_foot) {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bx_foot ul:not(.social_foot) li a {
    color: #5C595F;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    display: block;
    margin-bottom: 8px;
}

.bx_foot .svrc_foot {
    display: flex;
    flex-wrap: wrap;
}

.bx_foot .svrc_foot li {
    width: 50%;
}

p.copyright_foot {
    text-align: center;
    border-top: 5px solid #F0EFF1;
    padding-top: 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin: 24px 0 0 0;
}
p.copyright_foot a {
    text-decoration: none;
}
.frm_smmstone a {
    text-decoration: none;
}
.frm_smmstone label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

.frm_smmstone input {
    border: none;
    padding: 10px;
    background: #F0EFF1;
}
.nav-pills.free_tabs_smmstone .nav-link {
    border: none;
    color: #4D4B50;
}
.h_site {
    background: #e6e4e8;
    box-shadow: 0 0 18px #dcdada;
}
.our_srvs {
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 0 26px #dddddd52;
    padding: 38px 0;
}
p.live_order {
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
}

.live_order {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    background: #fff;
    padding: 8px 16px 4px 16px;
    border-radius: 12px;
    align-items: center;
}
.circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
}
.circle:before {
  content: "";
  position: relative;
  display: block;
  width: 250%;
  height: 250%;
  box-sizing: border-box;
  margin-left: -75%;
  margin-top: -75%;
  border-radius: 45px;
  background-color: rgba(255, 82, 82, 1);
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 82, 82, 1);
  border-radius: 50px;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

.live_order p {
    color: #411193;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    position: relative;
    margin: 0;
    padding-left: 20px;
}

.live_order span:first-child {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}
.live_order>span {
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
}
.liver_order_circle {
    position: absolute;
    left: 100%;
    width: max-content;
    top: -30px;
    color: rgba(255, 82, 82, 1);
    font-weight: 600;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: -0.5px;
}
.live_order p .mob {
    display: none;
}
.bx_fth_top {
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    height: 100%;
}

.bx_fth_top p {
    margin: 0;
}

.bx_fth_top svg {
    width: 40px;
    height: 40px;
    flex: 1;
}

.bx_fth_top p {
    flex: 5;
    color: #010101;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
}
body.no_log .free_bx,body.side_menu .free_bx {
    border: 3px solid #6D1CF5;
    border-radius: 0.3rem 0.3rem 0 0;
    background: #fff;
    box-shadow: 0 0 23px #dbdbdb;
    margin-bottom: 0;
    padding: 20px;
    margin-top: 3rem;
}
.fsc-freeservice-container.fsc .card {
    background: #6d1cf5 !important;
    border-radius: 0 0 0.3rem 0.3rem;
}
.optin-page .btn-optin {
    background: #00b88e !important;
    transition: all 0.3s;
}
.optin-page .btn-optin:hover {
    background: #039b78 !important;
}
.fsc-freeservice-container.fsc .card #freeServiceTitle {
    font-size: 25px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0;
}
body.no_log .free_bx h1, body.side_menu .free_bx h1 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.other_free_srv {
    display: flex;
    justify-content: center;
    padding: 30px;
    flex-wrap: wrap;
    gap: 30px;
}

.other_free_srv a {
    text-decoration: none;
    color: #000;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    box-shadow: 0 0 17px #00000042;
    font-weight: 600;
    transition: all 0.3s;
}

.other_free_srv a:hover {
    background: #00b88e;
    color: #fff;
}
span.fth_ss {
    margin: 10px;
    display: inline-block;
}
.bx_sv_item {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #ddd;
    text-align: center;
	height: 100%;
}

.bx_sv_item p {
    line-height: 28px;
    margin: 0;
}
.bx_services .col-lg-3 {
    margin-bottom: 1rem;
}

.bx_sv_item h3 {
    font-size: 22px;
    font-weight: 600;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-nav [class*='owl-'] {
      color: #FFF;
      font-size: 14px;
      margin: 5px;
      padding: 4px 7px;
      background: #D6D6D6;
      display: inline-block;
      cursor: pointer;
      border-radius: 3px; }
      .owl-theme .owl-nav [class*='owl-']:hover {
        background: #869791;
        color: #FFF;
        text-decoration: none; }
    .owl-theme .owl-nav .disabled {
      opacity: 0.5;
      cursor: default; }
  
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }
  
  .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 30px; }
      .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791; }
.bx_error_free {
    text-align: center;
    background: #f1f1f1;
    border-radius: 12px;
    padding: 45px 20px;
    border: 4px solid #6D1CF5;
    box-shadow: 0 0 50px #5c555570;
    margin: 25px 0;
}

.bx_error_free p {
    font-size: 18px;
}
.payment_bx.in_panel {
    width: 50px;
}
.dark-mode #new_order_Tab_Content .input-wrapper__prepend .fas:before {
    color:#fff;
}
.dark-mode .foot_smmstone {
    background: #17132329;
    color: #fff;
}
.dark-mode .bx_foot h4 {
    color: #fff;
}
.dark-mode .bx_foot ul:not(.social_foot) li a {
    color: #f1f1f1;
}
.dark-mode p.copyright_foot {
    border-top: 5px solid #3b343a;
}
.alert_txt {
 	font-size: 12px; 
}
.txt_after_free {
    margin-top: 25px;
    background: #fff;
    border-radius: 8px;
    color: #323232;
    padding: 10px 20px;
}

.txt_after_free a {
    color: #000;
    font-weight: 700;
}

.txt_after_free p {
    margin: 0;
}
.p_card h1 {
    font-size: 2rem;
}
.select2-results__option a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width:992px){
    .bx_body_tab {
        margin-bottom: 20px;
    }
    .frm_smmstone .form-group {
        margin-bottom: 15px;
    }
    .bx_under_head {
        margin-bottom: 25px;
    }
    .bg_under_head .row>div:last-child .bx_under_head {
        margin-bottom: 0;
    }
    .hero .video_hero {
        position: unset;
        width: 100%;
        margin-top: 20px;
    }
    .hero .video_hero video,.hero .video_hero iframe {
        border-radius: 30px;
        height: 315px;
    }
    .cheap_smmstone:before,.cheap_smmstone:after,.faq_smmstone:before,.faq_smmstone:after {
        display: none;
    }
    .cheap_smmstone img {
        margin-bottom: 2rem;
    }
    .hero {
        padding-top: 0;
        margin-bottom: 50px;
    }
    .hero .col-lg-6>h1 {
        margin: 15px 0;  
    }
    .h_site>.container>.d-flex {
        gap: 10px;
    }
    .btn_free {
        margin-bottom: 10px;
    }
    .bx_fth_top {
        margin-bottom: 12px;
        height: auto;
    }
}
@media (max-width:768px){
    .hero h2 {
        font-size: 25px;
    }
    .bx_foot {
        margin-bottom: 20px;
    }
    .tit_sec h2 {
        font-size: 24px;
    }
    .hero .col-lg-6>h1 {
        font-size: 16px;
        line-height: 25px;
    }
    .hero .video_hero video,.hero .video_hero iframe {
        height: 250px;
    }
    .liver_order_circle {
        left: 14px; 
    }
    .btns_hero {
        flex-direction: column;
        gap: 10px;
    }
    .btns_hero>.btn,.btns_hero>div {
        width: 100%;
        margin: 0;
    }
    .live_order {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 8px 16px;
    }
    .live_order>span {
        margin-top: 0;
    }
    .live_order p {
        margin-right: 10px;
    }
    .live_order p .mob {
        display: inline-block;
    }
}