﻿.top-title {
    color: #999;
    padding-bottom: 15px;
}

.faq-bottom {
    margin-top: 25px;
}

.question-icon {
    width: 30px;
    position: relative;
    top: 10px;
    left: 10px;
}

.bottom-title {
    color: #999;
    height: 40px;
}

.faq-input {
    min-height: 70px;
}

.faq-submit {
    min-height: 40px;
}

.email-us-box {

    width: 100%;
    padding: 10px;
    cursor: pointer;
    background-color: #F3B781;
    min-height: 70px;
}

.email-us-box:hover {
    background-color: #F3A056;
}

.email-us-line {
    position: relative;
    top: 7px;
    left: 10px;
    font-size: 22px;
    color: #FFF;
    font-weight: normal;
}

.body-panel-title {
    margin: 15px 0 0 0;
    color: #E27F71 !important;
    min-height: 60px;
}

.body-panel-title a {
    color: #E27F71 !important;
    font-size: 24px !important;
}

.faq-box-image {
    opacity: 0.9;
}

.faq-box-image:hover {
    opacity: 1;
}

h3 {
    color: #ef8172 !important;
}

/* ***************** Image box start *************** */

/*.imagebox {
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100%;
}*/

/*.imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
  width: 100%;
}*/

/*.imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: 100%;
}*/

/*.imagebox:hover img {
  opacity: 0.9;
}*/

/*.imagebox:hover .imagebox-desc {
  padding-bottom: 10%;
  opacity: 1;
}*/

/* ***************** Image box end *************** */

.qualifications {
  background-color: rgba(240, 184, 132, .8) !important;
}

.counsellor {
  /*background-color: rgba(195, 229, 218, .8) !important;*/
    background-color: #98D1BE !important;
    opacity: 0.8 !important;
}

.degree {
  background-color: rgba(183, 183, 182, .8) !important;
}

.questions {
  background-color: rgba(239, 129, 114, .8) !important;
}

@media (max-width: 767px) {

    .imagebox {
        margin-bottom: 25px;
    }
}