@media (max-width: 578px) {
  /* .course-banner-home{
        height: 300px !important;
        width: auto;
    } */
  /* .course-banner-home .carousel-inner img{
        height: 200px !important;
        width: auto;
    } */
}

.course-box {
  width: 100%;
  float: left;
  margin: 1% 0% 0% 0%;
}

.course-box .box {
  width: 50%;
  float: left;
  background-color: #f3f2f2;

  border: 1px solid #8e8f91;
  color: #565656;
  font-size: 14px;
  line-height: 22px;
  padding: 15px 0px 15px 15px;
}
.course-box .box:hover {
  background-color: #0095d9;
  border: 1px solid #0095d9;
  color: #fff;
}

.course-box .box-logo {
  width: 25%;
  float: left;
  height: 95px;

  margin-right: 15px;
}
.course-box .box-logo-rscit {
  background-image: url(../images/computercourse/rs-cit_logo.png);
  background-repeat: no-repeat;
}
.course-box .box-logo-rscfa {
  background-image: url(../images/computercourse/rs-cfa.png);
  background-repeat: no-repeat;
}
.course-box .box-logo-rcae {
  background-image: url(../images/computercourse/rcaelogo.png);
  background-repeat: no-repeat;
}

.course-box .box-logo-react {
  background-image: url(../images/computercourse/react.png);
  background-repeat: no-repeat;
}

.course-box .box-logo-php {
  background-image: url(../images/computercourse/php1.png);
  background-repeat: no-repeat;
}

.course-box .box-logo-python {
  background-image: url(../images/computercourse/python.png);
  background-repeat: no-repeat;
}

.course-box .course-content {
  width: 70%;
  float: left;
  padding: 5px 0px;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.course-box .course-content h2 {
  font-size: 24px;
  color: #000;
  margin: 0px;
  font-weight: bold;
}
.course-box .box:hover h2 {
  color: #fff;
}

.web-course-detail-button {
  background-color: #5ac5f7;
  padding: 5px 10px;
  border: 1px solid black;
  border-radius: 20px;
}

.web-course-detail-button:hover {
  background-color: black;
}

.web-course-detail-button a {
  color: black;
  font-weight: bold;
}

.web-course-detail-button:hover a {
  color: #0095d9;
  font-weight: bold;
}

.web-course-intro-para {
  color: #434343;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .course-box .box {
    width: 33%;
    padding: 15px 0px 15px 0px;
  }
  .course-box .box-logo {
    width: 80%;
    margin-left: 97px;
  }
  .course-box .course-content {
    width: 100%;
    text-align: center;
    padding: 16px 0px;
    font-size: 18px;
  }
  .course-box .course-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .course-box .box {
    width: 50%;
    padding: 15px 0px 15px 0px;
  }
  .course-box .box-logo {
    width: 70%;
    margin-left: 120px;
  }
  .course-box .course-content {
    width: 100%;
    text-align: center;
    padding: 16px 0px;
    font-size: 16px;
  }
  .course-box .course-content h2 {
    font-size: 20px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .course-box .box {
    width: 50%;
    padding: 15px 0px 15px 0px;
  }
  .course-box .box-logo {
    width: 70%;
    margin-left: 95px;
  }
  .course-box .course-content {
    width: 100%;
    text-align: center;
    padding: 16px 0px;
    font-size: 14px;
  }
  .course-box .course-content h2 {
    font-size: 20px;
  }
}

@media (min-width: 360px) and (max-width: 639px) {
  .course-box .box {
    width: 100%;
  }
  .course-box .box-logo {
    width: 60%;
    margin-left: 95px;
  }
  .course-box .course-content {
    width: 100%;
    text-align: center;
    padding: 16px 0px;
    font-size: 12px;
  }
}

.courseDetail h1 {
  color: #000;
  text-align: center;
  font-weight: bold;
}
.courseDetail h4 {
  text-align: center;
  font-weight: bold;
}
.courseDetail h2 {
  color: rgb(80, 79, 79);
}

.courseDetail p {
  line-height: 2;
  text-align: justify;
  font-size: 18px;
  color: #7f7f80;
}

.courseDetail ul li {
  list-style: none;
}

.courseDetail .syllabus li {
  list-style: circle;
  line-height: 1.5;
  font-size: 18px;
  color: #7f7f80;
}
.our-comp-course p {
  line-height: 1.5;
  text-align: justify;
  font-size: 16px;
  color: #7f7f80;
}
.our-comp-course ul li {
  line-height: 2;
}
.course-main-head h1 {
  color: #0095d9;
  font-weight: bold;
}
@media (min-width: 360px) and (max-width: 639px) {
  .course-main-head h1 {
    font-size: 22px !important;
  }
}
.hr-line {
  background-color: red;
  width: 50%;
}
.hr-line1 {
  background-color: red;
  width: 50%;
}

.footer-section {
  background: #151414;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-cta {
  /* border-bottom: 1px solid #373636; */
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}

.lexo-rules h2 {
  color: #ed6d00;
  font-weight: bolder;
}

.lexo-rules p {
  color: #252122;
  font-size: 18px;
}

.lexo-desc ul li {
  color: #252122;
  font-size: 18px;
  margin-bottom: 10px;
}

.lexo-desc .lexo-rule li {
  font-weight: bolder;
}

.lexo-desc .lexo-rule p {
  margin-left: 8px;
}

.iLearnLMS h1 {
  line-height: 45px;
  /* margin-top: 5px; */
}
.iLearnLMS p {
  text-align: justify;
  margin-top: 10px;
  font-size: 20px;
}
.iLearnLMS .assesment-heading h3 {
  margin-bottom: 20px;
  margin-top: 35px;
}

.iLearnLMS .assesment-heading a {
  margin-bottom: 20px;
}
.iLearnLMS ul li {
  font-size: 20px;
  font-weight: bold;
}

/* Web Development Page Styling Start */
/* For mobile view */

.webDevelopmentInfoParagraph {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  /* .banner-webDevelopment .carousel-inner {
    height: 120px; 
  }
  .banner-webDevelopment .carousel-inner .item img {
    height: 100%;
    width: 100%;
    height: 120px;
    object-fit: fill;
  } */
  .webDevelopmentInfoParagraph {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
  }
}

/* Web Development Page Styling End */
/* Web Design - Common */
.web-multitab {
  position: relative;
}
.web-multitab .nav-tabs {
  background-color: #0d6efd;
  background-color: #01004c;
  position: sticky;
  top: 0px;
  z-index: 1;
  /* border-radius: 10px 10px 0 0; */
}

.web-course-main-head h1 {
  color: #0095d9;
  color: #01004c;
  font-weight: bold;
}

.web-multitab .nav-tabs :hover {
  background-color: #0d6efd;
  background-color: chocolate;
  background-color: #eb5437;
  /* border: 1px solid chocolate; */
  border: none;
}

.web-multitab .tab-content {
  padding: 20px;
  border: 1px solid #0d6efd;
  border-top: none;
  background-color: white;
  border-radius: 0 0 10px 10px;
}

.web-multitab .nav-tabs > li > a {
  color: #0d6efd;
  color: #f3f2f2;
  font-weight: bold;
}
.web-multitab .nav-tabs > li.active > a,
.web-multitab .nav-tabs > li.active > a:focus,
.web-multitab .nav-tabs > li.active > a:hover {
  background-color: #0d6efd;
  background-color: chocolate;
  background-color: #eb5437;
  color: white;
  /* border-color: #0d6efd; */
  border: none;
}
.web-multitab .tab-content {
  padding: 20px;
  border: 1px solid #0d6efd;
  border-top: none;
  background-color: white;
  border-radius: 0 0 10px 10px;
}

.web-multitab .tab-content h3 {
  display: inline-block;
  padding: 5px;
  color: #0d6efd;
  background-color: #0d6efd;
  background-color: #01004c;
  color: #f3f2f2;
  font-weight: bold;
}

.web-multitab .tab-content p {
  margin-top: 5px;
  text-align: justify;
  font-weight: bold;
  font-size: 18px;
}

.web-multitab .tab-content ul li {
  font-size: 16px;
  margin-bottom: 3px;
}

.web-multitab .tab-content ul li span {
  font-weight: 600;
  color: #0b74f5;
  color: rgb(91, 90, 90);
}

/*   *******Start FAQ Styling*/
.web-multitab .tab-content .faq-container {
  max-width: 900px;
  /* margin: 0 auto; */
  padding: 10px;
}

.web-multitab .tab-content .faq-container h1 {
  /* font-size: 20px; */
  text-align: center;
  margin-bottom: 20px;
}

.web-multitab .tab-content .faq-item {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
}

.web-multitab .tab-content .question {
  width: 100%;
  /* padding: 15px 45px 15px 15px; */
  padding: 5px;
  text-align: left;
  background-color: #f5f5f5;
  background-color: #03557e !important;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  position: relative;
}

/* Plus and minus icons using Unicode characters */
.web-multitab .tab-content .question::before {
  content: "\002B"; /* Plus icon */
  position: absolute;
  right: 15px;
  transition: transform 0.3s ease;
}

/* Rotate the icon when the question is open */
.web-multitab .tab-content .question.open::before {
  content: "\2212"; /* Minus icon */
  transform: rotate(90deg);
}

.web-multitab .tab-content .answer {
  display: none;
  padding: 2px;
  background-color: #ffffff;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .web-multitab .tab-content .faq-item {
    margin-left: 0;
    margin-right: 0;
  }

  .web-multitab .tab-content .question {
    width: 100%;
    /* padding: 15px 45px 15px 15px; */
    padding: 5px;
    font-size: 14px;
  }

  .web-multitab .tab-content .answer {
    display: none;
    padding: 2px;
    font-size: 14px;
    background-color: #ffffff;
    margin-left: 0px;
    padding-left: 0px;
  }
  .web-multitab .tab-content ul li {
    text-align: justify;
  }
}
/* *********End FAQ Styling */
