body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.nav-logo-wrap{
    display: inline-block;
    width: 260px;
    max-height: 100px;
    overflow: hidden;
}
.logo img{
    width: 260px;
}
.small-height img{
   width: 180px;
}

.fw-600{
    font-weight: 600;
}
.fw-800{
    font-weight: 800;
}
.ls-{
    letter-spacing: 5px;
}
.fs-40{
    font-size: 40px;
    line-height: 50px;
}
.btn-base-color{
    background: #004AAD !important;
}
.color-base{
    color: #004AAD !important;
}
.btn-border-base{
    border-color: #004AAD !important;
}
.btn-trans{
    background: transparent !important;
}
.btn-base-color-red{
    background: #E93130 !important;
}
.color-base-red{
    color: #E93130 !important;
}
.team-item{
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05),0px 1px 1px 0px rgba(0, 0, 0, 0.03),0px 3px 5px 0px rgba(0, 0, 0, 0.03);
}

.btn-grad{
    font-weight: 800 !important;
}
.img-about{
    top: 60px !important;
}
.img-about img{
    opacity: .05;
}

#book .team-carousel .owl-prev {
    left: unset !important;
    right:40px;
    transform: translate(-50%, -50%);
}


#book .team-carousel .owl-next {
    right: 0;
    transform: translate(calc(50% - 30px), -50%);
}

.post-prev-3-intro{
    padding: 15px 20px;
}
.post-prev-3.gradient .post-prev-3-container {
    box-shadow: none;
    min-height: 250px;
}
.h5{
    font-size: 20px;
    margin-bottom: 10px;
}
.testimonials-slider-3 .owl-buttons {
    position: absolute;
    padding-right: 30px;
    text-align: right;
    top: -120px;
    right: 0px;
}
.call-action-2-image-2 {
    position: relative;
    width: 90%;
    margin: 0px auto;
    overflow: hidden;
    transform: translateZ(0) rotate(0.0001deg);
}
.team-1-title{
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1667;
    letter-spacing: 0.02em;
}

.section-title-repeat-left {
    left: calc(-100% - 0.1em);
}

.section-title-repeat-right {
    right: calc(-100% - 0.1em);  
}

.search-container {
    position: absolute;
    width: 0%;
    max-width: 800px;
    min-height: 110px;
    top:68px;
}

.small-height .search-container{
    top:65px;
}
.pt-pc{
    padding-top: 3%;
}
#search-container.hidden{
    transition: width 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}

#search-container.visible {
    width: 100%;
    opacity: 1;
}

#search-bar {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 10px;
    width: 0;
    
}
.search-g input{
    font-size: 1.2em !important;
    font-weight: bold !important;
    color: #6e6e6e;
}

#search-bar.hidden {
    width: 0;
    opacity: 0;
}

#search-bar.visible {
    width: 200px;
    opacity: 1;
}

#search-container .input-grad-wrap, #search-filter .input-grad-wrap {
    border: none !important;
    border-bottom: 1px solid #a2a2a2 !important;
    background: none;
}
.book-detail{
    min-height: 120px;
}
.book-detail .desc{
    width: 100%;
    max-width: 250px;
}
.book-detail .desc h3{
    position:relative;
    color: #626262;
    font-size: 18px;
    width: 100%;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 0;
}
.book-detail .desc p{
  margin-top: 3px;
  padding-top: 0;
  font-size: 14px;
  font-weight: 600 !important;
  color: #929292;
}

.team-item-detail:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0 !important;
    box-shadow: var(--box-shadow);
}
.bt-0{
    bottom: 20px;
}
.small-author-img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    background: #a2a2a2;
}

.small-author-img-nf{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background: #a2a2a2;
}


.small-author-img img, .small-author-img-nf img{
    width: 100%;
    max-width: 38px;
}

.clear{
    clear: both;
}
.text-right{
    width: calc(100% - 40px);
    float: right;
    padding-left: 10px;
}
.text-right .small{
    line-height: 0px;
    margin-top: 5px;
}
.small{
    font-size: 12px;
    color: #a2a2a2;
}
.testimonials-3-item{
    cursor: pointer;
}
.post-prev-img{
    max-height: 320px;
}

.post-prev-img-b{
    max-height: 350px;
    overflow: hidden;
}

.stat-author b{
    font-size: 13px;
}
.stat-author span{
    color: #a2a2a2;
}
.decoration-5-1 {
    position: absolute;
    top: 50px;
    left: -40px;
    color: var(-color-dark-1);
    pointer-events: none;
    z-index: 99 !important;
}
.post-prev-title{
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.008em;
    line-height: 1.476;
}
.desc-text p{
    font-size: 16px;
    margin-bottom: 10px;
}
.p-10px{
    padding: 10px;
}
.sm-desc a{
    text-decoration: none;
}
.sm-desc h4{
    font-size: 16px;
    text-decoration: none;
    margin-top: 5px;
}

.post-prev-3.gradient .mh {
    min-height: 280px;
}
.lh-book{
    line-height: 28px;
}
.post-prev-3-intro p{
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
}
.stat-author i{
    font-size: 18px;
    position: relative;
    top:2px;
}
.pos{
    top:2px
}
.list-audio .link-btn{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius:50%;
    border: 1px solid #929292;
}

.list-audio .link-btn i{
    text-align: center;
    font-size: 1.4em;
    position: relative;
    left:1px;
}
.color-hover i{
    color: #df3939;
}
.list-audio .link-btn:hover{
    background-color: #df3939;
    color: #fff;
    border-color: #fff;
}
.color-hover{
    border-color: #df3939 !important;
}
.color-hover:hover{
    
    border-color: #fff !important;
}
.color-hover:hover i{
    color: #fff !important;
}
.audio-title{
    max-width: calc(100% -40px);
}

#m-pdf-container {
    margin: auto;
    max-width: 100%;
    overflow: auto;
}
#m-pdf-container canvas{
   margin: auto;
   transform-origin: center center;
}
canvas{
    overflow: scroll;
    margin: auto;
}

canvas {
    margin: auto !important;
    transition: transform 0.3s ease-in-out; /* Animation fluide */
    transform-origin: center center; /* Zoom depuis le centre */
}

.pos-2 i{
    position: relative;
    top: 15px;
}
.modal-footer button i, .modal-header button i{
    font-size: 20px !important;
    position: relative;
    top:1px;
}
.btn-left-right button i{
    font-size: 28px !important;
}
.team-item-detail a{
    display: block;
}
.team-item-detail a h3, .team-item-detail a p{
    text-decoration: none !important;
}
.team-social-links a i{
    position: relative;
    top: 6px;
}
.team-item-descr a{
    text-decoration:none;
}
.team-item-descr a:hover{
    color:#c82b2b;
}
.team-item-name{
    text-transform:capitalize !important;
    white-space: nowrap; 
    overflow: hidden;  
    text-overflow: ellipsis;
    width: 90%; 
    margin-left:auto;
    margin-right:auto;     
}

.team-item-role span i{
    font-size:16px;
    position:relative;
    top:1px;
}
.link-author a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    padding-left:10px;
    padding-right:10px;
    color: #848484 !important;
    cursor: pointer;
}

.link-author-page a{
    padding-left:5px;
    padding-right:5px;
    margin-right: 5px;
    height:30px;
    width: auto;
    min-width: 40px;
    border-right: none !important;
    align-items: left;
   justify-content:unset !important;
}
.stat-author a{
    display: inline-block;
    cursor: pointer;
}
.min-auto a{
    min-width: auto !important;
}
.link-author-page a:nth-child(1){
    padding-left: 0;
}

.link-author a.link-share{
    padding-left:12px;
    padding-right:12px;  
}
.link-author-page a.link-share{
    padding-left:5px;
    padding-right:12px;
    
}
.link-author a small{
    font-size:13px;
    font-weight:bold;
}
.link-author a small i{
    font-size:22px;
    top:2px;
}

.link-author-page a small i{
    font-size:20px;
    top:2px;
}
.link-author a small i.share{
    font-size:20px;
    top:1px;
}
.color{
   color:#004AAD;
   font-weight: bolder;
}
.link-author a small svg{
    width: 18px;
    height: 18px;
}
.stat-author a small svg{
    width: 18px;
    height: 18px;
}
.link-author-page a small svg{
    width: 18px;
    height: 18px;
}
.btn-save-b svg{
    width:16px;
   margin-right:5px;
}

.link-author-page a small .c-like{
    position: relative;
    top:0px;
}
.link-author a small span svg.color{
    fill: var(--gradient-primary-1) !important;
}

.btn-save-b svg.color{
    fill: #004AAD !important;
}

.link-author a small span{
    position: relative;
    top:3px;
}
.no-result{
    text-align: center;
}
.no-result h4{
     font-size: 3.2em;
     margin-bottom: 0;   
}
.pagination a{
    cursor: pointer;
}
.loader-content{
    position: absolute;
    width: 100%;
    height:100%;
    background:#ffffff;
    z-index: 9999;
}
#page-number:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ccc;
}
.comment .input-message{
    height: 46px !important;
    outline: none !important;
    box-shadow: none !important;
    border-color: #ccc;
    border-radius: 5px;
    font-size: 15px !important;
    line-height: 46px !important;
}
.comment button{
    height: 46px;
    border-radius: 0 5px 5px 0 !important;
}
.comment-author a{
    font-size: 14px !important;
}
.media-body p{
    font-size: 15px;
}
.add-reply{
    cursor: pointer;
}
.comment{
    margin-top: 1% !important;
}
.text-color-primary{
    color: #004AAD !important;
    font-weight: bolder;
}
.text-color-primary:hover{
    text-decoration: underline !important;
}
#container-comment {
    position: relative;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .container-audio{
    position: relative;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .trash-comment, .trash-comment-reply{
    cursor: pointer;
    opacity: 0;
  }
  .comment-item:hover .trash-comment, .item-reply:hover .trash-comment-reply{
    opacity: 0.8;
  }
  .trash-comment:hover, .trash-comment-reply:hover{
    opacity: 1 !important;
    text-decoration: underline !important;
  }
  .player{
    min-height:80px;
    width:100%;
    position:fixed;
    bottom: 0;
    z-index: 999;
    background: #333;
  }
  .invalid-feedback-error{
    font-size:14px;
    color:#df3939;
  }

  .invalid-feedback-file {
    width: 100%;
    margin-top: .25rem;
    color: #dc3545;
  }
  
  .main-connection{
    width:86%;
    margin:auto;
  }
  .main-connection h3, .main-register h3{
    font-weight:bolder;
    text-transform:uppercase;
    text-align:center;
  }
  .social-connect{
    margin-top:50px;
    margin-bottom:30px;
  }
  .social-connect button, .social-connect a{
    width:48%;
    padding-left:10px !important;
  }
  .social-connect svg{
    width:32px;
    height:32px;
    display:inline-block;
    margin-right:5px;
  }
  .social-connect button:nth-child(1) svg, .social-connect a:nth-child(1) svg{
    fill:#1877F2;
  }
  .social-connect button:nth-child(2) svg, .social-connect a:nth-child(2) svg{
    fill:#DB4437;
  }
  
  .social-connect span{
    display:inline-block;
    font-weight:600;
  }

  .input-group-text {
    padding: 1rem .75rem;
    position:relative;
    top:4px;
    left:4px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    color:rgb(70, 74, 78);
    text-align: center;
    white-space: nowrap;
    background-color: #f5f5f5 !important;
    border-radius:.25rem 0 0 .25rem;
    border:none;
}
.input-border-0{
    border:none !important;
}
.main-input{
    border:1px solid  rgba(52,61,85, .183);
    border-radius:.35rem;
}
.main-input input:hover, .main-input input:focus{
    box-shadow:none !important;
    outline:none !important;
}
.form-tip, .form-tip a{
    font-size:14px;
}
.form-tip input[type="checkbox"]{
    height:18px;
    width:18px;
    padding-right:6px !important;
    position:relative;
    top:2px;
}
.div-avatar{
    width:40px;
    height:40px;
    border-radius: 50%;
    border: 2px solid var(--gradient-primary-1);
    background: #ffffff;
    overflow: hidden;
}
.div-avatar img{
    width: 100%;
}
.text-mail p{
    font-size: 13px;
    line-height: 0;
    /*
    white-space: nowrap; 
    overflow: hidden;  
    text-overflow: ellipsis;
    width: 100%; 
    */
}
.nav-item a{
    font-weight: 600;
}
.nav-link.active{
    background: rgba(0, 74, 173,0.2) !important;
}
.my-bg{
    background: rgba(0, 74, 173,0.03) !important; 
}
.btn-block{
    width: 100%;
    padding: 14px 0;
    margin-bottom: 20px;
}
.tab-fs{
    font-size: 15px;
}
.text-sucess{
    color: #1a7c13;
    letter-spacing: 0.12em;
    font-weight: 700;
}
.icon-upload{position:absolute;right:0px;top:0px;color:#6c757d;z-index:99}
#input-avatar{position:absolute;z-index:-999;visibility:hidden}
.preview{
    position: relative;
    border: 2px dashed #ddd;
    height: 156px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat
}
.icon-upload button i{
    font-size: 2.5em;
    color: #949494;
    opacity: 0.8;
}
.icon-upload button:hover i{
    opacity: 1;
}
.form-group span{
    color:#a72c2c
}
.text-s label{
    font-size: 15px !important;
}
.text-s input{
    font-size: 16px !important;
}
.my-btn{
    padding: 2px 4px !important;
}

.my-btn i{
    position: relative;
    top:1px;
    font-size: 1.1em;
}
.forgot a{
    text-decoration: underline !important;
}
.forgot a:hover{
    text-decoration: none !important;
}
.fs-15{
    font-size: 15px;
}
.fs-16{
    font-size: 16px !important;
}

.shadow{
    box-shadow: var(--box-shadow-block);
}
/**/
.qty-text {
    color: var(--color-gray-1);
    height: 42px;
    width: 100px;
}

.cart-products td {
    vertical-align: middle;
    border-bottom: 1px solid var(--color-gray-2);
    border-top: 0;
    padding: 25px 10px;
    color: var(--color-gray-1);
}

.my-quantity {
    display: inline-block;
    position: relative;
}
.quantity button.qty-plus,
.my-quantity button.qty-plus {
  right: 15px;
  left: auto;
}
.quantity .qty-text,
.my-quantity .qty-text {
  width: 115px;
  height: 54px;
  border: 1px solid var(--color-gray-2);
  border-radius: 5px;
  text-align: center;
  color: var(--dark-gray);
}
.qty-text:hover, .qty-text:focus{
    outline: none !important;
    box-shadow: none !important;
}

.my-quantity button {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: -9px 0 0 0;
    font-size: 22px;
    line-height: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    color: var(--dark-gray);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-appearance:button;
 }
 .p-50px{
    padding: 50px;
 }
 .pe-50px{
    padding-right: 50px;
 }
 .fs-26{
    font-size: 26px;
 }
 .text-dark-gray{
    color:#686868;
 }

 .total-price-table th, .total-price-table td {
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
  }
  .total-price-table .total-amount th, .total-price-table .total-amount td {
    border-bottom: 0;
  }
  .p-20px{
    padding: 20px;
  }
  .bg-white{
    background: #ffffff;
  }
  .mt-30px{
    margin-top: 30px;
  } 
  .mb-30px{
    margin-bottom: 30px;
  }
  .p-25px{
    padding: 15px;
  }
  .fs-14{
    font-size: 14px;
  }
  .mt-20px{
    margin-top: 20px;
  }
  .mb-20px{
    margin-bottom: 20px;
  }
.color-gris{
    color:#686868;
}
.w-120px{
    width: 110px;
}
.feature-box-icon svg{
    width: 22px;
    height: 22px;
    fill: #004AAD;
    margin-right: 5px;
}
.stripe svg{
    width: 35px;
    height: 35px;
    margin-top: -3px;
}
.notice{
    min-height: 120px;
    padding: 20px;
    border: 2px dashed #c4c4c4;
    border-radius: 5px;
    margin-top: 30px;
}
.notice h3{
    color:#444;
    margin: 0;
    font-size: 20px;
    text-decoration: underline;
}
.notice p{
    color:#8f8f8f;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
.p-m{
    width:100%;
    border:none;
}
.p-m tr{
    background: #f5f5f5;
}
.p-m tr td{
    padding: 16px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color:#444;
    width: 33.333%;
}
.p-m tr td:nth-child(2){
  text-align: center;
}
.p-m tr td:nth-child(3){
    text-align: right;
}
.tab-info tr{
    background: #f5f5f5;
}
.tab-info tr td, .tab-info tr th{
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.tab-info tr th{
    padding-left: 10px;
}
.fs-13{
    font-size: 13px;
}
.status span{
    padding:3px 6px;
    border-radius:5px ;
    font-weight: 400px;
    font-size: 13px;
}

#container-list-payment{
    width: 100%;
    position: relative;
    max-height: 600px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .max-w{
    padding: 1px 8px;
    background: #dddddd;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
  }
  .fs-large{
    font-size: 5em;
  }
  .text-terme h4{
    margin-bottom: 5px;
  }
  .text-terme p{
    text-align: justify;
  }
  .no-access{
    margin-top: 10%;
  }
  .no-access h2{
    font-size: 3.8em;
    margin-bottom: 5px;
  }
  .ic-lock{
    line-height: 0;
    margin-bottom: 0;
  }
  .fs-200{
    font-size: 200px;
  }
  .modal-pdf{
    min-width: 50%;
  }
  .content-preview{
    height: 72vh; overflow-y: scroll;
  }
  .content-file{
    height:100%;
  }
  .title-mod{
    min-width: 60%;
  }
  .m-user{
    max-width: 40%;
  }
  .c-p-2{
    padding-top: 15px !important;
  }
  #login{
    /*max-height:100vh; overflow:hidden;*/
  }
  .text-404{
    padding-top:15%;
    padding-bottom:60px;
  }
  .text-404 h1{
    margin-bottom: 10px;
  }
  .mini-container{
   max-width: 60% !important;
   margin-left: auto;
   margin-right: auto;
  }

  .img-page{
    width: 60px;
    max-height: 70px;
    overflow: hidden;
    border-radius: 3px;
    border: 2px solid #b5b5b5;
    margin-right: 15px;
  }
  .img-page img{
    width: 100%;
  }
  .text-page h4{
    font-size: 18px;
    margin-bottom: 3px;
    text-transform: capitalize;
    white-space: nowrap; 
    overflow: hidden;  
    text-overflow: ellipsis;
    width: 100%; 
    max-width:300px;
  }
  .text-page p{
    font-size: 14px;
  }
  .social-share a{
    margin-right: 20px;
    display: block;
    text-decoration: none;
    text-align: center;
  }
  .social-share a p{
    color: #8f8f8f;
    font-size: 13px;
    margin-top:5px;
    text-decoration: none;
  }
  .social-share a i{
    font-size: 2.3em;
  }

  .social-share a svg{
    width:42px;
    height: 42px;
  }

  .social-share a:nth-child(1) i{
    color: #3b5998; /* Facebook color */
  }
  .social-share a:nth-child(3) i{
    color: #0A66C2;
  } 
  .social-share a:nth-child(4) i{
    color: #25D366;
  } 

  .social-share a:nth-child(5) svg{
    fill: #0866ff;
  }
  .input-copy input{
    height: 40px;
    border-radius: 5px;
    width: 80%;
    border:1px solid #949494;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: #626262;
  }
  .input-copy button{
    max-width: 18%;
    position: relative;
    top:-1px;
  }
  .input-copy button:hover, .social-share a:hover{
     opacity: 0.95;
  }
  .social-share a:hover p{
    color: #c82b2b;
  }
  .link-hover a:hover, .link-hover a:hover h3, .link-hover a:hover h4, .link-hover a:hover p,
  .link-hover a:hover span, .link-hover a:hover div{
    color: #c82b2b !important;
    text-decoration: none !important;
  }
  .no-data-found{
    margin-top: 30%;
    font-size: 2em;
    text-align: center;
    color: #8f8f8f;
  }
  .portfolio-4-carousel .owl-buttons {
    position: absolute;
    top: -60px;
    right: 10px;
    padding-right: 10px;
    text-align: right;
}

.features-2-icon{
    width: 64px;
    height: 64px;
    font-size: 28px;
}
.alt-features-item{
    position: relative;
    padding: 25px;
}

.alt-features-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-default);
    border: 1px solid transparent;
    background: linear-gradient(to right,#fff,#fff),var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box,border-box;
    background-origin: padding-box,border-box;
    opacity: .2;
    transition: opacity .27s var(--ease-default);
    z-index: -1;
    }
.alt-features-item a{
    font-display: block;
    text-decoration: none !important;
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.alt-features-item:hover{
    box-shadow: var(--box-shadow-block);
    animation-name: fadeIn
}

.alt-features-item:hover a h4{
    color:#c82b2b !important;
}

.fs-22px{
    font-size: 22px;
}
.author-img a{
    display: block;
    text-decoration: none !important;
    cursor: pointer;
}

.text-n{
    /* Limite à 2 lignes */
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
    /* Première lettre en majuscule */
    &::first-letter {
        text-transform: uppercase !important;
    }
}
.img-welcome{
    max-width: 50%;
    overflow: hidden;
    max-height: 500px;
}
.img-welcome img{
   height: 100%;
}
.btn-close-ab{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 25px;
}
.btn-close-ab button i{
    font-size: 1.4em;
}
#message{
    position: absolute;
    opacity: 0;
    z-index: -999;
    background: transparent;
    border: none;
}
.m-d{
    display: none;
}

.toast-message{
    font-weight: 900 !important;
    font-size: 15px !important;
}
button:focus{
    outline: none !important;
    box-shadow: none !important;
}

a.log-message{
    display: inline-block;
    padding: 3px 8px;
    background: #fff;
    color: #262525 !important;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    margin-left: 5px;
}
.post-prev-title a:hover {
    color: #ee3e3e !important;
}
.detail-img{
    width: 100%;
    max-height: 500px;
    margin:auto;
    overflow: hidden;
}
.detail-img img{
    width: 100%;
}
.post-share{
    background: #ee3e3e !important;
    span{
      color: #fff !important;
      top:0px !important;    
    }
    i{
        color: #fff !important;
    }
    
}
.blog-item-text p, .blog-item-text p a, .blog-item-text h1, .blog-item-text h2, .blog-item-text h3, .blog-item-text h4, .blog-item-text h5, .blog-item-text h6 ,
.blog-item-text li, .blog-item-text li a, .blog-item-text p span,.blog-item-text span{
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    margin-bottom: 25px !important;
    line-height: 34px !important;
    font-size: 17px !important;
}
.sim-img{
    max-height: 75px;
    margin:auto;
    overflow: hidden;
    padding: 0;
    border-radius: 0px !important;
}
.sim-img img{
    width: 100%;
    border-radius: 0px !important;
}
.m-w{
    margin-right: 20px;
    a{
      display: inline-block;
    }
  }

 