.sf-Long-text {
  margin-bottom: 0px;
}
.icon {
  margin-bottom: 5px;
}
.benefits div {
  /* background: #af882d; */
  background: #8F6F24;
  padding: 20px 30px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.benefits div span {
  font-size: 70px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.benefits h3,
.benefits-title {
  margin-top: 0px;
  color: #fff;
  font-weight: bold !important;
}
.benefits-title{
  font-size: 2rem !important;
}
.benefits p {
  font-size: 1.6rem;
  line-height: 1.5;
}
/*annabel's boxes*/
.boxes > .col-xs-12.col-sm-12.col-md-4.col-lg-4.sf_colsOut {
  padding: 50px;
  text-align: center;
  background-color: #2d8383;
  border: 20px solid #f5f5f5;
}
.boxes > .col-xs-12.col-sm-12.col-md-4.col-lg-4.sf_colsOut a {
  color: white;
}
.eligibilityBlock span.fas {
  font-size: 30px;
  margin-right: 10px;
  color: #af882d;
  display: inline-block;
}
.notAccepted span.fas {
  font-size: 30px;
  margin-right: 10px;
  color: #a02121;
  display: inline-block;
}
.eligibilityBlock > div,
.notAccepted > div {
  /* background: #efefef; */
  border: 1px solid #efefef;
  margin-bottom: 10px;
  padding: 20px 30px;
  border-radius: 20px;
  font-weight: 500;
}
.eligibilityBlock p,
.notAccepted p {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: top;
  width: 90%;
}
.logosIntro {
  margin-bottom: 0px !important;
}
.introText {
  background: none;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  width: 68%;
}
.introText img {
  width: 500px;
}
.introText h1 {
  color: #fff;
  margin-top: 20px;
  font-size: 55px;
  font-weight: 100;
}
.introWrapper {
  background-image: url("/cisiweb2/image/aboutus/chfirm.jpg");
  background-position: left 20%;
  margin-bottom: 0px;
}
.steps .glyphicon {
  color: #fff;
  font-size: 24px;
}
.steps .sfContentBlock > div {
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 20px 20px;
  text-align: center;
  /* background-color: #af882d; */
  background-color: #8F6F24;
}
.steps3 .sfContentBlock > div {
  /* background: #999999 !important; */
  background: #757575 !important;
}
.steps .sfContentBlock > div {
  font-size: 15px;
  line-height: 1.3;
}
/* .steps > div:first-child .sfContentBlock div {
	background: #5eb6b6;
}
.steps > div:nth-child(2) .sfContentBlock div {
	background: #4ca5a5;
}
.steps > div:nth-child(3) .sfContentBlock div {
	background: #3d9595;
}
.steps2 > div:first-child .sfContentBlock div {
	background: #126d6d;
}
.steps2 > div:nth-child(2) .sfContentBlock div {
	background: #228080;
}
.steps2 > div:nth-child(3) .sfContentBlock div {
	background: #328b8b;
} */

/* qoute */
.qouteBlock {
  margin-top: 80px;
}
.qouteBox {
  border-left: 8px solid #78c0a8;
  background: #ededed;
  padding: 1.2em 30px 1.2em 57px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-top: 30px;
  border-radius: 11%;
}
.qouteBox p {
  font-size: 1.65rem;
  margin-top: 30px;
  font-family: Open Sans;
  font-style: italic;
  color: #555555;
  line-height: 1.6;
  position: relative;
}
.qouteBox p::before {
  font-family: Arial;
  content: "\201C";
  color: #78c0a8;
  font-size: 5em;
  position: absolute;
  left: -50px;
  top: -56px;
}
.qouteBox p span {
  display: inline-block;
  font-weight: 600;
}
.qouteBox .logo {
  margin: 20px 0 5px 0 !important;
  text-align: right;
}
.qouteBox.millenC .logo {
  margin-top: 0px;
}
.qouteBox .logo img {
  width: 160px;
}

.millenC{
  height: 100% !important;
}

.logos {
  text-align: center;
}

.logos img {
  margin: 15px;
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
  vertical-align: middle;
  transform: scale(0.8);
  max-width: 180px;
  max-height: 150px;
}
.logos img:hover {
  transform: scale(1);
  cursor: pointer;
}
.logos .large {
  max-width: 250px;
  width: 250px;
}
.sfContentBlock .modal-body img {
  float: right;
  margin-left: 30px;
}
.conferencedetails {
  background: #389797;
  padding: 20px;
  color: #ffffff;
}

.instruction {
  background: #efefef;
  margin-bottom: 10px;
  padding: 20px 30px;
  font-weight: 500;
}
.instruction > p {
  margin-bottom: 15px !important;
}

.animation-content {
  display: flex;
  align-items: center;
  width: 70%;
  /* text-align: left; */
  justify-content: space-between;
}

.animation-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.animation-logo em {
  font-size: 70px;
}

.animationBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eligibilityBlock table {
  width: 100%;
  border-collapse: collapse;
}
.eligibilityBlock th,
td {
  /* border: 1px solid #000; */
  padding: 8px;
  text-align: left;
  padding: 10px;
  border: 1px solid #ddd;
}
.eligibilityBlock th {
  background-color: #f2f2f2;
}
@media (max-width: 1600px) {
  .qouteBox p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1500px) {
  .introText > img {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .benefits div {
    padding: 15px 20px;
  }
  .benefits div span {
    font-size: 45px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .benefits p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .steps .sfContentBlock > div {
    font-size: 13px;
  }
  .qouteBox p {
    margin-top: 23px;
  }
  .qouteBox .logo img {
    width: 115px;
  }
  .qouteBox.millenC .logo {
    margin-top: -25px;
  }
}
@media (max-width: 1300px) {
  .steps .sfContentBlock > div {
    padding: 13px 15px;
  }
  .qouteBox p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .introText {
    width: 90%;
}
}
@media (max-width: 1100px) {
  .benefits p {
    font-size: 1.35rem;
  }
  .steps .sfContentBlock > div {
    padding: 10px 10px;
  }
  .steps3 .sfContentBlock > div {
    width: 240px;
  }
  .qouteBox p {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .logos img {
    margin: 2% 5%;
    width: 40%;
  }

  .benefits {
    width: 83.33%;
    margin-bottom: 20px;
  }
  .steps3 .col-md-4 {
    display: flex;
    justify-content: center;
  }
  .qouteBox p {
    font-size: 1.45rem;
  }
  .qouteBox.millenC .logo {
    margin-top: -15px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

@media (max-width: 767px) {
}

@media (max-width: 600px) {
  .qouteBox p {
    font-size: 1.3rem;
  }
  .qouteBox .logo img {
    width: 130px;
  }
}

/*New Logos*/
.logos {
  text-align: center;
}

.logos img {
  margin: 15px;
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
  vertical-align: middle;
  transform: scale(0.8);
  max-width: 180px;
  max-height: 150px;
}
.logos img:hover {
  transform: scale(1);
  cursor: pointer;
}
.logos .large {
  max-width: 250px;
  width: 250px;
}

@media (max-width: 991px) {
  .logos img {
    margin: 2% 5%;
    width: 40%;
  }
}