body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Open Sans", sans-serif;
}

ul {
  list-style: none;
}

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}
ul {
  padding: 0px;
  margin: 0px;
}

.comman-heading {
  color: #0c1620;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  margin-top: 6px;
}

.sub-heading {
  color: #4f6882;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.comman-padding {
  padding: 45px 75px;
}

/*=====Top Header Section Styling Start Here=====*/
.header {
    display: inline-block;
    width: 100%;
    z-index: 999;
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0 0 0 / 10%);
}
.top-header {
  width: 100%;
  padding: 10px 0 5px;
  background-color: #000;
}
.top-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-header a {
  color: #fff;
  margin-left: 15px;
  font-weight: 600;
}
.top-header a i {
  color: #4fc5ea;
  margin-right: 5px;
}
.top-header marquee {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.top-header marquee span {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  background: #6bced8;
  border-radius: 2px;
  vertical-align: text-bottom;
}
.top-slider-box {
  position: relative;
}
.top-slider-box a {
    position: fixed;
    left: 0;
    top: 0;
    background: #4fc5ea;
    display: inline-block;
    margin: 0;
    padding: 17px 25px;
    font-size: 16px;
    font-weight: 700;
}
.navbar-brand img {
  width: 155px;
}
.navbar-nav .nav-link {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 10px;
  transition: all .5s ease-in-out;
}
.navbar-nav .nav-link:hover{
  color: #41c3d4;
}
.header-search {
    width: 50%;
}
.header-search form {
  width: 100%;
}
.header-search .form-control {
    padding: 9px 15px;
    border-radius: 0;
}
.course-btn {
    background: #35413d;
    width: max-content;
    color: #fff !important;
    display: inline-block;
    padding: 10px 15px;
    position: relative;
}
.course-btn:after {
    content: '';
    width: 100%;
    height: 65px;
    background: transparent;
    display: inline-block;
    position: absolute;
    right: 0;
}
.sign-in {
  border: 1px solid #000;
  border-radius: 50px;
}
/*=====Top Header Section Styling End Here=====*/

/*=====Hero Panel Styling Start Here=====*/
.hero-panel {
  width: 100%;
  display: inline-block;
  padding: 45px 0px 0px;
  background-color: #f4f6f8;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 0px;
}

.hero-panel .hero-content h1 {
  color: #0c1620;
  font-size: 41.25px;
  font-weight: bold;
}

.hero-panel .hero-content h1 img {
  display: block;
}

.hero-panel .hero-content p.para {
  color: #4f6882;
  font-size: 17px;
  font-weight: 500;
  margin-top: 31px;
}

.hero-panel .hero-content p.para strong {
  color: #0c1620;
}

.explore-course-btn {
  color: #fff;
  background-color: #65c5e2;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 13px 23px;
  border-radius: 4px;
  text-align: center;
  margin: 25px 0px;
  transition: all .5s ease-in-out;
}
.explore-course-btn:hover{
  background: #000;
  color: #fff;
}

.hero-img-box img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.hero-img-box img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.hero-img-box img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.hero-content {
    padding: 50px 0px;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.companies-container h6 {
  color: #4f6882;
  font-size: 25px;
  font-weight: 700;
  margin: 0px;
}

.companies-container p {
  color: rgba(79, 104, 130, 0.7);
  font-size: 14px;
  margin: 0px;
}

.companies-slider-wrapper {
  margin: 20px 0px;
}

.companies-slider-wrapper .image-box {
  width: 100%;
  /*height: 34px;*/
}

.companies-slider-wrapper .image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-box {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 51px;
  margin-bottom: 83px;
}

.review-box p {
  color: #4f6882;
  font-size: 14px;
}

.review-box p i {
  color: #febc3b;
  margin-right: 6px;
  margin-left: 8px;
}

.review-box p strong {
  color: #0c1620;
}

.review-box p.rating {
  display: flex;
  gap: 8px;
  margin-top: 5px;
}

.review-box img {
  width: 100%;
  height: 45px;
  object-fit: cover;
}
/*=====Hero Panel Styling End Here=====*/
.certification-section {
  padding: 35px 0px 0px;
}

.comman-inner-box {
  background-color: #fff;
  width: 100%;
  margin: 0px auto;
  padding: 22.5px 0;
  border-radius: 0;
}


.comman-inner-box h5 {
  color: #0c1620;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

.certification-slider-wrapper .inner-box {
  text-align: center;
  border: 1px solid #ecec;
}

.certification-slider-wrapper .inner-box p {
  color: #4f6882;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
}

.certification-slider-wrapper .inner-box .image-box {
  width: 135px;
  height: 70px;
  margin: auto;
}

.certification-slider-wrapper .inner-box .image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.course-section .top-head {
  margin-bottom: 45px;
}

.nav-tabs {
  border-bottom: none;
}

.our-tabs {
  overflow-x: auto;
  scrollbar-color: #ddd #fff;
  scrollbar-width: thin;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 0px 3px 0px rgb(53 152 107), 0px 6px 0px 0px rgb(237 245 240);
  border-radius: 12px;
  margin-bottom: 43px;
}

.our-tabs .nav {
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 0px;
}
.our-tabs .nav li {
    margin-right: 15px;
}

.our-tabs .nav-tabs .nav-link {
    color: #003d25;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0px;
    padding: 8px 15px;
    white-space: nowrap;
}

.nav-tabs {
  justify-content: space-between;
  border: none;
}
.course-section .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #edf5f0;
  font-weight: 600;
  border-color: transparent;
}

.course-section .cards {
    margin-bottom: 33px;
    width: 100%;
}

.course-section .cards .inner-wrapper {
  display: block;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  position: relative;
  padding: 18.75px;
  height: 100%;
}

.course-section .cards .image-box {
	display: inline-block;
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.course-section .cards .image-box a {
    display: block;
    height: 100%;
}
.course-section .cards .image-box img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.course-section .content p:not(.enquiry-box p) {
    color: #4f6882;
    font-size: 12px;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 6px;
}

.course-section .content h5 {
    color: #0c1620;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 15px;
    min-height: 50px;
}

.course-section .enquiry-box {
  display: flex;
  justify-content: space-between;
}

.course-section .enquiry-box p {
  color: #4f6882;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 3px;
}

.course-section .enquiry-box h6 {
  font-size: 16px;
  color: #34495f;
  font-weight: 700;
}
.course-section .enquiry-box h6 del {
    display: none;
}
.course-section .enquiry-box i {
  color: rgba(13, 174, 107, 1);
}

.course-section .enquiry-box i.rupees {
  font-size: 14px;
}

.course-section span.recommended {
  display: inline-block;
  position: absolute;
  top: 3%;
  left: 0%;
  color: #fff;
  background-color: #000;
  font-size: 11px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 3px 7.5px;
  border-radius: 2px;
}
.cert-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cert-btn {
  display: inline-block;
  width: 48%;
  border: 2px solid #000;
  padding: 7px 10px;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s ease-in-out;
}
.cert-btn-bg {
  background: #65c5e2;
  color: #fff;
  border-color: #65c5e2;
}
.cert-btn:hover{
  background: #000;
  color: #fff;
}
.cert-btn-bg:hover{
  background: #fff;
  color: #000;
}
.view-more-btn {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500;
}
.view-more-btn i {
  font-size: 13px;
  margin-left: 5px;
  vertical-align: middle;
}
.sub-para {
  text-align: center;
  color: #000;
  font-size: 15px;
}
.demand-domains-panel {
  display: inline-block;
  width: 100%;
  padding: 50px 0px 75px;
  background: #f4f6f8;
  border-radius: 0px 128px 0 0;
}
.demand-domains-slider {
  margin: 25px 0;
}
.demand-domains-slider-box {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #fff;
  border-radius: 15px;
}
.demand-domains-slider-box i, .demand-domains-slider-box img {
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  line-height: 35px;
  margin-right: 15px;
}
.demand-domains-slider-box img{
  background: transparent;
  border-radius: 0px;
}
.demand-domains-slider-box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 0;
}
.demand-domains-slider-box p a{
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #718aa5;
}
.demand-domains-slider-box p a span {
  transform: rotate(45deg);
  font-size: 12px;
}
.demand-domains-slider2 .demand-domains-slider-box{
  flex-direction: row-reverse;
  text-align: left;
}
.demand-domains-slider2 .demand-domains-slider-box p a{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.expert-services-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.expert-services-box .demand-domains-slider-box {
  padding: 10px 5px;
}
.experience-panel {
  display: inline-block;
  width: 100%;
  padding: 20px 0 50px;
}
.experience-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin: 30px 20px;
  padding: 22.5px;
  border-radius: 50px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0px 0px 2px 0px rgb(152 172 195), 0px 8px 0px 0px rgb(241 244 247);
}
.experience-contetn {
  width: 50%;
  padding: 0 100px;
  position: relative;
}
.experience-contetn span {
  position: absolute;
  left: 0;
  top: 25%;
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 30px;
  font-weight: 700;
  color: #36ae41;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0px 0px 2px 0px rgb(50 173 63), 0px 8px 0px 0px rgb(51 173 62);
}
.owl-nav {
  text-align: center;
  margin: 20px 0;
}
.experience-slider button, .owl-prev, .owl-next {
  width: 35px;
  height: 35px;
  border: 1px solid #ecec !important;
  border-radius: 50% !important;
  margin: 0 5px;
}
.experience-box figure {
  width: 60%;
  height: 320px;
  overflow: hidden;
  margin: 0;
}
.experience-box figure img {
  height: 100%;
  object-fit: contain;
}
.experience-video-box {
  padding: 35px 0 0 35px;
}
.experience-video-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: baseline;
}
.experience-video-content .comman-heading {
  font-size: 19px;
  text-align: left;
  margin-top: 0;
}
.our-support-panel{
  display: inline-block;
  width: 100%;
  padding: 50px 0px 75px;
  background: #f4f6f8;
  border-radius: 128px 0px 0 0;
}
.join-our-panel{
  display: inline-block;
  width: 100%;
  padding: 50px 0;

}
.join-our-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 75%;
  margin: 0 auto;
}
.join-our-box li {
  width: 100%;
  text-align: center;
}
.join-our-box li h4 {
  font-size: 40px;
  font-weight: 700;
  margin: 5px;
}
.our-socal-panel {
  display: inline-block;
  width: 100%;
  padding: 50px 0px 75px;
  background: #f4f6f8;
  border-radius: 0px 128px 0 0;
}
.our-socal-panel .reviews {
  text-align: center;
}
.our-socal-panel .reviews img {
  height: 25px;
  width: 100%;
  object-fit: contain;
  margin: 0;
}
.our-socal-panel .reviews i {
  width: auto;
  height: auto;
  background: transparent;
  color: #febc3b;
  margin: 0;
}
.our-socal-reviews .our-tabs .nav {
  background: #fff;
  justify-content: center;
}
.our-socal-reviews .our-tabs {
  width: 35%;
  margin: 0 auto 40px;
}
.our-socal-reviews .our-tabs .nav {
  padding: 5px 0px 6px;
}
.our-socal-reviews .our-tabs .nav-tabs .nav-link img {
  width: 20px;
  margin-right: 7px;
}
.our-socal-reviews .our-tabs .nav-tabs .nav-link {
  border-radius: 6px;
  padding: 5px 15px;
}
.our-awards-panel {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
}
.our-awards-box {
  width: 100%;
  padding:15px;
  border: 1px solid #ecec;
  text-align: center;
  border-radius: 10px;
}
.our-awards-box img {
  width: 100px !important;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
}
.our-awards-box h5 {
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 700;
}
.our-awards-box p {
  font-size: 14px;
}
.news-panel{
  display: inline-block;
  width: 100%;
  padding: 50px 0;
}
.news-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 25px 0px;
}
.news-logo-box li {
  width: 16%;
  padding: 20px;
}
.border-title-box {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.border-title-box h4{
  display: inline-block;
  padding: 10px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #8d8585;
  position: relative;
}
.border-title-box::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ecec;
  position: absolute;
  top: 21px;
  left: 0;
  z-index: -1;
}
.our-news-slider {
  width: 60%;
  margin: 0 auto;
}
.our-news-box {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 2px solid #dbdbdbcc;
  border-radius: 24px;
}
.our-news-box img {
  width: 120px !important;
  height: 100px !important;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 20px;
}
.our-news-box p {
  font-size: 13px;
  color: #4f6882;
  font-weight: 500;
}
.our-news-box p strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}
.our-news-box a {
  display: inline-block;
  margin-left: auto;
  padding: 7px 18px;
  border: 1px solid #dee5ec;
  border-radius: 50px;
  font-size: 12px;
}
.our-news-slider .owl-prev, .our-news-slider .owl-next{
  position: absolute;
  top: 40%;
  left: -50px;
}
.our-news-slider .owl-next{
  left: inherit;
  right: -50px;
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.btn-close {
  position: absolute;
  right: -30px;
  top: 0;
}
.footer {
  width: 100%;
  display: inline-block;
  background-color: #F4F6F8;
  padding: 42px 0px 20px;
}

.footer h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.footer ul li a {
  color: rgb(113 138 165);
  font-size: 14px;
  text-transform: capitalize;
}

footer a {
  color: rgb(113 138 165);
}

.footer .newsletter-box {
  margin-bottom: 15px;
}

.footer .inner-box2 h3 {
  margin-bottom: 13px;
}

.footer .newsletter-box input {
  border: 1px solid rgb(222 229 236);
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 28px 8px 14px;
  font-size: 13px;
  outline: none;
  width: 55%;
}

.footer .newsletter-box input::placeholder {
  color: gray;
  font-weight: 400;
}

.footer .newsletter-box button {
  border: none;
  outline: none;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 9px 17px;
  border-radius: 3px;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}

.footer .newsletter-box button:hover {
  background-color: #35986B;
}

.footer .newsletter-box button i {
  margin-left: 3px;
}

.footer img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.footer .links-container {
  display: flex;
  flex-wrap:wrap;
}

.footer .links-container ul {
  display: flex;
  flex-wrap:wrap;
  gap: 15px;
}


.footer .social-links {
  margin-right: 40px;
}

.footer .inner-box3 {
  padding: 28px 0px;
  border-top: 1px solid rgb(222 229 236);
  ;
  border-bottom: 1px solid rgb(222 229 236);
  ;
}

.footer .inner-box3 ul {
  display: flex;
  flex-wrap: wrap;
}

.footer .inner-box3 ul li {
  border-right: 1px solid rgb(113 138 165);
  white-space: nowrap;
  padding-right: 10px;
  margin-right: 10px;
  border: none;
}

.footer .inner-box3 ul li:last-child {
  border-right: 0px;
}

.footer .categories-box {
  margin-bottom: 28px;
}


.footer .inner-box3 .content {
  padding: 28px 0px 0px;
}

.footer .inner-box3 .content p {
    color: rgb(113 138 165);
    font-size: 12px;
    text-align: justify;
    margin: 0px;
}

.footer .copy-right-box {
  padding-top: 28px;
  text-align: center;
}


.footer .copy-right-box p a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  margin-right: 10px;
}

.footer .copy-right-box p {
  color: rgb(113 138 165);
  font-size: 11px;
  font-weight: 600;
  margin: 0px;
}

.footer .box2 {
  border: 1px solid rgb(222 229 236);
  padding: 14px 21px;
  border-radius: 20px;
  margin-bottom: 28px;
}

.footer .box2 a {
  font-size: 13px;
  margin-top: 3px;
  display: block;
}


.footer .box2 .show-more-btn{
  text-align:center;
  color:#000;
  text-decoration:underline;
  margin:10px 0px;
  display:none;
}

.footer .box2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 13px;
}

.footer .box2 ul li {
  width: 154px;
}

.footer .box2 span {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  margin-left: 6px;
}


.footer .amount-accept img {
  width: 82%;
  object-fit: contain;
  height: 25px;
}


.book-counselling-section {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: #65c5e2;
}
.book-counselling-section .comman-inner-box{
    
}
.book-counselling-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0px 0px 2px 0px rgb(152 172 195), 0px 8px 0px 0px rgb(241 244 247);
}

.book-counselling-section p {
      color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.book-counselling-section h2 {
  font-size: 20px;
  font-weight: 700;
}

.book-counselling-section a {
  color: #fff;
  background-color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 18px;
  border-radius: 4px;
}

.book-counselling-section a i {
  margin-left: 10px;
}
.course-detalis{
  display: inline-block;
  width: 100%;
  padding: 50px 0;
}
.course-sidebar {
  position: sticky;
  top: 15px;
}
.collapse {
  visibility: unset;
}
/*=====Breadcrumb  Box Styling Start Here=====*/
.breadcrumbs-box .breadcrumbs {
  display: flex;
  margin-bottom: 20px;
}

.breadcrumbs-box .breadcrumbs li a {
  color: #808080a3;
  font-size: 12px;
  text-transform: capitalize;
}

.breadcrumbs-box .breadcrumbs li .fa-house {
  color: #000;
}

.breadcrumbs-box .breadcrumbs li .fa-chevron-right {
  color: #808080a3;
  font-size: 10px;
}

.breadcrumbs-box .breadcrumbs li span {
  margin: 0px 8px;
}

/*=====Breadcrumb  Box Styling End Here=====*/

/*=====Sales Panel  Styling Start here=====*/
.sales-panel {
  width: 100%;
  display: inline-block;
  padding: 20px 0px;
}

.sales-panel .enrolled-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 23px 0px 20px;
}

.sales-panel .enrolled-box figure {
  height: 31px;
  margin: 0px;
  margin-right: 12px;
}

.sales-panel .enrolled-box figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sales-panel .enrolled-box p {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
}

.sales-panel h1 {
  color: #0c1620;
  font-size: 41px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 9px;
}


.sales-panel h6 {
  color: #1f2e3f;
  font-size: 17px;
  font-weight: 400;
}

.sales-panel p {
  font-size: 15px;
  margin-bottom: 15px;
}

.sales-panel .btn-box {
  margin-top: 36px;
}

.sales-panel .btn-box a {
  color: #0c1620;
  font-weight: 700;
  text-transform: capitalize;
  border: 2px solid #0c1620;
  border-radius: 5px;
  padding: 12px 27px;
}

.sales-panel .btn-box .download-brochure-btn {
  color: #fff;
  background-color: #0c1620;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.sales-panel .btn-box .download-brochure-btn i {
  margin-right: 7px;
}

.sales-panel .btn-box .download-brochure-btn:hover {
  background-color: #35986B;
  border-color: #35986B;
}

.sales-panel .team-text {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 38px;
}

.sales-panel .team-text a {
  color: #35986B;
  text-transform: capitalize;
  text-decoration: underline;
}

.sales-panel .inner-box {
  width: 100%;
  height: 100%;
}

.sales-panel .inner-box .img-box {
    width: 100%;
    height: 265px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0 0 0 / 35%);
}

.sales-panel .inner-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.sales-panel .inner-box .img-box video {
    width: 100%;
    height: 100%;
}
/*.sales-panel .inner-box .img-box::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0%;*/
/*  left: 0%;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  border-radius: 20px;*/
/*  background: linear-gradient(180deg, rgba(11, 11, 46, 0) 20.31%, rgba(11, 11, 46, .6) 61.46%, #0b0b2e);*/
/*}*/

.sales-panel .cart-btn {
    display: inline-block;
    width: 100%;
    margin: 15px auto;
    border: 1px solid #000;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 5px;
    transition: all .5s ease-in-out;
    text-align: center;
}

.sales-panel .cart-btn:hover {
  color: #fff;
  background-color: #0c1620;
}
.sales-panel .cart-btn del {
    display: none;
}
.sales-panel .cart-btn bdi {
    font-size: 25px;
    display: inline-block;
    padding: 10px 15px;
    border-left: 1px solid;
    margin-left: 10px;
}
/*=====Sales Panel  Styling End here=====*/

/*=====Curriculum Panel Styling Start Here=====*/
.curriculum-panel {
	background-color: #F8F6F2;
    padding: 25px;
    margin-top: 15px;
    border-radius: 20px;
}

.curriculum-panel h6 {
  color: grey;
  font-size: 14px;
  font-weight: 500;
}

.curriculum-panel h3 {
    color: #0c1620;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}

.curriculum-panel .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 10px;
}

.curriculum-panel .accordion-item:hover {
  border-color: grey;
}

.curriculum-panel .accordion-button {
  color: #0c1620;
  font-size: 13px;
  font-weight: 700;
  border-radius: 13px !important;
}

.curriculum-panel .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.curriculum-panel .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
}

.curriculum-panel .accordion-body {
  padding: 0px;
}

.curriculum-panel .accordion-body h4 {
  color: #4f6882;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.curriculum-panel .accordion-body p,
.curriculum-panel .accordion-body ul li {
  color: #4f6882;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 12px;
}

.curriculum-panel .accordion-body ul {
  padding-left: 5px;
}

.curriculum-panel .accordion-body ul i {
  font-size: 5px;
  vertical-align: middle;
  margin-right: 7px;
}

.curriculum-panel .objective-box {
  padding: 22.5px 22.5px 10.5px;
  border-top: 1px solid #4f68821a;
  border-bottom: 1px solid #4f68821a;
}

.curriculum-panel .list-box {
    padding: 10px 15px;
    border-top: 1px solid #ecec;
}

.curriculum-panel .btn-box {
  text-align: center;
}

.curriculum-panel .btn-box .download-curriculum-btn {
  font-weight: 700;
  text-transform: capitalize;
  border: 2px solid #0c1620;
  border-radius: 5px;
  padding: 13px 22px;
  color: #fff;
  background-color: #0c1620;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

.curriculum-panel .btn-box .download-curriculum-btn:hover {
  background-color: #35986B;
  border-color: #35986B;
}

/*=====Curriculum Panel Styling End Here=====*/
.studyMaterial-panel {
    background: #f6e1c1;
}
/*=====Certification panel Styling Start here=====*/
.certification-panel {
    margin-top: 30px;
}

.certification-panel h6 {
  color: grey;
  font-size: 14px;
  font-weight: 500;
}

.certification-panel h3 {
  color: #0c1620;
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 22px;
}

.certification-panel p {
  font-size: 15px;
}

.certification-panel .certification-img-box {
 margin-top: 20px;
}

/*=====Certification panel Styling End Here=====*/

/*=====Counter Panel Styling Start Here=====*/
.counter-panel {
  background-color: #f6e1c1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 25px 0px;
  border-radius: 15px;
}

.counter-panel .count-num {
  color: #0c1620;
  font-size: 31px;
  font-weight: 700;
}

.counter-panel span {
  font-size: 21px;
  font-weight: 500;
}

.counter-panel .counter-content p {
  font-size: 13px;
  margin-bottom: 13px;
}

/*=====Counter Panel Styling End Here=====*/

/*=====Training highlights Panel Styling Start Here=====*/
.training-highlights-panel ul {
    columns: 2;
    border: 1px solid #ecec;
    padding: 15px;
    border-radius: 10px;
    background: #f1effc;
}

.training-highlights-panel ul li p {
  margin-top: 11px;
  font-size: 19px;
}

.training-highlights-panel h4 {
  color: #718aa5;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 20px;
}

.training-highlights-panel h2 {
    color: #0c1620;
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
}

.training-highlights-panel ul li {
    margin-bottom: 12px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: baseline;
}
.training-highlights-panel ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
    display: inline-block;
    margin-right: 17px;
    outline: 1px solid #000;
    outline-offset: 2px;
    top: -3px;
    left: 7px;
    position: relative;
}
/*=====Training highlights Panel Styling End Here=====*/

.form-box {
  position: sticky;
  top: 10px;
  left: 0%;
}

.right-box {
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 11px;
  padding: 22px 11px;
}

.right-box .right-top {
  display: flex;
}

.right-box .right-icon {
  padding-right: 8px;
}

.right-box .right-icon i {
  font-size: 20px;
}

.right-box .right-text p {
  color: #0c1620;
  font-size: 13px;
  font-weight: 700;
}

.right-box .right-text sup {
  color: #35986b;
  font-size: 13px;
  font-weight: 700;
}

.right-box form {
  margin: 13px 0px;
}

.right-box .input-box {
  margin-bottom: 12px;
  position: relative;
}

.right-box .input-box i {
  position: absolute;
  left: 11px;
  bottom: 9px;
}

.right-box .input-form {
  padding-left: 59px;
}

.right-box .input-box span {
  position: absolute;
  left: 32px;
  bottom: 7px;
}

.right-box p {
  color: #4f6882;
  font-size: 11px;
  line-height: 22px;
}

.right-box p a {
  color: #4f6882;
  text-decoration: underline;
  font-size: 11px;
  line-height: 16px;
}

.right-box .btn-talk {
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #0c1620;
  color: #0c1620;
  text-decoration: none;
  font-weight: 600;
  margin-top: 13px;
}

.view-schedules {
  border: 1px solid #dee2e6;
  padding: 20px 12px;
  border-radius: 12px;
}

.view-schedules .view-text {
  display: flex;
  align-items: center;
}

.view-schedules .view-text h4 {
  font-size: 15px;
  color: #0c1620;
  padding-right: 11px;
}

.view-btn {
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  background-color: #0c1620;
  text-align: center;
  padding: 7px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 11px;
}

.skill-up-box {
  border: 1px solid #dee2e6;
  padding: 20px 12px;
  border-radius: 12px;
  text-align:center;
  margin-top:15px;
}


.skill-up-box p{
  font-size:12px;
  text-align:left;
}


.skill-up-box a{
  color:#000;
  font-size:14px;
  text-decoration:underline;
  text-underline-offset:4px;
  text-transform:capitalize;
}
#our-accordion br {
    display: none;
}
#our-accordion p:empty {
    display: none;
}
.row.comments {
    display: none;
}
.badges-img img {
    width: 125px;
    height: 125px;
    object-fit: contain;
}
.cms-hero-panel {
    background: #35413d;
    padding: 50px 0;
}
.cms-content-panel {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.cms-content-panel h2 {
    font-size: 30px;
    font-weight: 700;
    color: #4fc5ea;
    margin-bottom: 18px;
}
.cms-content-panel p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
    text-align: justify;
    font-weight: 500;
    color: #000;
}
.imp-note {
    display: block;
    margin: 10px 0 38px 0;
    box-shadow: 0 0 8px #e4e7e9;
    padding: 24px 40px 5px 22px;
    background: #fdfdfe;
}
.imp-note span {
    width: 72px;
    height: 72px;
    line-height: 52px;
    margin-right: 25px;
    display: block;
    float: left;
    border-radius: 50%;
    background: #000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border: 12px #fdf2e4 solid;
}
.imp-note p {
    font-size: 13px;
    color: #000;
    line-height: 22px;
    overflow: hidden;
}
.cms-content-panel h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.ord-listing {
    padding-left: 50px;
    counter-reset: li;
    list-style: none;
    margin: 20px 0;
}
.ord-listing li {
    position: relative;
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px #daddde solid;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    text-align: justify;
}
.ord-listing li:before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    background: #4fc5ea;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    top: 7px;
    left: -50px;
}
/*=====Right */
.viewCertification-box .pdf {
    width: 100%;
    height: 440px;
}
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
    display: inline-block;
    background: #4fc5ea;
    color: #fff;
    padding: 15px;
    font-size: 17px;
    font-weight: 600;
}
@media (max-width:992px){
  .book-counselling-section{
      height:auto;
  }

  .book-counselling-section img{
      display:none;
  }

  .book-counselling-section .content-box {
      margin-top: 30px;
  }

  
  .book-counselling-section .request-btn-box {
      margin:30px 0px;
  }

  .footer .newsletter-box input{
      width:80%;
  }

  .footer .links-container{
      justify-content:center;
  }

  .footer .box2 .country-list{
      justify-content:center;
      height:137px;
      overflow:hidden;
  }

  .footer .box2 .show-more-btn{
      display:block;
  }
}


@media (max-width:768px) {
  .book-counselling-section {
      height: 100%;
  }

  .book-counselling-section .content-box {
      margin-top: 20px;
  }

  .book-counselling-section .request-btn-box {
      margin:30px 0px 25px;
  }

  .footer .newsletter-box{
      margin:20px 0px 25px;
  }

  .footer .newsletter-box button{
      width:100%;
      margin-left:0px;
      margin-top:10px;
  }

  .footer .social-links{
      margin-right:0px;
      margin-bottom:35px;
  }

  .footer .newsletter-box input{
      width:100%;
  }

  .footer .box2 .country-list{
      justify-content:space-between;
  }

  .footer .box2 ul li{
      width:auto;
  }

  .footer .inner-box3 .content{
      padding:18px 0px;
  }

  .footer{
      padding:20px 0px;
  }

  .footer .inner-box{
      margin-bottom:20px;
  }

  .footer .links-container{
      justify-content:flex-start;
  }
}