/*
Theme Name: Nex Clinical Research
Theme URI: https://example.com
Author: Your Name
Description: Custom Classic Theme for Nex Clinical Research
Version: 1.0
Text Domain: nex-clinical-research
*/
@media(min-width:991px){
    .current_page_item > a{
        color: var(--accent-color) !important;
    }
}
@media(max-width:990px){
    header.main-header .header-sticky.active {       
        padding: 0 0px !important;
    }
}
.default-template{
    padding:70px 0px;
}
.default-template h2{
   color: var(--primary-color);
   margin-bottom:10px;
}
.default-template h3{
   color: var(--primary-color);
   margin-bottom:10px;
}
.default-template h3 a{
  color: var(--primary-color) !important;
}
.default-template h3 a:hover{
  color: rgb(231, 132, 164) !important;
}
.form-group p{
    margin-bottom:0px !important;
}
h1 a{
    color:inherit;
}
