/***************** MAIN CSS ********************/
.digital-clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.digital-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.digital-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.color {
  color: #043148;
}

.btn-bg {
  background: #fb8500;
}

.btn-border {
  border: 1px solid #fb8500;
}

#side-button {
  display: inline-block;
  background-color: #ff9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#side-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#side-button:hover {
  cursor: pointer;
  background-color: #03a9f4;
}

#side-button:active {
  background-color: #555;
}

#side-button.show {
  opacity: 1;
  visibility: visible;
}

/***************** MAIN CSS END********************/

/*****************START FORM CSS ********************/
.form-control {
  color: #fff !important;
}

.form-data {
  position: relative;
}

.input-group-append {
  position: absolute;
  top: 34px;
  right: 5px;
}

.input-group-append .fa-calendar {
  font-size: 23px;
  cursor: pointer;
}

.search-box {
  background: #e8e8e4;
  position: absolute;
  top: 50px;
  right: -5.3%;
  width: 350px;
  height: 60px;
  line-height: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #043148;
  display: none;
  z-index: 9999;
  cursor: pointer
}

.search-box:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #043148;
}

.search-box input[type="text"] {
  width: 200px;
  padding: 5px 10px;
  margin-left: 23px;
  margin-top: 6px;
  border: 1px solid #043148;
  outline: none;
}

.search-box input[type="button"] {
  width: 80px;
  padding: 5px 0;
  background: #043148;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #043148;
  outline: none;
  cursor: pointer;
}

/* CHOOSEN FORM CSS */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 5px 10px;
  /* width: 100%; */
  height: 40px !important;
  font-size: 15px;
  border: 1px solid #aaa;
  background: transparent !important;
  cursor: text;
  left: 16px;
  border-radius: 3px;
}

#multiple_choices_chosen {
  width: 62.5% !important;
}

.chosen-container-multi .chosen-results {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d9d9d9;
  padding: 10px;
}

.chosen-container .chosen-results li {
  border: 1px solid #000;
  /* margin-right: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important; */
  margin: 5px 5px !important;
  border-radius: 3px;
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  left: 17px;
}

::placeholder {
  color: #fff !important;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #fff;
}

/* CHOOSEN FORM CSS END*/

/*****************END FORM CSS ********************/

/*****************HEADER CSS START******************/
.navbar img {
  width: 100px;
  height: 50px;
}

.fixed-navbar {
  background-color: #efefef;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: 0.6s ease-in;
}

.navbar-nav li a {
  margin-right: 30px;
  cursor: pointer;
}

/******************* MODAL START *******************/
.digital-course-modal .digital-form-bg {
  background-image: url(https://stageorigin.radiocity.in/assets/images/digital-course/digital-img.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 490px;
  -webkit-box-shadow: -2px 2px 19px 3px rgba(175, 185, 224, 1);
  -moz-box-shadow: -2px 2px 19px 3px rgba(175, 185, 224, 1);
  box-shadow: -2px 2px 19px 3px rgba(175, 185, 224, 1);
}

.digital-course-modal .main-bg-form {
  background: #000000d4;
  height: 450px;
}

.digital-course-modal h2 {
  color: #24acf1;
  padding-top: 90px;
}

.digital-course-modal .form-control {
  background-color: transparent;
}

.digital-course-modal .custom-select {
  background: transparent;
  color: #fff;
}

/* SING UP PAGE */
.digital-form-bg-singup {
  background-image: url(https://stageorigin.radiocity.in/assets/images/digital-course/digital-img.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: -2px 2px 19px 3px rgba(175, 185, 224, 1);
  -moz-box-shadow: -2px 2px 19px 3px rgba(175, 185, 224, 1);
  box-shadow: -2px 2px 19px 3px rgba(175, 185, 224, 1);
}

.main-bg-form-singup {
  background: #000000d4;
}

.sing-up-header {
  position: relative;
}

.sing-up-header h5 {
  position: absolute;
  top: 10px;
  right: 20px;
  border: 2px solid #24acf1;
  border-radius: 10px;
}

/* LOGIN PAGE CSS */
.login-page-bg {
  background-image: url(https://stageorigin.radiocity.in//assets/images/digital-course/signup-banner.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 650px;
}

/* LOGIN FORM CSS */
::placeholder {
  color: white;
}

.form-control {
  color: #fff !important;
}

.form-data {
  position: relative;
}

.input-group-append {
  position: absolute;
  top: 34px;
  right: 5px;
}

.input-group-append .fa-calendar {
  font-size: 23px;
  cursor: pointer;
}

.search-box {
  background: #E8E8E4;
  position: absolute;
  top: 66px;
  right: 9.7%;
  width: 350px;
  height: 60px;
  line-height: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #043148;
  display: none;
  z-index: 9999;
  cursor: pointer;
}

.search-box:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #043148;
}

.search-box input[type="text"] {
  width: 200px;
  padding: 5px 10px;
  margin-left: 23px;
  margin-top: 6px;
  border: 1px solid #043148;
  outline: none;
}

.search-box input[type="button"] {
  width: 80px;
  padding: 5px 0;
  background: #043148;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #043148;
  outline: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  height: auto;
  font-size: 15px;
  border: 1px solid #aaa;
  background: transparent;
  /* background-color: #fff; */
/* background-image: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff)); */
/* background-image: linear-gradient(#eee 1%,#fff 15%); */
/* cursor: text;
  left: 16px;
  border-radius: 3px; */
/* }  */

#multiple_choices_chosen {
  width: 62.5% !important;
}

.chosen-container-multi .chosen-results {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #D9D9D9;
  padding: 10px;
}

.chosen-container .chosen-results li {
  border: 1px solid #000;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  left: 17px;
}

::placeholder {
  color: #fff !important;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #fff;
}

/******************* MODAL END *******************/
/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: "Merriweather", serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

@media (max-width: 767px) {
  #side-button {
    bottom: 15px;
    right: 15px;
  }

  .content {
    width: 90%;
    margin: 50px auto;
  }
}

.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}

.content h3 {
  font-style: italic;
  color: #96a2a7;
}

/******************* INDEX PAGE CSS *******************/
.banner {
  overflow-x: hidden;
}

.digital-main h1 {
  font-size: 32px;
}

.three-box {
  background: #043148;
}

.three-box img {
  width: 30%;
}

.nav-btn {
  background: #043148;
}

.course-main .col-md-6::before {
  content: "";
  width: 2px;
  height: 104%;
  background: #000;
  position: absolute;
  right: 0px;
  top: 2px;
}

.course-main .col-md-6:nth-child(2)::before {
  display: none;
}

.course-main img {
  width: 328px;
}

.course-main .frame-panel img {
  width: 30px;
  position: absolute;
  left: -17px;
  top: 50px;
}

.course-main .frame-right img {
  width: 30px;
  position: absolute;
  right: -14px;
  top: 44px;
}

.card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}

.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.accordion .card-header:after {
  display: none;
}

.course-main .btn-bg {
  background: #fb8500;
}

.main-enroll .btn-bg {
  background: #fb8500;
}

.course-main .btn-border {
  border: 2px solid #fb8500;
}

.main-course {
  position: relative;
}

.course-main img {
  width: 328px;
}

.course-main .frame-panel img {
  width: 30px;
  position: absolute;
  left: -17px;
  top: 50px;
}

.card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}

.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.accordion .card-header:after {
  display: none;
}

/******************* INDEX PAGE CSS END*******************/

/******************* CETOGOERY PAGE CSS *******************/
.three-box-second-page {
  background: #043148;
}

.photo-graphy {
  color: #043148;
}

.photo-navigation ul li {
  list-style: none;
}

.card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}

.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.accordion .card-header:after {
  display: none;
}

.other-corse-box .card {
  -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.75);
}

/* SLLAYBUS section */
.photo-graphy {
  overflow-x: hidden;
}

.Skills-section .photography-section {
  display: contents;
}

.Skills-section button {
  padding: 9px 0px;
  font-size: 15px;
  background: #fb8500;
}

.three-box h2 {
  background-color: #043148;
}

.benifets .benifets-bg {
  background: #043148;
}

.syllabus-list span {
  font-size: 18px;
}

.Skills-section ul li {
  background: #fb8500;
}

.other-courses .btn-bg {
  background: #fb8500;
}

.three-box .three-box-number {
  font-size: 30px;
  background-color: #24acf1;
  border-radius: 50px;
  padding: 10px 20px;
}

.mobile-u-arrow i {
  font-size: 30px;
}

.syllabus .course-video {
  position: relative;
}

.syllabus .course-video img {
  width: 300px;
}

.syllabus .course-video i {
  font-size: 20px;
  color: #043148;
  background-color: #24acf1;
  padding: 10px;
  border-radius: 41px;
  position: absolute;
  right: 37%;
  bottom: 28px;
}

.cirtificatebtn {
  position: absolute;
  top: 60px;
  left: 202px;
}

.requrment-content img {
  height: 100px;
}

.program-section .rotate {
  -moz-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.program-section .rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* .other-courses .card {
  height: 190px;
} */

/******************* CETOGOERY PAGE CSS END *******************/
/***************REGISTER PAGER CSS****************/
.main-enroll-main .register-box {
  background: #f5f5f5;
}

.main-enroll-main .register-box img {
  width: 192px;
}

.main-enroll-main .register-box .col-md-5 img {
  width: 30px;
}

/***********  Profile START**********/
.register-box h5,
h2,
p {
  color: #043148;
}

.register-box span {
  color: #3381dc;
}

.register-youtube-content i {
  font-size: 25px;
  color: #043148;
  font-weight: 600;
}

.discountClass i {
  color: #b5b2b2;
  font-size: 18px;
}

.discountClass h2 {
  color: #b5b2b2;
  font-size: 20px;
  display: flex;
  padding-top: 6px;
}

.discountClass h2::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 62px;
  max-width: 200px;
  background: #000;
  top: 16px;
  transform: skew(356deg, 354deg);
}

#msg {
  color: #043148;
  font-size: 25px;
}

#discountInr i {
  font-size: 25px;
  color: #043148;
}

font-size: 25px;
color: #043148;
}

*/ .progress {
  display: flex !important;
  height: 0px !important;
  overflow: hidden !important;
  background-color: #00c3e7 !important;
  border-radius: 0 !important;
  height: 7px !important;
  overflow: visible !important;
}

.progress-bar {
  background: #043148;
  height: 10px !important;
  line-height: 14px !important;
  position: relative;
  left: 0px;
  top: -1px;
}

.continue p {
  color: #fb8500;
}

.register-cirtifacate {
  position: relative;
}

.register-cirtifacate .cirtifacet img {
  width: 332px !important;
  padding-bottom: 50px;
}

.register-cirtifacate .lock-img img {
  position: absolute;
  top: 86px;
  left: 154px;
  width: 40px;
}


.register-cirtifacate .lock-img img {
  width: 40px !important;
}

.score-part {
  position: relative;
  top: -72px;
  left: 136px;
}


.register-cirtifacate .registerLock img {
  width: 50px;
  position: absolute;
  top: 70px;
  right: 150px;
}

/***********  user active**********/

/***********  quize part**********/
aside {
  overflow-y: auto;
  height: 100vh;
  border-right: 1px solid #000;
  padding: 20px;
}

.main-vedio {
  display: flex;
  overflow: hidden;
}

aside {
  overflow-y: auto;
  height: 100vh;
  border-right: 1px solid #000;
  padding: 20px;
}

aside::-webkit-scrollbar {
  width: 10px;
}

aside::-webkit-scrollbar-thumb {
  background: rgb(4, 49, 72);
  background: linear-gradient(0deg,
      rgba(4, 49, 72, 1) 0%,
      rgba(0, 0, 0, 0.9864320728291317) 100%);
  border-radius: 30px;
}

.main-vedio .col-md-9 {
  flex: 1;
  padding: 20px;
}

.quize-button .btn:hover {
  background: transparent;
  border: 2px solid #fb8500;
}

/***********  vedio part**********/
.main-vedio aside {
  overflow-y: auto;
  height: 100vh;
  border-right: 1px solid #000;
  padding: 20px;
}

.main-vedio {
  display: flex;
  overflow: hidden;
}

.main-vedio aside {
  overflow-y: auto;
  height: 100vh;
  border-right: 1px solid #000;
  padding: 20px;
}

.main-vedio aside::-webkit-scrollbar {
  width: 10px;
}

.main-vedio aside::-webkit-scrollbar-thumb {
  background: rgb(4, 49, 72);
  background: linear-gradient(0deg,
      rgba(4, 49, 72, 1) 0%,
      rgba(0, 0, 0, 0.9864320728291317) 100%);
  border-radius: 30px;
}

.main-vedio .col-md-9 {
  flex: 1;
  padding: 20px;
}

.videoSwiper img {
  width: 831px;
  height: 430px;
}

/********* user-active css **********/
.progress {
  display: flex !important;
  height: 0px !important;
  overflow: hidden !important;
  background-color: #00c3e7 !important;
  border-radius: 0 !important;
  height: 7px !important;
  overflow: visible !important;
}

.progress-bar {
  background: #043148;
  height: 10px !important;
  line-height: 14px !important;
  position: relative;
  left: 0px;
  top: -1px;
}

.continue p {
  color: #fb8500;
}

.register-cirtifacate {
  position: relative;
}

.score-part {
  position: relative;
  top: -72px;
  left: 136px;
}

.progress-pera p {
  color: #666565;
}

/********* user-video css **********/
.video {
  width: 95%;
  max-height: 100%;
}

.main-video aside {
  overflow-y: auto;
  height: 100vh;
  border-right: 1px solid #000;
  padding: 20px;
}

.main-video {
  display: flex;
  overflow: hidden;
}

.main-video aside {
  overflow-y: auto;
  height: 100vh;
  border-right: 1px solid #000;
  padding: 20px;
}

.main-video aside::-webkit-scrollbar {
  width: 10px;
}

/* .main-video aside::-webkit-scrollbar-thumb {
  background: rgb(4, 49, 72);
  background: linear-gradient(0deg, rgba(4, 49, 72, 1) 0%, rgba(0, 0, 0, 0.9864320728291317) 100%);
  border-radius: 30px;
} */

.main-video .col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px;
}

.main-video .col-md-9 {
  flex: 1;
  padding: 20px;
}

.videoSwiper img {
  width: 831px;
  height: 430px;
}

.main-video .playIcon {
  font-size: 10px;
  padding: 6px;
}

.fa-play {
  font-size: 10px;
}

/* =============================== Start: (min-width:  320px) and (max-width: 479px) =============================== */
@media (min-width: 320px) and (max-width: 479px) {
  .search-box {
    background: #E8E8E4;
    position: absolute;
    top: 46px;
    right: -6.3%;
    width: 350px;
    height: 60px;
    line-height: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 4px solid #043148;
    display: none;
    z-index: 9999;
    cursor: pointer;
  }

  m .digital-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .digital-clamp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* FORM */

  .side-nav {
    position: absolute;
    right: 10px;
    top: 25px;
  }

  /* .search-box {
    position: absolute;
    top: 49px;
    right: 51.7%;
    width: 306px;
  } */

  /* .dropdown-menu {
    left: -102px;
  } */

  /* FORM END */
  /* INDEX PAGE */

  .course-main .frame-right .frame-right-pera {
    font-size: 14px;
    text-align: left !important;
    font-weight: bold;
  }

  .course-main .col-md-6::before {
    display: none;
  }

  .digital-course-main-head h1,
  h3 {
    font-size: 16px;
  }

  h2.border-bottom.border-dark::before {
    display: none;
  }

  .course-main img {
    width: 100%;
  }

  .course-main .frame-panel h4 {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: -200px;
    text-align: left;
    left: -2px;
    font-weight: bold;
  }

  .course-main .frame-panel {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }

  .course-main .frame-panel .frame-panel-pera {
    position: absolute;
    top: -75px;
    right: -13px;
    text-align: left;
  }

  .course-main .frame-right h4 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
  }

  .second-img img {
    position: absolute;
    right: -159px;
    top: -338px;
    width: 150px;
    transform: translate(10px, 10px);
  }

  .three-box h2 {
    font-size: 12px;
    margin-top: 10px;
  }

  .three-box img {
    width: 40px;
  }

  .course-main .frame-panel .frame-panel-pera-second {
    position: absolute;
    top: -111px;
    right: -13px;
    text-align: left;
  }

  .course-main .freame-pera {
    text-align: left !important;
  }

  .mobile-border-course {
    border-bottom: 1px solid #000;
  }

  .main-enroll {
    border-top: none !important;
  }

  .banner .swiper-slide img {
    aspect-ratio: 16/9;
  }

  .main-page-btn {
    justify-content: center;
  }

  .main-page-btn {
    display: flex;
    justify-content: center !important;
  }

  /* INDEX PAGE END */

  /* SLLYBUS SECTION START */
  .cirtificatebtn {
    position: absolute !important;
    top: 100px;
    left: 100px;
  }

  .photo-graphy h1,
  h2,
  h3 {
    font-size: 24px;
  }

  .photo-graphy h4,
  h5 {
    font-size: 13px;
  }

  .photo-navigation ul {
    width: 100%;
    overflow: auto;
  }

  .photo-navigation ul li p {
    font-size: 13px;
    margin-right: 5px;
  }

  .mobileList,
  .programList,
  .growthList {
    display: none;
  }

  .Skills-section button {
    padding: 4px 1px;
    font-size: 9px;
  }

  .syllabus .course-video i {
    transform: translate(60px, -25px);
  }

  .syllabus-content h3,
  h4 {
    font-size: 16px;
  }

  .mobile-border {
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 10px;
  }

  .other-courses .card {
    height: 220px;
  }

  .other-courses a {
    font-size: 14px;
  }

  /* SALLYBUS SECTION END */
  /* REGISTER START */
  .register-main .three-box h2 {
    font-size: 19px;
  }

  .main-enroll-main .register-box img {
    width: 60px;
  }

  .register-box h5 {
    position: absolute;
    top: -58px;
    font-size: 20px;
    left: 83px;
  }

  .discontBox {
    transform: translate(70%, -169%);
  }

  /* REGISTER END */
  /* MAIN ENROLL START */
  .main-enroll-main .register-box {
    margin-bottom: -55px !important;
  }

  .register-main .three-box h2 {
    font-size: 19px;
  }

  .main-enroll-main .register-box img {
    width: 60px;
  }

  .register-box h5 {
    position: absolute;
    top: -58px;
    font-size: 20px;
    left: 83px;
  }

  .register-cirtifacate .cirtifacet {
    position: relative;
    top: -246px;
    right: -214px;
  }

  .register-cirtifacate .cirtifacet img {
    width: 146px !important;
  }

  .register-cirtifacate .lock-img img {
    position: absolute;
    top: -221px;
    left: 262px;
    width: 40px;
  }
}

.color {
  color: #043148;
  position: relative;
  top: -120px;
  right: -226px;
  font-size: 12px;
  transform: translate(-4px, -14px);
}

.continue p {
  text-align: left;
}

.progress-pera {
  position: absolute;
  /* right: 0px;
    transform: translate(0px, 16px); */
  font-size: 9px;
}

/* .register-cirtifacate .lock-img img {
  position: absolute;
  top: -221px;
  left: 262px;
  width: 40px;
} */

.register-cirtifacate .cirtifacet img {
  padding-bottom: 0px;
}

/* MAIN ENROLL END */
/* QUIZE PAGE START */
.quize-button {
  text-align: center;
  padding-bottom: 20px;
}

/* QUIZE PAGE END */
/* VEDIO START */
.vedio-section h2 {
  text-align: center;
}

.form-check {
  display: block !important;
}

.register-cirtifacate .registerLock img {
  width: 50px;
  position: absolute;
  top: 70px;
  left: 170px;
}

/* VEDIO END */

/* =============================== Start: (min-width:  480px) and (max-width: 767px) =============================== */
@media (min-width: 400px) and (max-width: 767px) {
  .course-main .col-md-6::before {
    display: none;
  }

  .second-img img {
    position: absolute;
    right: -170px;
    top: -322px;
    width: 150px;
    transform: translate(10px, 10px);
  }

  .register-cirtifacate .registerLock img {
    right: 200px;
  }

  .register-cirtifacate .cirtifacet {
    position: relative;
    top: -240px;
    right: -229px;
    /* transform: translate(-41px, 7px); */
  }

  .register-cirtifacate .cirtifacet img {
    width: 150px !important;
  }

  .register-cirtifacate .lock-img img {
    width: 40px !important;
    position: absolute;
    top: -214px;
    left: 284px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .second-img img {
    transform: translate(10px, 16px);
  }

}