.bg-white {
    background-color: white !important;
}

.top_courses_iconbox {
    margin-top: 150px;
}

@media screen and (max-width: 1200px) {
    .top_courses_iconbox {
        margin-top: 50px;
        justify-content: center;
    }
    .home_icon_box {
        justify-content: center;
    }
}

.home_icon_box {
    display: flex;
    color: white !important;
}
.home_icon_box p {
    padding-left: 15px;
    font-size: 16px;
}
.home_icon_box img {
    width: 40px !important;
}

.header-brand-img-md {
    height: 3.5rem !important;
}

.nav-bg {
    background-color: #273376 !important;
}

/* ////////////////////////// */

.testimonial {
    padding: 80px 0;
    background-color: #ffffff;
}
.testimonial .row .tabs {
    all: unset;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}
.testimonial .row .tabs li {
    all: unset;
    display: block;
    position: relative;
}
.testimonial .row .tabs li.activee::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #1a0267;
    border-radius: 50%;

    /* border: 3px solid;
    border-radius: 50%;
    padding: 10px; */
}
.testimonial .row .tabs li.activee::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: #1a0267;
    border-radius: 50%;
}
/* //// 1111111111111111111111111111111111111111111111111111111 */
.testimonial .row .tabs li:nth-child(1) {
    align-self: flex-end;
}
.testimonial .row .tabs li:nth-child(1)::before {
    left: 64%;
    bottom: -50px;
}
.testimonial .row .tabs li:nth-child(1)::after {
    left: 97%;
    bottom: -81px;
}
.testimonial .row .tabs li:nth-child(1) figure img {
    margin-left: auto;
}

/* //// 222222222222222222222222222222222222222222222222222222 */

.testimonial .row .tabs li:nth-child(2) {
    align-self: flex-start;
}
.testimonial .row .tabs li:nth-child(2)::before {
    right: -65px;
    top: 50%;
}
.testimonial .row .tabs li:nth-child(2)::after {
    bottom: 101px;
    border-radius: 50%;
    right: -120px;
}
.testimonial .row .tabs li:nth-child(2) figure img {
    margin-right: auto;
    max-width: 300px;
    width: 100%;
    margin-top: -50px;
}

/* //// 3333333333333333333333333333333333333333333333333333333 */
.testimonial .row .tabs li:nth-child(3) {
    align-self: flex-end;
}
.testimonial .row .tabs li:nth-child(3)::before {
    right: -10px;
    top: -66%;
}
.testimonial .row .tabs li:nth-child(3)::after {
    top: -130px;
    border-radius: 50%;
    right: -46px;
}
.testimonial .row .tabs li:nth-child(3) figure img {
    margin-left: auto;
    margin-top: -135px;
}
.testimonial .row .tabs li:nth-child(3):focus {
    border: 10px solid red;
}

/* //// 4444444444444444444444444444444444444444444444444444444 */
.testimonial .row .tabs li:nth-child(4) {
    align-self: flex-end;
}
.testimonial .row .tabs li:nth-child(4)::before {
    right: -50px;
    top: -400px;
}
.testimonial .row .tabs li:nth-child(4)::after {
    top: -330px;
    border-radius: 50%;
    right: -46px;
}
.testimonial .row .tabs li:nth-child(4) figure img {
    margin-right: 99px;
    margin-top: -310px;
    width: 90px;
}
.testimonial .row .tabs li:nth-child(4):focus {
    border: 10px solid red;
}

/* ////555555555555555555555555555555555555555555555555555555555555555555555 */
.testimonial .row .tabs li:nth-child(5) {
    align-self: flex-start;
}
.testimonial .row .tabs li:nth-child(5)::before {
    left: -50px;
    top: -400px;
}
.testimonial .row .tabs li:nth-child(5)::after {
    top: -830px;
    border-radius: 50%;
    right: -46px;
}
.testimonial .row .tabs li:nth-child(5) figure img {
    margin-left: 177px;
    margin-top: -520px;
    width: 120px;
}
.testimonial .row .tabs li:nth-child(5):focus {
    border: 10px solid red;
}
/* ///////////////////////////////////////////////////////////////////////////// */
.testimonial .row .tabs li figure {
    position: relative;
}
.testimonial .row .tabs li figure img {
    display: block;
}
.testimonial .row .tabs li figure::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 4px solid #000000;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.testimonial .row .tabs li figure:hover::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.testimonial .row .tabs.carousel-indicators li.active figure::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.testimonial .row .carousel > h3 {
    font-size: 20px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    margin-bottom: 0;
}
.testimonial .row .carousel h1 {
    font-size: 40px;
    line-height: 1.225;
    margin-top: 23px;
    font-weight: 700;
    margin-bottom: 0;
}
.testimonial .row .carousel .carousel-indicators {
    all: unset;
    padding-top: 43px;
    display: flex;
    list-style: none;
}
.testimonial .row .carousel .carousel-indicators li {
    background: #000;
    background-clip: padding-box;
    height: 2px;
}
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
    margin-top: 42px;
}
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
    font-size: 18px;
    line-height: 1.72222;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
    color: #000;
    font-weight: 700;
    margin-top: 37px;
    font-size: 20px;
    line-height: 1.45;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
    /* body {
        .testimonial {
            .row {
                .tabs {
                    margin-right: 25px;
                }
            }
        }
    } */
}
@media only screen and (max-width: 567px) {
}
