.ArTopText{
    margin-top:-4.5%;
    font-size: 2.5rem;
}
.AblueHeading{
    color:#012169;
}
.Abar{
    background:#40834e;
    height:3px;
}
  .ArBorderedBox {
    border: 2px solid #ccc;
    padding: 35px;
    border-radius: 15px;
    background: #f7f7f7;
}
.active:after {
    display:none;
}

#videoCarousel .carousel-item {
    height: 320px;   
}

/* Make iframe fill the slide */
#videoCarousel .carousel-item .carousel-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 6px;
}
.custom-arrow {
    width: 50px;
    text-decoration: none;
}

.arrow-circle {
    background: #0a78cf;
    color: white;
    font-size: 36px;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


.two-col-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.two-col-list li {
    break-inside: avoid;
    margin-bottom: 8px;
}
.ContentBox{
    background:#fff;
    border-radius:0px 15px 0px 0px;
    border:1px solid #b7b7b7;
}
.ArGraySection{
    background: #f7f7f7;
    /*border: solid 1px #b7b7b7;*/
}

@media only screen and (max-width: 992px) {
    .ArTopText{
        margin-top: -5.5%;
    font-size: 18px;
}