@charset "utf-8";
    a, a: hover {
    text-decoration: none;
}
img {
    border: 0;
}
a {
    color: #000;
    cursor: pointer!important;
    text-decoration: none;
}
a:hover {
    color: #0a8eae;
}
* :focus {
    outline: 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul li {
    background-position: 5px 12px;
    background-repeat: no-repeat;
    margin: 5px 0 0;
    padding: 0 0 5px 25px;
}
.dbullet {
    list-style: disc;
    list-style-position: inside;
}
.dbullet li {
    padding: 0 0 0px 0px;
}
.nobullet li {
    background-image: none!important;
    background-position: 0!important;
    background-repeat: no-repeat!important;
    margin: 0!important;
    padding: 0!important;
}
.bullet1 li {
    background: url("../images/icons/blt-icon.png") 3px 11px/6px no-repeat;
    margin: 5px 0 0;
    padding: 0 0 5px 15px;
}
.bullet2 li{
    background: url("../images/chevrons-right.svg") no-repeat;
    margin: 5px 0 0;
    padding: 0 0 5px 25px;
}
::selection {
    color: #fff;
    background-color: #504CFF;
}
::-moz-selection {
    color: #fff;
    background-color: #504CFF;
}
::-webkit-selection {
    color: #fff;
    background-color: #504CFF;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    border-radius: 7px;
}
::-webkit-scrollbar-thumb {
    background: #504CFF;
    border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
    background: #0a8eae;
}
#Arrowfix {
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 99999999!important;
    background-color: #504CFF;
    text-indent: -9999px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
#Arrowfix span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
#Arrowfix:hover {
    background-color: #ed1c24;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"}
.profile-main-loader {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}
.profile-main-loader .loader {
    background: url("../images/IE-Loader-Animation.svg") center/15% no-repeat;
    position: relative;
    margin: auto;
    width: 120px;
    height: 120px;
}
.profile-main-loader .loader:before {
    content: '';
    display: block;
    padding-top: 100%}
.circular-loader {
    -webkit-animation: 2s linear infinite rotate;
    animation: 2s linear infinite rotate;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}
.loader-path {
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    -webkit-animation: 1.5s ease-in-out infinite dash, 6s ease-in-out infinite color;
    animation: 1.5s ease-in-out infinite dash, 6s ease-in-out infinite color;
    stroke-linecap: round;
}
@-webkit-keyframes rotate {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes rotate {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-webkit-keyframes dash {
    0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
}
100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
}
}@keyframes dash {
    0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
}
100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
}
}@-webkit-keyframes color {
    0%, 40%, 66%, 80%, 90% {
    stroke: #ed1c24;
}
}@keyframes color {
    0%, 40%, 66%, 80%, 90% {
    stroke: #ed1c24;
}
}.tab button {
    background-color: #f9f9f9;
    border: 1px solid #D8D8D8;
    float: left;
    outline: 0;
    cursor: pointer;
    padding: 10px 14px;
    transition: .3s;
    font-size: 14px;
    color: #000;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}
.tab button.active, .tab button:hover {
    background-color: #0e162b;
    color: #fff;
}
.tabcontent {
    display: none;
    padding: 0;
}

.btn1 a, .formbtn {
    width: 250px;
    display: inline-block;
    padding: 18px 30px;
    font-size: 18px;
    line-height: normal;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 4px;
    max-width: 80%;
    transition: .2s all;
}

.btn2 a {
    display: inline-flex;
    align-items: center;
    padding: 11px 22px;
    font-size: 14px;
    line-height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px;
    transition: .3s all;
    background-color: #5044f5;
}

.btn2 a:hover, .btn1 a:hover, .formbtn:hover {
    background-color: #2619d5;
}

.btn3 a {
    display: inline-block;
    border-radius: 12px;
    padding: 17px 16px;
    font-size: 18px;
    line-height: normal;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 100%;
    transition: .3s all;
}

.bg_yellow {
    background-color: #F3A120;
}
.bg_black {
    background-color: #000;
}
.bg_light_black {
    background-color: #16121E;
}
.bg_light_black1 {
    background-color: #020204;
}
.bg_red {
    background-color: #F23D35;
}
.bg_blue {
    background-color: #0004DF;
}
.bg_blue1 {
    background-color: #1B0054;
}
.bg_lgt_blue{
    background-color: #F3F5FC;
}
.bg-gray {
    background-color: #F3F5FC;
}
.bg_white {
    background-color: #fff;
}
.bg_purple {
    background-color: #854CFF;
}
.bg_lgt_vlt {
    background-color: #BB79FF;
}
.bg_grn{
    background-color: #2DB67B;
}

.text_purple{
    color: #854CFF;
}
.text-blue {
    color: #0004DF;
}
.text-blue1 {
    color: #4A00E7;
}
.text_dark_blue {
    color: #1c206e;
}
.text_black {
    color: #000000;
}
.text_black1 {
    color: #1D1F1E;
}
.text_red {
    color: #E74500;
}
.text_gray {
    color: #646A69;
}
.vlt_clr {
    color: #0C0222;
}
.text-org {
    color: #F76924;
}
.text_ylw {
    color: #BBFF00;
}
.fw_300 {
    font-weight: 300;
}
.fw_400 {
    font-weight: 400;
}
.fw_500 {
    font-weight: 500;
}
.fw_600 {
    font-weight: 600;
}
.fw_700 {
    font-weight: 700;
}
.heading1 {
    font-size: 38px;
    line-height: 100%;
    letter-spacing: -3px;
    color: #FF5500;
    font-weight: 500;
    font-family: "DM MONO", monospace;
}
.heading2 {
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}


.para1 {
    font-size: 24px;
    line-height: 100%;
    font-family:"DM sans",serif;
}
.para2 {
    font-size: 20px;
    line-height: 140%;
    font-family: "DM sans",serif;
}
.para3 {
    font-size: 18px;
    line-height: 100%;
    font-family: "DM sans",serif;
}

/**/

.font_dmsans{
    font-family: "DM sans",serif;   
}
.font_dmmono{
    font-family: "DM MONO", monospace;   
}

.cmn-str h2{
    letter-spacing: -1px;
}
.cmn-str p{
    line-height: 22px;
}

a.disabled {
    background: #7c73eb!important;
  pointer-events: none;
  cursor: default;
}

.grecaptcha-badge{
    display: none!important;
}

.mb-36{
    margin-bottom: 36px;
}
.mb-67{
    margin-bottom: 67px;
}

.brs{
    border-radius: 12px;
}