/* chatbox css start */
.btn{
    cursor: pointer;
  }
  .icon-close {
    right: 2rem;
    top: 1.8rem;
    transition: right .6s ease-in-out;
    cursor: pointer;
  }
  a,
  label,
  p {
  }
  label {
    font-weight: 600;
  }
  .has-error .help-block {
    color: #fff; 
    text-align: center;
  }
  
  .toggle-form {
    right: -9999px;
    position: fixed;
    top: 36.5%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: right .6s ease-in-out;
  }
  .toggle-form.active {
      right: 0;
  }
  .toggle-form .formwrap img {
    width: 20px;
    margin: -9%;
  }
  .orange {
      background-color: #ff910e;
      border-color: #ff910e;
      color: #fff;
      padding: .5rem 2rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 2rem;
  }
  .btn.orange:hover {
      background-color: #da7600;
      border-color: #da7600;
      color: #fff;
  }
  .form-control {
      display: block;
      width: 100%;
      padding: .5rem .75rem;
      font-size: .9rem;
      line-height: 1.25;
      color: #495057;
      background-color: #fff;
      background-image: none;
      background-clip: padding-box;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: 1.5rem;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  .formwrap {
    background-color:teal; 
    max-width: 620px;
    height: 70%;
    float: right;
    box-shadow: -1px 0px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .formwrap form input, .formwrap form input:focus {
      background-color: #fff;
      border-color: #fff;
      color: teal;
      margin-right: 10px;
  }
  
  .mid-col {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .form-control {
          border-color: #fff;
          color: #fff;
          margin-right: 10px;
   }
  select.form-control:not([size]):not([multiple]) {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
  }
  option {
    background-color: #fff;
    color: #1f2124;
  }
  @media (max-width: 575px) {
    .formwrap{
      width: 100%
    }
  }
  .btn-lg {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 16.3rem !important;
    height: 5rem;
    float: right;
}
.text-center {
    text-align: right;
    padding-top: 50%;
    float: right;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 65%;
  padding: 50px;
  font-size: 20px;
  margin-top: -5rem;
}
@media (max-width:360px) {
  .toggle-form{
    top: 30.5%;
    width: 91%;
  }
}
@media (max-width:450px){
  .mt-4, .my-4 {
    margin-top: -0.5rem!important;
}
.toggle-form{
  width: 82%;
}
}
@media (max-width:500px) {
  .toggle-form .formwrap img {
    width: 20px;
    margin: -7%;
}
}

/* chat box css end */


/* share icon css start */
/* container */

#share {
  margin: 1px auto;
  text-align: end;
}

/* buttons */

#share a {
	width: 30px;
    height: 30px;
    display: inline-block;
    margin: 8px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
    text-align: center;
}

#share a:hover {
	opacity: 1;
}

/* icons */

#share i {
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

/* colors */


/* share icon css end */
/* spread the word css start */
/* container */

#spread {
  margin: 1px auto;
  text-align: start;
}

/* buttons */

#spread a {
	width: 50px;
    height: 30px;
    display: inline-block;
    margin: 8px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
    text-align: center;
}

#spread a:hover {
	opacity: 1;
}

/* icons */

#spread i {
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

/* colors */


/* share icon css end */

/* Students css started */

.adpic{
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  position: absolute;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin: 4%;
  margin-left: 5%;
}
/* Students css end */
.accordion li p {
  color: rgb(5, 151, 151);
  padding-left: 0.9rem;
}
/* responsive  */
@media (min-width: 576px){
  .container, .container-sm {
    padding-top: 50px;
}
}
