.headline h3{
        line-height: 27px !important;
}
.headline{
    margin-top:11px;
}
.categoryheadline{
    padding: 19px 0px;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
    background: rgb(100,7,9);
    background: linear-gradient(180deg, rgba(100,7,9,1) 0%, rgba(163,48,50,1) 43%, rgba(248,126,128,1) 100%);
}
.categoryheadline a{
    color:white;
}


h6.sub-title-mt {
    background-color: #fff;
    border-radius: 40px;
    padding:1.7rem 2rem;
    bottom: -2rem;
    color: #510001;
    position: relative;
    box-shadow: -0.3px -2px 2px 1px rgb(0 0 0 / 5%);
    border: 0px;
    width: auto;
}
.requuiredInput{
  font-family: neosansarabic;
    font-size: 15px;
    line-height: 12px;
    color: #ff0000;
    font-weight: bold;
    margin-right: 0px;
    margin-left: 3px;
}
.d-flex{
    align-items: center;
    justify-content: center;
    display: flex;
}

.sub-title-mt {
    border-radius: 0px;
    padding: 0px;
    bottom: 0px;
    width: 100%
}
.form-container {
    background-color:#fff;
    padding:3rem 3rem 1.5rem 3rem;
    box-shadow:1px 2px 7px 2px rgb(0 0 0 / 8%);
    border:0px;border-radius:0.65rem;
    text-align: right;
}
.fieldsLable{
    font-family: neosansarabic;
    font-size: 14px;
    text-align: left;
    padding: 0px 0px 0px 6px;
    color: #2b2e33;
    font-weight: bold;
    line-height: 28px;
}
.inputDisabled{
    color: #9e9e9e;
    background-color: #EFEFF1;
    border: 1px solid #EFEFF1;
    background-image: none;
}

span.form-control{
 border:0px !important;
 box-shadow: none;
 
}
.inputText{
    font-weight: normal;
    font-family: neosansarabic;
    border-style: solid;
    border-width: 1px;
    border-color: #DFE4E7;
    box-sizing: border-box;
    color: #333333;
    background-color: #FCFDFE;
    padding: 6px 5px 5px 5px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 28px;
    margin: 0px;
    -webkit-appearance: none;
    padding-top: 4px;
    padding-bottom: 5px;
    border: 1px solid #dbe0e2;
    background-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 15px;
}
.form-control .inputText{
    border-radius: 40px;
    font-size: 12px;
    height: calc(3.25rem + 6px) !important;
    width: 100% !important;
    font-family: neosansarabic;
    padding-right: 5px;
    padding-left: 5px;
}
.form-control .inputText:focus{
    font-family:neosansarabic;
    padding-right:5px;
    padding-left:5px;
    outline:none;
    box-shadow:0px 0px 0px 2px #510001;
}
.form-control-col{
    font-size: 0.87rem !important;
    margin-top: 1rem;
}

.inputRadio{
    padding: 0px 3px 0px 2px;
    padding-right: 2px;
    padding-left: 3px;
    margin-top: 0px;
    position: relative;
    margin: 0px;
    vertical-align: middle;
    top: -1px;
    margin-right: 5px;
    margin-left: 3px;
}




/****************************************
    this style of for the side nav menu 
*************************************************/

.ntopics-row{
    background: #ffffff;
    background: -moz-linear-gradient(#ffffff, #ffffff);
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -ms-linear-gradient(#ffffff, #ffffff);
    background-color: white;
    box-shadow: 0px 0px 8px 1px rgb(81 0 1 / 16%);
    -webkit-box-shadow: 0px 0px 8px 1px rgb(81 0 1 / 16%);
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    
}
.row{
    margin-right:0 !important;
    margin-left:0 !important;
}	
ul.ntopics-ul{
 list-style:none;
}
li.nav-item.ntopics-nav {
    background-color: white;
    padding: 21px 0;
    text-align: center;
    box-shadow: 0px 0px 8px 1px rgb(247 247 247);
    color: black;
    margin: 5px 0;
}

li.nav-item.ntopics-nav a {
    color: black;
}



ul li.nav-item.ntopics-nav:hover , ul li.nav-item:hover>a{
    background: #8f2e2b;
    color:white;
}

li.nav-item.ntopics-nav.active , li.nav-item.ntopics-nav.active>a {
    background-color: #510001;
    color: white;
}

li.nav-item.ntopics-nav.active:hover {
    background-color: #510001;
}

@media (max-width: 991px){
    .ntopics-row-title {
        margin-top: 20px;
        padding-top:10px;
    }
    .ntopics-row-p{
       font-size: 10px;
       font-weight: bold;
    }
    .ntopics-row-image{
        height:260px;
    }
}


/******************************
book-card ****************/
 .book-bg {
         position: relative;
            width: 100%;
        height: 324px;
        margin-top: 10px;        
        background:#510001;        
        background-size: cover;        
        transform-style: preserve-3d;        
        perspective: 500px;                
    }    
.book-cover {
        position: absolute;        
        width: 100%;
                height: 100%;
                background: #510001;
                background-size: cover;
                transform-origin: 0 50%;
                transition: all 0.9s ease;        
            }
            .book-bg:hover .book-cover {
                transform: rotateY(-77deg);
            }            
            
        
@media  (max-width: 768px){
.book-bg {width: 100%;height:400px;}
    
.book-bg:hover .book-cover {
    transform: rotateY(-39deg);
    width: 20%;
}
}

.book-col {
    min-height: 300px;
}

.book-content {
    width: 100%;
    height: 100%;
    background: #d0c0c0;
    overflow: hidden;
}

.book-content-logo {
    height: 30%  !important;
    width: 96%  !important;
    /*background: url('./images/logo.png') no-repeat;*/
    background-size: contain  !important;
    background-position: center  !important;
}

.book-content-title {
    color: black;
    text-align: center;
    font-family: monospace;
    font-size: 20px;
    height:55%;
    overflow:hidden;
}

.book-content-body {
    color: black;
    text-align: center;
    font-size: 20px;
    font-family: monospace;
    line-height: 2.02rem;
    height:15%;
     overflow:hidden;
    
}
.book-content-body p>a {
    width: 100%;
    color: white;
    text-align: center;
    padding-bottom: 33px;
    background-color:#510001 !important;
    background-size: cover !important;
    border-color:#510001ba !important;
}

.book-cover-title {
    overflow: hidden;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.book-cover-logo {
    height: 36%  !important;
    width: 100%  !important;
    /*background: url('logo.png') no-repeat;*/
    background-size: contain  !important;
    background-position: top  !important;
}
a.btn.btn-primary:hover {
    background-color: #d0c0c0 !important;
    color: black!important;
    border-color:#510001ba !important;
}



@media (min-width: 992px){
    .rm.col-md-3.static-icon {
    margin-top: 6%;
}
 .rm.col-md-3.dynamic-icon {
    margin-top: 4%;
}

}

.headline.main-headline {
    margin-top: 52px;
}

@media (max-width: 992px){
    .rm.col-md-3.dynamic-icon {
    margin-top: 15%;
}
  .rm.col-md-3.static-icon {
    margin-top: 28%;
}
}

@media (max-width:500px){
    .rm.col-md-3.static-icon {
    margin-top: 46%;
}
 .rm.col-md-3.dynamic-icon {
    margin-top: 27%;
}

}

