/* Start general */
.pd-wrap{
  background-color: #F1E1FF;
}
.pd-outside-container{
  max-width: 1440px;
  margin: 0 auto;
  background-color: #F0F8FF;
  border-radius: 60px;
}
.pd-container{
  max-width: 1110px;
  margin: 0 auto;
}
.pd-pb-xl-300{
  padding-bottom: 300px;
}
@media screen and (max-width:1440px) {
  .pd-outside-container{
    width: 90%;
    border-radius: 45px;
  }
}
@media screen and (max-width:576px) { 
  .pd-outside-container{
    border-radius: 30px;
  }
  .maintitle{
    width: 80%;
    margin: 0 auto;
  }
  .pd-pb-sm-150{
    padding-bottom: 150px;
  }
  .pd-pb-sm-80{
    padding-bottom: 80px;
  }
}
/* End general */

/* start feature */
.pd-feature{
  background-image: url(/Content/Images/Home/PD/home_2_8_xl_pd.svg);
  background-position:center bottom;
  background-repeat:no-repeat;
}
@media screen and (max-width:576px) { 
  .pd-feature{
    background-image: url(/Content/Images/Home/PD/home_2_8_sm_pd.svg);
  }
}
/* End feature */

/* Start teacher */
.pd-teacher{
  background-image: url(/Content/Images/Home/PD/home_3_2_xl_pd.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:576px) { 
  .pd-teacher{
    background-image: url(/Content/Images/Home/PD/home_3_2_sm_bottom_pd.svg),url(/Content/Images/Home/PD/home_3_2_sm_top_pd.svg);
    background-position:center bottom;
    background-size: contain;
  }
}
/* End teacher */

/* Start method */
.pd-method{
  background-image: url(/Content/Images/Home/PD/home_4_2_pd.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:576px) { 
  .method-1-1{
    width: 90%;
  }
  .method-1-2{
    width: 80%;
  }
}
/* End method */

/* Start experience */
.experience{
  background-image: url(/Content/Images/Home/PD/home_5_1_pd.jpg);
  position: relative;
}
.experience::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background-color: rgba(106,90,205,0.5);
}
.experience .frmExperience{
  background-color: #6A5ACD;
}
.experience .headline {
  font-size: 1.375rem;
  letter-spacing: 1px;
}
.experience .col-inputs {
  height: 50px;
}
.experience .col-text {
  height: 40px;
}
.experience input, .experience select{
  outline: 0;
}
.experience select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}
.experience button {
  background-color: #fbb03b;
  font-size: 1.25rem;
  letter-spacing: 1px;
}
.experience button:focus{
  outline:0;
} 
.experience .error-msg {
  font-weight: 300;
  color: #FFFF99;
  font-size: 0.875rem;
}
@media screen and (max-width:576px) { 
  .experience .headline {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .experience button {
    font-weight: 500;
  }
}
/* End experience */
