.logo-mcc{
  margin-top: 50px;
}

.logo-mcc .container {
  margin-bottom: 20px;
}

.logo-mcc img {
  width: 320px;
}

.login{
  text-align: right;
  margin-top: -20px;
  margin-bottom: 10px;
  margin-right: 25px;
  font-weight: 600;
  font-size: 17px;
  color: #00464f;
}

.login a{
  color: #00464f;
}

.light-green-border{
  height: 20px;
  background-color: #65cbc9;
}

.main-section{
  margin: 50px auto;
}

.main-section .container {
  display: flex;
  flex-direction: row;
}

.sample-video, .all-video{
  width: 50%;
  text-align: center; 
}

.sample-video h5{
  font-weight: 600;
}

.sample-video video, .all-video video{
  width: 90%;
  border: 1px solid #000;
}

.sample-video p{
  font-size: 21px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  text-align: left;
  width: 80%;
  margin: 20px auto;
}

.enrollment-form{
  width: 50%;
  background-color: #e9e9e9;
  padding: 20px;
  border-radius: 8px;
}

.enrollment-form h6{
  font-size: 24px;
  line-height: 30px;
  color: #00464f;
  font-weight: 800;
  text-transform: none;
  margin: 0;
}

.info{
  font-weight: normal;
  color: #000;
}

.purple{
  color: #922A7C;
}

.red {
  color: red;
}

.input input:focus {
  outline: 0;
}

.input{
  margin-top: 10px;
}

.input label{
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.input input{
  border: 2px solid #d9d9d9;
  margin-bottom: 0;
}

.submit {
  margin-top: 20px;
  padding: 5px 30px;
  background-color: #ce3c66;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
}

.submit:hover {
  background-color: #fff;
  color: #ce3c66;
  border: 1px solid #ce3c66;
}

.login-span {
  vertical-align: bottom;
  color: #000;
  font-weight: normal;
  margin-left: 20px;
} 

.login-span a{
  vertical-align: bottom;
}

/*Downlod Page*/

.header h5 {
  font-size: 25px;
  padding: 10px 30px;
  line-height: 28px;
}

.sub-header {
  text-align: center;
  background-color: #00464f;
  color: #fff;
  margin-bottom: 20px;
}

.sub-header h4{
  margin: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 28px;
}

.all-video p {
  font-size: 21px;
  margin-top: 10px;
  color: #00464f;
}

.all-video a.submit {
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  outline: 0;
  text-decoration: none;
  color: #fff;
}

.all-video a.submit:hover{
  color: #ce3c66;
}

.input label.error{
  color: red;
  font-size: 14px;
  padding-top: 5px;
}

.coming-soon {
  font-size: 25px;
  margin-top: 10px;
  color: #ce3c66;
  width: 100%;
  text-align: center;
}

.terms-content{
  margin-top: 30px;
}

.terms-content p, .terms-content li {
  font-size: 21px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  text-align: left;
}

.terms-content a{
  color: #00464f;
}

.terms h5 {
  font-weight: bold;
}

.terms-content h3{
  border: 0;
  text-align: left;
  color: #00464f;
}

.header p , .header li{
  font-size: 21px;
  line-height: 25px;
  color: #4c5e6c;
  font-weight: 300;
}

.video-watching-section {
  width: 50%;
  border-right: 2px solid #cecece;
  padding-right: 30px;
}

.video-watching-section ol{
  font-size: 25px;
  font-weight: normal;
  padding-left: 20px;
}

.video-one-section {
  vertical-align: top;
  display: inline-flex;
  margin-top: 8px;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 225px;
}

.video-one-section .video iframe{
  width: 250px;
  height: 175px;
  border: 2px solid;
}

.video-desc {
  margin-left: 15px;
}

.video-desc h6, .select-videos-section h6, .provide-details-section h6{
  /* margin-top: 0; */
  font-size: 22px;
  font-weight: bold;
}

.video-desc h6{
  margin-top: 0;
}

.video-desc p, .select-videos-section p, .provide-details-section p{
  font-size: 21px;
  line-height: 25px;
  /* margin-bottom: 0; */
  font-weight: 200;
}

.checkout-section {
  width: 50%;
}
#checkout-form .alert-warning {
  color: red;
  background: none;
  border: none;
  font-weight: 500;
}
.select-videos-section{
  padding-left: 20px;
  /* border-bottom: 2px solid #cecece; */
}

.select-videos-section ul{
  margin-top: 20px;
}

.select-videos-section li{
  list-style: none;
  margin-bottom: 10px;
}

.select-videos-section input[type=checkbox], .provide-details-section input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: super;
}

.select-videos-section label, .provide-details-section label{
  vertical-align: top;
  padding-left: 10px;
  font-size: 18px;
  font-weight: normal;
  width: 95%;
}

#TotalCost{
  width: 85px;
  border: 0;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  padding: 0 0 1px 5px;
}

.total {
  margin-left: 175px;
  border-bottom: 2px solid #ddd;
}

.provide-details-section {
  padding: 20px 0 20px 20px;
}

.input-div {
  margin-top: 30px;
}

.input-div label{
  font-size: 21px;
  /* width: 150px; */
}

.input-div label.error, .provide-details-section label.error {
  /* width: 70%; */
  /* margin-left: 150px; */
  color: red;
  font-size: 15px;
  padding: 0;
  margin-left: 10px;
}

.input-div input[type=text], .input-div input[type=email], .input-div input[type=number] {
  /* width: 70%; */
  padding: 0 4px;
  border: 0;
  border-bottom: 2px solid #ddd;
  outline: 0;
  margin-bottom: 5px;
  margin-left: 10px;
}

.terms-div label{
  width: 95%;
}

.terms-div label.error {
  margin-left: 15px;
  margin-bottom: 5px;
  width: fit-content;
  float: left;
}

.provide-details-section .submit {
  float: right;
}

.provide-details-section input, select {
  font-size: 21px;
  text-transform: none; 
}

.confirmation {
  padding: 50px 0;
}

.confirmation p{
  font-size: 21px;
  line-height: 25px;
  font-weight: 200;
}

.confirmation ol{
  font-size: 21px;
  line-height: 35px;
  font-weight: 200;
}

.confirmation h5{
  font-size: 21px;
  line-height: 30px;
  color: #00464f;
  font-weight: 800;
  text-transform: none;
  margin: 40px 0 5px;
  text-align: center;
}
.confirmation h1{
  text-align: left;
}

.rating {
  font-size: 18px;
  font-weight: 500;
}

.star-ratings {
  background: url("../images/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 16px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 85px;
  margin: 0 auto;
  display: inline-block;
}

.star-ratings-graph {
  background: url("../images/star-rating-sprite.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 16px;
  display: block;
}

.text {
  position: relative;
  top: -2px;
}

.rating-div {
  /* margin-top: -10px; */
  text-align: center;
}

#commingsoon{
  width: 250px;
  height: 175px;
  border: 2px solid;
}
#commingsoon p{
  margin-top: 70px;
  margin-left: 50px;
  font-size: 25px;
}
select {
  border: 0px;
  outline: 0px;
  border-bottom: 2px solid #ddd;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 2px 0px;
}
.required-all{
  font-size: 21px!important;
  font-style: italic;
  margin-left: 10px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none!important;
  border-bottom: 2px solid #ddd!important;
  border-radius: 0px!important;
}
.select2{
  margin-left: 10px!important;
  font-size: 21px;
  font-weight: 100;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4C5E6C!important;
}
.select2-container--default .select2-results>.select2-results__options {
  font-size: 21px!important;
  font-weight: 100!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 5px!important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #868585!important;
}
*:focus {
  outline: none;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {

  .main-section .container{
    flex-direction: column;
  }

  .sample-video, .all-video, .enrollment-form{
    width: 100%;
  }

  .login{
    margin-right: 0;  
  }

  .sample-video h5, .header h5{
    color: #00464f;
    border: 0;
  }

  .mcc-home .logo-mcc{
    margin-top: 10px !important;
  }

  .main-section{
    margin-top: 10px;
  }

  .login-span{
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }

  .login {
    font-size: 12px;
  }
  .main-section{
    margin-bottom: 0 !important;
  }
  .mcc-home .logo-mcc {
      margin-top: 25px !important;
  }

  .video-watching-section {
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }

  .video-one-section {
    height: auto;
    flex-direction: column;
  }

  .video-one-section {
    display: flex;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .video-one-section .video iframe {
    width: 100%;
    height: auto;
  }

  .video-desc {
    margin-left: 0;
    margin-top: 10px;
  }

  #commingsoon {
    width: 100%;
    text-align: center;
  }

  #commingsoon p {
    margin-left: 0;
  }

  .select-videos-section{
    padding: 0;
  }

  .checkout-section {
    width: 100%;
  }

  .select-videos-section ul{ 
    padding: 0;
  }

  .select-videos-section label, .terms-div label {
    width: 90%;
  }

  .total {
    margin-left: 38%;
  }

  .provide-details-section{
    padding: 20px 0;
  }

  .input-div input[type=text], .input-div input[type=email], .input-div input[type=number], .input-div select{
    width: 95% !important;
  }

  .provide-details-section .submit {
    float: none;
    width: 150px;
    margin: 20px 26% 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

  .video-one-section {
    height: auto;
  }

  .video-one-section .video iframe{
    width: 100px;
    height: 100px;
  }

  #commingsoon {
    width: 100px;
    height: 100px;
    text-align: center;
  }

  #commingsoon p {
    margin-top: 20px;
    margin-left: 0;
    font-size: 20px;
  }

  .select-videos-section label, .terms-div label {
    width: 90%;
  }
}
