/* Imports */
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Global */
body{
  padding: 0;
}
p, label, span, div{
  font-family: 'Montserrat Alternates', sans-serif;
  color: #555;
  font-weight: 500;
}
a, button{
  font-family: 'Montserrat Alternates', sans-serif;
  color: #0b64fb;
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'Poppins',sans-serif;
    font-weight: 800;
}
.row-flex{
  	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.align-items-center{
  align-items: center;
}
.justify-content-center{
  justify-content: center;
}
.m-0{
  margin: 0 !important;
}
.mb-1{
  margin-bottom: 10px;
}
.mb-2{
  margin-bottom: 20px;
}
.mb-3{
  margin-bottom: 30px;
}
.mb-4{
  margin-bottom: 40px;
}
.mb-5{
  margin-bottom: 50px;
}
.ml0{
  margin-left: 0;
}
.text-align-center{
  text-align: center;
}
.btn.btn-primary{
  background: linear-gradient(45deg, #0b64fb, #6667f8);
  color: #fff;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 40px !important;
  box-shadow: #0b64fb80 0px 20px 30px;
  font-weight: 500;
  padding: 10px 40px;
}
.btn.btn-primary span {
    color: #fff;
}
.btn.btn-secondary {
  background: transparent;
  color: #0b64fb;
  font-size: 16px;
  border: 2px solid #0b64fb;
  border-radius: 40px !important;
  font-weight: 500;
  padding: 10px 40px;
}
.well {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #00000020;
  box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}
section{
  position: relative;
}
h2.heading span:after {
    content: '';
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    background: #d3e4ff;
    left: 0;
    bottom: 5px;
    z-index: -1;
}
h2.heading span {
    font-weight: 900;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    position: relative;
}
h2.heading {
    text-align: center;
  	margin-bottom: 50px;
}
.userwrapper {
    margin-top: 100px;
}

/* Guest Nav */
nav.guestnav{
  padding: 15px 0;
  background: url(https://i.imgur.com/02t5ymz.png);
  background-size: cover;
  background-position: center top;
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px !important;
    box-shadow: #0b64fb80 0px 20px 30px;
    font-weight: 500;
    padding: 12px 30px;
}
.navbar-toggle {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    border: 2px solid #fff !important;
    border-radius: 40px !important;
    box-shadow: #0b64fb80 0px 20px 30px;
    font-weight: 500;
    padding: 25px;
    margin: -5px 10px;
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
@media(max-width: 992px){
  nav.guestnav{
  	padding: 15px 0;
    background: url(https://i.imgur.com/6aIqLjp.png);
    background-size: cover;
    background-position: center top;
    background-color: #fff;
  }
}

section.firstsec {
    padding: 60px 0 140px 0;
    background: url(https://i.imgur.com/5XS8Fy5.png);
    background-size: cover;
    background-position: center;
    margin-top: -18px;
}
.topcont p.subtop {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: lowercase;
    display: inline-block;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    padding: 5px 20px;
    border-radius: 29px;
    margin: 0;
}
.topcont h1 {
    font-family: 'Poppins',sans-serif;
    font-weight: 800;
    font-size: 45px;
}
.topcont h1 span {
  	font-family: 'Poppins',sans-serif;
    font-weight: 800;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
img.topsecimg {
    width: 100%;
}

section.formdiv {
    margin-top: -100px;
}
form.loginfrm .form-control {
    height: 55px;
    border-radius: 50px;
    border: 2px solid #0b64fb;
  	background: #d1e4ff;
    color: #000;
  	margin: 10px 0;
}
form.loginfrm .form-control::placeholder {
    color: #000;
}
form.loginfrm button {
    width: 100%;
  	margin: 10px 0;
}
a.reset-password {
    text-align: right;
    display: block;
}

/* Second Section */
section.secondsec {
    padding: 50px 0;
}
.countcard i {
    font-size: 30px;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-shadow: #0b64fb80 0px 20px 30px;
    border: 2px solid #fff;
  	margin: auto;
    margin-bottom: 15px;
}
.countcard p{
    text-align: center;
}
.countcard h2 {
    font-weight: 400;
    text-align: center;
}
.countcard h2 span {
    font-weight: 800;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Third Section */
section.thirdsec {
    padding: 80px 0;
    background: url(https://i.imgur.com/02t5ymz.png);
    background-size: cover;
    background-position: center;
}
.wcucard {
    background: #fff;
    border: 1px solid #00000010;
    border-radius: 25px;
    padding: 15px;
  	margin: 20px 0;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}
.imgonewcu {
    display: block;
    height: 230px;
    width: 100%;
    background: url(https://i.imgur.com/XDAW3Db.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    border-radius: 20px;
}
.imgtwowcu {
    display: block;
    height: 230px;
    width: 100%;
    background: url(https://i.imgur.com/gnIhwEU.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    border-radius: 20px;
}
.imgthreewcu {
    display: block;
    height: 230px;
    width: 100%;
    background: url(https://i.imgur.com/qBMBhps.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    border-radius: 20px;
}
.wcucard h2 {
    text-align: center;
    margin-bottom: 5px;
}
.wcucard p {
    text-align: center;
}

/* Fourth Sec */
section.fourthsec {
    padding: 80px 0;
}
img.frthimg {
    width: -webkit-fill-available;
    margin: 30px 15px;
    max-width: 100%;
}
h2.dualhead span {
    font-weight: 900;
  	font-family: 'Poppins',sans-serif;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    position: relative;
}
section.fourthsec p {
    font-size: 15px;
}

/* Fifth Section */
section.fifthsec {
    padding: 80px 0;
    background: url(https://i.imgur.com/02t5ymz.png);
    background-size: cover;
    background-position: center;
}
img.soclog {
    background: #fff;
    max-width: 200px;
    /*box-shadow: rgb(100 100 111 / 40%) 0px 5px 8px 0px;*/
    margin: 10px 10px;
    border: 1px solid #00000020;
    border-radius: 20px;
}

/* Sixth Section */
section.sixthsec {
    padding: 80px 0;
}
section.sixthsec p {
    font-size: 15px;
}

/* Seventh Section */
section.seventhsec {
    padding: 80px 0;
    background: url(https://i.imgur.com/02t5ymz.png);
    background-size: cover;
    background-position: center;
}
.stepcard {
    padding: 10px;
    border-radius: 20px;
    margin: 40px 0;
    background: #fff;
    border: 1px solid #00000020;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}
.stepcard p.stepno {
    display: block;
    padding: 10px;
    margin-top: -35px;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    box-shadow: #0b64fb80 0px 20px 30px;
  	position: relative;
}
.stepcard p.stepno span {
    height: 32px;
    width: 32px;
    display: inline-flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 24px;
}
.stepcard h2 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.stepcard p {
    text-align: center;
}

/* Eight Section */
section.eightsec {
    padding: 50px 0;
}
.panel.panel-default {
    background: transparent;
    border: 0;
}
.panel-default > .panel-heading {
    background: transparent;
  	padding: 0;
}
.panel-heading h4.panel-title {
    background: transparent;
    border: 0;
}
.panel-heading .panel-title a {
    display: block;
    padding: 20px;
    border-radius: 50px;
    font-weight: 500;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    box-shadow: #0b64fb80 0px 20px 30px;
    position: relative;
  	text-decoration: none;
  	margin: 15px 0;
}
.panel-collapse > .panel-body {
    background: #fff;
    border-radius: 20px;
    margin: 15px 0;
  	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}

/* User Navbar */
nav.usernav {
    padding: 10px 0;
    margin: 10px 10px 10px 270px;
    border-radius: 15px;
    background: #6667f8;
  	transition: all 0.5s ease;
}
.nav-bottom {
    display: block;
    position: fixed;
    height: 97%;
    width: 250px;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    z-index: 1;
    border-radius: 15px;
    margin: 10px;
  	overflow: hidden;
  	transition: all 0.5s ease;
}
.nav-bottom ul {
    list-style: none;
    padding: 20px;
    overflow: auto;
    height: 72%;
}
.nav-bottom ul li a {
    color: #fff;
    display: block;
    padding: 5px 2px;
    margin: 5px;
}
.nav-bottom ul li.active a {
    background: #ffffff20;
    border-radius: 10px;
    border: 1px solid #ffffff50;
}
.nav-bottom ul li a i {
    min-width: 30px;
    background: #ffffff20;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 8px;
}
.nav-bottom ul li.active a i {
    background: #fff;
    color: #4766f9;
}
.profilecard {
    background: #ffffff20;
    margin: 12px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 0;
}
.profilecard img {
    max-width: 80px;
    border-radius: 50px;
    border: 2px solid #fff;
    display: block;
    margin: 10px auto 10px auto;
}
.profilecard p {
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.profilecard span.sbbal {
    text-align: center;
    display: block;
    color: #fff;
}
.profilecard span.sbbal b {
    background: #fff;
    display: block;
    padding: 7px;
    color: #000;
    margin-top: 10px;
}

.martop {
    margin-left: 270px;
    margin-top: 100px;
}
.martop .container {
    width: auto;
}
.nav-bottom{
  top: 0;
}
nav.usernav .navbar-header {
    width: 100%;
}
button.togglebtn {
    float: right;
    height: 45px;
    width: 45px;
    display: block;
    border-radius: 10px;
    margin: 2px 0;
    background: #ffffff20;
    border-color: #fff;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}
button.togglebtn .bar {
    display: block;
    height: 3px;
    width: 30px;
    background: #fff;
    margin: 5px 0;
    border-radius: 10px;
  	position: relative;
}
button.togglebtn span.bar.bartwo {
    width: 20px;
}
body.triggerchngs .nav-bottom {
    width: 0;
    overflow: hidden;
}
body.triggerchngs nav.usernav {
    margin: 10px;
}
body.triggerchngs .martop {
    margin-left: 0;
}
body.triggerchngs .martop .container {
    max-width: 1200px;
}

@media(max-width: 991.20px){
  nav.usernav{
    margin: 10px;
  }
  .nav-bottom{
    width: 0;
    overflow: hidden;
    z-index: 10000;
  }
  .martop{
    margin-left: 0;
  }
  body.triggerchngs .nav-bottom{
    width: 250px;
  }
}

.form-control {
    height: 50px;
    border-radius: 12px;
  	border: 2px solid #6667f8;
  	background: #6667f820;
}
.border-rounded{
  	border-radius: 12px;
  	border: 2px solid #6667f8;
}
.select2-container .select2-selection--single {
    padding: 14px;
}
.well {
    background: #fff;
    border: 1px solid #00000020;
    overflow: auto;
    width: 100%;
}
.form-control, .form-control span {
    font-family: 'Poppins',sans-serif;
}
.select2-container .dropdown-menu > li > a {
    font-family: 'Poppins',sans-serif;
    border-bottom: 1px solid #00000020;
    padding: 8px;
    font-weight: 400;
}
.select2-container .dropdown-menu > li.active > a {
    background: #6667f8;
}
.select2-container .dropdown-menu > li.active > a span {
    font-family: 'Poppins',sans-serif;
    color: #fff;
}

/* Services */
.table{
  	margin: 0;
}

.table > thead > tr > th {
    background: #f2ebff !important;
    color: #000;
    padding: 15px;
    border: 0;
    border-bottom: 1.5px solid #000;
}

.table > tbody > tr.cattr > td {
    background: #6667f8 !important;
    color: #fff;
    text-align: center;
    padding: 6px !important;
    border-bottom: 1.5px solid #6667f8;
    border-top: 1.5px solid #6667f8;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    background: #fff;
    padding: 15px;
    vertical-align: middle;
}

.tabwell{
  	padding: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #8c52ff;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

.modal-header h4 {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
  	padding: 5px;
  	color: #fff;
}

.modal-header button {
    padding: 6px;
}

.modal-footer {
    padding: 10px;
}

.modal-content {
    border-radius: 20px;
  	border: 0;
}

.modal-footer button {
    border-radius: 20px;
    min-width: 200px;
}

span.input-group-btn button {
    height: 50px;
    border-radius: 0px 14px 14px 0px;
    background: #8c52ff;
    border: 1px solid #8c52ff;
}
a.ordbtn {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 40px !important;
    box-shadow: #0b64fb80 0px 20px 30px;
    font-weight: 500;
    display: inline-flex;
    padding: 17px;
}
span.input-group-btn button {
    height: 55px;
    border-radius: 0px 14px 14px 0px;
    background: #6667f8;
    border: 1px solid #6667f8;
}
.tabwell .btn.btn-primary{
    padding: 10px 20px;
    font-size: 13px;
}
a.ordbtn{
      font-size: 14px;
    padding: 14px;
}
.well.loginwell {
    background: #fff;
}
.statitem h4 {
    font-size: 17px;
    font-weight: 500;
    color: #555;
    text-align: center;
}
.statitem h4 span.sp_text_primary {
    font-weight: 800;
    color: #000;
  	font-family: 'Poppins',sans-serif;
}
.alert.rankalert i {
    background: #468847;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #dff0d8;
    border-radius: 10px;
    margin-right: 10px;
}
.alert.rankalert {
    border-radius: 15px;
    border: 2px solid #468847;
    padding: 12px;
}
span.rankribbon {
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
    font-weight: 700;
    position: absolute;
    transform: rotate(45deg);
    right: -80px;
    top: 25px;
    padding: 5px 0;
}
.nav-pills > li > a {
    font-size: 16px;
    border: 2px solid #0b64fb;
    border-radius: 40px !important;
    font-weight: 500;
    min-width: 110px;
    text-align: center;
    background: #0b64fb20;
    margin: 5px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 40px !important;
    box-shadow: #0b64fb80 0px 20px 30px;
    font-weight: 500;
    min-width: 110px;
    text-align: center;
}
ul.dashtablists {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.dashtablists li {
    padding: 8px 20px;
    background: #00000010;
    margin: 4px;
    border-radius: 10px;
    color: #555;
    text-decoration: line-through;
}
ul.dashtablists li i {
    display: none;
}
ul.dashtablists li.check {
    color: #0b64fb;
    background: #0b64fb20;
    text-decoration: none;
}
ul.dashtablists li.check i {
    display: inline-block;
    margin-right: 5px;
}
.ranknotes {
    padding: 25px;
    border: 2px solid #0b64fb;
    border-radius: 20px;
    margin-top: 40px;
}
.ranknotes .statitem {
    background: #0b64fb;
    display: block;
    padding: 2px 40px;
    color: #fff;
    border-radius: 35px;
    margin-top: -45px;
    margin-bottom: 20px;
}
.ranknotes .statitem h4 {
    color: #ffffffdb;
    font-weight: 400;
}
.ranknotes .statitem h4 span.sp_text_primary {
    color: #fff;
    font-weight: 600;
}
div.rankmodal .modal-header {
    background: #0b64fb;
}
span.payid, span.ordid {
    height: 25px;
    width: 25px;
    background: #6667f8 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 15px;
}
.modal-backdrop {
  z-index: 10400;
}
.modal {
  z-index: 10500;
}
.table > tbody > tr > td > span {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #00000020;
}
.Pending{
  background: linear-gradient(45deg, #6039e6, #311fba) !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.In{
  background: linear-gradient(45deg, #bd62a8, #ed20f4) !important;
  border: 2px solid #fff;
  color: #fff !important;
  height: auto;
}
.Completed{
  background: linear-gradient(45deg, #04be0d, #56d947) !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.Partial{
  background: linear-gradient(45deg, #3ead91, #47a2d9) !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.Processing{
  background: linear-gradient(45deg, #ffbb29, #ff8022) !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.Canceled{
  background: linear-gradient(45deg, #ff5a5a, #ea2e35) !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.siginInRow.form-group .status.bg-success {
    display: none;
}
.dropdown.profdd button {
    padding: 0;
    overflow: hidden;
    float: right;
    margin-right: 18px;
}
.dropdown.profdd button img {
    max-width: 46px;
}
.dropdown.profdd.open ul.dropdown-menu {
    right: 0;
    left: auto;
    top: 60px;
    border-radius: 14px;
    text-align: center;
    padding: 0;
    overflow: hidden;
}
.dropdown.profdd.open ul.dropdown-menu li:first-child a {
    border-bottom: 1px solid #00000020;
}
.dropdown.profdd.open ul.dropdown-menu li a {
    font-weight: 500;
    padding: 6px 0;
}

/* Footer */
footer.footer {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    padding: 50px 0;
}
.firstwidgetfooter {
    display: flex;
    flex-direction: column;
    background: #ffffff20;
    border-radius: 20px;
  	padding: 20px;
}
.firstwidgetfooter a.navbar-brand {
    display: block;
    width: 100%;
    border-bottom: 2px solid #ffffff20;
    padding: 10px 10px 60px 10px;
    position: relative;
  	margin-bottom: 20px;
}
.firstwidgetfooter .widgetflex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 15px;
}
.firstwidgetfooter .widgetflex i {
    font-size: 18px;
    display: block;
    color: #fff;
    margin-right: 10px;
}
.firstwidgetfooter .widgetflex a {
    display: block;
    color: #fff;
    font-size: 15px;
}
.secondwidgetfooter {
    margin-top: 25px;
}
.secondwidgetfooter h3{
    color: #fff;
  	text-align: end;
}
ul.footerlinks {
  list-style: none;
  padding: 0;
}
ul.footerlinks li a {
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 5px 0;
  	text-align: end;
  	transition: all 0.5s ease;
}
ul.footerlinks li a:hover{
  color: #ffffff99;
  margin-right: 10px;
}
.footerbottom {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid #ffffff20;
}
.bottomcr p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.hiddenfoot{
  display: none;
}
.form-control, .border-rounded{
      border: none;
  background: #f1f2f6;
    box-shadow: none;
}
.btn-fw{
  width: 100%;
}

ul.newordtab {
    display: flex;
    list-style: none;
    padding: 0;
    padding: 5px;
    background: #eef;
    border-radius: 10px;
}
ul.newordtab li {
    min-width: 50%;
}
ul.newordtab li a {
    padding: 8px;
    color: #6667f8;
    display: block;
    margin: 5px;
    border-radius: 10px;
    text-align: center;
    background: transparent;
    border: 2px solid #6667f8;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
  	text-decoration: none;
}
ul.newordtab li.active a {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    border: 2px solid #6667f8;
}
ul.newordtab li a i {
    margin-right: 5px;
}

ul.nav.nav-pills.pillsmain li.active a {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    border: 2px solid #6667f8;
    box-shadow: none;
}
ul.nav.nav-pills.pillsmain li a {
  padding: 8px;
  color: #6667f8;
  display: block;
  margin: 5px;
  border-radius: 10px;
  text-align: center;
  background: transparent;
  border: 2px solid #6667f8;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px !important;
  font-size: 15px;
}
ul.nav.nav-pills.pillsmain li {
    min-width: 50%;
}
ul.nav.nav-pills.pillsmain {
    display: flex;
    list-style: none;
    padding: 0;
    padding: 5px;
    background: #eef;
    border-radius: 10px;
}
ul.nav.nav-pills.pillsmain li a i {
    margin-right: 5px;
}

.normalaccordion .panel-heading .panel-title a {
    background: #f1f2f6;
    color: #000;
    border: 2px solid #6667f8;
    box-shadow: none;
    border-radius: 14px;
    padding: 15px 20px;
    font-family: 'Poppins',sans-serif;
}
.normalaccordion .panel-heading .panel-title a i {
    color: #6667f8;
    margin-right: 5px;
    font-size: 22px;
    vertical-align: middle;
}
.wellheading h4 {
    text-transform: capitalize;
}
.wellheading h4 i {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    padding: 14px;
    border-radius: 10px;
    margin-right: 10px;
    color: #fff;
}
.br-0 {
    border-radius: 0;
    border: none;
}
.dropdown.servdd button {
    width: 100%;
    border-radius: 12px !important;
    margin: 10px 0;
}
span.input-group-btn button {
    height: 50px;
}
.ofv{
  overflow: visible;
}
.well.ofv.mb-3 .input-group {
    margin: 10px 0;
}
.well.ofv.mb-3 {
    padding: 10px 20px;
}
.servdd ul.dropdown-menu {
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
    background: #f1f2f6;
    width: 100%;
  	border: none;
}
.servdd ul.dropdown-menu li a {
    width: 100%;
    display: block;
    padding: 10px 12px;
    text-align: left;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
}
/* Imports */
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Global */
body{
  padding: 0;
}
p, label, span, div{
  font-family: 'Montserrat Alternates', sans-serif;
  color: #555;
  font-weight: 500;
}
a, button{
  font-family: 'Montserrat Alternates', sans-serif;
  color: #0b64fb;
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'Poppins',sans-serif;
    font-weight: 800;
}
.row-flex{
  	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.align-items-center{
  align-items: center;
}
.justify-content-center{
  justify-content: center;
}
.m-0{
  margin: 0 !important;
}
.mb-1{
  margin-bottom: 10px;
}
.mb-2{
  margin-bottom: 20px;
}
.mb-3{
  margin-bottom: 30px;
}
.mb-4{
  margin-bottom: 40px;
}
.mb-5{
  margin-bottom: 50px;
}
.ml0{
  margin-left: 0;
}
.text-align-center{
  text-align: center;
}
.btn.btn-primary{
  background: linear-gradient(45deg, #0b64fb, #6667f8);
  color: #fff;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 40px !important;
  box-shadow: #0b64fb80 0px 20px 30px;
  font-weight: 500;
  padding: 10px 40px;
}
.btn.btn-primary span {
    color: #fff;
}
.btn.btn-secondary {
  background: transparent;
  color: #0b64fb;
  font-size: 16px;
  border: 2px solid #0b64fb;
  border-radius: 40px !important;
  font-weight: 500;
  padding: 10px 40px;
}
.well {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #00000020;
  box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}
section{
  position: relative;
}
h2.heading span:after {
    content: '';
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    background: #d3e4ff;
    left: 0;
    bottom: 5px;
    z-index: -1;
}
h2.heading span {
    font-weight: 900;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    position: relative;
}
h2.heading {
    text-align: center;
  	margin-bottom: 50px;
}
.userwrapper {
    margin-top: 100px;
}

/* Guest Nav */
nav.guestnav{
  padding: 15px 0;
  background: url(https://i.imgur.com/02t5ymz.png);
  background-size: cover;
  background-position: center top;
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px !important;
    box-shadow: #0b64fb80 0px 20px 30px;
    font-weight: 500;
    padding: 12px 30px;
}
.navbar-toggle {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    border: 2px solid #fff !important;
    border-radius: 40px !important;
    box-shadow: #0b64fb80 0px 20px 30px;
    font-weight: 500;
    padding: 25px;
    margin: -5px 10px;
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
@media(max-width: 992px){
  nav.guestnav{
  	padding: 15px 0;
    background: url(https://i.imgur.com/6aIqLjp.png);
    background-size: cover;
    background-position: center top;
    background-color: #fff;
  }
}

section.firstsec {
    padding: 60px 0 140px 0;
    background: url(https://i.imgur.com/5XS8Fy5.png);
    background-size: cover;
    background-position: center;
    margin-top: -18px;
}
.topcont p.subtop {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: lowercase;
    display: inline-block;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    padding: 5px 20px;
    border-radius: 29px;
    margin: 0;
}
.topcont h1 {
    font-family: 'Poppins',sans-serif;
    font-weight: 800;
    font-size: 45px;
}
.topcont h1 span {
  	font-family: 'Poppins',sans-serif;
    font-weight: 800;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
img.topsecimg {
    width: 100%;
}

section.formdiv {
    margin-top: -100px;
}
form.loginfrm .form-control {
    height: 55px;
    border-radius: 50px;
    border: 2px solid #0b64fb;
  	background: #d1e4ff;
    color: #000;
  	margin: 10px 0;
}
form.loginfrm .form-control::placeholder {
    color: #000;
}
form.loginfrm button {
    width: 100%;
  	margin: 10px 0;
}
a.reset-password {
    text-align: right;
    display: block;
}

/* Second Section */
section.secondsec {
    padding: 50px 0;
}
.countcard i {
    font-size: 30px;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-shadow: #0b64fb80 0px 20px 30px;
    border: 2px solid #fff;
  	margin: auto;
    margin-bottom: 15px;
}
.countcard p{
    text-align: center;
}
.countcard h2 {
    font-weight: 400;
    text-align: center;
}
.countcard h2 span {
    font-weight: 800;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Third Section */
section.thirdsec {
    padding: 80px 0;
    background: url(https://i.imgur.com/02t5ymz.png);
    background-size: cover;
    background-position: center;
}
.wcucard {
    background: #fff;
    border: 1px solid #00000010;
    border-radius: 25px;
    padding: 15px;
  	margin: 20px 0;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}
.imgonewcu {
    display: block;
    height: 230px;
    width: 100%;
    background: url(https://i.imgur.com/XDAW3Db.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    border-radius: 20px;
}
.imgtwowcu {
    display: block;
    height: 230px;
    width: 100%;
    background: url(https://i.imgur.com/gnIhwEU.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    border-radius: 20px;
}
.imgthreewcu {
    display: block;
    height: 230px;
    width: 100%;
    background: url(https://i.imgur.com/qBMBhps.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    border-radius: 20px;
}
.wcucard h2 {
    text-align: center;
    margin-bottom: 5px;
}
.wcucard p {
    text-align: center;
}

/* Fourth Sec */
section.fourthsec {
    padding: 80px 0;
}
img.frthimg {
    width: -webkit-fill-available;
    margin: 30px 15px;
    max-width: 100%;
}
h2.dualhead span {
    font-weight: 900;
  	font-family: 'Poppins',sans-serif;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    position: relative;
}
section.fourthsec p {
    font-size: 15px;
}

/* Fifth Section */
section.fifthsec {
    padding: 80px 0;
    background: url(https://i.imgur.com/02t5ymz.png);
    background-size: cover;
    background-position: center;
}
img.soclog {
    background: #fff;
    max-width: 200px;
    /*box-shadow: rgb(100 100 111 / 40%) 0px 5px 8px 0px;*/
    margin: 10px 10px;
    border: 1px solid #00000020;
    border-radius: 20px;
}

/* Sixth Section */
section.sixthsec {
    padding: 80px 0;
}
section.sixthsec p {
    font-size: 15px;
}

/* Seventh Section */
section.seventhsec {
    padding: 80px 0;
    background: url(https://i.imgur.com/02t5ymz.png);
    background-size: cover;
    background-position: center;
}
.stepcard {
    padding: 10px;
    border-radius: 20px;
    margin: 40px 0;
    background: #fff;
    border: 1px solid #00000020;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}
.stepcard p.stepno {
    display: block;
    padding: 10px;
    margin-top: -35px;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    box-shadow: #0b64fb80 0px 20px 30px;
  	position: relative;
}
.stepcard p.stepno span {
    height: 32px;
    width: 32px;
    display: inline-flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 24px;
}
.stepcard h2 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.stepcard p {
    text-align: center;
}

/* Eight Section */
section.eightsec {
    padding: 50px 0;
}
.panel.panel-default {
    background: transparent;
    border: 0;
}
.panel-default > .panel-heading {
    background: transparent;
  	padding: 0;
}
.panel-heading h4.panel-title {
    background: transparent;
    border: 0;
}
.panel-heading .panel-title a {
    display: block;
    padding: 20px;
    border-radius: 50px;
    font-weight: 500;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    box-shadow: #0b64fb80 0px 20px 30px;
    position: relative;
  	text-decoration: none;
  	margin: 15px 0;
}
.panel-collapse > .panel-body {
    background: #fff;
    border-radius: 20px;
    margin: 15px 0;
  	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}

/* User Navbar */
nav.usernav {
    padding: 10px 0;
    margin: 10px 10px 10px 270px;
    border-radius: 15px;
    background: #6667f8;
  	transition: all 0.5s ease;
}
.nav-bottom {
    display: block;
    position: fixed;
    height: 97%;
    width: 250px;
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    z-index: 1;
    border-radius: 15px;
    margin: 10px;
  	overflow: hidden;
  	transition: all 0.5s ease;
}
.nav-bottom ul {
    list-style: none;
    padding: 20px;
    overflow: auto;
    height: 72%;
}
.nav-bottom ul li a {
    color: #fff;
    display: block;
    padding: 5px 2px;
    margin: 5px;
}
.nav-bottom ul li.active a {
    background: #ffffff20;
    border-radius: 10px;
    border: 1px solid #ffffff50;
}
.nav-bottom ul li a i {
    min-width: 30px;
    background: #ffffff20;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 8px;
}
.nav-bottom ul li.active a i {
    background: #fff;
    color: #4766f9;
}
.profilecard {
    background: #ffffff20;
    margin: 12px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 0;
}
.profilecard img {
    max-width: 80px;
    border-radius: 50px;
    border: 2px solid #fff;
    display: block;
    margin: 10px auto 10px auto;
}
.profilecard p {
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.profilecard span.sbbal {
    text-align: center;
    display: block;
    color: #fff;
}
.profilecard span.sbbal b {
    background: #fff;
    display: block;
    padding: 7px;
    color: #000;
    margin-top: 10px;
}

.martop {
    margin-left: 270px;
    margin-top: 100px;
}
.martop .container {
    width: auto;
}
.nav-bottom{
  top: 0;
}
nav.usernav .navbar-header {
    width: 100%;
}
button.togglebtn {
    float: right;
    height: 45px;
    width: 45px;
    display: block;
    border-radius: 10px;
    margin: 2px 0;
    background: #ffffff20;
    border-color: #fff;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}
button.togglebtn .bar {
    display: block;
    height: 3px;
    width: 30px;
    background: #fff;
    margin: 5px 0;
    border-radius: 10px;
  	position: relative;
}
button.togglebtn span.bar.bartwo {
    width: 20px;
}
body.triggerchngs .nav-bottom {
    width: 0;
    overflow: hidden;
}
body.triggerchngs nav.usernav {
    margin: 10px;
}
body.triggerchngs .martop {
    margin-left: 0;
}
body.triggerchngs .martop .container {
    max-width: 1200px;
}

@media(max-width: 991.20px){
  nav.usernav{
    margin: 10px;
  }
  .nav-bottom{
    width: 0;
    overflow: hidden;
    z-index: 10000;
  }
  .martop{
    margin-left: 0;
  }
  body.triggerchngs .nav-bottom{
    width: 250px;
  }
}

.form-control {
    height: 50px;
    border-radius: 12px;
  	border: 2px solid #6667f8;
  	background: #6667f820;
}
.border-rounded{
  	border-radius: 12px;
  	border: 2px solid #6667f8;
}
.select2-container .select2-selection--single {
    padding: 14px;
}
.well {
    background: #fff;
    border: 1px solid #00000020;
    overflow: auto;
    width: 100%;
}
.form-control, .form-control span {
    font-family: 'Poppins',sans-serif;
}
.select2-container .dropdown-menu > li > a {
    font-family: 'Poppins',sans-serif;
    border-bottom: 1px solid #00000020;
    padding: 8px;
    font-weight: 400;
}
.select2-container .dropdown-menu > li.active > a {
    background: #6667f8;
}
.select2-container .dropdown-menu > li.active > a span {
    font-family: 'Poppins',sans-serif;
    color: #fff;
}

/* Services */
.table{
  	margin: 0;
}

.table > thead > tr > th {
    background: #f2ebff !important;
    color: #000;
    padding: 15px;
    border: 0;
    border-bottom: 1.5px solid #000;
}

.table > tbody > tr.cattr > td {
    background: #6667f8 !important;
    color: #fff;
    text-align: center;
    padding: 6px !important;
    border-bottom: 1.5px solid #6667f8;
    border-top: 1.5px solid #6667f8;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    background: #fff;
    padding: 15px;
    vertical-align: middle;
}

.tabwell{
  	padding: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #8c52ff;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

.modal-header h4 {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
  	padding: 5px;
  	color: #fff;
}

.modal-header button {
    padding: 6px;
}

.modal-footer {
    padding: 10px;
}

.modal-content {
    border-radius: 20px;
  	border: 0;
}

.modal-footer button {
    border-radius: 20px;
    min-width: 200px;
}

span.input-group-btn button {
    height: 50px;
    border-radius: 0px 14px 14px 0px;
    background: #8c52ff;
    border: 1px solid #8c52ff;
}
a.ordbtn {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 40px !important;
    box-shadow: #0b64fb80 0px 20px 30px;
    font-weight: 500;
    display: inline-flex;
    padding: 17px;
}
span.input-group-btn button {
    height: 55px;
    border-radius: 0px 14px 14px 0px;
    background: #6667f8;
    border: 1px solid #6667f8;
}
.tabwell .btn.btn-primary{
    padding: 10px 20px;
    font-size: 13px;
}
a.ordbtn{
      font-size: 14px;
    padding: 14px;
}
.well.loginwell {
    background: #fff;
}
.statitem h4 {
    font-size: 17px;
    font-weight: 500;
    color: #555;
    text-align: center;
}
.statitem h4 span.sp_text_primary {
    font-weight: 800;
    color: #000;
  	font-family: 'Poppins',sans-serif;
}
.alert.rankalert i {
    background: #468847;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #dff0d8;
    border-radius: 10px;
    margin-right: 10px;
}
.alert.rankalert {
    border-radius: 15px;
    border: 2px solid #468847;
    padding: 12px;
}
span.rankribbon {
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
    font-weight: 700;
    position: absolute;
    transform: rotate(45deg);
    right: -80px;
    top: 25px;
    padding: 5px 0;
}
.nav-pills > li > a {
    font-size: 16px;
    border: 2px solid #0b64fb;
    border-radius: 40px !important;
    font-weight: 500;
    min-width: 110px;
    text-align: center;
    background: #0b64fb20;
    margin: 5px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 40px !important;
    box-shadow: #0b64fb80 0px 20px 30px;
    font-weight: 500;
    min-width: 110px;
    text-align: center;
}
ul.dashtablists {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.dashtablists li {
    padding: 8px 20px;
    background: #00000010;
    margin: 4px;
    border-radius: 10px;
    color: #555;
    text-decoration: line-through;
}
ul.dashtablists li i {
    display: none;
}
ul.dashtablists li.check {
    color: #0b64fb;
    background: #0b64fb20;
    text-decoration: none;
}
ul.dashtablists li.check i {
    display: inline-block;
    margin-right: 5px;
}
.ranknotes {
    padding: 25px;
    border: 2px solid #0b64fb;
    border-radius: 20px;
    margin-top: 40px;
}
.ranknotes .statitem {
    background: #0b64fb;
    display: block;
    padding: 2px 40px;
    color: #fff;
    border-radius: 35px;
    margin-top: -45px;
    margin-bottom: 20px;
}
.ranknotes .statitem h4 {
    color: #ffffffdb;
    font-weight: 400;
}
.ranknotes .statitem h4 span.sp_text_primary {
    color: #fff;
    font-weight: 600;
}
div.rankmodal .modal-header {
    background: #0b64fb;
}
span.payid, span.ordid {
    height: 25px;
    width: auto;
    background: #6667f8 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 15px;
}
.modal-backdrop {
  z-index: 10400;
}
.modal {
  z-index: 10500;
}
.table > tbody > tr > td > span {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #00000020;
}
.Pending{
  background: linear-gradient(45deg, #6039e6, #311fba) !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.In{
  background: linear-gradient(45deg, #bd62a8, #ed20f4) !important;
  border: 2px solid #fff;
  color: #fff !important;
  height: auto;
}
.Completed{
  background: linear-gradient(45deg, #04be0d, #56d947) !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.Partial{
  background: linear-gradient(45deg, #3ead91, #47a2d9) !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.Processing{
  background: linear-gradient(45deg, #ffbb29, #ff8022) !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.Canceled{
  background: linear-gradient(45deg, #ff5a5a, #ea2e35) !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.siginInRow.form-group .status.bg-success {
    display: none;
}
.dropdown.profdd button {
    padding: 0;
    overflow: hidden;
    float: right;
    margin-right: 18px;
}
.dropdown.profdd button img {
    max-width: 46px;
}
.dropdown.profdd.open ul.dropdown-menu {
    right: 0;
    left: auto;
    top: 60px;
    border-radius: 14px;
    text-align: center;
    padding: 0;
    overflow: hidden;
}
.dropdown.profdd.open ul.dropdown-menu li:first-child a {
    border-bottom: 1px solid #00000020;
}
.dropdown.profdd.open ul.dropdown-menu li a {
    font-weight: 500;
    padding: 6px 0;
}

/* Footer */
footer.footer {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    padding: 50px 0;
}
.firstwidgetfooter {
    display: flex;
    flex-direction: column;
    background: #ffffff20;
    border-radius: 20px;
  	padding: 20px;
}
.firstwidgetfooter a.navbar-brand {
    display: block;
    width: 100%;
    border-bottom: 2px solid #ffffff20;
    padding: 10px 10px 60px 10px;
    position: relative;
  	margin-bottom: 20px;
}
.firstwidgetfooter .widgetflex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 15px;
}
.firstwidgetfooter .widgetflex i {
    font-size: 18px;
    display: block;
    color: #fff;
    margin-right: 10px;
}
.firstwidgetfooter .widgetflex a {
    display: block;
    color: #fff;
    font-size: 15px;
}
.secondwidgetfooter {
    margin-top: 25px;
}
.secondwidgetfooter h3{
    color: #fff;
  	text-align: end;
}
ul.footerlinks {
  list-style: none;
  padding: 0;
}
ul.footerlinks li a {
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 5px 0;
  	text-align: end;
  	transition: all 0.5s ease;
}
ul.footerlinks li a:hover{
  color: #ffffff99;
  margin-right: 10px;
}
.footerbottom {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid #ffffff20;
}
.bottomcr p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.hiddenfoot{
  display: none;
}
.form-control, .border-rounded{
      border: none;
  background: #f1f2f6;
    box-shadow: none;
}
.btn-fw{
  width: 100%;
}

ul.newordtab {
    display: flex;
    list-style: none;
    padding: 0;
    padding: 5px;
    background: #eef;
    border-radius: 10px;
}
ul.newordtab li {
    min-width: 50%;
}
ul.newordtab li a {
    padding: 8px;
    color: #6667f8;
    display: block;
    margin: 5px;
    border-radius: 10px;
    text-align: center;
    background: transparent;
    border: 2px solid #6667f8;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
  	text-decoration: none;
}
ul.newordtab li.active a {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    border: 2px solid #6667f8;
}
ul.newordtab li a i {
    margin-right: 5px;
}

ul.nav.nav-pills.pillsmain li.active a {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    color: #fff;
    border: 2px solid #6667f8;
    box-shadow: none;
}
ul.nav.nav-pills.pillsmain li a {
  padding: 8px;
  color: #6667f8;
  display: block;
  margin: 5px;
  border-radius: 10px;
  text-align: center;
  background: transparent;
  border: 2px solid #6667f8;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px !important;
  font-size: 15px;
}
ul.nav.nav-pills.pillsmain li {
    min-width: 49%;
}
ul.nav.nav-pills.pillsmain {
    display: flex;
  	flex-wrap: wrap;
    list-style: none;
    padding: 0;
    padding: 5px;
    background: #eef;
    border-radius: 10px;
}
ul.nav.nav-pills.pillsmain li a i {
    margin-right: 5px;
}

.normalaccordion .panel-heading .panel-title a {
    background: #f1f2f6;
    color: #000;
    border: 2px solid #6667f8;
    box-shadow: none;
    border-radius: 14px;
    padding: 15px 20px;
    font-family: 'Poppins',sans-serif;
}
.normalaccordion .panel-heading .panel-title a i {
    color: #6667f8;
    margin-right: 5px;
    font-size: 22px;
    vertical-align: middle;
}
.wellheading h4 {
    text-transform: capitalize;
}
.wellheading h4 i {
    background: linear-gradient(45deg, #0b64fb, #6667f8);
    padding: 14px;
    border-radius: 10px;
    margin-right: 10px;
    color: #fff;
}
.br-0 {
    border-radius: 0;
    border: none;
}
.dropdown.servdd button {
    width: 100%;
    border-radius: 12px !important;
    margin: 10px 0;
  	overflow: hidden;
}
span.input-group-btn button {
    height: 50px;
}
.ofv{
  overflow: visible;
}
.well.ofv.mb-3 .input-group {
    margin: 10px 0;
}
.well.ofv.mb-3 {
    padding: 10px 20px;
}
.servdd ul.dropdown-menu {
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
    background: #f1f2f6;
    width: 100%;
  	border: none;
}
.servdd ul.dropdown-menu li a {
    width: 100%;
    display: block;
    padding: 10px 12px;
    text-align: left;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
}
.servdd ul.dropdown-menu li a:hover {
    background: #6667f7;
}

/* Testimonials */
.testimonial {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212529;
  color: #212529;
}
.testimonial-slide {
  padding: 0px 20px 40px 20px;
}
.testimonial_box-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.testimonial_box-icon {
  padding: 10px 0;
}
.testimonial_box-icon i {
  font-size: 25px;
  color: #212529;
}
.testimonial_box-text {
  padding: 10px 0;
}
.testimonial_box-text p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
.testimonial_box-name {
  padding-top: 10px;
}
.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #212529;
  margin-bottom: 0;
}
.testimonial_box-job p {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.slick-dots li {
  padding: 0 30px;
  opacity: 0.5;
  width: 60px !important;
  height: 60px !important;
}
.slick-dots li button {
  content: url(https://i.ibb.co/hKgs8gm/profile.jpg);
  background: url(https://i.ibb.co/hKgs8gm/profile.jpg);
  background-position: center !important;
  background-size: cover !important;
  text-indent: -9999px;
  overflow: hidden;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50px;
  border: 4px solid #dee2e6;
}
.slick-dots .slick-active {
  opacity: 1;
}
.testimonial_box-job {
    margin-bottom: 20px;
}
section.ninthsec {
    padding: 50px 0;
    background: url(https://i.imgur.com/ySsm3Hk.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.ninthsec h2.heading span {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Payment Methods */
section.tenthsection {
    padding: 80px 0;
    background: url(https://i.imgur.com/02t5ymz.png);
    background-size: cover;
    background-position: center;
}
.paymentmethimgone {
    display: block;
    width: 100%;
    height: 74px;
    background: url(https://i.imgur.com/BiP5A0j.png);
    background-size: cover;
    background-position: left;
  	margin-bottom: 20px;
}
.paymentmethimgtwo {
    display: block;
    width: 100%;
    height: 74px;
    background: url(https://i.imgur.com/ZqUj3BJ.png);
    background-size: cover;
    background-position: left;
}
.alert{
  border-radius: 10px;
}
.iframupdts {
    border: 1px solid #00000010;
    border-radius: 18px;
    padding: 5px;
    width: 100%;
    height: 950px;
}
.badge {
    background: #6667f8 !important;
    border-radius: 20px !important;
    padding: 3px 10px !important;
}

ul.currencylist {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.currencylist li a {
    background: #8c52ff;
    color: #fff;
    display: block;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 10px;
}
.profilecard span.sbbal b small {
    background: #6667f8;
    color: #fff;
    padding: 4px 10px;
    border-radius: 10px;
    display: block;
    margin-top: 5px;
}
.featimg{
  width: 100%;
}

.cntctcard a{
  width: 100%;
}
.loading-modal {
    display: none;
}