.title-blue {
    color: #2a6ebb;
    font-weight: normal;
    font-size: 30px;
}
.title-blue p{
    color: #2a6ebb;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.1;
}

.green-text {
    color: #00b2a9;
}

.ml-0{
    margin-left: 0;
}
.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-top: 0;
}

.pl-0 {
    padding-left: 0;
}

.pb-0 {
    padding-bottom: 0
}
.list-style-blue li{
    position: relative;
    list-style: none;
    padding-left: 30px;
}
.list-style-blue li:before{
    width: 7px;
    height: 7px;
    content: "";
    background: #2a6ebb;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.green-btn {
    background: #00b2a9;
    border: 0;
    text-transform: capitalize;
    color: #fff;
    padding: 15px 30px;
    margin-top: 15px;
    display: inline-block;
  transition: all 0.25s ease;

}
.green-btn:hover,
.green-btn:active,
.green-btn:focus {
  color: #fff;
  background-color: #2a6ebb;
}

.font-weight-bold {
    font-weight: bold;
}

.content-sc {
    /* margin-top: 100px;*/
}

.clinical_decision .page-title h1 {
    font-size: 40px;
}

.icon-content-sc {
    margin-top: 40px;
}

.icon-content-sc ul {
    display: flex;
    flex-wrap: wrap;
}

.icon-content-sc ul li {
    list-style: none;
    color: #2a6ebb;
    font-size: 24px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;

}

.icon-content-sc ul li .text {
    border-bottom: 1px solid #2a6ebb;
    padding-bottom: 30px;
    height: 100%;
    margin-top: 15px;
}

.icon-content-sc ul li .fas {
    font-size: 70px;
}

.small-quote {
  padding-left: 35px;
  position: relative;
  display: block;
}
.small-quote:before {
    font-size: 40px;
    color: #00b2a9;
    content: "";
    width: 28px;
    height: 17px;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../images/small-quote.png) no-repeat center center;
}

.full-quote {
    font-size: 36px;
    color: #00b2a9;
    border-left-color: #2a6ebb;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 70px;
    margin-bottom: 70px;
}

.full-quote .name {
    font-size: 30px;
}

.find-out-more {

    background: #dbe6f3;
    color: #2a6ebb;
    margin-top: 70px;
    margin-bottom: 95px;
}

.find-out-more .inner {
    display: flex;

}

.find-out-more .img {
    margin-right: 55px;
}

.find-out-more ul {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.find-out-more ul li {
    list-style: none;
    margin-right: 60px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 990px) {
  .icon-content-sc ul li {
    width: 100%;
  }
  .icon-content-sc ul li .text p {
    font-size: 20px;
  }
  .full-quote {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
    .find-out-more .img {
        max-width: 288px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .find-out-more .inner{
        flex-direction: column;
    }
    .find-out-more .img{
        margin: 30px 0 0;
        text-align: center;
    }
    .find-out-more ul li{
        margin-bottom: 20px;
        width: 100%;
    }
    .find-out-more ul li:last-child{
        margin-bottom: 0;
    }    
}

.find-out-more ul li:last-child {
    margin-right: 0;
}

.find-out-more i {
    font-size: 35px;
    color: #acc6e4;
    margin-right: 10px;
}

.find-out-more .name {
    font-size: 24px;
}

.find-out-more h3 {
    margin-bottom: 15px;
}

.find-out-more .name span {
    font-size: 20px;
}

.find-out-more .mail {
    border-bottom: 2px solid #acc6e4;
}

.find-out-more .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.more-info li {
    border-left: 1px solid #dbe6f3;
    list-style: none;
    margin-bottom: 20px;
}

.more-info li p {
    margin-bottom: 0;
}

.more-info li i {
    color: #2a6ebb;
    font-size: 50px;
}

.more-info li h4 {
    font-size: 25px;
}

.learn-more {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    margin-top: 70px;
    padding-top: 30px;
    margin-bottom: 78px;
}

.learn-more h3 {
    margin-top: 0;
}

.learn-more:before {
    width: 170px;
    height: 5px;
    background: #00b2a9;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -85px;
    top: 0;
}

.award-winning h2 {
    font-size: 40px;
}

.award-winning > h3 {
    margin-bottom: 50px;
}
.award-winning ul li{
    margin-bottom: 10px;
}
.partnership-with h3{
  font-weight: normal;
  margin-bottom: 18px;
  font-size: 24px;
}
.partnership-logos{
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.partnership-logos li{
    list-style: none;
    padding: 0 15px 15px;
}
.quote-blk {
  display: block;
}
.quote-blk .img-wrp {
  padding-bottom: 15px;
  text-align: center;
}
/*
.quote-blk .quote-wrp {
    flex: 1 1 auto;
}
*/

/*CMS block*/
.text-img img {
  max-width: 100%;
}
.text-img.img-right > div {
  float: right;
}

.text-img h1,
.text-img h2,
.text-img h3,
.text-img h4,
.text-img h5,
.text-img h6 {
  margin-top: 0;
}
.text-img h1,
.text-img h2,
.text-img h3{
  color: #2a6ebb;
  margin-bottom: 15px;
}
.text-img h1 {
  margin-bottom: 20px;
}
.text-img ul, 
.text-img ol {
  margin-bottom: 15px;
  padding-left: 20px;
}
.text-img ul {
  list-style: none;
}
.text-img ul li {
  position: relative;
}
.text-img ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: -15px;
  top: 10px;
  background-color: #2a6ebb;
  border-radius: 10px;
}




/*this style code is used for ticket CW-149*/
.more-info li.col-md-4 {
  height: 180px;
}

@media (max-width: 991px) {
  .more-info li.col-md-4 {
    height: auto !important;
  }
}
/*this style code is used for ticket CW-149*/