
/** main css **/
body{
  
    font-family: 'Work Sans', sans-serif;
}

.sec-slider{
    overflow: hidden;
}
.banner-inner{
    position: relative;
    background-color: rgba(0,0,0,0.6);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-content{
    padding: 0 0px;
    text-align: center;
    background-color: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-left-text {
    padding: 30px 20px 0 60px;
}

.outer-banner-row{
    width: 100%;
}
.cerify-main-sec{
    padding: 40px 0 0;
}
.our-artist{
    padding: 50px 0 60px;
}
.our-artist .mb-30{
    margin-bottom: 30px;
}
.our-artist h4 {
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 20px;
}
.our-artist p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 3px;
}

.our-artist .disc-box{
    min-height: 382px;
}


.our-artist ul{
    padding: 0;
}
.our-artist ul li{
    list-style: none;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 500;
}


.sec-slider .slick-prev {
    left: 30px;
    background: url(../images/icons/img_arrow1.png) no-repeat scroll center center;
    width: 65px;
    height: 65px;
    z-index: 999;
    background-size: 32px auto;
}
.sec-slider .slick-next {
    right: 30px;
    background: url(../images/icons/img_arrow2.png) no-repeat scroll center center;
    background-size: 32px auto;
    width: 65px;
    height: 65px;
    z-index: 999;
}
.sec-slider .slick-prev:before, .sec-slider .slick-next:before {
    content: "";
}
.banner-content h2 {
    color: #000;
    font-weight: 900;
    font-size: 92px;
    text-transform: uppercase;
    margin: 10px 0 0;
    line-height: 85px;
    letter-spacing: 2px;
}
.banner-content h2 span{
    letter-spacing: 6px;
}
.banner-left-text h6 {
    color: #585858;
    font-size: 18px;
    margin: 12px 0;
}
.common-btn-border {
    font-size: 20px;
    background: linear-gradient(to right, #673BFB, #BD46BE);
    background: -webkit-linear-gradient(to right, #673BFB, #BD46BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid #8D40E1;
    border-radius: 30px;
    padding: 5px 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 28px;
    display: inline-block;
}

.small-heading-home{
    color: #585858;
    font-size: 18px;
    margin: 5px 0;
}
.main-home-heading{
    font-size: 36px;
    background: linear-gradient(to right, #673BFB, #BD46BE);
    background: -webkit-linear-gradient(to right, #673BFB, #BD46BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: 50px;
    max-width: 100%;
    display: inline-block;
}
.btn-with-small-text .common-btn-border {
    font-size: 16px;
    border: 1px solid #8D40E1;
    padding: 7px 20px;
    margin-top: 15px;
}

.exibition-img-box{
    display: flex;
}
.exibition-img-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.exibition-img-box .img-1-exibition{
    width: 35%;
    height: 250px;
    border-radius: 10px;
    padding: 10px;
}
.exibition-img-box .img-2-exibition {
    width: 23%;
    height: 165px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 40px;
}
.exibition-img-box .img-3-exibition {
    width: 25%;
    height: 194px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 80px;
}
.exibition-img-box .img-4-exibition {
    width: 17%;
    height: 125px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 50px;
}
.container-home{
    max-width: 1220px;
}
.exhibition-sec{
    padding: 60px 0;
}

.verifiers-tab {
    max-width: 340px;
    border-radius: 30px;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.verifiers-tab .nav-item{
        width: 50%;
        text-align: center;
}
.verifiers-tab .nav-item .nav-link{
    border: none !important;
    box-shadow: none !important
    font-size: 36px;
    background: linear-gradient(to right, #673BFB, #BD46BE);
    background: -webkit-linear-gradient(to right, #673BFB, #BD46BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    display: inline-block;
    opacity: 0.5;
    padding: 3px 30px
}
.verifiers-tab .nav-item .nav-link.active {
    background-color: transparent;
    border: none;
    opacity: 1;
}
.verifiers-tab .nav-item:first-child{
    border-right: 1px solid #474747;
}

.verifier-main-content-box{
padding: 60px 0;
}
.main-content-row-certifier{

}
.main-img-certified{
    position: relative;
}

.main-content-row-certifier .left-hand-text{
    padding: 0 79px;
    text-align: justify;
}
.main-content-row-certifier .left-hand-text h3 {
    font-weight: 600;
    margin-bottom: 26px;
    color: #292e34;
}
.main-content-row-certifier .left-hand-text p {
    font-size: 14px;
    line-height: 24px;
}
.main-content-row-certifier{
    margin-bottom:140px;
}
.main-img-certified .certificate-img{
    position: absolute;
    bottom: -100px;
    left: -140px;
    height: 140px;
    width: 140px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.order-2{
    order: 2;
}
.main-content-row-certifier.for-order-change .main-img-certified .certificate-img {
    right: -140px;
    left: auto;
}
.main-content-row-certifier.for-order-change  .left-hand-text h3{
    text-align: right;
}
.team-box{
    text-align: center;
    padding: 30px 10px;
}
.team-box img {
    width: 100%;
    border-radius: 15px;
    height: 260px;
    object-fit: contain;
}
.team-box h3 {
    font-weight: 700;
    color: #292e34;
    font-size: 23px;
    margin-top: 12px;
    margin-bottom: 0;
}
.team-box p {
    font-size: 14px;
    font-weight: 500;
}

.team-sec-new{
    padding:  60px 0 40px ;
}
.blog-sec{
    padding: 60px 0 10px;
}
.blog-box-inner{
    background-color: #c147bc;
    padding: 60px;
    border-radius: 10px;
    margin: 100px 0;
}
.side-img-blog{
    position: relative;
}
.side-img-blog img{
    position: absolute;
    top: -120px;
    left: 80px;
    border-radius: 10px;
    height: 326px;
    width: 286px;
    object-fit: cover;
}
.content-blog{
    color: #fff;
}
.content-blog .typ-painting {
    text-transform: uppercase;
    font-size: 12px;
}
.content-blog .post-date {
    font-size: 12px;
    margin: 20px 0;
}
.content-blog h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.content-blog p {
    font-size: 13px;
    line-height: 20px;
}
.content-blog .read-more{
color: #fff;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
text-decoration: underline !important;
margin-top: 20px;
letter-spacing: 1px;
}

.blog-sec .slick-arrow {
    background-color:#fff;
    height: 50px;
    width: 50px;
    display: block;
    z-index: 10;
    border-radius: 50%;
}
.blog-sec .slick-arrow::after {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    border: 1px solid #f7f7f7;
    left: -5px;
    top: -5px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.blog-sec .slick-prev.slick-arrow::before {
    background-image: url(../images/icons/left.png);
    content: "";
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
}
.blog-sec .slick-next.slick-arrow::before {
    background-image: url(../images/icons/right.png);
    content: "";
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
}
.section-bttom-border{
    position: relative;
}
.section-bttom-border::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
    width: 70%;
    margin: 0 auto;
}

.artist-slider .slick-arrow {
    background: #6b3df8;
    background: -moz-linear-gradient(left, #6b3df8 0%, #ba46c1 100%);
    background: -webkit-linear-gradient(left, #6b3df8 0%,#ba46c1 100%);
    background: linear-gradient(to right, #6b3df8 0%,#ba46c1 100%);
    height: 50px;
    width: 50px;
    display: block;
    z-index: 10;
    border-radius: 10px;
}
.artist-slider .slick-prev.slick-arrow{
right: 60px;
bottom: -20px;
left: auto;
top: auto;
}
.artist-slider .slick-next.slick-arrow{
   right: 0;
left: auto;
top: auto; 
bottom: -20px;
}

.artist-slider .slick-prev.slick-arrow::before {
    background-image: url(../images/icons/white-left.png);
    content: "";
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
}
.artist-slider .slick-next.slick-arrow::before {
    background-image: url(../images/icons/white-right.png);
    content: "";
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
}








.img-banner-right{
    padding: 50px 0 50px 0px;
}

.banner-content .common-btn{
    margin: 50px 0 0;
}
.header-top .social-link a{
    color: #66656A;
}
.header-top .login-tab a{
color: #002e5b;
font-weight: 600;
font-size: 13px;
}

.university-sec {
    padding: 20px 40px;
    background-color: #fff;
}

.university-sec .item{
border: 1px solid #ddd;
margin: 20px;
text-align: center;

}


.university-sec .item img{
    height: 70px;
    margin: 20px  auto;
}
.university-sec .item h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}

.wht-can-we-do-sec{
    padding: 60px 30px;
    background-color: #124FA2;
}
.what-can-do-box {
    margin: 40px 0;
    padding: 10px 25px;
}
.what-can-do-box .main-media-img {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    margin-right: 20px;
}
.what-can-do-box .main-media-img img{
    width: 100%;
}
.what-can-do-box .media-body{
    margin-top: 25px;
}
.what-can-do-box .media-body h5 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}
.what-can-do-box .media-body p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
}

.testimonial-new-sec{
padding: 60px 0;
}
.testimonial-new-sec .video-box {
    background-image: url(../images/other/video-bg.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-new-sec .video-box img{
    height: 60px;
    position: relative;
    z-index: 10;
}
.testimonial-new-sec .video-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.colo-gray{
    color: #323232 !important;
}
.testimonial-new-sec .testi-box p {
    font-size: 16px;
    line-height: 27px;
    color: #323232;
    margin-top: 40px;
    font-weight: 500;
}
.testimonial-new-sec .testi-box h6{
    color: #323232;
    font-weight: 700;
    margin-top: 40px;
}
.bg-blue{
    background-color: #124FA2;
}

.try-now-form-sec{
    padding: 60px 0;
}

.try-now-form-sec .form-group label{
    font-weight: 600;
    color: #fff;
}
.try-now-form-sec .form-group .form-control {
    background-color: #fff;
    border: none;
    box-shadow: none !important;
    font-size: 14px;
    min-height: 40px;
}

.try-now-form-sec .form-group .common-btn {
    font-size: 16px;
    padding: 8px 20px;
    margin-top: 30px;
    width: 60%;
}




.navbar-light .navbar-toggler {
    background-color: #fff;
}




@media (max-width: 991px){

.header-main {
    top: 58px;
}

}

@media (max-width: 768px){

.social-link li {
    padding: 0 4px;
}
.header-top .login-tab a {
    font-size: 11px;
}
.social-link li a {
    font-size: 11px;
}
.social-link {
    text-align: center;
    line-height: 12px;
}
.header-top .col-mail-list ul {
    text-align: center;
    line-height: 14px;
}
.banner-content {
    padding: 0 15px;
}
.banner-content  .outer-banner-row .text-left{
    text-align: center !important;
}
.header-main {
    top: 40px;
}
.header-main .navbar-nav{
    background-color: #124FA2;
}
.header-main .navbar-light .navbar-nav .nav-link {
    padding-bottom: 10px;
    padding-top: 10px;
}

.banner-slider .common-btn {
    font-size: 16px;
    margin: 20px 0 30px;
}
.university-sec .slick-dots{
    display: none !important;
}
.university-sec {
    padding: 20px 0 0;
}
.main-heading {
    font-size: 26px;
}
.what-can-do-box {
    margin: 10px 0;
    padding: 0px 0px;
    display: block;
}
.wht-can-we-do-sec {
    padding: 30px 0px;
}
.testimonial-new-sec .video-box {
    height: 180px;
}
.testimonial-new-sec .main-heading{
    margin-top: 30px;
}
.testimonial-new-sec .testi-box p {
    font-size: 14px;
    margin-top: 0;
}
.try-now-form-sec {
    padding: 30px 0;
}
ul.footer-nav {
    text-align: left;
    padding-left: 0;
}
ul.footer-nav li {
    margin-left: 0;
    margin-right: 10px;
}
.copyright-section p {
    font-size: 10px;
}
}
@media (max-width: 471px){

.header-main {
    top: 55px;
}

}
@media (max-width: 360px){

   .header-main {
    top: 73px;
}

}



/*login page css*/

.login-page-sec{
   background-image: url(../images/banners/login-bg.jpg); 
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   min-height: 100vh;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
}
.login-page-sec::after{
    background-color: rgba(18, 79, 162,0.6);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.wrapper-login-new {
    position: relative;
    z-index: 100;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 50px;
    text-align: center;
    margin: 60px 0;
}
.login-logo img{
    height: 60px;
}
.wrapper-login-new .inner-login-new h2{
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0 30px;
}
.inner-login-new .form-group .form-control {
    background-color: #F6F6F6;
    border: none;
    padding: 0px 20px;
    box-shadow: none;
    border: none;
    min-height: 54px;
}
.inner-login-new .form-group.form-check .form-check-label{
    color: #495057;
}
.inner-login-new .form-group.form-check .form-check-input{
  box-shadow: none;
    border: none;  
}

.wrapper-login-new .inner-login-new .forgot-link {
    display: block;
    text-align: right;
    text-decoration: none;
    color: #495057;
    margin: 5px 0 15px;
    font-size: 13px;
    font-weight: 600;
}
.common-btn.login-btn{
    background-color: #124FA2;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 600;
    border-radius: 8px;
    font-size: 22px;
    border: 1px solid #fff;
    margin: 20px 0 20px;
}
.not-an-acount{
    color: #495057;
    margin-bottom: 20px;
}
.not-an-acount a{
    color: #124FA2;
    text-decoration: underline;
    font-weight: 700;
}

@media (max-width: 768px){

.wrapper-login-new {
    padding: 15px 15px;
    margin: 20px 0;
}

}


/*about us pag css*/


.about-us-sec{
 /* background-image: url(../images/banners/about-us-banner.jpg); */
   background-size: cover;
   background-repeat: no-repeat;
   background-position: bottom center;
   min-height: 80px;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;  
       background-color: #124FA2;
}
/*.about-us-sec::after{
    background-color: rgba(18, 79, 162,0.8);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}*/

.about-us-content-sec{
padding: 60px 0;
}
.about-us-content-sec .disc-box{
    font-size: 14px;
    line-height: 27px;
    color: #323232;
    font-weight: 500;
    margin-top: 20px;
}
.about-us-content-sec .disc-box a{
    color: #124FA2;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline !important;
    margin-left: 10px;
}
.error_validate{
    color: red;
    font-size: 14px;
}


.mt-60{
    margin-top: 60px;
}

.for-perticuler-login{
    display: flex;
    align-items: center;
    background-color: #124FA2;
    padding: 20px;
    margin: 0 0 20px;
}
.for-perticuler-login label {
    margin: 0;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.for-perticuler-login .radio{
    margin-right: 30px;

}





.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
        margin-left: 0.04em;
    position: absolute;
    left: 0;
    right: 0;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/*contact us page css*/

.contact-us-sec{
    padding: 60px 0;
}
.contact-detail-box{
    margin-bottom:45px;
}
.contact-detail-box h6{
font-size: 18px;
font-weight: 600;
}
.contact-detail-box h5{
font-size: 20px;
font-weight: 700;
color: #124FA2;
}


/*univercites list page css*/

.university-list-sec{
    /*background-color: #124FA2; */
    padding: 60px 0;
}
.university-box {
    background-color: #124FA2;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    margin: 15px 0px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
.university-logo{
    width: 30%;
}
.university-logo img{
    margin-right: 20px;
    height: 160px;
    width: 160px;
    border-radius: 50%;
}

.for-univer-detail-new-align .main-heading{
    font-size: 36px;
    background: linear-gradient(to right, #673BFB, #BD46BE);
    background: -webkit-linear-gradient(to right, #673BFB, #BD46BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    max-width: 100%;
        display: inline-block;

}
.for-univer-detail-new-align .disc-box {
    margin-top: 10px !important;
    font-size: 15px;
    color: #474747;
}
.for-univer-detail-new-align .disc-box p{
    margin-bottom: 0;
}

.university-logo img {
    height: 160px;
    width: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.university-box .university-detail{
    text-align: left;
}
.university-box .university-detail h4 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.university-box .university-detail h6{
    color: #8f9ba7;
    margin-bottom: 0px;
}
.search-row .input-group {
    margin-bottom: 15px;
    background-color: #fff;
}
.search-row .input-group-append, .input-group-prepend {
    color: #495057  ;
    width: auto;
    border: none !important;
}
.search-row .input-group input {
    font-size: 0.875rem;
    color: #495057;
    border-radius: 0;
    padding: 7px 0px;
    
    border: 1px solid #ddd !important;
    border-left: 0 !important;
    box-shadow: none;
    background-color: #fff !important;
}
.search-row .input-group .input-group-text {
    background: #fff;
    line-height: 23px;
    border: 1px solid #ddd !important;
    border-right: 0 !important;
    border-radius: 0;
    color: #495057;
}
.search-row .form-group .form-control {
    font-size: 0.875rem;
    color: #495057;
    border-radius: 0;
    padding: 0px 10px;
    border: 1px solid #ddd;
    height: 36px !important;
    box-shadow: none;
    outline: none;
    background-color:#fff;
}
.for-univer-detail-new-align{
    display: flex;
    align-items: center;
}
.for-univer-detail-new-align h6{
    font-size: 14px;
    color: #474747;
}


@media (max-width: 768px){
.about-us-sec {
    min-height: 25vh;
}
}
@media (max-width: 580px){
.university-box {
    margin: 20px 15px;
}
}

@media (max-width: 520px){
.university-box {
    margin: 20px 15px;
    display: block;
    text-align: center;
}
.university-logo img {
    height: 49px;
    margin: 0 auto;
}
.university-logo {
    padding-right: 0;
    margin-bottom: 20px;
}
}

/*verify form page css*/

.degree-form-sec{
    padding: 40px 0;
}

.degree-form-outer-box{
border: 1px solid #ddd;
margin-bottom: 30px;
}

.degree-form-outer-box .degree-header{
        background-color: #124FA2;
        padding: 15px 15px;
        color: #fff;
        font-
}
.degree-form-outer-box  .degree-body{
    padding: 30px;
}

.inner-login-new .form-group .input-group-prepend{

}
.inner-login-new .form-group .input-group-text{
    background-color: #F6F6F6;
    border-radius: 0;
    border: none;
    color: #808890;
}
.degree-form-outer-box  .degree-body .inner-login-new .form-group .form-control{
font-size: 14px;
    padding: 8px 15px;
}
.degree-form-outer-box  .degree-body .inner-login-new .form-group .col-form-label{
    font-size: 14px;
    padding-top: 0;
}
.degree-form-outer-box  .degree-body .inner-login-new .form-group .input-group-text{
    font-size: 14px;
}
.degree-form-outer-box  .degree-body .inner-login-new .form-group .for-small{
    font-size: 9px;
}
.degree-form-outer-box  .degree-body  .common-btn.login-btn{
    font-size: 14px;
}
@media (max-width: 767px){

.degree-form-outer-box .degree-body .inner-login-new .form-group .form-control {
    font-size: 14px;
    padding: 8px 15px;
    margin: 10px 0;
}
.degree-form-outer-box .degree-body {
    padding: 20px;
}
.degree-form-outer-box .degree-body .inner-login-new .form-group .input-group .form-control {
    margin: 0px 0;
}
}

/*univercity verfy page css*/

.univercity-name-row .main-heading{
        font-size: 24px;
}
.univercity-name-row .common-btn.login-btn {
    padding: 9px 23px;
    font-size: 16px;
        margin: 10px 0;
}
a{
    text-decoration: none !important;
}

/*success page css*/
.success-box {
    padding: 30px 0 5px;
}
.success-box img {
    height: 60px;
    margin-bottom: 15px;
}
.success-box h4 {
    color: #124FA2;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 20px;
}
.approved-by-list{
    text-align: center;
}
.approved-by-list li {
    list-style: none;
    padding: 3px 15px;
    display: inline-block;
    font-size: 14px;
}
.approved-by-list li img{
    height: 20px;
}
.main-dash-box .inner-box {
    margin: 30px 0;
}
.main-dash-box .inner-box .header-penal {
    background-color: #124FA2;
    padding: 15px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}
.main-dash-box .inner-box .body-panel {
    border: 1px solid #ddd;
    border-radius: 0px 0px 10px 10px;
    padding: 0px;
    text-align: center;  
    min-height: 100px;
}
.bg-light {
    background-color: #2264bd !important;
}

.main-dash-box .inner-box .body-panel .table thead th {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
}
.main-dash-box .inner-box .body-panel .table tbody td {
    padding: 10px 10px;
    font-size: 14px;
    /*border-bottom: 1px solid #ddd;*/
}
.main-dash-box .inner-box .body-panel a{
  margin: 12px;
  color: #124FA2;
  font-weight: 600;
  text-decoration: underline !important;
  display: block;  
  font-size: 16px;
}
.main-dash-box.another-table .inner-box .body-panel .table{
	margin-bottom: 0;
}
.main-dash-box.another-table .inner-box .body-panel .table thead th {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    border-bottom:1px solid #dee2e6;
    text-align: left;
    width: 180px;
}
.main-dash-box.another-table .inner-box .body-panel .table thead td {
    padding: 10px 10px;
    font-size: 14px;
    border-bottom:1px solid #dee2e6;
    text-align: left;
    font-weight: 600;
}
.main-dash-box.another-table .inner-box .body-panel .table thead tr:last-child th,
.main-dash-box.another-table .inner-box .body-panel .table thead tr:last-child td {
	border-bottom: 0;
}