* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

#banner {
  background-image: url("./images/banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center 0px;
  background-color: rgb(239, 247, 251);
  min-height: 300px;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.video{
    display:flex;
    column-gap:10px;
    flex-wrap:wrap;
    margin-bottom:20px;
}
.video div{
    flex:1;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

#banner .title {
  color: #1b2336;
  font-size: 40px;
  line-height: 48px;
}
@media only screen and (max-width: 1200px) {
  .banner {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    min-height: auto !important;
  }

  .bannerContainer {
    width: 100%;
    padding: 0 20px;
  }
  .title {
    color: #1b2336 !important;
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 600;
  }
}

.desc {
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .desc {
    white-space: normal !important;
  }
}

.desc a {
  color: #667e9f;
  text-decoration: none;
  font-size: 14px;
}

.desc .divider {
  color: #667e9f;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
}

.desc .current {
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  color: #061069;
  font-size: 14px;
  vertical-align: baseline;
}

.container {
  max-width: 1200px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#courseDetails {
  padding: 40px 0;
  position: relative;
  z-index: 0;
  min-height: 65vh;
  overflow: hidden;
}
.elementor {
  width: 69.794%;
  position: relative;
  flex-wrap: wrap;
  align-content: flex-start;
}
.courseImg {
  width: 770px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

.courseImg img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.elementor-para {
  padding: 0px 15px;
}
.elementor-para h2 {
  margin-bottom: 20px;
  color: #242424;
  font-size: 26px;
  font-weight: 800;
}
.elementor-para p {
  color: #061069;
  font-size: 16px;
  margin-bottom: 20px;
}
.elementor-para h6 {
  color: #1b2336;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.enroll {
  background-color: #012541;
  border-radius: 15px;
  width: 331px;
  padding: 20px;
  color: #fff;
  margin-left: 18px;
}
.enroll-container ul {
  list-style: none;
  padding: 25px 20px 20px;
  font-size: 13px;
  padding: 25px 0px 20px;

}
.enroll-container ul li:nth-child(-1n + 5) {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

.enroll-container ul li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 10px 0;
  transition: all 0.3s ease;
}

.enroll-container ul li:hover {
  color: #66cfa9;
}

.button-wrapper {
  display: flex;
  /*align-items: center;*/
  /*justify-content: center;*/
  /*padding-left:20px;*/
  /*margin: 20px 0;*/
}

.button-wrapper a {
  background-color: #66cfa9;
  font-size: 13px;
  padding: 16px 31px;
  box-shadow: 5px 4px 13px 0px rgba(0, 0, 0, 0.45);
  color: #fff;
  position: relative;
  border-radius: 5px;
  line-height: 1.1;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.button-wrapper a:hover {
  background-color: #66cfa9;
}

.course-fee {
  /*text-align: center;*/
  /*margin-bottom: 20px;*/
  padding-left: 20px;
}

.course-fee h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.course-fee .price {
  margin-bottom: 40px;
}

.course-fee .price p {
  font-weight: 700;
  margin-bottom: 10px;
}
.course-fee a {
  background-color: #4b83fc;
  font-size: 13px;
  padding: 16px 31px;
  box-shadow: 5px 4px 13px 0px rgba(0, 0, 0, 0.45);
  color: #fff;
  position: relative;
  border-radius: 5px;
  line-height: 1.1;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.course-fee a:hover {
  background-color: #3cd58e;
  color: #fff;
}
.general h2 {
  font-size: 23px;
}
.general {
  margin: 0px;
}

#feature-slider {
  padding: 0px 15px;
}
.container-one {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.slider-tab {
  background-color: #012541;
  width: 388px;
  margin-bottom: 32px;
}
.slider-tab button {
  padding: 10px 20px;
  color: #afafaf;
  background-color: #012541;
  border-style: solid;
  border-width: 0 0 3px;
  border-color: transparent;
  font-size: 18px;
  font-weight: 500;
}
.tab-contact {
  padding: 0 0 15px;
  color: #415674;
}
.tab-contact h5 {
  font-size: 20px;
  color: #1b2336;
  font-weight: 500;
  background-color: red;
    color: white;
    padding: 7px;
    border-left: 24px solid black;
    border-right: 24px solid black;
}
.commonTab ul {
  margin-left: 15px;
  padding: 0 0 20px;
}
.commonTab ul li {
  position: relative;
  z-index: 1;
  line-height: 38px;
  font-size: 16px;
}

/*#otherDetails,*/
/*#keyFeatures,*/
/*#note {*/
/*  display: none;*/
/*}*/

iframe.main{
    height:520px;
}

#btn1.active,
#btn3.active,
#btn2.active {
  background-color: #4b83fc !important;
  border-style: solid;
  border-width: 0 0 3px;
  border-color: #061069 !important;
  color: #fff !important;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button:hover {
  color: #fff;
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .container {
    width: 80%;
  }
  .container-one {
    width: 80%;
  }
  .video{
      display:unset;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    display: block;
  }
  .elementor {
    width: 100%;
  }
  .video{
      display:unset;
  }
  .courseImg {
    width: 100%;
  }
  .elementor-para {
    line-height: 25px;
  }
  .enroll {
    width: 90%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 430px) {
  .slider-tab {
    width: 275px;
  }
  .video{
      display:unset;
  }
  .button-wrapper{
      padding-left:0;
  }
  .course-fee{
      padding-left:0;
  }
  iframe.main{
      height:320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .courseImg {
    width: 100%;
  }
  .container {
    display: flex;
    padding: 0 20px;
  }
  .elementor {
    width: 68%;
  }
  .enroll {
    width: 30%;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .courseImg {
    width: 100%;
  }
  .container {
    display: flex;
    padding: 0 20px;
  }

  .container-one {
    padding: 0 20px;
  }
  .elementor {
    width: 68%;
  }
  .enroll {
    width: 30%;
    margin-left: 0px;
  }
}
