
/*banner start*/
.banner_coch{
  background-color: #011329;
  height: 550px;
  position: relative;
  overflow: hidden;
}
.banner_coch .bimg img {
  position: absolute;
  overflow: hidden;
  height: 30%;
  top: 0;
  left: 0;
}
.banner_coch .bg{
   display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: url(../img/PM-Coaching.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #011329;
  height: 550px;
  z-index: 2;
}
.banner_coch .b_text{

}
.banner_coch .b_text h1{
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'BodoniFLF-Bold';
    font-weight: 900;
    color: var(--nameColor);
}
.banner_coch .b_text h2{
      color: var(--whiteColor);
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
  font-family: 'BodoniFLF-Bold';

}
.banner_coch .b_video{
  position: relative;
}
.banner_coch  video {
  /* height: 400px;
  width: 100%;
  object-fit: fill;
  border-radius: 20px 100px 20px 100px;
    z-index: -10; */
    position: absolute;
    height: 554px;
    width: 600px;
    object-fit: fill;
    border-radius: 200px 0px 0px 128px;
    z-index: 1;
    top: 0px;
    right: 0px;

}
.banner_coch  img{
  position: absolute;
  top: -45px;
  right: 285px;
  z-index: 2;
}
/*banner end */
.common-block-card .card p, .makeup-block p{
  text-align: center !important;
}

/*banner end */

/*success start*/
.success{
  margin-top: 90px;
}
.success h4{
  font-size: 30px;
    color: var(--contentColor);
    font-weight: 800;
    text-align: center;
}
.s_success{
  height: 180px;
  text-align: center;
}
.s_success h2{
  font-size: 75px;
    color: var(--contentColor);
    font-weight: 800;
    text-shadow: 5px 5px 6px #525252;
}
.s_success p{
  font-size: 20px;
    color: var(--contentColor);
    font-weight: 500;
}
.bo{
  border-left: 4px solid var(--contentColor);
  border-right: 4px solid var(--contentColor);
}
/*success end*/
/*guidance start*/
.guidance{
  margin-top: 50px; 
  background-color: #f2f2f2;
}

/*guidance end*/
/*consulting start*/
.consulting{}
.consulting h1{
  padding: 10px 0px;
  font-size: 30px;
  color: #011329;
  font-weight: 700;
}
.con_img{}
.con_img p{
  font-size: 18px;
     color: var(--contentColor); 
    font-weight: 500;
    text-align: justify;

}
.con_img img{}
.con_text{
  padding:10px 5px;
/*  background-color: #f5f5f8;*/
}
.con_text h2{
    font-size: 24px;
/*    text-align: center;*/
    padding-bottom: 7px;
    color: var(--contentColor);
    font-weight: 800;
/*    border-bottom: 3px solid #bc9c22;*/
}
.con_text p{
  font-size: 18px;
     color: var(--contentColor); 
    display: flex;
    align-items: center;
    text-align: justify;
    font-weight: 900;


}
.con_text p {
  margin: 0;
}
.con_text p i{
  padding-right: 9px;
  font-size: 30px;
  color: var(--contentColor);
  font-weight: 700;
}
.con_box{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center !important;
  width: 190px;
  height: 70px;
  border: 2px solid #bc9c22;
  margin: 10px 0px;
  padding: 16px;
  border-radius: 26px;
}
.con_p{
  font-size: 16px !important;
}
/*consulting end*/
/*leading start*/
.leading{
  background-color: #f2f2f2;
  padding: 40px 0px;
  margin: 48px 0px;
}
.leading h2{
  font-size: 35px;
  color: var(--contentColor);
  font-weight: 800;
  text-align: center;
}
.leading p{
    font-size: 25px;
    color: var(--contentColor);
    font-weight: 500;
    text-align: center;

}
.leading img{
  height: 80px;
  width: 250px;
}
/*leading end*/
/*media start*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .banner{
    display: none;
  }
  .s_card {
    margin-bottom: 30px;
  }
  .success{
    margin-top: 50px;
  }
  
  .leading h2 {
    font-size: 24px;
  }
  .leading p {
    font-size: 23px;
  }
  
  .guidance h1{
    font-size: 20px;
  }
  .title2{
    font-size: 16px;
  }
  .consulting h1 {
    font-size: 29px;
    padding: 0px 15px;
  }
  .con_img p {
    font-size: 18px;
  }
  .con_text h2 {
    font-size: 20px;
  }
  .con_img img{
    padding: 20px 30px;
  }
  .con_text p {
    font-size: 15px;
  }
  .con_box{
    width: 130px;
  }
  .banner_coch .b_text h1 {
    font-size: 24px;
    font-weight: 900;
    color: var(--nameColor);
    text-align: center;
    margin-top: 20px;
  }
  .b_text h2{
    text-align: center;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .extra_banner{
    display: none;
  }
  .banner {
    height: auto;
    padding-top: 47px;
    padding-bottom: 40px;
}
  .bg{
    height: auto;
  }

  .b_text h1 {
    font-size: 25px;
  }
  .b_text h2 {
    font-size: 18px;
  }
  .leading h2 {
    font-size: 30px;
  }
  .leading p {
    font-size: 23px;
  }
  .success{
    padding-top: 0 !important;
  }
  .s_success h2 {
    font-size: 50px;
  }
  .s_success p {
    font-size: 18px;
  }
  
  .guidance h1{
    font-size: 20px;
  }
  .title2{
    font-size: 16px;
  }
  .consulting h1 {
    font-size: 35px;
  }
  .con_img p {
    font-size: 20px;
  }
  .con_text h2 {
    font-size: 20px;
  }
  .con_img img{
    padding: 20px 50px;
  }
  .banner_coch .b_text h1 {
    font-size: 35px;
    font-weight: 900;
    color: var(--nameColor);
    text-align: center;
    margin-top: 20px;
  }
  .b_text h2{
    text-align: center;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
/*  banner start*/
  .extra_banner{
    display: none;
  }

  .s_success h2 {
    font-size: 60px;
  }
  .s_success p {
    font-size: 18px;
  }
  .guidance h1{
    font-size: 25px;
  }
  .title2{
    font-size: 18px;
  }
  
  .con_img p {
    font-size: 20px;
  }
  .con_text p {
    font-size: 18px;
  }
  .con_text h2 {
    font-size: 20px;
  }
  .con_box {
    width: 140px;
  }
  .con_p {
    font-size: 12px !important;
  }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .extra_banner{
    display: none;
  }
}

/*Extra Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .extra_banner{
    display: none;
  }

  .angle {
    left: 507px;
  }
  .s_card {
    height: 370px;
  }
}

/*Extra Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {
  .extra_banner{
    display: none;
  }
  .banner{
    height: 500px;
  }
  .bg{
    height: 500px;
  }

  .angle {
    left: 608px;
    rotate: 9deg;
    height: 348px;
  }
  .s_card h2 {
    font-size: 32px;
  }
  
}
@media (max-width: 991px) {
  .extra_banner{
    display: none !important;
  }
.b_video video {
  height: 260px;
}
.b_video video{
  border-radius: 35px;
}
.banner_coch  video {
  /* height: 400px;
  width: 100%;
  object-fit: fill;
  border-radius: 20px 100px 20px 100px;
    z-index: -10; */
    position: relative;
    height: 300px;
    width: 100%;
    object-fit: fill;
    border-radius: 50px;
    z-index: 1;
    top: 0px;
    right: 0px;

}
.banner_coch  img{
 display: none;
}



}
