
.line{
    border-style: dashed;
    
}
.contact-for p,.contact-for a{
    color: #292929;
    font-family: 'InstrumentSans-Bold';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 180%; /* 28.8px */
letter-spacing: 0.48px;
}

.scholar-img{
    max-height: 362px;
    border-radius: 35px;
    border: 2px solid #FFF;
  
    box-shadow: 0px 2px 10px 0px rgba(99, 99, 99, 0.25);
}

.scholar-contentbox{
    position: relative;
    margin-top: 68px;
    margin-bottom:-48px;
    z-index: 2;

}

.scholar-contentbox::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    border-radius: 15px;
border: 1px solid #FFF;
background: linear-gradient(307deg, rgba(0, 7, 25, 0.90) 13.11%, rgba(0, 28, 139, 0.90) 101.53%);
    z-index: -1;
}
.scholar-contentbox::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../img/schloar-content-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
    border-radius: 15px;
}

.scholar-left{
    height: 378px;
    margin-top: -68px;
    width: 295px;
    min-width: 295px;

}
.scholar-left img{
   height: 100%;
}
.scholar-contentbox h2{
    color: #FFF;
    font-family: 'RedHatText-Bold';
font-size: 20px;
font-style: normal;

line-height: 170.3%; /* 34.06px */
letter-spacing: 0.6px;
text-transform: uppercase;
}
.scholar-contentbox p{
    color: #FFF;
    font-family: 'InstrumentSans-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.42px;
}
.scholar-categories-sec{
 
    position: relative;
    z-index: 1;
}
.scholar-categories-sec .top-content h3{
    color: #FFF;
text-align: center;
font-family: 'RedHatText-Bold';
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 170.3%; /* 30.654px */
letter-spacing: 0.54px;
text-transform: uppercase;
}
.scholar-categories-sec .top-content p{
    color: #FFF;
text-align: center;
font-family: 'InstrumentSans-Regular';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.2px */
letter-spacing: 0.42px;
}
.scholar-content-part2 p{
    color: #4E4E4E;
    font-family: 'InstrumentSans-Regular';
    font-size: 14px;
    font-style: normal;
   
    line-height: 25px; /* 25.2px */
    letter-spacing: 0.42px;
}
.categories-list-box {

    border-radius: 26px;
    padding: 24px;
border: 1px solid #EFD589;
background: #870000;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.scholar-categories-sec::after{
    content: '';
    position: absolute;
    top: 0px;
    height: calc(100% - 42px);
    background: #870000;
    left: 0px;
    width: 100%;
    z-index: -1;
}
.categories-list-box p{
    color: #fff;

text-align: center;
font-family: 'InstrumentSans-Regular';
font-size: 14px;
font-style: normal;

line-height: 18px; /* 25.2px */
letter-spacing: 0.42px;
margin-top: 9px;
}
.categories-list-box .line{
    height: 43px;
    border: 0px;
    border-right: 1px dashed #fff;
}
@media (max-width:767px){
    .c-box{
        min-width: 30%;
    }
}
@media (max-width:575.9px){
    .c-box{
        min-width: 48%;
    }
}

@media (max-width:991px){
    .scholar-left {
        max-height: 330px;
        height: 330px;
        margin-top: -116px;
    }
}

@media (max-width:576px){
    .categories-list-box{
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (min-width:575px) and (max-width:575.9px){

}