.text-justify{
  text-align: justify!important;
}

.rts-history-section p{
    text-align: justify;
}

@media (min-width:320px) and (max-width:767px) {


        .banner.v__2 .banner__wrapper .banner__slides--container.banner__height {
        align-items: center;
        justify-content: center;
        height: 500px;
    }

    banner.v__2 .banner__wrapper .banner__slides--content {
        padding-bottom: 100px!important;
        padding-top: 400px!important;
    }
    .rts-section-padding {
        padding: 60px 0;
    }
    #mission.rts-history-section {
        padding-left: 00px;
    }

    .navigation__menu--item.has-child:hover ul.submenu li.has-child:hover ul {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        margin-left: -150px;
        margin-top: 50px;
    }

    .rts__section--wrapper.v__5 .rts__section--title {
        text-transform: capitalize;
        margin: 0 auto;
        font-size: 30px;
    }


    .banner.v__2 .banner__wrapper .banner__slides--content {
        padding-top: 156px;
        padding-bottom: 0px;
        /* text-shadow: 5px 5px 5px #000; */
    }

    .rts__testimonial--active {
        min-width: 100%;
    }

    .footer__widget--title {
        font-size: 20px;
        font-weight: 500;
        font-family: var(--font-primary);
        color: var(--rt-white);
        margin-bottom: 18px;
        margin-top: 18px;
    }

    .sports-section h4 {
        font-size: 22px;
        margin-top: 10px;
    }
    .sports-section img {
        width: 50px;
    }

    .about .about__content {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .rts-funfact.v__1 .rts-funfact-wrapper .single-cta-item {
        max-width: 100%;
        padding: 0px 25px 35px;
        border-bottom: 0.5px solid #890C25;
    }
    .about__images--wrapper--left img {
         margin-bottom: 50px; 
    }
        .rts-section-padding {
        padding: 40px 0;
    }

        .admission-content-top .application-deadline__content table .table-theme td {
        padding: 13px 13px;
        font-size: 16px;
        font-weight: 600;
        color: var(--rt-white);
        vertical-align: middle;
    }

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: 290px;
    width: 100%;
}


.alert_msg {
  position: absolute;
  top: 109px;
  left: 0;
  overflow: hidden;
  z-index: 999;
  width: 100%;
}







}