/*   Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* ======font family=========
font-family: 'Philosopher', sans-serif;
*/

:root
{
  --bgColor: #1E1934;
  --btnColor: #461F14;
--colorText: #d05331;
--textColor: #6f718f;
}


body {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #07041E;
  color: #fff;
  font-family: 'Philosopher', sans-serif;
  position: relative;
}

  
button {
  cursor: pointer; 
}

a:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; }

a,
button {
  color: inherit;
  outline: medium none; 
  text-decoration: none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

 
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px; 
  font-weight: 700;
 }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 21px;
  }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

.thm_btn{
    background: var(--btnColor);
    font-weight: 700;
    border-radius: 5px;
}

::-webkit-scrollbar{
    background: #1e1934;
    width: 12px;
}
::-webkit-scrollbar-thumb{
    background: var(--colorText);
    background: #d1522d;
}

/* default-css END 
================================== */
 


.header-area {
  padding: 30px 0;
  width: 100%;
  z-index: 99;
  /* position: absolute; */
  background: rgb(0 0 0 / 50%);
  border-bottom: 1px solid #2C3968;
}
.menu-area nav ul li {
  list-style: none;
  display: inline-block;
}

.menu-area nav ul li a {
  font-size: 16px;
  display: inline-block;
  margin-left: 45px;
  position: relative;
  font-weight: 700;
  transition: .3s;
  padding: 0 5px;
}

.menu-area nav ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: -45px;
    background: radial-gradient(#995543, #552F24);
    transition: .3s;
}

.menu-area nav ul li a.active:after,.menu-area nav ul li a:hover:after {
    width: 100%;
}

.menu-area nav ul li a:hover {
    color: #d05331;
}

/* humbergar */
.bar a {
  width: 35px;
  height: 35px;
  float: right;
  position: relative;
} 
.bar a span {
  width: 100%;
  height: 3px;
  background: var(--colorText);
  display: block;
  position: relative;
  top: 17px;
  border-radius: 30px;
  transition: .3s;
} 
.bar a span:before {left: 0;content: "";position: absolute;width: 100%;height: 100%;background: var(--colorText);bottom: 10px;border-radius: 30px;transition: .3s;} 
.bar a span:after {left: 0;content: "";position: absolute;width: 100%;height: 100%;background: var(--colorText);bottom: -10px;border-radius: 30px;transition: .3s;}
 
/* humbarger END */
 

/* mobile-menu START */
.mobile-menu {
  position: fixed;
  width: 320px;
  height: 100vh;
  background: #0b0c20;
  z-index: 99;
  box-shadow: 0px 0px 9px -1px #737373;
  top: 0;
  left: 0;
  transition: .3s;
  margin-left: -400px;
  padding-left: 40px;
  padding-top: 100px;
  z-index: 990;
}
.siteBar{
  margin-left: 0; 
}
.mobile-menu ul#pills-tab {
  margin-top: 90px;
  margin-bottom: 35px !important;
  display: block;
}
.mobile-menu  nav ul li {
  list-style: none;
  display: block;
}

.mobile-menu nav ul li a {
  font-size: 20px;
  line-height: 45px;
  transition: .3s;
  color: var(--textColor);
}

.mobile-menu nav ul li a:hover {
    color: var(--colorText);
}

.mobile-menu a.bars {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 32px;
  color: var(--colorText);
}

/* Header section END */


/*============ Home Page Start =============*/
.hero_area {padding-top: 210px;background-size: cover;text-align: center;position: relative;z-index: 1;}

i.body_bg {
    position: absolute;
    left: 0;
    width: 100%;
    display: inline-block;
    /* background: red; */
    bottom: 0;
    z-index: -1;
}

i.body_bg img {
    width: 100%;
}

.hero_area:before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 513px;
    background: linear-gradient(to bottom, hsl(229deg 48% 15% / 44%) 0%, #fff0 100%);
    z-index: -1;
    top: 115px;
}

.hero_area_content > p {
    color: #b7bce3;
    margin: 60px 0 80px;
}
.container {max-width: 1400px;}

.hero_area .thm_btn a {width: 100%;margin: auto;max-width: 300px;display: flex;align-items: center;justify-content: center;color: #b17d75;font-size: 13px;}

.hero_area .thm_btn a i {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.hero_area .thm_btn {
    max-width: 300px;
    margin: auto;
    height: 80px;
    align-items: center;
    display: flex;
}

.hero_area .thm_btn h3 {
    margin-bottom: 0;
    line-height: 1;
    background: #E1B176;
    background: linear-gradient(to right, #E1B176 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}


.SignUp_btns a {
    width: 157px;
    height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: .3s;
}

.SignUp_btns {
    display: flex;
    align-items: center;
    float: right;
}

.SignUp_btns a.thm_btn {
    background: #12172C;
    box-shadow: 0 5px 9px #00000047;
}

.SignUp_btns a.thm_btn.active {
    background: var(--btnColor);
}

.SignUp_btns a.thm_btn:hover {
    background: var(--btnColor);
}
.hero_link {background: #1E1934;max-width: 540px;width: 100%;padding: 0;margin: auto;margin-top: 40px;}

.hero_link p {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 15px;
    color: #9fa4c7;
}

.hero_link p a {
    text-decoration: underline;
    transition: .3s;
}

.hero_link p a:hover {
    color: var(--colorText);
}

.feature-Area {margin-top: -115px;position: relative;z-index: 99;}

.join_link ul li a {
    width: 100%;
    display: block;
    background: #1e1934;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
    padding:  35px 0;
    height: 122px;
    transition: .3s;
}

.join_link ul li a:hover {
    background: #71372E;
}

.join_link ul li a:hover i {
    opacity: 1;
}

.join_link ul li a i {
    font-size: 40px;
    margin-right: 20px;
    margin-left: -40px;
    opacity: .1;
    transition: .3s;
}

.join_link ul li a p {
    margin-bottom: 0;
    font-size: 24px;
    color: var(--colorText);
    line-height: 1;
}

.join_link ul li a span {
    font-size: 14px;
    font-weight: 700;
}
.News_img_slider {
    width: 50%;
    max-width: 700px;
    position: relative;
    height: 400px;
}

.News_img_slider .owl-dots {
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.News_img_slider .owl-dot {
    width: 30px;
    height: 10px;
    background: #1D1837;
    margin: 0 5px;
    border-radius: 10px;
}

.News_img_slider .owl-dot.active {
    background: #BF4D32;
}

.News_img_Blk {
    width: 100%;
    bottom: 0;
    height: 401px;
    /* margin-top: -42px; */
    position: relative;
}

.News_img_Blk i {
    position: absolute;
}
.News_img_text {position: absolute;bottom: 0;padding: 15px 30px 50px;background: linear-gradient(105deg, rgb(0 0 0 / 84%) 52%, transparent);}


.News_img_text h4 {
    color: var(--colorText);
    text-transform: uppercase;
}

.News_img_text p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 14px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #b7bce3;
}

.News_wrp {
    display: flex;
    align-items: center;
    background: #1E1934;
    position: relative;
    margin-bottom: 30px;
}
.News_text {width: 50%;padding: 30px 20px;padding-right: 30px;}
.News_tab__nav {display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #393C61;padding-bottom: 20px;margin-bottom: 20px;}

.News_tab__nav h6 i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background: #262140;
    border-radius: 4px;
    margin-left: 7px;
}

.News_tab__nav ul li button {
    background: no-repeat;
    border: none;
    color: #6f718f;
    padding: 0 20px;
    position: relative;
}

.News_tab__nav ul li button.active:after {
    width: 80%;
}

.News_tab__nav ul li button:after {
    content: "";
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    left: 50%;
    bottom: -26px;
    background: linear-gradient(45deg ,#E15C3E, #FFA872, #E15C3E);
    transition: .3s;
    box-shadow: 0 2px 10px #e15c3e;
    transform: translateX(-50%);
}
.title {color: #d05331;}

h6.title {
    color: #d05331;
    margin-bottom: 0;
}

.menu-area nav ul li a.active {color: #d05331;}

.news_tab {margin: 30px 0;}

.news_tab ul li a {
    font-size: 14px;
}

.news_tab ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.news_tab ul li a {
    transition: .3s;
}

.news_tab ul li a:hover {
    color: var(--colorText);
    text-decoration: underline;
}

.news_tab ul li div {
    display: flex;
    align-items: center;
}

.news_tab ul li p {
    margin-bottom: 0;
    font-size: 14px;
    color: #d05331;
    text-align: right;
}

.news_tab ul li span {
    width: 75px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 20px;
    font-size: 11px;
    font-weight: 700;
    background: linear-gradient(139deg, transparent, #ffffff54, transparent);
    background-color: #22155C;
}

span.EVENT {background-color: #262626 !important;}

span.UPDATE {
    background-color: #49221B !important;
}
.news_tab ul li a.link {width: 100px;display: flex;justify-content: center;align-items: center;height: 33px;font-size: 11px;text-transform: uppercase;font-weight: 600;background: #461F14;border-radius: 5px;}

.news_tab ul li a.link b {background: linear-gradient(140deg, #E1B176 0%, #fff 32%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.news_btm {text-align: center;}

.news_btm a {
    color: #626380;
    font-size: 11px;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 700;
    transition: .3s;
}

.news_btm a:hover {
    color: var(--colorText);
}

.Leaderboard {background: #1E1934;padding: 20px;}

.Leaderboard > a {
    color: var(--colorText);
    text-align: center;
    display: block;
}

.Leaderboard ul {
    margin: 20px 0;
}

.Leaderboard ul li {
    margin-bottom: 20px;
}

.Leaderboard ul li span {
    color: var(--textColor);
    font-weight: 700;
    font-size: 14px;
}

.Leaderboard ul li span img {
    margin: 0 20px;
    width: 27px;
    height: 27px;
}

.Leaderboard h6 {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #312B59;
}

.Leaderboard ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.top_title div span {
    margin-right: 13px;
}

.top_title span {
    color: var(--colorText) !important;
}
.Support {text-align: center;color: var(--textColor);background: #1E1934;padding: 20px;}

.Support p {
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}
.sp_bdr {display: flex;justify-content: space-between;align-items: center;}

.sp_bdr hr {
    width: 38%;
}
.Support_btm {background: #161225;padding: 20px;margin-top: 10px;display: flex;align-items: center;justify-content: center;}

.About_content {display: flex;background: #1E1934;}
.About_left {width: 50%;}

.About_left img {
    /* width: 100%; */
    /* position: absolute; */
}
.about_right {text-align: center;padding: 20px;}
.ab_title {display: flex;justify-content: center;align-items: center;margin: 35px 0 40px;}

.ab_title i {
    margin-right: 20px;
}

.ab_title h4 {
    margin-bottom: 0;
    font-size: 26px;
    text-transform: uppercase;
    color: var(--colorText);
}

.ab_title p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.about_dispript p {
    color: var(--textColor);
    font-size: 15px;
}
.about_cat {display: flex;justify-content: center;background: #19142C;margin-top: 20px;}

.about_cat p {
    margin: 10px;
    color: var(--textColor);
}

.about_cat p span {
    color: var(--colorText);
}
.About_slider {background: #1A1632;margin-top: 20px;padding: 30px 100px;position: relative;}

.About_slider .owl-nav .owl-prev {
    width: max-content;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #211C3C;
    border-radius: 25px;
    padding-top: 7px;
    padding-right: 5px;
}

.About_slider .owl-nav .owl-next {
    width: max-content;
    right: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #211C3C;
    border-radius: 25px;
    padding-top: 7px;
    padding-left: 5px;
}
.About_sl_blk {text-align: center;}

.About_sl_blk img {
    width: max-content !important;
    object-fit: initial;
    margin: auto;
}
.blog-Area {}
.sec_title {text-align: center;position: relative;margin: 20px 0;}

.sec_title h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.blog_blk {text-align: center;background: #1B1735;height: 440px;padding: 25px;}

.blog_blk a {
    color: var(--colorText);
    font-size: 11px;
}

.blog_blk p {
    font-size: 15px;
    color: var(--textColor);
    line-height: 1.3;
    height: 180px;
}

.blog_blk h4 {font-size: 21px;color: var(--colorText);margin-bottom: 16px;}

.blog_blk i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 120px;
    margin: auto;
}
.newsLetter-Area {
    background-image: url(../img/nes_bg.png);
    padding: 50px 0;
    margin-top: 100px;
}
.newsLetter_wrp {display: flex;align-items: center;justify-content: space-between;}

.newsLetter_text p {
    font-size: 17px;
}

.newsLetter_text h3 {
    color: var(--colorText);
    font-size: 35px;
}

.email__box input[type="submit"] {
    background: #482B1E;
    width: 220px;
}

.email__box input {
    height: 55px;
    border-radius: 4px;
    border: none;
    padding: 15px;
    color: #fff;
}

.email__box input[type="text"] {
    width: 320px;
    border: none;
    background: #000;
    padding-left: 25px;
    margin-right: 15px;
}

.email__box input[type="text"]::placeholder {
    color: #fff;
}
.footer_area {padding-top: 50px;}

.footer_link {text-align: center;}

.footer_link .logo {
    margin-bottom: 30px;
    display: block;
}

.footer_link ul li {
    display: inline-block;
}

.footer_link ul li a {
    font-size: 14px;
    color: var(--textColor);
    margin-right: 20px;
    transition: .3s;
}

.footer_link ul li:last-child a {
    margin: 0;
}
.skicer {text-align: right;}
.footer_btm {background: #060417;margin-top: 50px;}

.footer_btm_wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
.footer_btm_left {width: 25%;}
.footer_btm_mid {max-width: 650px;text-align: center;}

.footer_btm_mid p {
    font-weight: 700;
    font-size: 14px;
    color: var(--textColor);
    margin-bottom: 0;
}
.footer_btm-nav {width: 25%;text-align: right;}

.footer_btm-nav ul li {
    display: inline-block;
}

.footer_btm-nav ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2C284D;
    border-radius: 50%;
    color: #08051c;
    margin-left: 5px;
    transition: .3s;
}

.footer_btm-nav ul li a:hover, .footer_link ul li a:hover {
    color: var(--colorText);
}

/*============ Home Page End =============*/


/*============ Contact Page Start =============*/
.Contact-Area {margin: 50px 0 100px;}

.contact_left {max-width: 630px;}

.contact_left > p {
    text-align: center;
    max-width: 353px;
    margin: auto;
    margin-bottom: 50px;
    font-size: 15px;
    color: var(--textColor);
    line-height: 1.3;
}

.contact_left h1 {
    text-align: center;
    font-size: 43px;
    color: var(--colorText);
    margin-bottom: 0;
}

.contact_left ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #202238;
}

.contact_left ul li span {
    display: flex;
    align-items: center;
}

.contact_left ul li a {
    rotate: 180deg;
    width: 35px;
    height: 55px;
    background: #f3f1ff0a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.contact_left ul li a img {
    width: 100%;
}

.contact_left span i {
    width: 40px;
    text-align: center;
}

.contact_left span h6 {
    margin-bottom: 0;
    margin-left: 20px;
}
.contact_left_BTM {text-align: center;margin-top: 20px;}

.contact_left_BTM p {
    color: var(--textColor);
}

.contact_left_BTM p a {
    font-weight: 700;
    color: var(--colorText);
    align-items: center;
    display: inline-flex;
}

.contact_left_BTM p a:hover i {
    transform: translateX(10px);
}

.contact_left_BTM p a i {
    margin-left: 8px;
    font-size: 15px;
    transition: .3s;
}

.contact_right {background: #1E1934;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 40px;}

.contact_right .select_box {
    width: 100%;
}

.contact_right hr {
    width: 100%;
    background: #393C61;
    opacity: 1;
    margin: 30px 0 50px;
}

.contact_right h6 {
    width: 100%;
    text-align: center;
}

.contact_right a {
    height: 55px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.contact_right textarea {
    width: 100%;
    height: 200px !important;
}

.contact_right input,.contact_right textarea {
    width: 100%;
    height: 55px;
    border-radius: 4px;
    border: none;
    margin-bottom: 20px;
    background: #161127;
    padding: 10px;
    padding-left: 15px;
    color: #fff;
}

.contact_right input::placeholder, .contact_right textarea::placeholder {
    color: #535d89;
}

.contact_right input .half {
    width: 45%;
}
.contact_right input.half {width: 48%;}
.select_box {width: 100%;margin-bottom: 20px;background: #161127;border-radius: 4px;height: 55px;}

.select_box .nice-select {
}

.select_box .nice-select span {
    line-height: 55px;
}
.wide {
}

/*============ Contact Page End =============*/



/*============ Account Page Start =============*/
.Account-Area {}
.container {
}
.row {
}
.col-lg-12 {
}
.sec_title {
}
.title {
}
.Account_content {background: #1E1934;padding: 20px 30px;}
.Account_top {display: flex;justify-content: space-between;padding: 0px 0 20px;border-bottom: 1px solid #ffffff3d;margin-bottom: 10px;}

.Account_top a.thm_btn {
    width: 133px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}

.Account_top p {
    margin-bottom: 0;
}
.Account_top__left {
}

.Account_top__left a {
    background: #12172C;
}

.Account_top__left span {
    margin-right: 15px;
    color: var(--colorText);
}
.thm_btn {
}
.far {
}
.fa-sign-out {
}
.Account_top__right {display: flex;align-items: center;}

.Account_top__right p span {
    color: var(--colorText);
}

.Account_top__right a {
    margin-left: 15px;
}

.Account_top__right a span {
    color: var(--colorText);
}
.Account_wrp {display: flex;}
.Account_nav {width: 280px;background: #161127;margin-right: 15px;padding: 20px;flex-shrink: 0;}

.Account_nav ul {
    display: unset;
}

.Account_nav ul li button {
    display: flex;
    align-items: center;
    background: #12172C;
    border: none;
    margin-bottom: 15px;
    width: 100%;
    justify-content: center;
    height: 45px;
    box-shadow: 0 8px 5px #120d1fc9;
}

.Account_nav ul li button.active {
    background: #461F14;
}

.Account_tab {background: #161127;width: 100%;padding: 30px 50px;min-height: 580px;}


.A__details ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
.A__details_left {display: flex;justify-content: space-between;width: calc(100% - 129px);}

.A__details_left p {
    margin-bottom: 0;
}

.A__details_left p b {
    font-size: 14px;
    font-weight: 400;
    color: #4c7b34;
}

.A__details_left span {
    color: var(--colorText);
}
.A__details_btn {width: 100px;text-align: center;flex-shrink: 0;}

.A__details_btn a {
    width: 94px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #12172C;
    box-shadow: 0 8px 5px #120d1fc9;
}
.On {background: #1B2C12 !important;}
.ac_title {display: flex;align-items: center;width: 100%;justify-content: space-between;}

.ac_title span {
    display: block;
    width: max-content;
    flex-shrink: 0;
}

.ac_title hr {
    width: 38%;
}
/*============ Account Page End =============*/


/*============ Download Page Start =============*/
.Download-Area {
}

.Download_content {background: #1E1934;padding: 35px;}

.Requirements {
    max-width: 820px;
    margin: 50px auto;
}

.Requirements ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.Requirements ul li p {
    margin-bottom: 0;
}

.Download_content h6 {
    text-align: center;
    margin-bottom: 25px;
}

.Download__btn_wrp {display: flex;max-width: 681px;margin: 75px auto;justify-content: space-between;}

.Download__btn_wrp a {
    display: flex;
    width: 310px;
    height: 90px;
    align-items: center;
    justify-content: center;
}

.Download__btn_wrp a i {
    margin-right: 16px;
}

.Download__btn_wrp a p {
    margin-bottom: 0;
    text-align: center;
}

.Download__btn_wrp a p span {
    display: block;
    color: var(--colorText);
}

.icon_text {width: 219px;display: flex;align-items: center;}

.icon_text i {
    width: 65px;
    display: inline;
    text-align: center;
}

.icon_text span {
    color: var(--colorText);
}
/*============ Download Page End =============*/


/*============ SignUp Page Start =============*/
.SignUp-Area {
}

.SignUp_wrp {display: flex;}
.SignUp_img {width: 50%;}

.SignUp_img img {
    height: 100%;
}
.SignUp_form {width: 50%;background: #1E1934;padding: 30px;padding-bottom: 101px;}

.SignUp_form p {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 40px 0;
}

.SignUp_form p span {
    color: var(--colorText);
}

.SignUp_form input {
    color: #fff;
    height: 45px;
    font-size: 14px;
}

.SignUp_form input::placeholder {
    color: #fff;
}

.SignUp_form h6 {
    text-align: center;
    padding: 0px 0 10px;
}
.SignUp_form .contact_right {max-width: 330px;padding: 0;margin: auto;margin-top: 40px;}
.select_box__wrp {display: flex;justify-content: space-between;width: 100%;}

.select_box__wrp .nice-select:after {right: 13px;width: 8px;height: 8px;}

.select_box__wrp .select_box .nice-select span {
    line-height: 45px;
    color: #fff;
    font-size: 14px;
}

.select_box__wrp .select_box {
    height: 45px;
    width: 100px;
}

.select_box__wrp .select_box .nice-select {
    height: 45px;
    width: 100%;
}
.select_box {width: 100px;}

.SignUp_btn_grp {display: flex;max-width: 330px;margin: auto;justify-content: space-between;}

.SignUp_btn_grp a {
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

.SignUp_btn_grp a i {
    margin-left: 10px;
    font-size: 12px;
}

.SignUp_btn_grp a {
    background: #12172C;
    border-radius: 5px;
}

.SignUp_btn_grp a.active {
    background: #461F14;
}

/*============ SignUp Page End =============*/
