input#eventt_search {
border: 0px;
border-bottom: 1px solid #ccc8c8;
border-radius: 0px;
color: #000 !important;
text-transform: uppercase;
margin-bottom: 20px;
}
.search-area i.fa.fa-search {
   position: relative;
   top: -27px;
   left: 38px;
}
.search-area {
   position: relative;
}
.search-area button#submit {
   position: absolute;
   top: 0;
   right: 0;
   background-color: transparent;
   border: none;
}
.btn-success:focus, .btn-success.focus {
   box-shadow: 0 0 0 0.2rem rgb(72 180 97 / 0%) !important;
}
i.fa.fa-angle-down.datepicker {
font-weight: 700;
font-size: 17px;
}
input#event_daterange::placeholder {
color: #000;
}
/*template new aricle css code */
.ag-advokat-section h6{
   font-size: 14px;
   font-weight: 700;
}
.ag-advokat-section .title p{
   font-weight: 900;
   color: #DC5247;
}
.advokat0-text p{
   margin-bottom: 25px;
}
.advokat0-text h5{
   color: #DC5247;
   margin-bottom: 35px;
   margin-top: 50px;
}
.advokat0-text ol{
   margin: 0;
   padding: 0 0 0 20px;
}
.advokat0-text ol p{
   margin-bottom: 16px;
}
.advokat0-text li::marker{
   color: #DC5247;
}
.advokat0-text .fact-box{
   background: #F3F3F3;
   padding: 45px 40px;
   margin: 60px 0 70px;
}
.advokat0-text .fact-box span{
   font-weight: 600;
}
.advokat0-text .fact-box p{
   margin-bottom: 16px;
}
.advokat0-text .fact-box p:last-child{
   margin-bottom: 0;
}
@media screen and (max-width: 991px) {
   .ag-advokat-section {
      padding-top: 70px!important;
   }
}
@media screen and (max-width: 767px) {
   .ag-advokat-section {
      padding-top: 40px!important;
   }
}