.ancSideFrm {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: fixed;
  right: 0;
  z-index: 98;
  bottom: 0px;
  background: #f2efef;
  width: 360px;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}

.ancSideFrm .innerCnt h3 {
  background: #3c4f84;
  color: #ffffff;
  text-align: center;
  padding: 6px;
  font-size: 18px;
}

.ancSideFrm .innerCnt #ancFormId {
  padding: 10px;
}

.ancSideFrm .innerCnt .ancInput {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #80808069;
  font-size: 14px;
  border-radius: 0;
  height: 40px;
  padding-left: 10px;
  color: #383434;
}

.ancFlexDiv {
  display: flex;
}

.ancFlexDiv select {
  width: 95px !important;
  padding: 0 !important;
}

button#ancOTPsend {
  background: #5a2a2a9c;
  font-size: 14px;
  padding: 4px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-bottom: 6px;
  border: none;
}

#responseMessage1,
#responseMessage {
  margin-top: 4px;
}

#responseMessage1 .errorMsg,
#responseMessage .errorMsg {
  padding: 4px 30px 4px 10px;
  font-size: 14px;
  background: #ffdcd3;
  color: #ff4444;
  border-radius: 0 10px 10px 0;
}

.ancSideFrm .innerCnt h3 span.close-button {
  position: absolute;
  left: 0;
  top: 0;
  background: #f46767;
  padding: 6px 5px;
  cursor: pointer;
  z-index: 1;
}

button.ancSubmitBtn {
  background: #d92525bd;
  color: #ececec;
  width: 100%;
  font-size: 15px;
  padding: 3px;
  border-radius: 5px;
}

img.ancBspain {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 260px;
  opacity: 0.2;
  transform: rotate(15deg);
}

img.ancBspain1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 260px;
  opacity: 0.2;
  transform: rotate(-15deg);
}

.aboutBccm h3 {
  font-size: 24px;
  margin-bottom: 22px;
}

.aboutBccm h3 span {
  color: #c83939;
}

.ancPrgSec {
  margin-top: 30px;
  padding: 20px 30px;
}

.ancBG {
  background: #f7f7f7;
  border: 1px solid #80808008;
}

.mastercourse {
  margin-top: 10px;
}

.mastercourse .anc-course {
  display: inline-block;
}

/*  Card Text  */
.mastercourse .card-text-area {
  background-color: #eaeaea3b;
  padding: 15px 15px 0;
  border: 2px solid #aaaaaa3b;
  margin-bottom: 0;
  border-radius: 0 0 10px 10px;
}

.img-mastercover img {
  width: 100%;
}

.mastercourse .card-text-area h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.mastercourse .card-text-area:hover .img-mastercover {
  opacity: 0.5;
}

.mastercourse .card-info-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-bottom: 0;
}

.mastercourse .anc-course {
  display: inline-grid;
  width: 360px;
}

.mastercourse .card-info-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  align-items: center;
}

.mastercourse .students,
.mastercourse .length,
.mastercourse .instructeur {
  font-size: 12px;
}

.mastercourse .card-info-bottom p a {
  font-size: 14px;
  background: #153553;
  padding: 6px 10px;
  border-radius: 2px;
}

.mastercourse .card-info-bottom p a:hover {
  background: #ce4244;
}

.mastercourse .card-info-bottom p:nth-child(1) a {
  color: #fff;
}

.mastercourse .card-info-bottom p:nth-child(2) {
  font-size: 15px;
  font-weight: 400;
  background: #d4d4d4;
  padding: 4px 8px;
  border-left: 2px dashed #4742428c;
}

.card-info-bottom.ancViewBtn {
  display: block;
  padding-top: 0;
}

.card-info-bottom.ancViewBtn p.instructeur a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  background: #ce4244;
}

.ancCmnTab {
  display: none;
}

.ancCmnTab.active {
  display: block;
  background: #80808008;
  padding: 15px;
  margin-top: 20px;
  border-top: 2px solid #485c7559;
}
.crsWhyChoose h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.crsWhyChoose p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 24px;
}

.crsWhyChoose h4 {
  font-size: 16px;
  margin-bottom: 6px;
  margin-top: 15px;
}

.crsWhyChoose .ancCrsSprtUl {
  margin-top: 10px;
}
.crsWhyChoose .ancCrsSprtUl li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 22px;
}

.crsWhyChoose .ancCrsSprtUl li strong {
  color: #674f4f;
}
.topSpecialization h4 {
  font-size: 21px;
  margin-bottom: 18px;
  color: #1f395b;
}
.topSpecialization h4 span {
  color: #d21717;
}

.topSpecialization ul li {
  display: inline-flex;
  flex-direction: column;
  width: 170px;
  align-items: center;
  background: #ececec;
  padding: 8px;
  cursor: pointer;
}

.topSpecialization ul li img {
  width: 80px;
}

.topSpecialization ul li strong {
  font-size: 14px;
  margin-top: 14px;
  font-weight: 500;
}

/* Admission Process CSS */
.myAdmProcess li {
  display: inline-flex;
  width: 24%;
  flex-direction: column;
  position: relative;
  background: #334c6d;
  height: 190px;
  padding: 15px 10px;
  box-shadow: 3px 5px #be9a9a96;
  margin: 1px;
  cursor: pointer;
}
.myAdmProcess ul {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.myAdmProcess li span {
  position: absolute;
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
  bottom: 0;
  opacity: 0.2;
}

.myAdmProcess li h4 {
  font-size: 18px;
  color:#ffffff;
}
.myAdmProcess li p {
  margin-bottom: 0;
  font-size: 14px;
  color: #e4e4e4;
}
.admissionPrcSec .schlrhlt {
  text-align: center;
  background: #ffe8e869;
  padding: 12px 10px;
  border-top: 2px solid #00306e54;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.admissionPrcSec .schlrhlt h4 {
  font-size: 18px;
  margin-top: 18px;
}
.admissionPrcSec .schlrhlt h4 span {
  color: #51657f;
}
.admissionPrcSec h3 {
  margin-bottom: 20px;
  font-size: 23px;
}

.admissionPrcSec h3 span {
  color: #d82727;
  font-weight: 700;
}
.myAdmProcess li:hover {
  box-shadow: none;
  margin:0;
}
/* End Here */
.mdlTPhead {
  padding: 0 13px;
}
.mdlFormDiv {
  padding: 20px 5px 0;
  background: white;
}
.comment-form {
  position: relative;
  margin: 0 0;
  background: #ededed96;
  padding: 8px;
  box-shadow: 4px 5px #5d6f9fb5;
}
.mdlFormDiv h3 {
  font-size: 22px;
  color:#464669;
}
.mdlFormDiv .mysubHd {
  color: #3c3939;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #80808024;
}
img.ancMyImg {
  position: absolute;
  bottom: 0;
  width: 300px;
  opacity: 0.2;
  left: 10px;
  /* right: 0; */
  margin: 0 auto;
}
img.ancMyImg1 {
  position: absolute;
  bottom: 0;
  width: 300px;
  opacity: 0.2;
  /* left: 10px; */
  right: 10px;
  margin: 0 auto;
}
/* mobile view csss */
@media(max-width:767px){
  img.ancMyImg, img.ancMyImg1 {
    display: none;
  }
  .mastercourse .anc-course {
    display: inline-grid;
    width: 360px;
    margin-bottom: 15px;
  }
  .mastercourse {
    margin-top: 10px;
    text-align: center;
  }
  .myAdmProcess li {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    background: #334c6d;
    height: auto;
    padding: 15px 5px;
    box-shadow: 3px 5px #be9a9a96;
    margin: 1px;
    cursor: pointer;
  }
  .footer {
    border-top: none;
    padding-top: 0;
  }
  .bottom-footer {
    border-top: 1px solid #eee;
    margin-top: 0;
    padding-top: 15px;
  }
  .admissionPrcSec h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .mastercourse .anc-course {
    display: inline-grid;
    width: 100%;
    margin-bottom: 15px;
  }
  .ancPrgSec {
    margin-top: 0;
    padding: 10px 10px;
  }
  #hboxes-1 .section-title {
    margin-bottom: 15px;
  }
  .aboutBccm h3 {
    font-size: 20px;
    margin-bottom: 22px;
  }
  img.ancBspain {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    opacity: 0.2;
    transform: rotate(15deg);
  }
  .whychoose .b5-txt h4.h4-xs {
    font-size: 18px !important;
  }
  .ancWhyStd .banner11 {
    display: inline-block;
    width: 90%;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
    margin: 10px 6px;
  }
  img.ancBspain1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    opacity: 0.2;
    transform: rotate(-15deg);
  }
}