@-webkit-keyframes chartjs-render-animation{from{opacity:0.99}to{opacity:1}}@keyframes chartjs-render-animation{from{opacity:0.99}to{opacity:1}}.chartjs-render-monitor{-webkit-animation:chartjs-render-animation 0.001s;animation:chartjs-render-animation 0.001s;}

.My-card{
      display: inline-block;
    width: 100%;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 9px 6px 22px 0 rgba(0,0,0,0.08);
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    position: relative;
}
.card-icon{
   padding: 10px;
    font-size: 35px;
    display: inline-block;
    background: #ffffff;
    margin-right: 10px;
    color: #000000;
    border-radius: 50px;

}
@-webkit-keyframes chartjs-render-animation{from{opacity:0.99}to{opacity:1}}@keyframes chartjs-render-animation{from{opacity:0.99}to{opacity:1}}.chartjs-render-monitor{-webkit-animation:chartjs-render-animation 0.001s;animation:chartjs-render-animation 0.001s;}

.My-card{
    display: inline-block;
    width: 100%;
    border-radius: 2px;
    background-color: transparent;
    box-shadow: 9px 6px 22px 0 rgba(0,0,0,0.08);
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    position: relative;
    border: none;
}
.card-icon{
    padding: 2px;
    font-size: 29px;
    display: inline-block;
    background: #ffffff;
    margin-right: 10px;
    color: #000000;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;

}
.cr_title {
    font-size: 10px;
    color: #ffffff;
}
.cr_title span.subtxt {
    font-size: 11px;
    margin: 0 0 2px 0;
}
.cr_title span {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.card-h-1{
  background: linear-gradient(110deg, #53a2ff, #2a387b);
}
.card-icon i {
    color: #4e96f0;
}

.cr_title {
    font-size: 10px;
    color: #ffffff;
}
.cr_title span.subtxt {
    font-size: 11px;
    margin: 0 0 2px 0;
}
.cr_title span {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.card-h-1{
  background: linear-gradient(110deg, #53a2ff, #2a387b);
}
.card-icon i {
    color: #4e96f0;
}

.highlights {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 0 0 5px 15px;
    list-style: square;
}
.highlights li {
    display: list-item;
    width: 100%;
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 400;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style-type: disc;
    padding-bottom: 20px;
}
a.btn.btn-primary-h {
    margin-top: 10px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #314a91;
    color: #314a91 !important;
}


.controls-top{
    position: absolute;
    top: 41%;
}

.controls-top .prev{
    position: relative;
    right: 0px;
    left: -1px;
    z-index: 999;
    top: -17px;
    background: transparent;
    color: #89c92c !important;
}

.controls-top .next{
    position: relative;
    left: 1085px;
    top: -16px;
    z-index: 999;
}
.card-body.feedback-text {
    margin-top: 13px;
}
.card-body.feedback-text span {
    color: #fff;
}
.carousel-multi-item .controls-top .btn-floating {
    background: transparent;
}
.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
    display: inline-block;
    width: inherit;
    text-align: center;
    color:#89c92c;
}

@media (min-width:200px) and (max-width:575.98px){
 .controls-top .next{
    position: relative;
    left: 346px;
    top: -21px;
 }  
 .hidden-sm{
    display:none !important;
} 
}
@media (min-width:576px) and (max-width:768.98px){
.controls-top .next {
    position: relative;
    left: 683px;
    top: -16px;
    z-index: 999;
}
.logo2{
    display: none;
}
.hidden-sm{
    display:none !important;
}
}
@media (min-width:200px) and (max-width:366px){
.controls-top .next {
    position: relative;
    left: 280px !important;
    top: -21px  !important;
}
.hidden-sm{
    display:none !important;
}
}




