.topnav {
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.topnav a {
  float: left;
  display: block;
  color: #000000d9;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 500;
}
.topnav a.active {
  color: #1895fd;
  border-bottom: 2px solid;
}
.topnav .icon {
  display: none;
}
.iconImgSmall {
  width: 80%;
  padding: 6% 30% 0%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav .icon {
    float: right;
    display: block;
    margin: 1em 0;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .instructor-btn-div {
    margin: -44px;
  }
  .iconImgSmall {
    width: 100%;
  }
}

.d-none {
  display: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.mw-100 {
  max-width: 100%;
}
.min-vh-100 {
  min-height: 100vh;
}
.float-end {
  float: right !important;
}
.p-0 {
  padding: 0 !important;
}
.text-center {
  text-align: center;
  text-align: center !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}

/* The popup chat - hidden by default */
/* Add styles to the form container */
/* Full-width textarea */
/* When the textarea gets focus, do something */
/* .ant-layout-content{min-height: calc(100vh - 64px) !important; padding: 25px 50px;} */
html {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  min-height: 100%;
  position: relative;
}
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
  min-height: 100vh;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
h1 {
  font-weight: 600;
  letter-spacing: 0px;
}
h1 {
  font-weight: 300;
  letter-spacing: 0px;
}
.label {
  font-weight: 500;
  margin: 0;
  font-size: 14px;
  color: #888;
  cursor: pointer;
}
.left-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #69def9;
}
.nav-item {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 10px;
}
.banner {
  border: none;
  border-radius: 10px;
  background-color: #FFBC13;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.page-wrapper {
  max-width: 1920px;
  margin: auto;
}
.form-control {
  font-weight: 500 !important;
}
footer {
  bottom: 0;
  left: 0;
  width: 100%;
}
nav ul {
  list-style: none;
  padding-left: 0;
}
nav ul li a:hover {
  opacity: 0.8;
}
nav ul li.active {
  background: #d4d4d4;
}
nav.sidenav ul li a {
  padding: 10px 30px;
  display: list-item;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  transition: all ease 0.4s;
}
.topnav ul li a {
  padding: 0 20px;
  border-left: 1px dashed #eee;
}
.pb-300 {
  padding-bottom: 300px;
}
.toast:not(.showing):not(.show) {
  opacity: 1 !important;
}
.gStyle {
  width: 100%;
}
.open-button {
  background-color: #48a91f;
  color: white;
  border: none;
  position: fixed;
  bottom: 21px;
  float: right;
  right: 0px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 20px;
  transition: all 0.3s;
  z-index: 2;
  cursor: pointer;
}
.displayItem {
  color: red;
  height: 15px;
  line-height: 75px;
  margin: 0px;
  display: table-cell;
}
.open-contact {
  background-color: #48a91f;
  color: white;
  transform: rotate(270deg);
  border: 0;
  position: fixed;
  bottom: 50%;
  font-size: 1rem;
  right: -33px;
  width: 100px;
  height: 40px;
  padding: 0px;
  border-radius: 0%;
  margin: 0px;
  transition: all 0.3s;
  z-index: 2;
  cursor: pointer;
}
.bstyle {
  position: relative;
}
.chat-popup {
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 9;
}
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}
.testimonial-card {
  border: none !important;
  cursor: pointer;
}
.otp-input {
  letter-spacing: 46px;
  border: 0 !important;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%) !important;
  background-position: bottom;
  background-size: 53px 2px;
  background-repeat: repeat-x;
  background-position-x: 33px;
  width: 300px !important;
  padding: 10px 0 !important;
  font-weight: bold;
}
.otp-input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.ant-menu-item {
  font-weight: 500;
}
.ant-layout-header {
  background-color: #fff !important;
}
.ant-menu-vertical .ant-menu-item:not(:last-child) {
  margin-bottom: 0 !important;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid ;
}
.popup_inner {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 10%;
  margin: auto;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 10px;
  background-color: #fff;
}
.popup_inner .class-btn {
  position: absolute;
  background-color: green;
  top: 16px;
  right: 16px;
}
.home_title {
  font-weight: bold;
  color: black;
  font-size: 50px;
  padding-top: 50px;
  padding-left: 80px;
  margin: 0;
}
.home_title p {
  margin: 0;
}
.banner_icon {
  font-size: 60px;
  color: #000;
  margin-right: 20px;
}
.home_p {
  font-size: 30px;
  margin: 50px 0 0 180px;
  font-weight: bold;
  color: #fff;
}
.home_divider {
  border-left: 3px solid;
  height: 80px;
}
.home_div {
  margin: 0 10px;
  font-size: 1.5rem;
  text-align: center;
}
.home_div span {
  font-size: 2rem;
  font-weight: bolder;
}
.home_row_div {
  display: flex;
  justify-content: space-around;
  width: 500px;
  margin-left: 150px;
  align-items: center;
}
@media (max-width: 321px) {
  .home_title {
    font-weight: bold;
    color: black;
    font-size: 8px !important;
  }
  .banner_icon {
    font-size: 10px !important;
  }
  .home_p {
    font-size: 5px !important;
    margin: 5px 0 0 20px !important;
    font-weight: bold;
    color: #fff;
    line-height: 1;
  }
  .home_p p {
    margin-top: 5px;
  }
  .home_divider {
    border-left: 1px solid;
    height: 200px;
  }
  .home_div {
    margin: 0 10px;
    font-size: 0.5rem;
    font-weight: bold;
    text-align: center;
  }
  .home_div span {
    font-size: 0.5rem;
    font-weight: bolder;
  }
  .home_row_div {
    display: flex;
    justify-content: space-around;
    width: 80px;
    margin-left: 0px;
    margin-bottom: 20px;
    align-items: center;
    height: 30px;
  }
}
.my-footer {
  background: #1A1A1A !important;
  color: white !important;
}
.sticky-footer {
  bottom: 0;
  display: inline-block;
  position: fixed;
  right: 0;
  width: 100%;
  color: white;
  z-index: 2;
  height: 37px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.instructor_link {
  font-size: 18px !important;
  padding: 24px 28px;
  border-radius: 7px;
  color: #000;
  font-style: 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 0;
  margin-left: -52rem;
}
@media (min-width: 320px) and (max-width: 825px) {
  .sticky-footer {
    background-color: #a9afa9 !important;
    position: fixed !important;
    margin: 0;
    padding: 0;
  }
  .footer-content {
    display: none;
  }
  .content1 {
    margin-left: -80px !important;
    background-color: grey !important;
    width: 195px;
  }
  .content2 {
    margin-left: 2px !important;
    background-color: grey !important;
    width: 215px;
  }
  .home {
    line-height: 300%;
  }
  .home-title {
    padding: 0;
  }
}
@media (min-width: 360px) and (max-width: 470px) {
  .instructor_link {
    font-size: 14px !important;
    padding: 18px 10px;
    border-radius: 7px;
    color: #000;
    font-style: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    width: 50%;
    margin-left: -150px;
    text-align: center;
    line-height: 0;
  }
}
@media (max-width: 575.98px) {
  .topnav,
  .ant-layout-footer {
    padding: 5px 10px !important;
  }
  .ant-layout-content {
    padding: 5px 10px;
    min-height: calc(100vh - 64px) !important;
  }
  .instructor-btn-link {
    width: 30% !important;
    padding: 0 !important;
    left: 1% !important;
    line-height: 0 !important;
    margin-left: 2px;
  }
  .div_become_instructor {
    top: 15% !important;
    left: 40% !important;
  }
  .h1_become_instructor {
    font-size: 15px !important;
  }
  .centerdTopInstructor {
    font-size: 8px !important ;
    left: 40% !important;
    top: 60% !important;
  }
  .become_instructor_content {
    padding: 0 !important;
  }
  .password_btn_block {
    width: 100% !important;
  }
  .resources_modal {
    width: 80% !important;
  }
  .home_title {
    font-weight: bold;
    color: black;
    font-size: 10px;
    padding-top: 10px;
    padding-left: 20px;
  }
  .banner_icon {
    font-size: 15px;
    color: #000;
    margin-right: 5px;
  }
  .home_p {
    font-size: 10px;
    margin: 10px 0 0 20px;
    font-weight: bold;
    color: #fff;
    line-height: 0.3;
  }
  .home_divider {
    border-left: 1px solid;
    height: 20px;
  }
  .home_div {
    margin: 0 10px;
    font-size: 0.5rem;
    font-weight: bold;
    text-align: center;
  }
  .home_div span {
    font-size: 0.5rem;
    font-weight: bolder;
  }
  .home_row_div {
    display: flex;
    justify-content: space-around;
    width: 80px;
    margin-left: 60px;
    margin-bottom: 20px;
    align-items: center;
    height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topnav {
    padding: 10px 20px;
  }
  .ant-layout-content {
    padding: 10px 20px;
    min-height: calc(100vh - 64px) !important;
  }
  .div_become_instructor {
    top: 15% !important;
    left: 50% !important;
  }
  .h1_become_instructor {
    font-size: 18px !important;
  }
  .centerdTopInstructor {
    font-size: 9px !important ;
    left: 50% !important;
    top: 50% !important;
  }
  .home_title {
    font-weight: bold;
    color: black;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 30px;
  }
  .banner_icon {
    font-size: 20px;
    color: #000;
    margin-right: 20px;
  }
  .home_p {
    font-size: 15px;
    margin: 10px 0 0 30px;
    font-weight: bold;
    color: #fff;
    line-height: 0.5;
  }
  .home_p p {
    margin-top: 10px;
  }
  .home_divider {
    border-left: 1.5px solid;
    height: 30px;
  }
  .home_div {
    margin: 0 10px;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
  }
  .home_div span {
    font-size: 0.8rem;
    font-weight: bolder;
  }
  .home_row_div {
    display: flex;
    justify-content: space-around;
    width: 60px;
    margin-left: 100px;
    align-items: center;
  }
}
.Google {
  width: 50%;
  color: orange;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .topnav {
    padding: 15px 37px 15px 30px;
  }
  .ant-layout-content {
    padding: 15px 30px;
    min-height: calc(100vh - 64px) !important;
  }
  .div_become_instructor {
    top: 15% !important;
    left: 50% !important;
  }
  .h1_become_instructor {
    font-size: 18px !important;
  }
  .centerdTopInstructor {
    font-size: 12px !important ;
    left: 50% !important;
    top: 50% !important;
  }
  .home_title {
    font-weight: bold;
    color: black;
    font-size: 25px;
    padding-top: 10px;
    padding-left: 30px;
  }
  .banner_icon {
    font-size: 30px;
    color: #000;
    margin-right: 20px;
  }
  .home_p {
    font-size: 15px;
    margin: 20px 0 0 30px;
    font-weight: bold;
    color: #fff;
    line-height: 0.8;
  }
  .home_divider {
    border-left: 1.5px solid;
    height: 30px;
  }
  .home_div {
    margin: 0 10px;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
  }
  .home_div span {
    font-size: 0.8rem;
    font-weight: bolder;
  }
  .home_row_div {
    display: flex;
    justify-content: space-around;
    width: 80px;
    margin-left: 100px;
    align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .topnav {
    padding: 20px 40px;
  }
  .ant-layout-content {
    padding: 20px 40px;
    min-height: calc(100vh - 64px) !important;
  }
  .home_title {
    font-weight: bold;
    color: black;
    font-size: 30px;
  }
  .banner_icon {
    font-size: 30px;
    color: #000;
    margin-right: 10px;
  }
  .home_p {
    font-size: 15px;
    margin: 25px 0 0 90px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
  }
  .home_divider {
    border-left: 1.5px solid;
    height: 40px;
  }
  .home_div {
    margin: 0 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
  }
  .home_div span {
    font-size: 1.3rem;
    font-weight: bolder;
  }
  .home_row_div {
    display: flex;
    justify-content: space-around;
    width: 300px;
    margin-left: 70px;
    align-items: center;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .topnav {
    padding: 25px 50px;
  }
  .ant-layout-content {
    padding: 25px 50px;
    min-height: calc(100vh - 64px) !important;
  }
  .home_title {
    font-weight: bold;
    color: black;
    font-size: 40px;
    margin-left: 20px;
    padding: 20px 0 0 60px !important;
  }
  .banner_icon {
    font-size: 40px;
    color: #000;
    margin-right: 10px;
  }
  .home_p {
    font-size: 20px;
    margin: 15px 0 0 80px !important;
    font-weight: bold;
    color: #fff;
  }
  .home_divider {
    border-left: 3px solid;
    height: 80px;
  }
  .home_div {
    margin: 0 10px;
    font-size: 1.5rem;
    text-align: center;
  }
  .home_div span {
    font-size: 2rem;
    font-weight: bolder;
  }
  .home_row_div {
    display: flex;
    justify-content: space-around;
    width: 500px;
    margin-left: 100px !important;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .home_title {
    font-weight: bold;
    color: black;
    font-size: 40px;
    margin-left: 20px;
    padding: 20px 0 0 60px !important;
  }
  .home_p {
    font-size: 25px;
    margin: 50px 0 0 80px !important;
    font-weight: bold;
    color: #fff;
  }
  .home_divider {
    border-left: 3px solid;
    height: 80px;
  }
  .home_div {
    margin: 0 10px;
    font-size: 1.5rem;
    text-align: center;
  }
  .home_div span {
    font-size: 2rem;
    font-weight: bolder;
  }
  .home_row_div {
    display: flex;
    justify-content: space-around;
    width: 500px;
    margin-left: 100px !important;
    align-items: center;
  }
}
.project-card-desktop {
  height: 43vh;
}
.project-card-desktop:hover {
  box-shadow: 0 2px 8px 1px rgba(64, 60, 67, 0.24);
}
@media (min-width: 375px) and (max-width: 767px) {
  .project-card-desktop {
    height: auto;
    margin-right: 6px;
    padding: 0px;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  .TabStyle {
    padding-left: 2px !important ;
    padding-top: 0px !important;
  }
}
.tabsize {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.dstyle {
  margin-top: -15px !important;
  padding-top: -30px !important;
  margin-bottom: 3px !important;
  margin-left: -17px !important;
  padding-left: -15px !important;
  font-size: "16px" !important;
}
.banner-corporate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 35px;
  height: 40vh;
  padding-bottom: 0px;
}
.banner-image {
  width: 500;
  height: 400px ;
  position: absolute;
  top: 98px;
  right: 70px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .banner-image {
    width: 153px;
    height: 120px;
    position: absolute;
    top: 78px;
    right: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-image {
    width: 24rem;
    height: 15rem;
    position: absolute;
    top: 151px;
    right: 50px;
  }
}
.banner-child-corporate {
  padding-top: -10px !important;
  margin-top: 0px;
  font-weight: 200;
  background-color: "yellow";
}
.icon-style {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 69px;
}
.card-projects-head {
  background-color: lightgray;
  padding-bottom: 0px;
  padding-top: 0px !important;
  box-shadow: "0 0 4px 0 rgb(0 0 0 / 10%)";
}
.card-shadow {
  box-shadow: "0 0 4px 0 rgb(0 0 0 / 10%)";
  border-radius: 1em;
}
.start-learning-btn {
  transform: "translate(-50 %, -50 %)";
  background-color: #FFBC13;
  color: black;
  font-size: 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  border-radius: 0.7rem;
  position: relative;
  text-align: center;
  top: 13px;
  height: 39px;
  line-height: 0;
}
.highlights-style {
  text-align: center;
}
.name-style {
  margin-top: -20px;
}
.header-style {
  margin-right: 250px;
}
.head-para {
  margin: 30px 40px;
  line-height: 47px;
  color: white;
  font-size: 40px;
  font-weight: 800;
}
.h2-title {
  margin-left: 70px;
  font-size: 34px;
}
.project-card li,
.project-card p {
  text-align: start;
}
.card-font {
  font-size: 16px;
  font-weight: 500;
}
.card-alignment {
  text-align: start;
  font-size: 16px;
  font-weight: 500;
}
.project-h2 {
  text-align: center;
}
.banner-row {
  background: darkblue;
  width: 60%;
}

.nav_slider {
  display: block;
}
.mob_nav_bar {
  display: none;
}
@media (max-width: 540px) {
  .nav_slider {
    display: none;
  }
  .mob_nav_bar {
    display: block;
    position: fixed;
    background: #fff;
    top: 10px;
    padding: 10px;
    box-shadow: 2px 1px 10px #cfcaca;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}

.internship {
  background: #9ea539;
  color: #fff;
  font-weight: 600;
  width: 100px;
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: 999;
  text-align: center;
}
.admin_course_card .ant-card-body {
  padding: 0px;
  /* padding-top: 8px; */
}


.interview-card .ant-card-body {
  padding: 8px;
}
.interview-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.interview-card-name {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 12px;
  color: #3d3d3d;
}
.interview-card-count {
  font-size: 14px;
  font-weight: 400;
  color: #838181;
}

.interview_collapse_container {
  background: #f5f8fb;
  box-shadow: 1px 1px 12px #e4e4e4;
  border-radius: 4px;
  border: 1px solid #d0cece;
}
.question_panel_description li {
  list-style-type: disclosure-closed;
}
.panel_description {
  font-size: 16px;
}
.question_panel {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.job_title {
  font-size: 18px;
  color: #1ea1ff;
}
.job_extended_title {
  font-size: 26px;
  color: #000;
}
.job_company_name {
  font-size: 16px;
  color: #4e4c4c;
}
.job_extended_company_name {
  font-size: 16px;
  color: #4e4c4c;
  padding-right: 4px;
}
.job_location {
  font-size: 16px;
  color: #4e4c4c;
}
.job_extendeds_location {
  font-size: 16px;
  color: #4e4c4c;
  padding-right: 4px;
}
.job_date {
  font-size: 12px;
  color: #2e8d61;
  font-weight: 500;
}
.job_container {
  border-bottom: 1px solid #e6e0e0;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}
.job_selected_container {
  border-bottom: 1px solid #e6e0e0;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  border-left: 5px solid #000;
  padding-left: 8px;
  transition: all 0.3s;
}
.visible_mobile_view {
  position: "";
  padding: 16px;
  background: #fff;
}
.hide_mobile_view {
  position: "";
  padding: 16px;
  background: #fff;
}
.job_html_content {
  padding-top: 20px;
}
.job_view {
  padding: 10px 30px;
  background: #fff;
  height: 80vh;
  margin-left: 20px;
  overflow: auto;
}
.job_apply_link {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .job_view {
    padding: 10px 30px;
    background: #fff;
    height: 80vh;
    margin-left: 0px;
    overflow: auto;
  }
  .hide_mobile_view {
    display: none;
  }
}

.boucherBtn {
  margin-top: 4px;
  top: 300px;
  left: 40vw;
  z-index: 2;
}
@media (max-width: 576px) {
  .boucherBtn {
    margin-top: 4px;
    top: 100px;
    left: 65vw;
    z-index: 2;
  }
}
@media (max-width: 992px) {
  .boucherBtn {
    margin-top: 4px;
    top: 300px;
    left: 40vw;
    z-index: 2;
  }
}
@media (max-width: 576px) {
  .boucherBtn {
    margin-top: 4px;
    top: 100px;
    left: 65vw;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .boucherBtn {
    margin-top: 4px;
    top: 300px;
    left: 50vw;
    z-index: 2;
  }
}

.ratings {
  list-style: none;
  font-size: 20px;
}
.stars {
  float: left;
  color: #FAB715;
}
.stats_icon {
  font-size: 20px;
  color: #FAB715;
}
.grey-stars {
  float: left;
  color: #fff;
}
.card {
  min-height: 450px;
  background: #D29100;
}
.title {
  margin: 1em !important;
  color: #fff !important;
}
.subtitle {
  color: #fff;
  margin: 1em 2em !important;
  margin: 16px;
}
.description {
  margin: 1em 2em;
  width: max-content;
  background: #053746;
  padding: 1em;
}
.description div {
  color: #e0dcdc;
}
.stats {
  width: max-content;
  margin: 1em 2em !important;
  background: #053746;
  font-size: 14px;
  padding: 0.5em;
}
.form_name {
  font-weight: 500;
  margin-bottom: 16px;
}
.faq-list {
  font-size: 14px;
  font-weight: 400;
}
.faq-btn {
  border-radius: 7px;
  background: #ffbb13;
  margin-right: 20px;
}
.fee-card {
  width: 300px;
  height: 300px;
  font-size: 16px;
}
.curriculam-card {
  width: 600px;
  height: 300px;
}
.faq-btn {
  border-radius: 7px;
  background: #ffbb13;
  width: 300px;
}
.fees {
  background: #f5f8fb;
}
.curriculum-btn {
  margin-left: 10px;
  width: 180px;
  background: #ffbb13;
  float: right;
}
.curriculum-read-more-btn {
  position: relative;
  left: 35%;
  margin-top: 10px;
  font-size: 19px;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  background: #dae1e7;
}
.course-card-form {
  height: 200px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}
.fee-rupee {
  text-align: center;
}
.project-card {
  width: 50%;
  height: 400px;
  border: 1px solid black;
}
.instructor-card {
  width: 370px;
  height: 500px;
  border: 1px solid transparent;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  margin: 1px;
}
.instructor-img {
  width: 150px;
  height: 150px;
  border: 1px solid black;
  position: relative;
  left: 95px;
  top: -107px;
  background: white;
  border-radius: 100%;
}
.certificate-img {
  position: absolute;
  right: 0;
  width: 35%;
  height: 400px;
  margin: 5px;
  border: 1px solid black;
}
.certificate {
  margin: 7px;
}
@media (max-width: 768px) {
  .description {
    width: auto;
  }
  .stats {
    width: auto;
  }
  .faq-phone {
    max-width: 60%;
    height: 2.7rem;
    background: #ffbc13;
  }
}

.ant-tabs-tab-active div {
  color: #8268B6 !important;
  text-shadow: 0 0 0.25px #8268B6 !important;
  font-weight: 500;
}
.ant-tabs-tab-btn {
  font-weight: 500;
  color: #676363;
}
.ant-tabs-ink-bar {
  background: #8268B6;
}
.ant-tabs-nav::before {
  box-shadow: 1px 2px 5px #ccc9c9;
}

.feature_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1em;
  font-weight: 500;
}
.feature_container {
  margin-top: 1em;
  align-items: baseline;
  padding: 2em 0em;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.feature {
  font-size: 16px;
  text-align: center;
}
.key_feature_heading {
  font-size: 28px !important;
  font-weight: 500 !important;
}

.collapse_container {
  background: #f5f8fb;
  box-shadow: 1px 1px 12px #e4e4e4;
  border-radius: 4px;
  border: 1px solid #d0cece;
}
.ant-collapse-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0cece;
  font-size: 16px;
  font-weight: 500;
}
.course_overview_subtitle {
  font-size: 18px !important;
  padding: 1em 0px !important;
  color: #656565 !important;
  font-weight: 500 !important;
}
.course_overview_heading {
  font-size: 28px !important;
  font-weight: 500 !important;
}
.call_to_us {
  width: 300px;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.call_to_us_top_card {
  display: flex;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #e97a81 0%, #b54095 100.2%);
  font-size: 18px;
  font-weight: 500;
  padding: 8px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.call_to_us_card {
  border: 0.5px solid #d0cece;
  border-radius: 4px;
  margin: 0px 10%;
}
.call_to_us_number {
  padding: 1em;
  font-weight: 500;
  font-size: 16px;
}
.course_overview_submit {
  display: flex;
  justify-content: center;
}
.course_overview_submit > button {
  border-radius: none;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #e97a81 0%, #b54095 100.2%);
  color: #fff;
}
.course_overview_skill_item {
  border-bottom: none !important;
  font-size: 14px !important;
}
.course_overview_skill_card .ant-card-body {
  padding: 15px 20px;
}
.course_overview_skill_header {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 1.5em 0 !important;
}
.panel_description li {
  list-style-type: disclosure-closed;
}
.panel_description {
  font-size: 16px;
}
.course_overview_skill_meta {
  align-items: center;
}

.fee_heading {
  font-size: 28px !important;
  font-weight: 500 !important;
}
.fee_category_heading {
  font-size: 22px !important;
  font-weight: 500 !important;
  text-align: center;
}
.discount_price {
  font-size: 30px;
  font-weight: 600;
  color: #4e4e4e;
}
.price_container {
  margin: 20px 0px;
}
.price {
  font-size: 16px;
  font-weight: 400;
  color: #a0a0a0;
  text-decoration: line-through;
}
.course_fee_item {
  border-bottom: none !important;
}
.course_overview_skill_meta {
  align-items: baseline;
}
.course_fee_enrol {
  padding: 20px 0px;
  border-bottom: 0.3px solid #e0e0e0;
}
.custom_message {
  font-size: 18px;
}
.course_fee_enrol > button {
  border-radius: none;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #e97a81 0%, #b54095 100.2%);
  color: #fff;
}

.topic_list {
  list-style-type: number;
  font-size: 16px;
}
.topic_list li {
  padding: 5px 0px;
}

.projects_title {
  font-weight: 500 !important;
  font-size: 28px !important;
}
.projects_subtitle {
  font-weight: 500 !important;
  font-size: 20px !important;
  padding: 10px 0px;
}
.project_card {
  padding: 10px 0px;
}
.project_card .ant-card-body {
  padding: 10px 0px;
}
.project_card li {
  font-size: 14px;
  color: #395269;
  padding: 4px 0px;
  font-weight: 500;
}
.read_more {
  text-align: right;
  padding: 0px 20px;
  font-weight: 500;
  color: #120077;
}
.cource_project_title {
  background-image: linear-gradient(to right, #d29100 0%, #eea849 51%, #d29100 100%);
}
.cource_project_title {
  margin-bottom: 0 !important;
  padding: 10px 45px;
  transition: 0.5s;
  font-weight: 500;
  background-size: 200% auto;
  color: white !important;
  box-shadow: 0 0 20px #eee;
  font-size: 20px !important;
  width: max-content;
  margin-left: -10px;
}
.cource_project_title:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.triangle {
  width: 10px;
  margin-left: -10px;
  height: 10px;
  background: linear-gradient(to top right, #fff 0%, #fff 50%, #d29100 50%, #d29100 100%);
}

.instructor_title {
  font-size: 28px !important;
  font-weight: 500 !important;
  padding-bottom: 80px;
}
.instructor_avatar {
  border-radius: 50%;
}
.instructor_avatar_container {
  position: absolute;
  top: -12%;
}
.instructor_card .ant-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.instructor_name {
  font-size: 20px;
  font-weight: 500;
  padding-top: 20px;
  text-align: center;
}
.social_icon {
  padding-bottom: 20px;
  padding-top: 10px;
}
.instructor_specialization {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  text-align: center;
}
.instructor_exp {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  text-align: center;
}
@media (max-width: 576px) {
  .instructor_column {
    padding-top: 80px;
  }
}
@media (min-width: 576px) {
  .instructor_card {
    margin-top: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .instructor_title {
    padding-bottom: 0px;
  }
  .instructor_avatar_container {
    position: absolute;
    top: -12%;
  }
}
@media (min-width: 768px) {
  .instructor_card {
    margin-left: 0px;
    margin-right: 0px;
  }
  .instructor_title {
    padding-bottom: 0px;
  }
  .instructor_avatar_container {
    position: absolute;
    top: -12%;
  }
}
.course_instructor_item {
  border-bottom: none !important;
  padding: 2px 0 !important;
}
.course_instructor_item .ant-list-item-meta-title {
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0 !important;
  margin: 0;
}
.course_instructor_item .ant-list-item-meta {
  margin-bottom: 4px;
}
.instructor_exp_title {
  font-size: 18px !important;
  color: #4f5152 !important;
}
.instructor_exp_desc {
  padding-left: 1em;
  font-size: 16px !important;
  color: #3d3e3e !important;
  font-weight: 400 !important;
}
.instructor_project_list {
  align-self: flex-start;
  width: 100%;
}
.instructor_project_list .ant-list {
  padding-left: 1em;
}

.faqs_title {
  font-weight: 500;
  font-size: 28;
}

.career_tabs .ant-tabs-nav {
  background: #fff;
}
.career_tabs .ant-tabs-tab-active {
  background: #6759b8;
}
.career_tabs .ant-tabs-tab-active div {
  color: #fff !important;
  font-weight: 500;
}
.career_tabs .ant-tabs-tab {
  border: 1px solid #dcdcdc;
  margin: 0px !important;
  padding: 10px 20px;
}
.career_tabs .ant-tabs-ink-bar {
  display: none;
}
.career_content p {
  font-size: 20px;
  font-weight: 500;
}
.career_content article {
  font-size: 16px;
}
.career_content {
  padding: 10px 0px;
}
.career_heading {
  font-size: 28px !important;
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  .career_img {
    display: flex;
    justify-content: center;
  }
}

.place_label {
  font-size: 18px;
  padding-top: 16px;
  font-weight: 400;
}
.place_card {
  border-radius: 10px;
}
.place_card:hover .place_icon {
  transform: scale(1.2);
}
.place_icon {
  transition: transform 0.3s 0s ease;
}

.tutorial_banner {
  background: #fff2cc;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
}

.pop_tutorial {
  border: 1px solid #000;
  margin-bottom: 18px;
  margin-top: 18px;
  cursor: pointer;
}
.pop_desc {
  font-weight: 500;
}
.pop_attr {
  font-weight: 500;
  color: #5f5e5e;
  font-size: 12px;
  text-align: center;
  padding: 2px;
}

.tutorial_banner {
  background: #fff2cc;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
}

.pop_tutorial {
  border: 1px solid #000;
  margin-bottom: 18px;
  margin-top: 18px;
  cursor: pointer;
}
.pop_desc {
  font-weight: 500;
}
.pop_attr {
  font-weight: 500;
  color: #5f5e5e;
  font-size: 12px;
  text-align: center;
  padding: 2px;
}

.new_question_title {
  font-size: 20px;
  font-weight: 500;
}
.new_question_subtitle {
  font-size: 12px;
}
.question_title {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.new_question_container {
  margin: 40px;
}

.explore_question_title {
  font-size: 20px;
  font-weight: 500;
}
.content {
  font-size: 16px;
  margin: 10px;
}
.ans_date {
  font-size: 10px;
  opacity: 0.5;
}
.ans_by {
  font-size: 12px;
}
.more_comments {
  font-size: 12px;
}

.instructor_btn_link {
  font-size: 18px !important;
  padding: 24px 28px;
  border-radius: 7px;
  color: #000;
  font-style: 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 0;
  margin-left: 25px;
}
.corporate-container {
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  width: 100%;
  line-height: 35px;
  height: 44vh;
  padding-bottom: 0px;
  background: #FFBC13;
}
@media (max-width: 720px) {
  .corporate-container {
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    height: 60vh;
    width: 100%;
    line-height: 20px;
  }
}
@media (max-width: 520px) {
  .corporate-container {
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    height: 40vh;
    width: 100%;
    line-height: 30px;
  }
  .instructor_image {
    display: none;
  }
}

.home_banner {
  background-color: #000000;
  background-image: linear-gradient(330deg, #000000 0%, #459cd1 100%);
}
.home_title {
  color: #fff !important;
}
.home-banner-image {
  position: absolute;
  top: 98px;
  width: 150px;
  height: 100px;
  right: 20px;
  animation: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s infinite alternate none running hmvVFK;
}
.home_div {
  color: #fff;
}
.home_divider {
  box-shadow: 0px 0px 40px #fff, 0px 0px 40px #fff;
  border-left: 3px solid;
  border-image: linear-gradient(to bottom, #029eff, #fff);
  border-image-slice: 1;
  text-decoration: none;
}
@keyframes hmvVFK {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@media (min-width: 576px) {
  .home-banner-image {
    position: absolute;
    top: 80px;
    right: 30px;
    animation: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s infinite alternate none running hmvVFK;
    width: 200px;
  }
}
@media (min-width: 768px) {
  .home-banner-image {
    position: absolute;
    top: 150px;
    right: 30px;
    animation: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s infinite alternate none running hmvVFK;
    height: 250px;
    width: 250px;
  }
}
@media (min-width: 992px) {
  .home-banner-image {
    position: absolute;
    /* top: 150px; */
    /* right: 5px; */
    right: 50px;
    animation: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s infinite alternate none running hmvVFK;
    height: 300px;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .home-banner-image {
    position: absolute;
    top: 150px;
    right: 50px;
    animation: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s infinite alternate none running hmvVFK;
    height: 400px;
    width: 400px;
  }
}

.learning-card {
  height: '100%';
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
}
.learning-card img {
  width: 120px;
  height: 120px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.register-btn {
  background: #ffbc13;
}
.register-btn {
  height: 40px;
  margin: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #000;
  display: block;
  padding-top: 5px !important;
}
.register-btn:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.register-card {
  height: 100%;
}

.lms-count {
  height: 25px;
  width: 25px;
  font-size: 15px;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 5px;
}
.lms-heading {
  font-weight: 600;
  text-align: right;
  font-size: 15px;
}
.lms-content {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
}
.lms_mobile_view {
  display: block;
}
.lms_desktop_view {
  display: none;
}
@media (min-width: 576px) {
  .lms_mobile_view {
    display: block;
  }
  .lms_desktop_view {
    display: none;
  }
}
@media (min-width: 768px) {
  .lms_mobile_view {
    display: none;
  }
  .lms_desktop_view {
    display: block;
  }
}
@media (min-width: 992px) {
  .lms_mobile_view {
    display: none;
  }
  .lms_desktop_view {
    display: block;
  }
}
@media (min-width: 1200px) {
  .lms_mobile_view {
    display: none;
  }
  .lms_desktop_view {
    display: block;
  }
}

.tutorial_banner {
  background: #fff2cc;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
}
.certified_professional {
  padding: 8px;
  background: #ffc000;
  border-radius: 8px;
  width: max-content;
  margin-top: 20px;
  margin-right: 8px;
}

.ref_container {
  background: #f3f1f1;
  margin: 20px;
  width: max-content;
}
.ref {
  padding: 8px;
  border-bottom: 0.1px solid #aeadad;
  cursor: pointer;
}
.ref_selected {
  padding: 8px;
  background: #abaaaa;
  font-weight: 600;
  cursor: pointer;
}
.ref_header {
  font-size: 18px;
  padding: 8px;
}
.mobile_nav {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile_nav {
    display: inline;
  }
  .desktop_nav {
    display: none;
  }
}

.tutorial_banner {
  background: #fff2cc;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
}

.community_banner {
  padding: 10px;
  background: #ffd966;
}
.page_name {
  padding: 4px;
  font-size: 14px;
}
.title {
  padding: 4px;
  font-size: 20px;
  font-weight: 600;
}
.subtitle {
  padding: 4px;
  font-size: 14px;
}

.explore_card .ant-card-body {
  padding: 10px 20px;
  background: #ededed;
  color: #000;
  font-weight: 600;
}
.explore_container {
  margin: 10px;
}

.top_question_title {
  font-size: 20px;
  font-weight: 600;
}
.ask_question {
  background: #ffd966;
  font-weight: 600;
  font-size: 16px;
  padding: 12px;
}
.question_heading {
  padding: 10px;
}
.question_container {
  background: #ededed;
  margin: 10px;
  padding: 10px;
}
.question_search {
  margin-bottom: 16;
  margin-top: 16;
  width: 50%;
}
.question_by_user {
  color: #ed7d31;
}
.question_props {
  text-align: center;
  padding: 4px;
}
.question {
  background: #fff;
  margin: 10px;
  padding: 10px;
}
.question_label {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.question_tag {
  font-size: 10px;
  padding: 4px;
  border: 1px solid gray;
  margin: 4px;
}
.question_by {
  font-size: 14px;
  padding: 4px;
  margin: 4px;
}

