@import url("https://fonts.googleapis.com/css2?family=Blaka+Hollow&family=Poppins:wght@200;300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 14px;
  color: #212121;
}

.img-responsive {
  width: 100%;
  height: auto;
}

#navbar {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #212121;
  font-weight: 500;
  position: relative;
}

#navbar .nav-item {
  padding: 3px 5px;
  transition: 0.3s all;
}

/* #navbar .nav-item:hover {
    color: #fff;
} */

#navbar .nav-link {
  transition: 0.3s all;
  color: #212121;
}

#navbar .nav-link:hover {
  transition: 0.3s all;
  color: #013dff;
}

.it-nav {
  margin-left: 60px;
}

nav ul li {
  list-style: none;
}

#banner-head {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 11px;
  margin-top: 176px;
}

#banner-head span {
  color: #013dff;
}

#banner-sub {
  font-size: 16px;
  margin-bottom: 42px;
}

#btn-learn {
  border: none;
  border-radius: 5px;
  padding: 10px 25px;
  background-color: #013dff;
  font-size: 18px;
  color: #fff;
  outline: none;
  margin-right: 20px;
}

#btn-learn:hover {
  background-color: #212121;
  color: #fff;
}
label span {
  color: red;
}
#btn-register {
  border: none;
  border-radius: 5px;
  padding: 10px 25px;
  background-color: #fff;
  font-size: 18px;
  color: #212121;
  outline: none;
  border: 1px solid #787878;
}

#btn-register:hover {
  background-color: #013dff;
  color: #fff;
}

#btn-log {
  border: none;
  border-radius: 5px;
  padding: 10px 25px;
  border: 2px solid #013dff;
  background-color: transparent;
  color: #013dff;
  margin-top: 10px;
}

#btn-log:hover {
  background-color: #013dff;
  color: #fff;
}

#btn-log2 {
  border: none;
  border-radius: 5px;
  padding: 10px 25px;
  border: 2px solid #013dff;
  background-color: #013dff;
  color: #fff;
  margin-top: 10px;
}

#btn-log2:hover {
  background-color: #212121;
  color: #fff;
}

.banner {
  background-image: url(./images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 655px;
}

.f-card {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
  gap: 45px;
}

.ffc {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

#f-card {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 20px;
  cursor: pointer;
  margin-right: 40px;
}

#f-card i {
  color: #fff;
}

.prefered {
  /* background-color: #F2F2F2; */
  padding-top: 82px;
  padding-bottom: 82px;
  text-align: center;
}

#p-head {
  font-size: 40px;
  font-weight: 600;
}

#p-sub {
  color: #013dff;
  margin-bottom: 58px;
}

#prefeared-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

#p-carda {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 328px;
  padding-top: 20px;
  cursor: pointer;
}

#p-cardb {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 328px;
  padding-top: 20px;
  cursor: pointer;
}

#p-carda i {
  color: #013dff;
  margin-bottom: 16px;
}

#p-cardb i {
  color: #013dff;
  margin-bottom: 16px;
}

#p-cardh {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

#p-cardb p {
  margin-left: 10px;
  margin-right: 10px;
}

#p-carda p {
  margin-left: 10px;
  margin-right: 10px;
}

#btn-singc {
  border: none;
  outline: none;
  background-color: #013dff;
  color: #fff;
  width: 100%;
  padding: 15px;
  font-weight: 500;
  margin-top: 29px;
}

.how-it {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url(./images/how-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#how-ith {
  font-size: 40px;
  font-weight: 600;
}

#how-its {
  font-size: 20px;
  color: #013dff;
  margin-bottom: 40px;
  font-weight: 500;
}

#how-cards {
  display: flex;
  gap: 30px;
}

#how-carda {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  cursor: pointer;
  background-color: #707070;
}

#how-cardah {
  height: 80px;
  width: 80px;
  background-color: #707070;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -70px;
  left: 70px;
}

#how-cardah span {
  font-size: 40px;
  font-weight: 600;
  color: #013dff;
}

#how-cardas {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: -50px;
}

.news-letter {
  background-color: #f2f2f2;
  padding-top: 65px;
  text-align: center;
  padding-bottom: 83px;
}

#new-letterh {
  font-size: 40px;
  font-weight: 200;
}

#news-letters {
  font-weight: 500;
  margin-bottom: 52px;
}

#sub-formfield {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background-color: #f8f8f8;
  width: 100%;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#sub-fielda input {
  width: 500px;
  font-size: 16px;
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 10px;
}

#sub-fielda input::placeholder {
  color: #c7c7c7;
}

#subs {
  background-color: #013dff;
  color: #fff;
  border: none;
  border-radius: 5px;
  outline: none;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}

#subs:hover {
  background-color: #212121;
}

footer {
  background-color: #000000;
  color: #fff;
  padding-top: 87px;
  padding-bottom: 10px;
}

#footer-head {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

footer ul li {
  list-style: none;
  margin-bottom: 20px;
}

footer a {
  font-weight: 400;
  color: #fff;
}

footer a:hover {
  text-decoration: none;
}

footer .copyright {
  text-align: center;
  margin-top: 120px;
  background-color: #fff;
  color: #212121;
  padding: 10px;
  font-weight: 400;
}

.b-active {
  border-bottom: 2px solid #013dff;
}

.modal li {
  list-style: none;
  margin-left: 0px;
}

.modal h5,
h6 {
  color: #1f3dff;
  margin-top: 30px;
}

.modal .btn {
  background-color: #1f3dff;
}

.modal h5 {
  font-size: 15px;
}

.what-wedo-ban {
  background-image: url(./images/banner1.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 114px;
  padding-bottom: 133px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 100px;
}

.wef-card p {
  font-size: 16px;
}

.wef-card {
  margin-bottom: 145px;
}

.what-ww {
  background-color: #000000;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
}

.what-ww:hover {
  background-color: #707070;
  cursor: pointer;
}

.whatwerow {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

#whatwerow-h {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 12px;
}

#readm {
  border: none;
  background-color: transparent;
  outline: none;
  color: #fff;
  margin-bottom: 20px;
}

.weweb {
  margin-bottom: 100px;
}

.howee {
  margin-top: 50px;
}

.hiwr {
  background-color: #fef9f9;
  margin-top: 140px;
  margin-bottom: 140px;
  padding-top: 47px;
  padding-bottom: 47px;
}

.hiwr2 {
  background-color: #fef9f9;
  margin-top: 140px;
  padding-top: 47px;
  padding-bottom: 47px;
}

.adpad {
  margin-top: 150px;
}

.contactus ul li {
  list-style: none;
  font-size: 24px;
}

.contactus {
  margin-top: 53px;
}

.contactus input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  border: 1px solid #707070;
  height: 54px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.contactus p {
  margin-bottom: 3px;
}

.contactus textarea {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  border: 1px solid #707070;
  margin-bottom: 43px;
  padding: 10px;
}

#c-send {
  background-color: #013dff;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 15px;
  margin-bottom: 97px;
}

#c-send:hover {
  background-color: #212121;
}

.log-area {
  margin-top: 78px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  margin-bottom: 142px;
}

.log-rowaa {
  background-image: url(./images/log-ban.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 206px;
  padding-bottom: 136px;
  color: #fff;
  text-align: center;
}

.log-rowa img {
  height: 100%;
}

.log-area img {
  width: 100%;
}

#log-rowah {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 79px;
}

#log-rowas {
  font-size: 23px;
  margin-bottom: 20px;
}

#btn-gets {
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 10px 20px;
}

#btn-gets:hover {
  background-color: #212121;
  color: #fff;
}

.log-rowb {
  padding-top: 104px;
  padding-right: 90px;
}

.log-rowb a {
  color: #212121;
}

.log-rowb a:hover {
  text-decoration: none;
}

#log-rowbh {
  font-size: 40px;
  font-weight: 600;
}

.log-rowb input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 10px;
  margin-bottom: 30px;
}

#log-login {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  outline: none;
  background-color: #013dff;
  padding: 15px;
  color: #fff;
}

#log-login:hover {
  background-color: #212121;
}

#log-areacoll {
  border: 1px solid #707070;
  border-radius: 5px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

#log-areacoll:hover {
  border: 2px solid #013dff;
}

#log-areach {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

#indv-logh {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
}

#log-upload {
  display: flex;
  border: 1px solid #dedede;
  height: 50px;
  border-radius: 5px;
}

#log-upload input {
  outline: none;
  border: none;
}

#upload {
  background-color: #013dff;
  color: #fff;
  border: none;
  border-radius: 5px;
  outline: none;
  height: 49px;
  padding: 20px;
  display: flex;
  align-items: center;
}

#high-schh {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-top: 22px;
  margin-left: 20px;
  margin-right: 20px;
}

#high-schs {
  text-align: center;
  color: #013dff;
  margin-bottom: 33px;
  margin-left: 15px;
  margin-right: 15px;
}

.high-schr input {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  border: 1px solid #707070;
  outline: none;
  border-radius: 5px;
  padding: 10px;
}

.high-schr .form-select {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  border: 1px solid #707070;
  outline: none;
  border-radius: 5px;
  padding: 10px;
}

.high-schr p {
  margin-bottom: 5px;
}

#btn-hcntd {
  background-color: #013dff;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 107px;
  margin-top: 93px;
}

#btn-hcntd:hover {
  background-color: #212121;
}

#dashrowa {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 60px;
}

#dashrowaa-h {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.dash-rowa ul li {
  list-style: none;
  margin-bottom: 30px;
}

.dash-rowa ul li a {
  color: #212121;
  font-size: 18px;
  font-size: 500;
}

.dash-rowa ul li a:hover {
  text-decoration: none;
  color: #013dff;
}

.dash-rowa i {
  margin-right: 10px;
}

.dash-rowb {
  background-color: #efefef;
  width: 100%;
  padding-bottom: 200px;
}

.dash-rowa {
  padding-left: 100px;
}

#dash-rowb-head {
  background-color: #013dff;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px;
  color: #fef9f9;
}

#dash-rowb-haedar {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
}

#updatep-h {
  font-size: 24px;
  margin-top: 70px;
  margin-left: 40px;
  margin-bottom: 11px;
  font-weight: 500;
}

.dash-rowb p {
  margin-left: 40px;
  color: #013dff;
  margin-bottom: 48px;
}

.dash-rowb input {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  margin-bottom: 20px;
}

.dash-rowb .form-select {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  color: #9b9b9b;
  margin-bottom: 20px;
}

.dash-rowb input::placeholder {
  color: #9b9b9b;
}

.f-uplod {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9b9b9b;
}

.f-uplod button {
  background-color: transparent;
  border: none;
  outline: none;
  color: #9b9b9b;
}

.dashhrow {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
}

#btn-update {
  background-color: #013dff;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;

  padding: 10px;
  font-size: 18px;
  margin-bottom: 100px;
}

#btn-update:hover {
  background-color: #212121;
}

#btn-update1 {
  background-color: #013dff;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 100px;
  margin-top: 100px;
}

#btn-update1:hover {
  background-color: #212121;
}

#btn-update12 {
  background-color: #013dff;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
  width: 20%;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 100px;
  /* margin-top: 10px; */
}

#btn-update12:hover {
  background-color: #212121;
}

.dash-copyright {
  text-align: center;
  background-color: #000000;
  color: #fff;
  padding: 20px;
  margin-top: 50px;
}

.mycheck {
  width: 15px !important;
  height: 15px !important;
  margin-left: 20px !important;
}
#letter_form {
  margin-left: 20px;
  display: none;
}

#lang_form {
  display: none;
}

.sta_Pending,
.sta_pending {
  color: red;
}
.sta_Paid,
.sta_paid {
  color: green;
}
#dash-active a {
  font-weight: 600;
  color: #013dff !important;
}

#v-cation {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  width: 227px;
}

.verification-row a {
  color: #212121;
}

.verification-row a:hover {
  text-decoration: none;
}

.verification-row i {
  color: #013dff;
}

#v-cationh {
  font-size: 20px;
  font-weight: 500;
}

.txt-grey {
  color: #9b9b9b;
}

.verification-row {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  margin-left: 70px;
  margin-right: 70px;
  margin-bottom: 117px;
}

#tb-head {
  margin-left: 70px;
  margin-right: 70px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

#tb-row {
  margin-left: 70px;
  margin-right: 70px;
  margin-bottom: 228px;
}

#tb-row td {
  background-color: #fff;
}

#tb-btn1 {
  background-color: #013dff;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  outline: none;
  padding: 5px 10px;
}

#tb-btn2 {
  background-color: #018b01;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  outline: none;
  padding: 5px 10px;
}

#very-tp {
  margin-left: 40px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

#n-search {
  float: right;
  margin-top: 35px;
  margin-bottom: 39px;
  margin-right: 70px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#nnseaee {
  margin-top: -15px;
}

#nnseaee1 {
  margin-top: 15px;
}

#carrets {
  float: right;
  display: flex;
  gap: 20px;
}

.dashhrow label {
  text-transform: capitalize;
}

#carrets1 {
  float: right;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

#carretsa i {
  color: #cbcbcb;
}

#under-grad {
  margin-right: 40px;
  margin-left: 40px;
}

#undg-box {
  background-color: #fff;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  color: #9b9b9b;
  gap: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

#very-tp1 {
  margin-left: 0px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
}

#invoice-areas {
  display: flex;
  justify-content: space-between;
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#invoice-areasa {
  display: flex;
  gap: 10px;
}

.table span {
  width: 7px;
  height: 7px;
  background-color: #013dff;
  display: block;
  border-radius: 50%;
}

#tb-span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #013dff;
}

#btn-tview {
  border: none;
  outline: none;
  background-color: #013dff;
  color: #fff;
  padding: 1px 10px;
  border-radius: 5px;
}

#caret-bt {
  background-color: #013dff;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
  font-size: 16px;
}

#caret-bt1 {
  background-color: #fff;
  color: #212121;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
  font-size: 16px;
}

#invoice-table {
  background-color: #fff;
  margin-top: 86px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 50px;
  padding-right: 40px;
}

#invt-h {
  font-size: 16px;
  font-weight: 600;
  margin-left: 40px;
  margin-bottom: 16px;
}

#table-left {
  float: right;
}

#btn-dnl {
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #013dff;
  color: #fff;
  padding: 10px 15px;
  font-weight: 500;
}

#btn-dnl:hover {
  background-color: #212121;
}

#dashnavs {
  border: 1px solid #efefef;
  padding: 10px;
  border-radius: 5px;
  width: 500px;
  margin-left: 70px;
  color: #8b8b8b;
  font-size: 14px;
}

#dashnavs input {
  width: 400px;
  border: none;
  outline: none;
}

.jf-mobile {
  display: none;
}

.thank-youpage {
  background-image: url(./images/thankyou.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
}

.thanks {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #fff;
  padding-top: 72px;
  /* padding-left: 100px;
    padding-right: 100px; */
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 916px;
}

.center {
  text-align: center;
}

#center-h {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}

#center-p {
  color: #013dff;
  font-size: 18px;
}

#t-home {
  margin-top: 54px;
  margin-bottom: 42px;
  background-color: #013dff;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 10px 25px;
}

#t-home:hover {
  background-color: #212121;
}

.top {
  margin-top: 40px;
}

#newPricing-row-head {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}

.newPricing-row {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}

.newPricing {
  margin-bottom: 70px;
}

#footer-scroll-p {
  width: 60%;
  margin: auto;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

.footer-scroll {
  margin-top: 50px;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  line-height: 1rem;
}

.text-scrolling {
  width: 100%;
}

.t-row {
  overflow: hidden;
  height: 50px;
  position: relative;
}

.t-row p {
  position: absolute;
  min-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  color: #000000;
}

.row-1 p {
  animation: scrolling-type-1 10s infinite linear;
}

.row-2 p {
  animation: scrolling-type-2 10s infinite linear;
}

@keyframes scrolling-type-1 {
  0% {
    transform: translate(0, 0%);
    opacity: 0%;
  }
  10% {
    opacity: 100%;
  }
  90% {
    opacity: 100%;
  }
  100% {
    transform: translate(-100%, 0%);
    opacity: 0%;
  }
}

.home-counters {
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
}

#statCounter-figure {
  font-size: clamp(20px, 7vw, 30px);
  font-weight: 800;
}

.home-countersR i {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.home-counters span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.home-counter {
  margin-bottom: 20px;
  margin-top: 20px;
}

#home-counter-sub {
  font-size: 16px;
  font-weight: 500;
}

#statCounter-figure2 {
  font-size: clamp(20px, 7vw, 25px);
  font-weight: 600;
}

#statCounter-figure2 span {
  font-size: 18px;
  font-family: 400;
}

.connectWithus {
  padding-top: 50px;
  padding-bottom: 50px;
}

#connectWithus-head {
  font-size: clamp(20px, 7vw, 40px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  text-transform: capitalize;
}

.home-inner-section-row img {
  border-radius: 20px 20px 0px 0px;
}

.home-inner-section-row {
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 20px;
  border-bottom: 6px solid #013dff;
  margin-bottom: 30px;
  height: 420px;
}

.home-inner-section-row:hover {
  box-shadow: 0px 4px 4px 0px #000000;
  border-bottom: 6px solid #000000;
  cursor: pointer;
}

.home-inner-section-row-content {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

#home-inner-section-row-content-head {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
  margin-bottom: 15px;
}

.home-inner-section-row-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.34px;
  margin-bottom: 20px;
}

.home-countersR {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  cursor: pointer;
  background-color: #000000;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  height: 200px;
}

.home-countersR:hover {
  background-color: #707070;
}

.card {
  position: relative;
  height: 750px;
  background-color: #000000;
  border-radius: 15px;
  margin: 0 auto;
  padding: 40px 20px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.card:hover {
  background-color: #707070;
  cursor: pointer;
}

.title .fa {
  color: #fff;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
}
.option i {
  margin-right: 10px;
}

.title p {
  color: #fff;
  font-size: 14px;
  margin-top: 10;
}

.title h2 {
  position: relative;
  /* margin: 20px  0 0; */
  padding: 0;
  color: #fff;
  font-size: 28px;
  z-index: 2;
}
.price,
.option {
  position: relative;
  z-index: 2;
}
.price h4 {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  font-size: 40px;
}
.option ul {
  margin: 0;
  padding: 0;
}
.option ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
}

.howBtns button {
  border: none;
  outline: none;
  background-color: #000;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 50px;
}

.howBtns button:hover {
  background-color: #787878;
}

.lang1 {
  background-color: #013dff;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  /* width: fit-content;  */
}

/* MEDIA QUERY */

@media (max-width: 736px) {
  .home-countersR {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    cursor: pointer;
    background-color: #707070;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    height: 200px;
    margin-bottom: 20px;
  }

  .home-inner-section-row {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    border-bottom: 6px solid #013dff;
    margin-bottom: 30px;
    height: auto;
  }

  #footer-scroll-p {
    width: 100%;
    font-size: 13px;
  }

  .newPricing-row {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 30px;
  }

  .it-nav {
    margin-left: 0px;
  }

  .banner {
    margin-bottom: 40px;
    background-image: url(./images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }

  #btn-register {
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #fff;
    font-size: 14px;
    color: #212121;
    outline: none;
  }

  #btn-learn {
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #013dff;
    font-size: 14px;
    color: #fff;
    outline: none;
    margin-right: 10px;
  }

  #banner-sub {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .f-card {
    display: flex;
    flex-direction: column;
  }

  #prefeared-cards {
    display: flex;
    flex-direction: column;
  }

  #p-cardb {
    width: 100%;
  }

  #p-carda {
    width: 100%;
  }

  #how-cards {
    display: flex;
    flex-direction: column;
  }

  #sub-fielda input {
    width: 300px;
  }

  #footer-head {
    margin-top: 40px;
  }

  .b-active {
    border-bottom: 2px solid #013dff;
    width: 100px;
  }

  .pada {
    margin-top: 20px;
  }

  .whatwerow {
    display: flex;
    flex-direction: column;
  }

  .log-rowb {
    padding-left: 40px;
    padding-right: 40px;
  }

  #log-login {
    margin-bottom: 40px;
  }

  #how-cardah {
    height: 80px;
    width: 80px;
    background-color: #707070;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -70px;
    left: 200px;
  }

  #how-carda {
    margin-bottom: 40px;
  }

  .log-rowa img {
    width: 100%;
  }

  .high-schr {
    margin-right: 10px;
    margin-left: 10px;
  }

  .carta {
    margin-bottom: 40px;
  }

  #sub-fielda input {
    width: 150px;
  }

  #sub-fielda i {
    display: none;
  }

  #high-schh {
    margin-left: 20px;
    margin-right: 20px;
  }

  #log-rowbh {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 25px;
    margin-bottom: 10px;
  }

  .log-rowb p {
    margin-left: 20px;
    margin-right: 20px;
  }

  /* .log-rowaa {
        margin-bottom: 40px;
    } */

  .what-ww {
    margin-bottom: 20px;
  }

  #badaba {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
  }

  .dashhrow {
    margin-bottom: 20px;
  }

  .verification-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 48px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .dash-rowa {
    padding-left: 30px;
  }

  #v-cation {
    width: 100%;
  }

  #tb-row {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 128px;
  }

  #tb-head {
    margin-left: 20px;
    margin-right: 20px;
  }

  #updatep-h {
    margin-left: 20px;
  }

  .dash-rowb p {
    margin-left: 20px;
    margin-right: 20px;
  }

  #invoice-areas {
    margin-left: 20px;
    margin-right: 20px;
  }

  #invt-h {
    margin-left: 20px;
    margin-right: 20px;
  }

  #dashnavs {
    display: none;
  }

  .f-card {
    display: none;
    /* display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        margin-top: 20px;
        gap: 0px;
        padding-left: 40px;
        padding-right: 40px; */
  }

  #f-card {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    cursor: pointer;
    /* margin-right: 40px; */
  }

  .thanks {
    padding-left: 10px;
    padding-right: 10px;
    width: 300px;
  }

  #center-h {
    font-size: 30px;
  }

  #center-p {
    font-size: 16px;
  }

  .thank-youpage {
    background-image: url(./images/thankyou.png);
    background-position: center;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* STYLES GO HERE */
}

@media (min-device-width: 737px) and (max-device-width: 991px) {
}

@media only screen and (min-device-width: 737px) and (max-device-width: 767px) {
  /* STYLES GO HERE */
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
}

@media (min-width: 320px) and (max-width: 480px) {
}
